Filter

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2773

! Homepage: https://github.

com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!-------------------------------------------------------------------------------!
!------------------ General JS API ---------------------------------------------!
!-------------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||
document.readyState==="interactive")func();else
if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);els
e if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
#%#var AG_removeElementById = function(id) { var element =
document.getElementById(id); if (element && element.parentNode)
{ element.parentNode.removeChild(element); }};
#%#var AG_removeElementBySelector = function(selector) { if (!
document.querySelectorAll) { return; } var nodes =
document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length;
i++) { if (nodes[i] && nodes[i].parentNode)
{ nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return;
var elements = document.querySelectorAll(selector); for (var i = 0; i <
elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if
(fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
!
! AG_removeCookie
! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie
name')
!
#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new
RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\
$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;)
{cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!
==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var
h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var
b=h.slice(f).join(".");if(b){var c=d+"=",k="; domain="+b;b=";
domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT"}}}};a();window.addEventListener("beforeunload",a)};
!
! AG_defineProperty
! See https://github.com/AdguardTeam/deep-override
!
#%#var AG_defineProperty=function(){var
p,q=Object.defineProperty;if("function"==typeof WeakMap)p=WeakMap;else{var
r=0,t=function()
{this.a=(r+=Math.random()).toString()};t.prototype.set=function(a,b){var
d=a[this.a];d&&d[0]===a?d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return
this};t.prototype.get=function(a){var b;return(b=a[this.a])&&b[0]===a?b[1]:void
0};t.prototype.has=function(a){var b=a[this.a];return b?b[0]===a:!1};p=t}function
u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e)
{this.a=a;this.i=b;this.c=d;this.f=e}function
w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\(.)/g;this.a=new p}function x(a,b){var
d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return z(d);var e={get:function()
{var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?
c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c))
{var d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}(this===b.a.b||
D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c){if(this===b.a.b||
D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var
d=b.g;d&&A(d)&&d.value===c?c=!0:
(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else c=F(b,c,this);return
c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var
c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||
g.g||(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var
f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!
0,h=f.b[l]);var n=y?H(k,h):new u(c.c.b);I(k,n,c.c);n=new
v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):
(q(f.b,l,m),g&&A(g)&&(M(m,g.value,f.b),E(k,g.value,c.c))))}}}function E(a,b,d)
{G(b)&&(b=H(a,b),I(a,b,d))}function F(a,b,d){var e=a.g;if(!e){e=B(a.a.b);if(null!
==e&&(e=N.call(e,a.i)))return e.call(d,b);if(!O(a.a.b))return!
1;a.g={value:b,configurable:!0,writable:!0,enumerable:!0};return!0}return
M(e,b,d)}function H(a,b){var d=a.a.get(b);d||(d=new u(b),a.a.set(b,d));return
d}function A(a){return"undefined"!==typeof a.writable}function J(a,b,d){for(var
e=0,c=d.length;e<c;e++){var h=d[e];h in a&&(b[h]=a[h])}}function z(a){if(a){var
b={};J(a,b,P);return b}}function M(a,b,d){if(A(a))return a.writable?(a.value=b,!
0):!1;if(!a.set)return!1;a.set.call(d,b);return!0}var P="configurable enumerable
value get set writable".split("
"),K=P.slice(0,2),L=Object.getOwnPropertyDescriptor,O=Object.isExtensible,B=Object.
getPrototypeOf,D=Object.prototype.isPrototypeOf,C=Object.prototype.__lookupGetter__
||function(a){return(a=Q(this,a))&&a.get?a.get:void
0},N=Object.prototype.__lookupSetter__||function(a){return(a=Q(this,a))&&a.set?
a.set:void 0};function Q(a,b){if(b in a){for(;!
w.hasOwnProperty.call(a,b);)a=B(a);return L(a,b)}}function G(a){var b=typeof
a;return"function"===b||"object"===b&&null!==a?!0:!1}var R;return function(a,b,d)
{R||(R=new w);var e=R;d=d||window;var c=new u;a+=".";var h=c||new u;for(var
g=e.g,k=e.j,f,l,m;a;){f=g.exec(a);if(null===f)throw 1;f=f[0].length;l=a.slice(0,f-
1).replace(k,"$1");a=a.slice(f);(f=h.h[l])?m=f.c:(m=new u,f=new
v(h,l,m),h.h[l]=f);h=m}if(!f)throw 1;a=f;a.f=b;E(e,d,c)};}();
!
! AG_abortOnPropertyWrite(property, debug)
! Aborts execution of a script when it attempts to write the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyWrite('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyWrite=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeSet:function()
{b&&console.warn("AdGuard aborted property write: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortOnPropertyRead(property, debug)
! Aborts execution of a script when it attempts to read the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyRead('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyRead=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeGet:function()
{b&&console.warn("AdGuard aborted property read: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortInlineScript(regex, property, debug)
! Aborts execution of an inline script when it attempts to access the specified
property
! AND content of the <script> element matches specified regular expression.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode');
!
! @param regex regular expression that the inline script contents must match
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in
document)return document.currentScript;var
a=document.getElementsByTagName("script");return a[a.length-
1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,
{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!
==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted
execution of an inline script"),new ReferenceError(e);}});var
f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!
==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!
0;if(f instanceof Function)return f.apply(this,arguments)}};
!
! AG_setConstant('property.chain', 'true') // defines boolean (true), same for
false;
! AG_setConstant('property.chain', '123') // defines Number 123;
! AG_setConstant('property.chain', 'noopFunc') // defines function(){};
! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true};
! AG_setConstant('property.chain', 'falseFunc') // defines function(){return
false};
!
#%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else
if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function()
{};else if("trueFunc"===a)a=function(){return!0};else
if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a))
{if(a=parseFloat(a),isNaN(a)||32767<Math.abs(a))return}else return;var b=!
1;AG_defineProperty(e,{get:function(){return a},set:function(c){if(b)var d=!0;else
void 0!==c&&void 0!==a&&typeof c!==typeof a&&(b=!0),d=b;d&&(a=c)}})};
! JS API FINISH

!-------------------------------------------------------------------------------!
!------------------ Advertising networks ---------------------------------------!
!-------------------------------------------------------------------------------!
!
! 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)
!
!
!
||vowpairmax.live^$popup
||slownansuch.info^$popup
||stethuth.xyz^
||ktxvbcbfs.xyz^
||ro.ondatrakrafts.com^
||ewhareey.com^
||skatistlollard.com^
||monthcurrencybeam.com^
||begracetindery.com^
||bwpuoba.com^
||nk.inventdebosh.com^
||mads-fe.amazon.com^
||venturepeasant.com^
||riweeboo.com^
||8trd.online^
||publisher1st.com^$third-party
||avglfookdjuj.com^
||jyqekzewvyojy.top^
||auhpaewvbgwjr.com^
||wokaptoa.com^
||lambedbarbal.website^
||jghjhtz.com^
||ctrtrk.com^
||mztqgmr.com^
||ntlysearchingf.info^
||etingplansfor.org^
||uqpvrqplyqm.com^
||wnwkzzzheca.com^
||aysdsvtd.com^
||sjmbwxnqz.com^
||kxkqqycs.xyz^
||psumainy.xyz^
||xhfvljklvq.com^
||moxuthoo.net^
||detergentkindlyrandom.com^
||cottondivorcefootprint.com^
||fitchedjimmy.guru^
||idiocyosmotic.life^
||qwkmiot.com^
||mgdtnwnjwewlph.com^
||iajmewpagfvhg.com^
||isiyyhghu.com^
||geiozdtpssgt.com^
||zaudouwa.xyz^
||xyooepktyy.xyz^
||qabpqtqmhl.com^
||questioningtosscontradiction.com^
||vxrydraquqcwb.com^
||guvsxiex.xyz^
||adxfire.net^
||wauchguardee.com^
||giggleostentatious.com^
||tiny-atmosphere.com^
||meksicie.net^
||sugpgeaunpet.com^
||capletstyldia.com^
||dwvbfnqrbif.com^
||despectclogwyn.com^
||justey.com^
||hrkplkgjs.com^
||glowedhyalins.com^
||dotercouther.uno^
||overlapparians.com^
||artertapirus.com^
||empairscarp.com^
||piaigyyigyghjmi.xyz^
||azqqloborwwba.top^$all
||fipkcakk.com^
||hooglidi.net^
||ixxljgh.com^
||anythingamg.org^
||ignamentswit.com^
||vohqpgsdn.xyz^
||xfguylptuqw.com^
||nnjisvdxaoet.com^
||greekroo.xyz^
||ut13r.site^
||someonein.org^
||mentswithde.com^
||ficvekayfkrm.com^
||miwllmo.com^
||qdotzfy.com^
||rgcxmzrmcvbxem.com^
||bdmbazqsboxooh.com^
||ragsbxhchr.xyz^
||fridgejakepreposition.com^
||bewathis.com^$all
||datatechone.com^$all
||rsgouhlbhfl.com^
||vuphoubs.com^
||zjpwrpo.com^
||nczxuga.com^
||ntsiwoulukdli.org^
||aterhouseoyop.com^
||pepapigg.xyz^
||socde.com^$all
||elfnxscnmtao.com^
||etxahpe.com^
||kbadguhvqig.xyz^
||gwjfwrzoevwt.com^
||quxuejhcaz.com^
||zzhyebbt.com^
||ijrmafzydeieuo.com^
||banners5html2.com^
||ad.apl302.me^
||jgfwbpquillzpw.com^
||commastick.com^
||ynfsiosdt.com^
||poanouwy.net^
||clopembira.website^
||keapgypsite.website^
||vfeeopywioabi.xyz^
||eeptushe.xyz^
||alterhimdecorate.com^
||bkicoegecxjv.com^
||ad.tradertimerz.media^
||xblonthyc.com^
||esbqetmmejjtksa.xyz^
||accuracyswede.com^
||ovkamwvdof.com^
||eneverseen.org^
||realiukzem.org^
||decbusi.com^$all
||jenwyrjbvvlrl.top^
||elwcchbwtnohia.com^
||imemediates.org^
||tiotyuknsyen.org^
||wirsilsa.net^
||hoowuliz.com^
||rooptawu.net^
||avkktuywj.xyz^
||rldwideorgani.org^
||acquisitionsneezeswell.com^
||rdkuiriybvxnera.com^
||uptechnologys.com^$all
||xovdrxkog.xyz^
||yidxqbmfkbp.com^
||oijorfkfwtdswv.xyz^
||jsgmsoapx.com^
||faffwut.com^
||iwjerwaxjblelve.com^
||amkbpcc.com^
||tbradshedm.org^
||unicatethebe.org^
||xevbjycybvb.xyz^
||wwvqxqmcvfxwqq.com^
||acnwxjhfby.com^
||sytqxychwk.xyz^
||encumbranceunderlineheadmaster.com^
||cleaningmaturegallop.com^
||dignityhourmulticultural.com^
||usiphdtubj.com^
||aycrxa.com^
||pnlwbcxphfhgqp.com^
||mystnock.digital^
||esbeginnyweakel.org^
||dinghologyden.org^
||vdenwwytxmw.com^
||endingrude.com^
||lacerateinventorwaspish.com^
||treblescholarfestival.com^
||evecticvocoder.life^
||korununkept.digital^
||aumtoost.net^
||noblelevityconcrete.com^
||hvkwmvpxvjo.xyz^
||extensionworthwhile.com^
||braflipperstense.com^
||klihldyjzrjouh.com^
||rentherifiskin.com^$all
||core.dimatter.ai^
||crmentjg.com^$all
||crmpt.livejasmin.com^$all
||twinrdsrv.com^$all
||jwnmnnnzreeyw.top^$all
||connecttoday.eu^
||fuckmehd.pro^$all
||adpmbexo.com^$all
||adpmbexoxvid.com^$all
||adpmbglobal.com^$all
||adpmbtf.com^$all
||adpmbtj.com^$all
||adpmbts.com^$all
||advp1.com^$all
||advp2.com^$all
||advp3.com^$all
||advpx.com^$all
||advpy.com^$all
||advpz.com^$all
||afgr1.com^$all
||afgr10.com^$all
||afgr11.com^$all
||afgr2.com^$all
||afgr3.com^$all
||afgr4.com^$all
||afgr5.com^$all
||afgr6.com^$all
||afgr7.com^$all
||afgr8.com^$all
||afgr9.com^$all
||afgtrwd1.com^$all
||athlg.com^$all
||ckrf1.com^$all
||grwp3.com^$all
||htdvt.com^$all
||hytxg2.com^$all
||mnbvjhg.com^$all
||mncvjhg.com^$all
||mndvjhg.com^$all
||mnevjhg.com^$all
||ntopqualitylink.com^$all
||safsdvc.com^$all
||sbfsdvc.com^$all
||scfsdvc.com^$all
||sdfsdvc.com^$all
||seethisinaction.com^$all
||sefsdvc.com^$all
||sffsdvc.com^$all
||sgfsdvc.com^$all
||shfsdvc.com^$all
||slfsmf.com^$all
||superqualitylink.com^$all
||topqualitylink.com^$all
||vfthr.com^$all
||yterxv.com^$all
||altcoin.care^$third-party
||adtclickwhite.com^$all
||moneytatorone.com^$all
||mobileoffers-ep-download.com^
||loivpdbzx.com^
||pubgalaxy.com^
||othiijwtgcmjmj.com^
||xlarixmmdvr.xyz^
||ifntizihsffqi.com^
||ntmastsault.info^
||omouswoma.info^
||pumjkngivq.com^
||xmverqdrjodohf.com^
||eqrjuxvhvclqxw.xyz^
||mupufktvziob.com^
||egbesnfzdfg.com^
||fykjhzjyjvx.com^
||flashb.id^
||provingavidity.com^
||gold-line.click^$all
||adtago.s3.amazonaws.com^
||tiesmmflv.com^
||hyelgehg.xyz^
||hoseitfromtheot.com^
||ionismscoldn.info^
||szlipubod.com^
||oscism.com^
||smatr.icu^
||lstonorallantyne.com^
||ashionismscol.info^
||mqqxkkenfws.com^
||freeply.cards^
||lkjjhrwrcmvtl.com^
||ondajqfaqolmq.xyz^
||hwfmynim.com^
||nethebravero.com^
||mrpztdpe.com^
||asbutiseemedli.com^
||rtdqhjiqf.com^
||ojuhjcmhemvs.com^
||owqrtaodb.com^
||install-check.com^$all
||qcvbtrtlmjdhvxe.xyz^
||bginrbancsr.com^
||qxpwiqydg.com^
||hpaakmsumarzy.com^
||xxjcedclosxcaox.com^
||zmhwaiapbtfq.com^
||nuerprwm.xyz^
||brvuyvzdo.com^
||zantpvrsmninvx.com^
||ainhiseewhat.com^
||sportzflix.xyz^
||spadsync.com^
||amplayeranydwou.info^$popup
||highcpmrevenuegate.com^$all
||ebdokvydrvqvrak.xyz^
||koojaith.xyz^
||mwbrnpmixxtu.com^
||ofdxfsho.com^
||zdxcuchr.com^
||qehwgbwjmjvq.xyz^
||enyunme.com^
||eeywmvwebqarl.top^
||cczqyvuy812jdy.com^
||ioiubby73b1n.com^
||whoustoa.net^
||gijxsthpuqdwcn.com^
||opkfijuifbuyynyny.com^
||urnigarted.com^$all
||bettermeter.com^
||slivmux.com^
||ebooks.dental^
||magniffic-strean.com^
||qhlegkjlnmg.com^
||osmatecosh.com^
||oltcneutwheoioo.xyz^
||bybyjrnrqqqqr.top^
||academic-information.com^
||scwawseh.com^
||tipslyrev.com^
||lbxetynjwqyrw.com^
||mmczmfgpq.com^
||rgbvgxfcp.xyz^
||ads4media.online^$third-party
||wyeszcj.com^
||ecusemis.com^
||cotwcpcjcrjfj.xyz^
||xfhgstxcytiu.com^
||zdqgsoqsmppd.com^
||alocdn.co^$popup
||basintippets.com^
||kelliontemiak.com^
||olnjitvizo.com^
||qmaacxajsovk.com^
||limurol.com^
||spryptvqguhpwt^
||plungepilmy.com^
||qkodjvdsm.com^
||wauwitew.net^
||abmunnaa.com^
||optad360.net^
||dust-0001.delorazahnow.workers.dev^
||pwwqkppwqkezqer.site^
||s.pemsrv.com^$all
||awempt.com^
||awepsljan.com^
||awptlpu.com^
||cdctwm.com^
||chryvast.com^
||ctsdwm.com^
||embwmpt.com^
||jsmcrpu.com^
||jsmcrt.com^
||jsmpus.com^
||livesexbar.com^
||ptbrdg.com^
||ptcdwm.com^
||wmpset.com^
||paekicz.com^
||pastfrolicpackage.com^
||jezailmasking.com^
||dioxidtoluyls.com^
||kxuattexg.com^
||smervyfenks.com^
||sjolcdkqwiybh.xyz^
||gastersliddry.com^
||anemenzemkwkm.top^
||manoirshrine.com^
||pariatonet.com^$third-party
||porgruite.com^$all
||update-mac.com^$all
||whamauft.com^$all
||remarkinspector.com^$all
||primeleech.com^$all
||goatmod.xyz^$all
||bonzai.co^$third-party
||danbo.org^$third-party
||adsterratech.com^$third-party
||malikiresids.com^$all
||adlook.me^$third-party
||code.adsinnov.com^$third-party
||intentiq.com^$third-party
||pubscale.com^$third-party
||scptp1.com^
||so333o.com^
||cdnquality.com^$all
||hottercensorbeaker.com^$all
||misarea.com^$all
||atoplayads.com^$third-party
||compassionatecheek.com^$all
||anonads.net^$third-party
||diated.com^
||dozard.com^
||dlmonitize.com^$all
||beyourxfriend.com^$all
||linkads.me^$third-party
||dating.service2u.shop^$all
||pushpad.xyz^$third-party
||dy.zsstoics.com^$all
||saworbpox.com^$all
||v.scurra.space^
||givememmastreams.com^$third-party
||neburn.com^
||feript.com^
||stitor.com^
||trushittria.com^
||huffson-delivery.com^$third-party
||watchtopapps.com^$all
||notdyedfinance.com^$all
||bh-dm.com^$third-party
||adrino.cloud^$third-party
||ctsdwm.com^$third-party
||bgn.gg^$third-party
||hepsaign.com^
||forjoiyvids.online^$third-party
||gibbarwaiting.com^
||irries.com^
||ovyondkggnqhmt.xyz^
||muddychronicstuffed.com^$all
||dating-roo3.site^$all
||lookinews.com^$all
||shadowminer.top^$all
||a.labadena.com^$all
||feistyhelicopter.com^$all
||sheeme.com^$third-party
||whiteforwardlines.com^$all
||belittlepads.com^$all
||bulochka.xyz^
||guide-antivirus.com^$all
||whoursie.com^
||hoaxbasesalad.com^$all
||variationaspenjaunty.com^$all
||yourgoads.com^$all
||nannyamplify.com^$all
||requac.com^
||gotchaih.com^
||choacmax.xyz^
||bgcold.com^
||runoj.click^$all
||filthybudget.com^
||adblock-one-protection.com^$all
||ixisivomer.com^$all
||exinariuminix.info^$all
||fuckthat.xyz^
||digital2cloud.com^$third-party
||scentedindication.com^
||wumufama.com^
||ticaadjuk.xyz^
||phoojeex.xyz^
||chozeers.xyz^
||idvdtxixmmaiyv.xyz^
||adeepado.xyz^
||seethafo.xyz^
||assaystalonic.com^
||adarutoad.com^
||convenientcertificate.com^
||shookahi.xyz^
||chabadokor.com^$all
||paghai.com^
||curtisbarways.com^
||warlockstallioniso.com^
||shookahi.xyz^
||truthfulsensor.com^$all
||5.61.55.143^$all
||37.1.213.100^$all
||loc.sexymilfspics.com^$third-party
||all-ti-cod.com^
||covivado.club^
||go2click.online^$all
||tintedparticular.com^
||itchinglikely.com^
||iwistracks.com^
||ironcladtrouble.com^
||frequentanalyst.com^
||jatostepa.com^
||zibaweva.com^
||sibergy.com^$third-party
||sumbreta.com^$third-party
||ads.livetv*.me^
||roulax.io^$third-party
||adxfire.com^$third-party
||adxfire.in^$third-party
||iyfbodn.com^$all
||poflix.com^
||skeetads.com^
||rhoeomanid.space^$all
||gervasdonatee.guru^$all
||frocogue.store^$all
||tembetachasmic.guru^$all
||lifesoonersoar.org^
||biocdn.net^$third-party
||xszcdn.com^
||uads.store^
||toromclick.com^$all
||yollamedia.com^$third-party
||ak.oalsauwy.net^$all
||omjitjlhx.com^
||pusishegre.com^
||efully.info^$all
||fikccnef.top^$all
||buqkrzbrucz.com^$all
||styrianauf.com^
||kumo.network-n.com^$third-party
||betzapdoson.com^$all
||counter*.stat.ovh^
||blow.week1time.com^
||big-loads.com^$all
||andoldifiscqa.com.ua^$all
||yieldtrk.com^$all
||antivirushub.co^$all
||antivi.xyz^$all
||oblongcondition.com^
||datingarea.life^$third-party
||losepipegoes.live^$all
||currentaccountadv.com^$all
||myreqdcompany.com^$all
||cophypserous.com^$all
||belbenback.live^$all
||nostrilquarryprecursor.com^
||crankyderangeabound.com^
||advfandom.com^$all
||pijapue.org^$all
||venadvonline.com^$all
||effateuncrisp.com^$all
||impresivedate.com^$all
||datingmeetnet.com^$all
||aubergearise.com^$all
||0redire.com^$all
||celxkpdir.com^$all
||mkopli-1.live^$all
||xonedart-2.live^$all
||montlusa.top^
||gointhe.space^$third-party
||pornjustx.com^$third-party
||jhgwe.gettingcoolprizes.info^
||morewhobomb.live^$all
||vlcdownloads.com^$all
||trqs.vip^$all
||theupgradedata.com^$all
||theloveapproach.com^$all
||wisehowronspar.com^$all
||rtbldisubeignb.com^
||clicks.affstrack.com^
||ckl.fbmedia-ckl.com^$all
||ythjhk.com^$all
||vpnsafebrowsing.com^$all
||qwtag.com^$third-party
||arthwhilearthu.com^$all
||cutopporting.com^$all
||interviewdegenerateperspective.com^$all
||oodrampi.com^$all
||ofchildr.buzz^$all
||regadsacademy.com^$all
||adsmatcher.com^$third-party
||yarlnk.com^$all
||menispirfly.com^$all
||uoutube.com^$all
||banhq.com^
||internalpound.com^
||anzu.io^$third-party
||searchmarquis.com^$all
||deeginews.com^
||maturecodes.com^$third-party
||ojqbnqdwycws.com^
||updatemobilee.com^$all
||querulous-type.com^
||lephaush.net^$all
||sonic-ui.highereducation.com^$third-party
||hisurnhuh.com^$all
||datatechonert.com^
||pqnnjjpzarpb.com^
||impreslvedate.com^$all
||actuallyhierarchyjudgement.com^$all
||lehephubu.com^
||uii.io^$third-party
||coinad.org^$third-party
||privatespace.click^$all
||bg4nxu2u5t.com^$all
||brazzerssurvey.com^$all
||ee-softs.com^$all
||adunity.com^$third-party
||tuleceti.com^
||bitterlythread.com^$all
||srvpcn.com^$all
||soft-little.com^$all
||allimpactdesign.com^$all
||dealtbroodconstitutional.com^
||sanjagh.com^$third-party
||ap.frarychazan.com^
||valid-dad.com^
||starkhousing.com^
||trestonclop.com^$all
||guroshied.com^$all
||cdn.bescore.com^$third-party
||cdn.sportlabs.online^$third-party
||track.sparta-tracking.xyz^
||adv.bandi.so^
||saumeechoa.com^$all
||bluepartner.pl^$third-party
||selectmedia.asia^$third-party
||jaavnacsdw.com^$all
||imilroshoors.com^$all
||vptadv.com^
||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
||akutapro.com^$all
||familialsimulation.com^$all
||ku2d3a7pa8mdi.com^$all
||jomtingi.net^$all
||clickcanoe.com^$all
||user-shield-check.com^$all
||radull.com^$all
||tag.winister.app^
||camsbanner.wtfgroup.co^
||ads.senmanga.com^
||fleraprt.com^
||viiadr.com^$all
||a2nn5eri7ce.com^$all
||0redird.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
||adviad.com^$third-party
||goldsurf24h.pl^$third-party
||ourcommonnews.com^$all
||ccmiocw.com^$third-party
||oufteens.com^$all
||hathyneglu.com^
||monetiza.co^$third-party
||sobowapso.com^
||u7z5fgj3k9c0vkah2v8zj1zj7v6gkm2f8zjc9j2vk6o9p2zks3a6sjc2mj6h.me^
||choachim.com^$all
||viavideo.digital^$third-party
||vlogerads.com^
||flat-ads.com^
||takechaukr.com^
||ourhotfeed.com^$all
||affforce.com^$all
||zhej78i1an8w6ceu.com^$all
||gurynyce.com^$all
||advservert.com^
||unusualbrainlessshotgun.com^$all
||zoutubephaid.com^$all
||significantoperativeclearance.com^$all
||furstraitsbrowse.com^$all
||see-what-is-trending.com^$all
||mauptaub.com^$all
||wonderful-day.club^$all
||hewmjifrn4gway.com^$all
||dougale.com^$all
||thecred.info^$all
||allprofitsurvey.top^$all
||dooloust.net^$all
||bloxplay.com^$third-party
||dotchaudou.com^$all
||berangkasilmu.com^$third-party
||pushub.net^$all
||proverbnoncommittalvault.com^
||fxhpaoxqyajvmdg.
||rgfftupf.
||zusepe.xyz^$third-party
||cdn.applixir.com^$third-party
||selfishmourninhabitants.com^
||monsy.com^$third-party
||fireworkadservices1.com^
||mage98rquewz.com^$all
||cugiphepty.com^$all
||instaflrt.com^$all
||japanhotties.jp^$all
||singlesgetmatched.com^$all
||df80k0z3fi8zg.cloudfront.net^
||date4sex.pro^$all
||forarchenchan.com^$all
||trk.nfl-online-streams.live^$all
||xviperonec.com^$all
||getmackeepersoftpro.xyz^$all
||emisja.contentstream.pl^$third-party
||ads.playground.xyz^
||hetadinh.com^$all
||linker.ba^$third-party
||clixwells.com^$all
||wxhiojortldjyegtkx.bid^$all
||refpanglbvyd.top^$all
||igniterads.com^$third-party
||impruads.com^$third-party
||outwhirlipedeer.com^$all
||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^
||2go7v1nes8.com^$all
||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^
||liadm.com^
||trustiseverything.de^$third-party
||check-update-today.com^$all
||phoneapplicationlabs.top^$all
||divorceseed.com^
||cdn.fedsy.xyz^
||new-pressroom.com^$all
||wearetopple.com^$third-party
||guandads.com^$third-party
||lifeimpressions.net^$all
||t.visx.net^$third-party
||clickgate07.biz^
||mousecatzilla.com^
||destroyedspear.com^
||cdn.rgrd.xyz^
||popcashjs.b-cdn.net^
||qizjkwx9klim.com^
||freewheel-mtgx-tv.akamaized.net^
||gcdn.2mdn.net^
||smartmnews.pro^$all
||unspeakablepurebeings.com^
||clickgate09.biz^
||rexpush.info^$third-party
||bvmcdn.net^
||bvmtogo.com^$all
||cdncont.com^
||fadverdirect.com^$all
||elxont.com^$all
||adsparc.com^$third-party
||heaplap.com^
||neekstore.com^$third-party
||securecd-smnd.com^$all
||webmontify.com^$third-party
||bbnfcfrvjs.com^
||adsjumbo.com^$third-party
||lukomol.com^
||nothingnightingalejuly.com^
||stimulateartificial.com^
||natexo-programmatic.com^
||cdend.com^$third-party
||googles.video^$third-party
||brunettemattersrefused.com^
||ad.lomadee.com^
||adshares.net^$third-party
||weakcompromise.com^
||ad.foxnetworks.com^
||1f7wwaex9rbh.com^
||awptlpu.com^
||kindnessmarshalping.com^
||prowesshearing.com^
||ag.palmtube.net^$third-party
||overlapflintsidenote.com^
||parlorscenes.com^
||xdowl0adxd0wnloadx.com^
||aj2204.online^$third-party
||aloveste.site^$third-party
||breakdownreprintsentimental.com^
||caressleazy.com^
||discoverethelwaiter.com^
||horriblygeneratortwinkle.com^
||lyricslocusvaried.com^
||purebushesprop.com^
||zyrji.com^$third-party
||smeartoassessment.com^
||librateam.net^$all
||ourhypewords.com^$all
||skimresources.com^$third-party
||pocketads.pl^$third-party
||bluffyporn.com^$third-party
||adbetnetwork.com^$third-party
||dadslimz.com^$popup
||centralheat.me^$all
||traffic.pinklabel.com^$third-party
||whugesto.net^$all
||departgross.com^$all
||dadslimz.com^
||hadesleta.com^$all
||forzslodge.com^$all
||go.tmrjmp.com^$all
||go.xxxjmp.com^$all
||news-back.org^$all
||beta-news.org^$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^
||protectedfolkssomebody.com^$third-party
||trknex.com^$all
||slotscity.g2afse.com^$all
||quitzon.net^$all
||bonertraffic12.mobi^
||member.javtvnow.xyz^
||glixaing.com^$all
||beatsightcab.com^
||1ts11.top^$all
||spadelack.com^
||movies-flix.club^$all
||centent.slreamplay.cc^
||centent.slreamplay.cc^$all
||apprefaculty.pro^$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
||skatestooped.com^
||mommygravelyslime.com^
||woollenthawewe.com^
||ptwmstc.com^$third-party
||loveofffer.com^$all
||adsgig.com^
||bestcontentweb.top^$third-party
||ads.timesjobsandcareers.com^
||tpx.tesseradigital.com^
||mfk-cpm.com^$all
||jarvispopsu.com^$all
||adp13a.com^$all
||admozartxml.com^$all
||codedpigzed.cam^$third-party
||eighing.space^$third-party
||spoilphysiqueteenagers.com^
||hannode.xyz^
||delivery.sexyxxx.biz^
||red12flyw2.site^$third-party
||cdn.allsportsflix.best^$third-party
||calamityfortuneaudio.com^
||inedibleproductiveunbelievable.com^
||jawholeminable.com^
||vliplatform.com^$third-party
||tooasthmaloose.com^
||lovelybingo.com^
||adoptum.net^$third-party
||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
||convertmb.com^$all
||misspkl.com^$all
||di7stero.com^$all
||adsterra.org^$third-party
||filterexchangecage.com^
||reluctanceleatheroptional.com^
||compareproprietary.com^
||nerdolac.com^$third-party
||ghostsinstance.com^$third-party
||directpaper.name^
||yomaza.net^$third-party
||herdcowhas.icu^$third-party
||adcheap.network^
||temporarilybrancheshideous.com^
||b0f1d2.com^$third-party
||getadfinity.com^$third-party
||streakattempt.com^
||confidethirstyfrightful.com^$third-party
||air2s.com^$third-party
||jutyledu.pro^$all
||sunnycategoryopening.com^
||creepybuzzing.com^$third-party
||despicablereporthusband.com^
||aj2178.online^$third-party
||jotpoolwarren.com^$third-party
||adsyou.pro^$third-party
||mopemodelingfrown.com^$all
||adxxx.com^$third-party
||retdaz.fun^$all
||revenuenetworkcpm.com^$all,domain=~beef1999.blogspot.com
||cryptoadvertising.net^$third-party
||oostotsu.com^$third-party
||offclaydolon.com^$third-party
||cehuiy.com^$all
||engagedhits.com^$third-party
||click.hooligapps.com^
||sersh.com^$third-party
||crevicedepressingpumpkin.com^
||zazerygu.pro^$all
||adsmodern.com^$third-party
||continuedhostilityequipped.com^
||konradsheriff.com^$all
||continuedhostilityequipped.com^$all
||yourdestinationlink.com^$all
||adshort.media^$all
||dcfnihzg81pa.com^
||releasedverge.com^
||wokm8isd4zit.com^
||a.binpartner.com^$third-party
||discovernative.com^$third-party
||fromjoytohappiness.com^$all
||gecontentasap.com^$third-party
||b3stcond1tions.com^$all
||cpmnetworkcontent.com^$all
||shar3yourf1le.com^$all
||agacelebir.com^$all
||detailyesgrip.com^$all
||irkerecue.com^$all
||paychat.fuse-cloud.com^$all
||adright.co^$all
||rqhere2.com^$all
||rtpdn12.com^$all
||z8g0wlq5p0f6jg3k7eh2kyd58hjeskx0w9g5eu7q3m5hyq8l0xwofj3ap2nv.me^$third-party
||vv8h9vyjgnst.com^$third-party
||shacsda.name^$third-party
||luckyforbet.com^$third-party
||refpaiwqkk.top^$all
||crisistuesdayartillery.com^
||adcryp.to^$third-party
||bidio.pl^$third-party
||safeattributeexcept.com^
||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
||togranbulla.com^$all
||prltmz.com^$all
||look.flowln.com^$all
||joinads.me^$third-party
||exploitnookconsequently.com^$all
||maphuahin.com^$third-party
||t.ajrkm.link^$third-party
||cdn.wadawada-stop-report-us.com^$third-party
||skinkexchange.com^$third-party
||bestcontentcost.top^$third-party
||pp.awmplus.com^$third-party
||rotate5url.com^$third-party
||mistletoeethicleak.com^
||smart-redirecting.com^$third-party
||1ts18.top^$all
||mediacpm.pl^$third-party
||ponchowafesargb.com^$all
||acidpigs.com^$third-party
||declk.com^$all
||bangready.com^$third-party
||netnesspb.com^$third-party
||engine.partylemons.com^$third-party
||moviesflix4k.work^$third-party
||movies-flix.club^$third-party
||srtrak.com^$popup
||bestcond1tions.com^$popup
||refpasrasw.world^$all
||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
||topblockchainsolutions.nl^$all
||a.bestcontentitem.top^$third-party
||sub.xxx-porn-tube.com^
||futilereposerefreshments.com^$third-party
||track.wg-aff.com^$all
||analyticsq1.com^$all
||impactserving.com^$all,domain=~xfantazy.com
||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^
||unreshiramor.com^$all
||p.tanx.com^
||app.titsx.com^$third-party
||secureanalytic.com^$third-party
||willalland.info^$third-party
||xml.realtime-bid.com^$all
||refparjhob.top^$all
||luckyforbet.com^$all
||xml.bidiology.com^$all
||ppcnt.us^$popup
||ppcnt.eu^$popup
||ppcnt.co^$popup
||snessubsets.pro^$third-party
||doathair.com^
||preanalytication.com^
||milk.supertool.stunnermedia.com^$third-party
||rotumal.com^$document
||shqbsdjatunl.com^$third-party
||adtol.com^$third-party
||topflownews.com^$all
||poptival.com^$third-party
||adfpoint.com^$all
||lowtyroguer.com^$all
||whitehalfabrr.club^$all
||mfadsrvr.com^$third-party
||terttalkinhitin.pro^
||prltmz.com^
||download-alert.com^$all
||viralltopics.com^$third-party
||st-n.pc3ads.com^
||max-adserv.com^
||adpia.vn^$third-party
||passtechusa.com^$all
||ad.pornimg.xyz^$third-party
||apionloadmedia.com^$third-party
||nextclickadv.com^
||prpops.com^$document
||tracking.scenepass.com^
||irtyd.com^$third-party
||rednews.me^$third-party
||ofphanpytor.com^$all
||popcent.net^$all
||adprofits.ru^$third-party
||ewerhodub.com^
||dairouzy.net^$all
||bycelebian.com^$all
||erdecisesgeorg.info^$all
||belazyelephant.com^$all
||phethikapso.pro^$third-party
||aestivator.com^$third-party
||trcksrvrs.com^$third-party
||aptantasp.site^
||padsims.com^$third-party
||thebestoffersintheweb.com^$all
||tantractium.com^$third-party
||geniusdexchange.com^$all
||admixer.co.kr^$third-party
||lodder5.biz^$all
||tracktraf.com^$all
||go1news.biz^$all
||t0p0ff3rs.com^$third-party
||rubird.ru^$third-party
||evadavdsp.pro^$third-party
||bms*.adjarabet.com^$third-party
||thefastpush.com^$all
||sauwoaptain.com^$all
||cdn.sports-streams-online.club^$third-party
||ian029dkl3osl930sian.club^$third-party
||popupplus.ir^$third-party
||tsyndolls.com^$third-party
||marfeelcache.com^$third-party
||amcdn.vn^$third-party
||punosy.top^$third-party
||postlnk.com^$all
||viatepigan.com^$all
||pagiwp.com^$third-party
||nativclick.com^$third-party
||fuckthat.xyz^$third-party
||pegloang.com^$all
||paripartner.com^$all
||ookris.oferty-kredytowe.pl^
||black77854.com^$all
||opoxv.com^$all
||sendmepush.com^
||trupir-asia.info^$all
||sinsoftu.com^
||badsbads.com^$all
||boxpr.aiservice.vn^$third-party
||targetpush.co.kr^$third-party
||a.bestcontenttool.top^$third-party
||start.parimatch.com^$popup
||abskursin.com^$all
||nakedreel.com^$third-party
||doublepimpads.com^$third-party
||private-show.live^$all
||special-promotions.online^$all
||a.o333o.com^$all
||suntcontent.se^$third-party
||go.ero-advertising.com^$document
||bebasads.com^$third-party
||pornvideos.casa^$third-party
||glokta.info^$third-party
||olineman.pro^
||neon.today^$third-party
||nuclearads.com^$third-party
||clipbongda.info^$third-party
||bitcoadz.pw^$third-party
||bitcoines.com^$third-party
||pushdom.co^$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^
||yoads.net^$third-party
||xxxc2c.org^$third-party
||z.cdn.braun634.com^$all
||adxadtracker.com^$third-party
||adword.ge^$third-party
||zuzodoad.com^
||delivery.adten.eu^$third-party
||hub.com.pl^$third-party
||yourservice.live^
||whehilru.com^
||pub2srv.com^$third-party
||greetham.net^
||zoteromedia.com^$third-party
||frtyo.com^$third-party
||targaubs.com^
||blueseed.tv^$third-party
||yomedia.vn^$third-party
||wachipho.net^
||psonstrentie.info^
||boacheeb.com^$third-party
||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
||letaikay.net^$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
||adswrapme.click^$third-party
||cdn.pljs.ru^$third-party
||pushwhy.com^$third-party
||renaissanto.com^$third-party
||gsasd.info^$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
||popupme.net^$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
||1lo0.net^$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
||soujoobafoo.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
||egnatius-ear.com^$third-party
||ad-specs.guoshipartners.com^
||aanqylta.com^
||upasiansex.com^
||u1trkqf.com^$redirect=nooptext
||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
||xpicw.top^$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
||admost.com^$third-party
||adnxs.com^$redirect=nooptext
||adpeepshosted.com^$third-party
||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
||adtomafusion.net^$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
||javacript.cf^$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
||plsdrct1.me^$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
!+ PLATFORM(ios, ext_safari)
.fwmrm.net^
!+ 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^
!
! https://github.com/AdguardTeam/AdguardFilters/issues/170063
! spam ads
91.204.226.224$network
! https://github.com/AdguardTeam/AdguardFilters/issues/155298
! Frequently changed domains with the same IPs
57.128.71.215$network
! https://github.com/AdguardTeam/AdguardFilters/issues/152407
! Frequently changed domains with the same IPs
185.246.188.125$network
185.246.188.124$network
194.63.140.103$network
194.63.143.61$network
194.63.143.96$network
! https://github.com/AdguardTeam/AdguardFilters/issues/151479
! Frequently changed domains with the IP range
/^142\.91\.159\.(1[5-9]\d|2[0-4]\d|250):(80|443)$/$network
! Frequently changed domains with the same IP
! For example: https://pornxp.com/videos/77778518360
||188.72.219.36^
188.72.219.36^$network
!
! 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_OPTIMIZED PLATFORM(windows, mac, android)
||amgload.net^$third-party
!+ NOT_PLATFORM(windows, mac, android)
||amgload.net^$third-party,badfilter
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
||hub.fghtem.com^$third-party
!
! https://github.com/AdguardTeam/AdguardFilters/issues/31688
@@||amgload.net/z|$domain=sinoptik.ua|gismeteo.ua
!
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
||analyticsq.com^
||d71e6dd31a026d45.com$popup
||adrunnr.com^$popup
!#endif
!
! https://github.com/AdguardTeam/AdGuardHome/issues/1046
||samsungtvads.com^
||adconsent.samsungrs.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)
!
!
||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^
||am.titsx.com^
||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^
||123.manga1001.top^
||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^
||46dfs.juststreaming.tk^
||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^
||893242.milfunsource.com^
||91199a.xyz^
||99loz.xyz^
||a.123porner.net^
||a.1film.to^
||a.1j02claf9p.pro^
||a.3fwlr7frbb.pro^
||a.6vids.space^
||a.acervox.com^
||a.antiadxxxspy.com^
||a.artamkari.com^
||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.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.letsjerk.org^
||a.letsjerk.tv^
||a.mafon.xyz^
||a.medriz.xyz^
||a.memosaqee.com^
||a.misctool.xyz^
||a.muipe.xyz^
||a.myprettyads.one^
||a.p123p.com^
||a.pandaporner.com^
||a.pinayviralsexx.com^
||a.pinoymoviepedia.ru^
||a.porn369.net^
||a.pornhex.com^
||a.prigo.xyz^
||a.rafian.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.z0il3m3u2o.pro^
||a.zillastream.com^
||a.zvert.xyz^
||a5g.oves.biz^
||a9o.youlikeboys.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.crazyads.icu^
||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.sturls.com^
||ads.tabuflix.com^
||ads.wetpussy.sexy^
||adserv.tbussyb.com^
||adspy.javrank.com^
||adzilla.icu^
||alt.fescity.com^
||amaz.emailon.top^
||anti.347movie.com^
||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.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^
||asg.allweb.click^
||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^
||asp.reputate.org^
||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.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^
||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^
||bolz.lol^
||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^
||cdn1.hentaitimes.com^
||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^
||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^
||dg3qtwew.sanjay44.xyz^
||digiadzone.com^
||display.cdnbucket.com^
||dl.4kporn.xxx^
||dl.crazyporn.xxx^
||dl.hoes.tube^
||dl.love4porn.com^
||dontbeabadboy.javboys.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^
||essential.awmcash.com^
||ex8.lostporntube.com^
||extra.imoxxnx.com^
||eznoz.xyz^
||f-g-l-j.22yy6.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^
||fineads.icu^
||free.srcdn.xyz^
||fuckers.nieuws.xxx^
||fuwn782kk.alphaporno.com^
||fx9.freepornoboss.com^
||g.adultporn.tv^
||g.bloblohub.com^
||g6j.cupidonmedia.com^
||game.starswalker.site^
||getallt1.com^
||gg.xszcdn.com^
||ghtry.amateurswild.com^
||glass.rubyrevenue.com^
||glokta.info^
||go.showmeyouradsnow.com^
||go.ss-n-30.com^
||goallbest.com^
||godhame.xyz^
||goog.emailon.top^
||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^
||hoakz.xyz^
||hot.sexyadsrun.com^
||hotmovstore.com^
||hotpornpro.com^
||houdisco.xyz^
||hq3x.com^
||hqpornpro.com^
||hqsexpro.com^
||hsux.com^
||huanez.xyz^
||huewaix.xyz^
||hutanz.xyz^
||hx1.tubepornbase.com^
||i.bloblohub.com^
||i.theglobepost.us^
||iduq.com^
||ignore.hot-bbw-tube.com^
||ijucr.justbokep.com^
||imbdemfjjduu.cdnvideo3.com^
||in.fuckhardclips.com^
||invast.invast.site^
||invast.site^
||io.fapnado.com^
||io.fapnado.xxx^
||io.fapnow.xxx^
||ix2.deepsexvids.com^
||j.bloblohub.com^
||j45.webringporn.com^
||javguru.gggsss.site^
||jfhnh.spinna.store^
||jo.429men.com^
||jo.4wank.com^
||jo.fapnado.xxx^
||jo.fapnow.xxx^
||jo.hqbang.com^
||jordan.qunis.ru^
||js.allporncomic.com^
||js.eroticmv.com^
||js.j8jp.com^
||js.manga1000.top^
||js.mangajp.top^
||js.mangakl.su^
||js.mangalove.top^
||js.mangapro.top^
||js.phoenixmanga.com^
||js.syosetu.top^
||js.xemkqxs.com^
||jx3.freepornobook.com^
||k.bloblohub.com^
||kaizzz.xyz^
||key.sexymovie.name^
||kfioeld.spinna.shop^
||khoilive.xyz^
||kliqz.com^
||ko.faptor.com^
||ko.starwank.com^
||krplss.click^
||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^
||lol.globlax.com^
||loop.bengali-sex-video.com^
||losa.mkace.net^
||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^
||meoem.lol^
||metabuz.xyz^
||mficlyxgvfsp.cdnvideo3.com^
||mgbkt9eckr.xn--mgbkt9eckr.net^
||mopeia.xyz^
||moster.granny-xxx-video.com^
||mraozo.xyz^
||mrkaito.xyz^
||mx6.3pornhere.com^
||my.shymilftube.com^
||mydomainbest.com^
||mydznew.xyz^
||mylives.xyz^
||mziso.xyz^
||n.bloblohub.com^
||n.hnntube.com^
||naiyoz.lol^
||nanbody.spinna.shop^
||nav.srcdn.xyz^
||net.contoseroticoscnn.com^
||net.sexstories69.com^
||newdin.name^
||newhand.name^
||newtits.name^
||newzilla.name^
||ngbcrg3b.xn--ngbcrg3b.com^
||nice.tranny.one^
||nice.tryboobs.com^
||niceads.icu^
||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^
||o911o.com^
||oi.429men.com^
||oi.fapnado.com^
||oi.fapnado.xxx^
||oi.fapnow.xxx^
||oi.hqbang.com^
||oi.lesbianbliss.com^
||oi.transhero.com^
||oj.429men.com^
||oj.4wank.com^
||oj.fapnado.xxx^
||oj.fapnow.xxx^
||ok.4wank.com^
||ok.4wank.net^
||ok.fapnado.com^
||ok.fapnado.xxx^
||ok.fapnow.xxx^
||ok.faptor.com^
||ok.hqbang.com^
||ok.starwank.com^
||ontj.com^
||open.oksrv.com^
||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^
||p123p.com^
||pacaka.conxxx.pro^
||pakenta.xyz^
||pamtuea.xyz^
||pamury.xyz^
||pangoha.xyz^
||pangtues.xyz^
||panoz.xyz^
||panpant.xyz^
||parkurl.com^
||pempiz.xyz^
||penapne.xyz^
||perke.xxxpornhd.pro^
||pihu.xxxpornhd.pro^
||pivo.tracked.one^
||plutoclean.com^
||pnpjceawvmeu.cdnvideo3.com^
||pop.nkiris.com^
||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^
||puzzio.xyz^
||puzzoa.xyz^
||px9.nuderedtube.com^
||qhip.com^
||qoqv.com^
||qoutec.shop^
||qovua60gue.tubewolf.com^
||qsdr.mysunnylawn.com^
||qualityads.icu^
||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.freeadultporn.tv^
||r.tropictube.com^
||rdx.javmotion.com^
||redi.teengirl-pics.com^
||reklama.teenfuckhd.com^
||rest.sexypornvideo.net^
||reton.free-porn-videos.org^
||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^
||serve.bdsmstreak.com^
||sfw1a.dappab.site^
||sfw1b.dappab.site^
||sfw1c.dappab.site^
||sfw1d.dappab.site^
||sg.xclick24.com^
||sgzhg.pornlovo.co^
||shenzo.xyz^
||shmeia.xyz^
||shukri.mwikace.com^
||sis.facesittingbbw.com^
||slit.lewd.rip^
||smart.sunporno.com^
||solo.chinese-sex-tube.com^
||sor.pornxok.com^
||spa.arabtoons.net^
||spyglass.reklamko.pro^
||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^
||tagun.xyz^
||tangpuax.xyz^
||tankiuz.xyz^
||tayrambo.lol^
||tb.turbocap.net^
||templa.xyz^
||test.shrinkbit.in^
||test2.maxx.ddac.ru^
||testcommon.soundrussian.com^
||thaz.xyz^
||tiktakz.xyz^
||tlv.ui02.com^
||toabuck.xyz^
||topsexmovs.com^
||topvidstore.com^
||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^
||vd.7vid.net^
||vi1.prettytube.net^
||vid.prettytube.net^
||vivuple.xyz^
||vsx.hotpornfile.org^
||vuruzy.xyz^
||vuwjv7sjvg7.zedporn.com^
||vv.7vid.net^
||vz.7vid.net^
||w00t.us^
||waihoz.xyz^
||watekade.xyz^
||ww.0prn.com^
||ww.cvideos.stream^
||www.antiadblock.info^
||www.b.hubhubhub.name^
||www.bigboy.monster^
||www.bloblohub.com^
||www.cinemahd.top^
||www.f.bloblohub.com^
||www.go.ss-n-30.com^
||www.hq3x.com^
||www.javtvnow.xyz^
||www.letstry69.xyz^
||www.monsoonlassi.com^
||www.p123p.com^
||www.pelisestreno.cc^
||www.pleasedonotblockme.com^
||www.pornvideos.casa^
||www.spinna.shop^
||www.spinna.site^
||www.spinna.store^
||www.spinna.xyz^
||www.uk.boffinsoft.com^
||www.w00t.us^
||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^
||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^
||o313o.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^
||ad.erotikflix.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.erotikflix.com^
||asg.javhoho.com^
||asg.torocomoroco.work^
||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.opowiadaniaerotyczne-darmowo.com^
||cc.porno-rasskazy-sex.com^
||cc.pornorasskazy-xxx.com^
||cc.raccontierotici-club.com^
||cc.relatoseroticos-gratis.com^
||cc.sersh.com^
||cc.sexgeschichten-klub.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
||arvb.gamz48qlok.ru^
||dsp-image-resizer.gamz48qlok.ru^
!
! 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^
||al.neuraleisfahan.com^
||an.pintaentrep.com^
||ao.tournaipestles.com^
||ap.bouncelargo.com^
||aq.ferisonledger.com^
||ar.pagodaskeeker.com^
||at.laundawaits.com^
||au.bolloxcyclism.com^
||av.eulerupslant.com^
||aw.omandersingly.com^
||ax.mousmeetrike.com^
||ax.requotebatman.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^
||bg.unbarbpoured.com^
||bh.twifoilperoxyl.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^
||bs.lesionspalla.com^
||bt.allotshyoides.com^
||bu.sectistfrow.com^
||bx.khedivaormond.com^
||by.ballinghelonin.com^
||bz.waveoffcrakes.com^
||ca.encurlergon.com^
||ca.upboostarmaria.com^
||cb.rompercava.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^
||cu.fullssmirker.com^
||cz.peatmenwhatsis.com^
||db.relandsnouts.com^
||dc.swartlybeebee.com^
||dg.durgahsursize.com^
||dg.folksychapes.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.betosslingala.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^
||fd.peguanmistone.com^
||fd.rusheedeserve.com^
||ff.guimpefesses.com^
||fg.satraefreath.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^
||gi.okapisail.com^
||gn.afootwitword.com^
||go.cordelgront.com^
||go.loorydewdrop.com^
||gp.feiriegershon.com^
||gp.splodgydossing.com^
||gr.faencepuggy.com^
||gs.profrebecca.com^
||gt.unurnedbeleve.com^
||gw.glassbogey.com^
||ha.reaffixteaey.com^
||hc.besmutshelixin.com^
||he.sirramugget.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^
||ip.fazendatoxic.com^
||ir.avertinniello.com^
||ir.mildlydoucely.com^
||it.hokerlywaffies.com^
||ix.lithatelamnoid.com^
||iy.micastpyridic.com^
||iy.secalinonyxis.com^
||ja.ivegrandpa.com^
||jc.licencearchean.com^
||je.guancheoutwait.com^
||je.mammeysterrae.com^
||je.sepiasfra.com^
||jg.devaultautit.com^
||ji.axingectal.com^
||jj.jaupsgrimes.com^
||jl.reckonpretax.com^
||jm.ethylintusker.com^
||jm.fallagerampire.com^
||jo.dinahmirv.com^
||jo.maraewid.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^
||ke.kabalagarsil.com^
||kl.embarupbuoy.com^
||kl.osmoticchalah.com^
||kp.stingeantonia.com^
||kq.baggilymitoses.com^
||ks.dagamemisdeed.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^
||lm.rinserbefore.com^
||lr.bezoarschrysid.com^
||lr.coehornliebig.com^
||ls.hongaries.com^
||lv.mandatscrate.com^
||lw.cupriteshride.com^
||lz.geasefloria.com^
||ma.preensosiery.com^
||mc.brewseryngo.com^
||md.unsizedreaward.com^
||me.salinaswesting.com^
||mf.collopantony.com^
||mf.egridstaidly.com^
||mf.fauldbeeth.com^
||mh.zonulews.com^
||mi.bettingbulbous.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.laoosmesis.com^
||ou.samogonmarvy.com^
||oz.lokaforky.com^
||pb.shaledpaidle.com^
||pg.maftirkolo.com^
||pi.beaufintorque.com^
||pk.tawersasocial.com^
||pm.clokemidriff.com^
||pm.teawaredanzon.com^
||pn.wendatopen.com^
||po.lepidjounces.com^
||pq.carlingquerent.com^
||pq.murkfrazil.com^
||pr.hefterunmete.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^
||qu.oilsulva.com^
||qv.kempitepterin.com^
||qv.snaprosery.com^
||qw.garpikewoodbox.com^
||qw.teedoping.com^
||qy.narrateharmala.com^
||qz.equalsenframe.com^
||ra.birdeyedigenea.com^
||rc.chemispelecan.com^
||rd.gamglossae.com^
||rd.pulayanyet.com^
||rg.canesbilker.com^
||rh.sirionehusky.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.waapadaggled.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^
||sl.frondewame.com^
||sn.weirmelamin.com^
||sq.volvellurol.com^
||sr.awkwardpurfles.com^
||st.perteranorak.com^
||sv.werewaught.com^
||sw.pluckysups.com^
||sy.sartishmoop.com^
||sz.createsgummous.com^
||sz.famanils.com^
||ta.acedtousles.com^
||tb.nebackalien.com^
||tc.bovateoutrate.com^
||tc.puinavikytes.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^
||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^
||us.aghaneefigurae.com^
||ut.ammannests.com^
||uv.elymimontauk.com^
||ux.arsesresumes.com^
||ux.withinshobbist.com^
||uy.mawseednoblest.com^
||uz.gamyboxbush.com^
||va.ungracebaited.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.alieneepunta.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^
||ws.blondsdixie.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^
||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.tirlszunyite.com^
||zn.glucinasileni.com^
||zn.pussesmoile.com^
||zp.mactraklutzes.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^
||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^
||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^
||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^
||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^
||3587739.notifysrv.com^
||3587799.notifysrv.com^
||3588.notify.optimizesrv.com^
||3588135.notifysrv.com^
||3588587.notify6.com^
||3588587.notifysrv.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^
||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^
||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^
||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^
||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^
||4173044.notify6.com^
||4177784.notify6.com^
||4179930.notify6.com^
||4182036.notify6.com^
||4188246.notify6.com^
||4189332.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^
||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^
||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^
||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^
||4882380.notify6.com^
||4882844.notify6.com^
||4888136.notify6.com^
||4896576.notify6.com^
||4897578.notify6.com^
||4902880.notify6.com^
||4917212.notify6.com^
||4960922.notify6.com^
||4983200.notify6.com^
||4983282.notify6.com^
||5085594.notify6.com^
||5111734.notify6.com^
||5114166.notify6.com^
||5132062.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^
||a.a3ion.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^
||admin.adnation.com^
||admin.adstuff.io^
||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.trafficfactory.com^
||click.advertrek.com^
||delivery.gettopple.com^
||engine.gettopple.com^
||m.hue2m.com^
||m.optidigital.com^
||main.exdynsrv.com^
||main.exoclick.com^
||main.exosrv.com^
||main.realsrv.com^
||main.trafficfactory.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.a3ion.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.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.elnp11.com^
||s.elnr15.com^
||s.elns12.com^
||s.elns4a.com^
||s.elns4b.com^
||s.elns4c.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.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.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.4065194.notify6.com^
||www.4152316.notify6.com^
||www.4389756.notify6.com^
||www.notify.bizonads-ssp.com^
||www.notify6.com^
||www.notifysrv.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^
||aj8md.johnhenry.ie^
||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.everythinginmoderation.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.nug.news^
||bobcat.pronounce.technology^
||bobcat.pushplay.nl^
||bobcat.snapshooter.io^
||bobcat.wdng-fotograf.de^
||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.remotefit.io^
||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^
||cattle.yourdallashandyman.com^
||centipede.davimug.com^
||centipede.roasted.dev^
||centipede.wildbit.com^
||centipede.yuv.al^
||cephalopod.hometechnology.news^
||cephalopod.nucleus.us^
||cephalopod.revelio.io^
||cephalopod.staff.design^
||cheetah.gaptry.com^
||cheetah.songrender.com^
||cheetah.stolenboats.info^
||cheetah.zeh.co.il^
||chickadee.e-seller.news^
||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.brandy.is^
||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.manuel-metzger.com^
||crow.themarbleking.com^
||crow.voracious.dev^
||cuckoo.clientrock.app^
||cuckoo.cult.supply^
||cuckoo.jerandky.com^
||cuckoo.minaexplorer.com^
||cuckoo.peoplefirstjobs.com^
||dakqbwpduu.coywolf.io^
||damselfly.clk.click^
||damselfly.previously.today^
||damselfly.vegenook.com^
||deer.m1x.co^
||deer.ray.io^
||dingo.moehring.dev^
||dog.airfieldhub.com^
||dog.christinamoore.us^
||dog.franchisesocial.co.uk^
||dog.ghvenue.com^
||dog.goldcanvas.com^
||dog.justsketch.me^
||dog.orbit.love^
||dog.rejuvenateyouohio.com^
||dog.streameon.com^
||dolphin.biodom.rs^
||dolphin.brandname.tech^
||dolphin.mayansmithgobat.de^
||dolphin.maybe.co^
||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.oncarbon.app^
||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.elenabirkenwald.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.canyouexplain.me^
||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.fnd.info^
||giraffe.talktalent.com^
||giraffe.viatorci.com^
||goat.aicontentdojo.com^
||goat.kunalslab.com^
||goat.purposevisionfuture.com^
||goat.sigr.li^
||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^
||haddock.stillio.com^
||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.senatevotes.us^
||iguana.vivere.co^
||ijogkae.churchserviceplanner.co.uk^
||impala.vnv.nl^
||ipgeaif.blairmacintyre.me^
||jackal.jakerunzer.com^
||jackal.thetie.io^
||jay.brauerei-egg.at^
||jay.breakup.management^
||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.ethanprintz.com^
||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.dispatch.fm^
||lobster.justunderwear.com^
||lobster.tonebleed.com^
||locust.ausrebellion.earth^
||locust.michiel-gerritsen.com^
||loon.davidalindahl.com^
||loon.energizer.asia^
||loon.jrmyfranck.com^
||loon.ohmyfunds.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.saferingz.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.andrewstiefel.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^
||porcupine.simpleprax.de^
||porpoise.azettl.net^
||porpoise.deschtimes.com^
||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^
||puma.strategyascode.com^
||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.homamo.co^
||rabbit.radicalxchange.org^
||rabbit.thebestproductlist.com^
||rabbit.upwardhomes.net^
||raccoon.donateflow.com^
||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.laboucheriebio.com^
||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^
||seahorse.okse.no^
||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.camaleon.gt^
||silverfish.dailybuilds.com^
||silverfish.djordjevanjek.com^
||skink.asorman.io^
||skunk.gameworkersolidarity.com^
||smelt.allenpike.com^
||smelt.gautrowski.com^
||snake.kiramclean.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.cividi.ch^
||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^
||swan.zeitgeist.cool^
||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^
||tiger.devlib.se^
||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.groupe-montagne.ch^
||woodpecker.mikehalliday.com^
||woodpecker.seabits.com^
||worm.discover-culture.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^
||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.bicmagazine.com^
||sponsors.floorforce.com^
||sponsors.macaronikid.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.shrtfly.vip^
||cdn.track.dark.bz^
||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^
!
! Webair : ak-is2.net disguised advertising networks
!
! Company name: Webair
||5stars.yeesshh.com^
||adk.mybestclick.net^
||adk.nativeadsfeed.com^
||adkfilter.mybestclick.net^
||admin3.danarimedia.com^
||ads.idiscountmall.net^
||adserver.additionalmedia.com^
||adserver.catapultx.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.jadspro.live^
||click-eu.pclk.name^
||click-eu.plarimoplus.com^
||click-rtb2-apac.newchallenges-dsp.com^
||click-rtb2-apac.onenativeads.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.expdirclk.com^
||click-v4.expilaclkdir.com^
||click-v4.expmdiadi.com^
||click-v4.expoclknw.com^
||click-v4.globlemath.com^
||click-v4.jadspro.live^
||click-v4.junexclkmid.com^
||click-v4.junmediadirect1.com^
||click.aarthpro.com^
||click.celxkpdir.com^
||click.clkepd.com^
||click.directrankcl.com^
||click.eclk.club^
||click.expdirclk.com^
||click.expmdiadi.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.adbite.com^
||cpm.adjux.com^
||cpm.adlive.io^
||cpm.adsolut.in^
||cpm.andbeyond.media^
||cpm.audience.media^
||cpm.audiencedevelopers.com^
||cpm.bidmyqps.xyz^
||cpm.catapultx.com^
||cpm.chaoticinteractions.com^
||cpm.convergeselect.net^
||cpm.denakop.com^
||cpm.digitalpiee.com^
||cpm.entravision.com^
||cpm.ergadx.com^
||cpm.felixads.com^
||cpm.fmlabsonline.com^
||cpm.foremedia.net^
||cpm.fw.tv^
||cpm.geoadserver.com^
||cpm.mediahubserver.com^
||cpm.mobipromote.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.vuukle.net^
||cpm.waardex.com^
||cpm.webtradingspot.com^
||cpm.xrtb.io^
||cpv.popxml.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-static.nativeads.com^
||dsp-west.nativeads.com^
||dsp.adcountymedia.com^
||dsp.adhunter.media^
||dsp.anytheengmedia.com^
||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^
||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.expialidosius.com^
||filter-eu.flairadscpc.com^
||filter-eu.fstsrv4.com^
||filter-eu.globlemath.com^
||filter-eu.hueadsxml.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.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.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.anytheengmedia.com^
||filter.audiencedevelopers.com^
||filter.babanetwork.net^
||filter.bcnmonetize.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.breatheads.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.domains-traffic.com^
||filter.dtxplatform.net^
||filter.eclk.club^
||filter.eximdigital.com^
||filter.expialidosius.com^
||filter.explorads.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.howto5.io^
||filter.hueads.com^
||filter.hueadsxml.com^
||filter.icyads.com^
||filter.infinity-info.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.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.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.rastyplatform.net^
||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.saturndynamic.pt^
||filter.sedodna.com^
||filter.showcasead.com^
||filter.showcasepop.com^
||filter.skinkexchange.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.vespymedia.com^
||join.finevisit.com^
||leads.uptownleads.com^
||link.metaadserving.com^
||live-eu.newsvot.com^
||live-eu.pornamigo.com^
||live-eu.pushub.net^
||live-eu.vot.media^
||live.newsvot.com^
||live.pornamigo.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.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.pop.adacts.com^
||login.popmonetizer.com^
||login.pressize.com^
||login.pressizeteam.com^
||login.pushub.net^
||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.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^
||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.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.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.broadadx.com^
||rtb-apac.adportmedia.com^
||rtb-apac.adsolut.in^
||rtb-apac.adxfactory.com^
||rtb-apac.andbeyond.media^
||rtb-apac.broadadx.com^
||rtb-apac.catapultx.com^
||rtb-apac.creativedot.net^
||rtb-apac.displayio.cloud^
||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.afkwa.com^
||rtb-eu.152media.com^
||rtb-eu.80xmedia.com^
||rtb-eu.adcannyads.com^
||rtb-eu.adhunter.media^
||rtb-eu.adjux.com^
||rtb-eu.admeridianopenrtb.com^
||rtb-eu.adop.co^
||rtb-eu.adventurefeeds.com^
||rtb-eu.adxfactory.com^
||rtb-eu.andbeyond.media^
||rtb-eu.bidmyqps.xyz^
||rtb-eu.blueparrot.media^
||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-useast-v4.152media.cloud^
||rtb-useast-v4.admozartexchange.com^
||rtb-useast-v4.afkwa.com^
||rtb-useast-v4.cerineas.com^
||rtb-useast-v4.coupontic.com^
||rtb-useast-v4.cranberryads.com^
||rtb-useast-v4.datadrives.ai^
||rtb-useast-v4.mobipromote.com^
||rtb-useast-v4.sahrel-server.com^
||rtb-useast-v4.vuukle.net^
||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.adxfactory.com^
||rtb-useast.adzealous.com^
||rtb-useast.andbeyond.media^
||rtb-useast.anyclip-media.com^
||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.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.kinesis-rtb.com^
||rtb-useast.kubient.com^
||rtb-useast.mars.video^
||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.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.wxadserve.xyz^
||rtb-useast.xrtb.io^
||rtb-useast.zaimads.com^
||rtb-uswest-v4.152media.cloud^
||rtb-uswest-v4.afkwa.com^
||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.audience.media^
||rtb-uswest.boffoadsapi.com^
||rtb-uswest.catapultx.com^
||rtb-uswest.clixforads.com^
||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.adcy.net^
||rtb.adjux.com^
||rtb.adventurefeeds.com^
||rtb.bliss91.com^
||rtb.clixportal.com^
||rtb.clixwells.com^
||rtb.explorads.com^
||rtb.nativeads.com^
||rtb.vokut.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.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.jambojar.com^
||rtb2-useast.newchallenges-dsp.com^
||rtb2-useast.waardex.com^
||rtb2-useast.xaprio.net^
||rtb2-uswest.a8dsp.com^
||rtb2-uswest.afkwa.com^
||rtb2-uswest.demandzoo.com^
||rtb2-uswest.e-volution.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.semp.net^
||search.vokut.com^
||selfservice.adoptim.com^
||serv.bvsrv.com^
||serve.datacygnal.io^
||sm-rtb-useast.zmdvideo.com^
||static.adright.co^
||static.adright.com^
||static.fstsrv1.com^
||static.fstsrv2.com^
||static.fstsrv3.com^
||static.fstsrv4.com^
||static.fstsrv5.com^
||static.fstsrv6.com^
||static.fstsrv7.com^
||static.openrtb.in^
||static.qksrv.cc^
||static.qksrv1.com^
||static.xrtb.io^
||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.nxthost-1.info^
||tq-eu.nxthost-2.info^
||tq.adventurefeeds.com^
||tq.nxthost-1.info^
||tq.nxthost-2.info^
||tq.pdn-eu.com^
||track.adoptim.com^
||traffic.adventurefeeds.com^
||uixml.bidcampaign.com^
||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^
||vid-static.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.catapultx.com^
||win-rtb2-apac.e-volution.ai^
||win-rtb2-apac.newchallenges-dsp.com^
||win-rtb2-apac.userwave.com^
||win-rtb2-apac.xaprio.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.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.nativexml.com^
||www.online-adnetwork.com^
||www.popxml.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.adsupplyexchange.com^
||xml-eu-v4.adtube.media^
||xml-eu-v4.bidderads.com^
||xml-eu-v4.chameleostudios.com^
||xml-eu-v4.convertap.com^
||xml-eu-v4.coupontic.com^
||xml-eu-v4.explorefast-1.com^
||xml-eu-v4.fstsrv5.com^
||xml-eu-v4.fstsrv6.com^
||xml-eu-v4.fstsrv7.com^
||xml-eu-v4.hawkads.in^
||xml-eu-v4.nxthost-1.info^
||xml-eu-v4.nxthost-2.info^
||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.rocoads.com^
||xml-eu-v4.skinkexchange.com^
||xml-eu-v4.topsolutionsmedia.com^
||xml-eu-v4.tri.media^
||xml-eu-v4.webmedrtb.com^
||xml-eu-v4.webmedxml.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.bidforclicks.com^
||xml-eu.bidmyadz.com^
||xml-eu.blueparrot.media^
||xml-eu.explorefast-1.com^
||xml-eu.flairadscpc.com^
||xml-eu.foremedia.net^
||xml-eu.hueadsxml.com^
||xml-eu.mediaxchange.co^
||xml-eu.mobipromote.com^
||xml-eu.mobuppsrtb.com^
||xml-eu.nxthost-1.info^
||xml-eu.nxthost-2.info^
||xml-eu.outpush.net^
||xml-eu.pushub.net^
||xml-eu.pwr-ads.com^
||xml-eu.qksrv.cc^
||xml-eu.realtime-bid.com^
||xml-eu.rocoads.com^
||xml-eu.rtbfactory.com^
||xml-eu.saturndynamic.pt^
||xml-eu.topdealad.com^
||xml-eu.tri.media^
||xml-eu.vespymedia.com^
||xml-eu.webmedxml.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.adsupplyexchange.com^
||xml-v4.adtapmedia.com^
||xml-v4.adtube.media^
||xml-v4.afront.io^
||xml-v4.benrif-solutions.com^
||xml-v4.bidderads.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.datadrives.ai^
||xml-v4.digiteci.com^
||xml-v4.domains-traffic.com^
||xml-v4.explorefast-1.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.hetcash.com^
||xml-v4.kunvertads.com^
||xml-v4.mobifly.net^
||xml-v4.newbluetrue.xyz^
||xml-v4.nxthost-1.info^
||xml-v4.nxthost-2.info^
||xml-v4.pushub.net^
||xml-v4.pwr-ads.com^
||xml-v4.pxfind3.com^
||xml-v4.qksrv.cc^
||xml-v4.qksrv1.com^
||xml-v4.rocoads.com^
||xml-v4.rtxfeed.com^
||xml-v4.safesearchguard.com^
||xml-v4.skinkexchange.com^
||xml-v4.thetargetmachine.com^
||xml-v4.topsolutionsmedia.com^
||xml-v4.trafficmoose.com^
||xml-v4.tri.media^
||xml-v4.webmedrtb.com^
||xml-v4.webmedxml.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.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.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.bidderads.com^
||xml.bidderleader.com^
||xml.bidderswinner.com^
||xml.bidforclicks.com^
||xml.bidiology.com^
||xml.bidit-winit.com^
||xml.bidmonetize.com^
||xml.bidmyadz.com^
||xml.bidrev.net^
||xml.bliss91.com^
||xml.blueparrot.media^
||xml.boffoads.com^
||xml.boffoadsfeeds.com^
||xml.breatheads.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.ctrtraffic.com^
||xml.dollopsdigital.com^
||xml.domains-traffic.com^
||xml.dtxplatform.net^
||xml.eureekkaa.com^
||xml.eximdigital.com^
||xml.expialidosius.com^
||xml.explorads.com^
||xml.explorefast-1.com^
||xml.expplatdirect.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.groovyadz.com^
||xml.hangfly.net^
||xml.hetcash.com^
||xml.hotmaracas.com^
||xml.howto5.io^
||xml.hueads.com^
||xml.hueadsxml.com^
||xml.icyads.com^
||xml.infinity-info.com^
||xml.junplatdirect.com^
||xml.kinesis-doo.com^
||xml.landingpaged.com^
||xml.leoback.com^
||xml.leofback.com^
||xml.leoyard.com^
||xml.looksmartppc.com^
||xml.mediacpc.com^
||xml.mediaxchange.co^
||xml.mobipromote.com^
||xml.mobreach.com^
||xml.mobuppsrtb.com^
||xml.mymedia.club^
||xml.newbluetrue.xyz^
||xml.nxthost-1.info^
||xml.nxthost-2.info^
||xml.octov8.com^
||xml.online-adnetwork.com^
||xml.pdn-1.com^
||xml.pdn-2.com^
||xml.pdn-3.com^
||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.reachclicks.net^
||xml.realtime-bid.com^
||xml.reklama.network^
||xml.relevanceads.com^
||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.saturndynamic.pt^
||xml.sedodna.com^
||xml.shieldcheckerservices.com^
||xml.showcasead.com^
||xml.skinkexchange.com^
||xml.sodamedia.co^
||xml.sweetides.xyz^
||xml.themediaad.com^
||xml.thenetwork18.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.vtads.co.in^
||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.zaimads.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^
||static.rtb-serve.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@://www3.doubleclick.net^|$xmlhttprequest
!
! 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|dzeko11.net|hentaiseason.com|novinhastop.com|
obutecodanet.ig.com.br|kolsuzkafasi.com|samuraiscan.com|modagamers.com|
freegogpcgames.com|akumanimes.com|softwaretotal.net|informaxonline.com|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|jugomobile.com|downloadr.in|
financeflix.in|studyranks.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|
seositespeed.com|7movierulz.do|3cinfo.net|appsmodz.com|fusedgt.com|only4k.xyz|
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.com|compressware.in|toppnews4.net|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|short.ctvb1.info|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|zone-annuaire.xyz|
tunovelaligera.com|open3dmodel.com|dr-farfar.com|fcportables.com|nsfw247.to|
elrellano.com|tehnografi.com|filecr.com|idolprojects.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|drakescans.com|javsex.to|
apkmagic.com.ar|crypto-blog.xyz|sakarnewz.com|nullphpscript.com|gocmod.com|
mangaprotm.com|techsmoon.com|freedownloadvideo.net|scriptsrbx.com|magesy.pro|
magesy.blog|freeudemycourse.com|mbc2.live|wordpredia.com|comentariodetexto.com|
myqqjd.com|windowslite.net|dvdporngay.com|karanpc.com|weadown.com|booksrack.net|
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|filmestorrent.tv|
filegajah.com|seriesperu.com|megafire.net|broflix.club|shineads.org|mhdtvworld.org|
tv0800.com|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
||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|informaxonline.com|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|jugomobile.com|downloadr.in|
financeflix.in|studyranks.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|
seositespeed.com|7movierulz.do|3cinfo.net|appsmodz.com|fusedgt.com|only4k.xyz|
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.com|compressware.in|toppnews4.net|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|short.ctvb1.info|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|
drakescans.com|javsex.to|apkmagic.com.ar|crypto-blog.xyz|sakarnewz.com|
nullphpscript.com|gocmod.com|mangaprotm.com|techsmoon.com|freedownloadvideo.net|
scriptsrbx.com|magesy.pro|magesy.blog|freeudemycourse.com|mbc2.live|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|
filmestorrent.tv|filegajah.com|seriesperu.com|megafire.net|broflix.club|
shineads.org|mhdtvworld.org|tv0800.com|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
! #%#//scriptlet('prevent-eval-if', 'adsBlocked')
tinys.click,mdhstream.cc,serverbd247.com,cronachesalerno.it,aiimgvlog.fun,uiiumovie
s.net,arponag.xyz,gplastra.com,tv0800.com,coursesghar.com,mhdtvworld.org,whats-on-
netflix.com,justpaste.top,rabaty-
booking.pl,alttyab.net,brasilsimulatormods.com,shineads.in,movi.pk,techhelpbd.com,p
ortalizpro.com,hayatarehber.com,dubznetwork.com,iptv-
list.live,apkdelisi.net,livsavr.co,simulatormods.com,7xm.xyz,pornktubes.net,porhubv
ideo.com,alludemycourses.com,xiaomifirmware.net,allotech-
dz.com,freepornsex.net,atikrost.com,booksrack.net,plc247.com,gbfile.com,thecustomro
m.com,magesypro.pro,maccanismi.it,blog.miuiflash.com,technoflip.in,hentaiseason.com
,novinhastop.com,freejav.guru,gigacourse.com,gocmod.com,nullphpscript.com,australia
nfrequentflyer.com.au,gaymaletubes.*,havenstreams.com,kopetnews.id,freeshib.biz,inf
inityblogger.in,crazytechgo.com,bithub.win,stringreveals.com,superpsx.com,7movierul
z.do,apkowner.org,appsmodz.com,fusedgt.com,freewp.io,phanmemmaytinh.net,sachiepvien
.net,rucore.net,latesthdmovies.*,knightnoscanlation.com,audiobooks4soul.com,vfxdown
load.net,reset-
scans.com,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,godmod
s.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,idolprojects.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,scrapywa
r.com,worldpremiumware.online,modagamers.com,tipslearn.com,nulljungle.com,fikiri.ne
t,cardiagn.com,dr-
farfar.com,allywebsite.com,onlinefreecourse.net,themeslide.com,phpscripttr.com,usb-
antivirus.com,freewebcart.com,choq.fm,tehnografi.com,tunovelaligera.com,zone-
annuaire.xyz#%#//scriptlet("abort-on-property-read", "mdpDeBlocker")
! #%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsBlocked")
suryaindosinga.co,karanpc.com,topsporter.net,iconmonstr.com,nurparatodos.com.ar,an1
me.nl,magesy.blog,grantorrent.win,apkmaven.io,dzeko11.net,comentariodetexto.com,wor
dpredia.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,software
total.net,cinemakottaga.*,informaxonline.com,ozabc.com,kopetnews.id,chimicamo.org,f
irmwarex.net,kieblog.vn,sampledrive.in,needrombd.com,aresmanga.com,chineseanime.co.
in,portaliz.site,paidappstore.xyz,freecoursesites.com,hulnews.top,jugomobile.com,do
wnloadr.in,38.242.199.52,freedownloadvideo.net,jpopsingles.eu,toolss.net,financefli
x.in,technoflip.in,studyranks.in,rule34porn.net,hiseku.com,crazytechgo.com,allstrea
ming.online,mytechroad.com,cardiagn.com,38.242.198.170,enrology.in,jojo-
themes.net,freedidi.com,brizzynovel.com,gezegenforum.com,freejav.guru,privatenewz.c
om,eoydo.com,seositespeed.com,7movierulz.do,3cinfo.net,appsmodz.com,fusedgt.com,onl
y4k.xyz,crunchyscan.fr,boainformacao.com.br,manyakan.com,pinayvids.com,moviessquad.
com,bneo.info,wpking.in,dengeki-
plusv2.xyz,bullfrag.com,epainfo.pl,rontechtips.com,ypojie.com,tinhocdongthap.com,po
golinks.space,baominh.tech,downloadcursos.org,jkmeng.cn,trgamestudio.com,cybermania
.ws,dvdgayonline.com,hotxfans.com,dotadostube.com,taradinhos.com,dvdgayporn.com,aud
iobooks4soul.com,vfxdownload.net,electomania.es,captionsgram.com,clebinhoretrogames
.com.br,audiotools.pro,reset-
scans.com,compressware.in,toppnews4.net,novinhastop.com,scat.gold,joyhints.com,tech
ymedies.com,tutcourse.com,myqqjd.com,alilove.pl,sqlserveregitimleri.com,tokuvn.com,
texture-
packs.com,bestwego.xyz,taregna.com,pcwarehub.com,phpscripttr.com,moddedguru.com,oyu
ncusoruyor.com,pbarecap.ph,sourds.net,tinyppt.com,tvinternetowa.info,nullpress.net,
nulljungle.com,udemydownload.com,doffeecafe.me,5.182.211.129,latesthdmovies.digital
,souqdesign.ru,short.ctvb1.info,hataphim.com,gigacourse.com,codingtuting.com,movies
legacy.com,gaypornhdfree.*,javgayplus.com,netfuck.net,javsex.to,pelismart.com,htstr
eaming.com,themehits.com,freewebcart.com,watchmdh.to,temi.pl,solidfile.net,download
tutorials.net,win10.vn,movieshub.top,legaartis.pl,legendary-rt-
textures.xyz,blogging-
techies.com,privatemoviez.*,courseclub.me,behindzscene.net,conhecimentolivre.net,ed
uctin.com,rtilinks.com,blisseyhusband.in,cronachedellacampania.it,applexgen.com,nul
leb.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.c
om,nurparatodos.com.ar,an1me.nl,freepornsex.net,tiodonghua.com,torrentmac.net,dr-
farfar.com,courseclub.me,weadown.com,grantorrent.win,dvdporngay.com,windowslite.net
,xxxxx520.com,bloground.ro,freewebcart.com,myqqjd.com,technoflip.in,mbc2.live,freeu
demycourse.com,magesy.pro,magesy.blog,scriptsrbx.com,freedownloadvideo.net,techsmoo
n.com,mangaprotm.com,gigacourse.com,sakarnewz.com,rtilinks.com,freegogpcgames.com,s
cat.gold,freecoursesites.com,tech-story.net,crypto-
blog.xyz,apkmagic.com.ar,javsex.to,eductin.com,nulleb.com,temi.pl,firmwarex.net,rou
tech.ro,downloadr.in,novelmultiverse.com,smgplaza.com,gezegenforum.com,bingotingo.c
om,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,d
rakescans.com,tutorialsplanet.net,filegajah.com,filmestorrent.tv,nulleb.com,androju
ngle.com,daotranslate.com,azoranov.com,fapdrop.com,francescopelliccia.it,portalizpr
o.com,karanpc.com,jenismac.com,ipamod.com,taodung.com,voircartoon.com,comedyshow.to
,brasilsimulatormods.com,hlspanel.xyz,nsw2u.*,unofficialtwrp.com,magesypro.pro,mage
sy.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')
snlookup.com,filmisub.cc,chindohot.site,javindo.eu.org,mixrootmods.com,kisahdunia.c
om,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,mummygroup.com,l
uciferdonghua.in,cctvwiki.com,xadulto.com,7xm.xyz,mockuphunts.com,jadukit.com,tech5
s.co,livehd7.io,emptycode.in,porninblack.com,tkbsen.in,teksnologi.com,shineads.in,a
pp.trangchu.news,idlixplus.*,tavernadequadrinhos.com.br,knightnoscanlation.com,uiiu
movies.net,plc247.com,thecustomrom.com,nulleb.com,step-tech.pl,reset-
scans.com,arponag.xyz,kuponigo.com,cybermania.ws,gplastra.com,tv0800.com,bethaniebu
.com,coursesghar.com,mhdtvworld.org,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')
alliptvlinks.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')
alliptvlinks.com#%#//scriptlet('prevent-element-src-loading', 'script',
'pagead2.googlesyndication.com')
! #%#//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')
matomeiru.com,pornleaks.in,alliptvlinks.com,insideeducation.co.za,tirumalatirupatiy
atra.in,geekering.com,banfaucet.com,trigonevo.com,drakescans.com,digter8.com,ymknow
.xyz,nullpk.com,uploadbank.com,onemarksolution.com,roshy.tv,oportaln10.com.br,adsli
de.io,meteoregioneabruzzo.it,descargaseriestv.com,animexin.vip,bitview.cloud,camcam
.cc,60fps.xyz,s1os.icu,shineads.org,azoranov.com,jenismac.com,nsw2u.*,unofficialtwr
p.com,mhdtvworld.me,downloadlyir.com,pinsystem.co.uk,173.249.8.3,rttar.com,torrentm
ac.net#%#//scriptlet('abort-current-inline-script', 'eval', 'split')
! $$script[wildcard="*split*eval(function(h,u,n,t,e,r)*"][min-length="70000"][max-
length="200000"]
tirumalatirupatiyatra.in,shineads.org,azoranov.com,jenismac.com,nsw2u.*,unofficialt
wrp.com,mhdtvworld.me,downloadlyir.com,pinsystem.co.uk,173.249.8.3,rttar.com,torren
tmac.net$$script[wildcard="*split*eval(function(h,u,n,t,e,r)*"][min-length="20000"]
[max-length="200000"]
!
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-"]
alliptvlinks.com#$#body[class*="blur"] > * { filter: none !important; }
alliptvlinks.com#$#body > div[class*="-blackout"] { display: none !important; }
alliptvlinks.com#$#body > div[class*="-blackout"] + div[class*="-wrapper"]
{ display: none !important; }
alliptvlinks.com#%#//scriptlet('abort-on-stack-trace',
'document.getElementsByTagName', '/[a-z]{5,20}.*\/plugins\/.*\.js/')
! In case of DNS filtering
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)})();
||filecr.com/wp-content/cache/autoptimize/js/autoptimize_*.js$replace=/adsSrc='[\s\
S]*?';/adsSrc='';/
||filecr.com/wp-content/plugins/deblocker/js/deblocker.js$replace=/adsSrc='[\s\
S]*?';/adsSrc='';/
blisseyhusband.in,freecoursesite.com,novelmultiverse.com#%#//scriptlet("abort-
current-inline-script", "decodeURIComponent", "String.fromCharCode")
blisseyhusband.in,freecoursesite.com,novelmultiverse.com$$script[wildcard="*var
*""slice""*return decodeURIComponent*"]
! Another possible solution for iOS, when the scriplets above do not work, and used
DNS filtering
!#if (adguard_app_ios)
drakescans.com#%#//scriptlet('remove-class', 'mdpDeblocker-blur',
'body.mdpDeblocker-blur')
drakescans.com#%#//scriptlet('remove-class', 'mdpDeblocker-wrapper',
'div[class^="mdpDeblocker-"]')
drakescans.com#%#//scriptlet('remove-class', 'mdpDeblocker-blackout',
'div[class^="mdpDeblocker-"]')
drakescans.com#$?#div[class^="mdpDeblocker-"] { remove: true; }
!#endif
!
!#if (adguard_ext_firefox || adguard_ext_chromium)
@@||static.doubleclick.net/instream/ad_status.js$domain=deblocker.merkulov.design
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=deblocker.merkulov.design
!#endif
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=trigonevo.com|
nullpk.com|uploadbank.com|tkbsen.in|descargaseriestv.com|bethaniebu.com|e-player-
stream.app|animexin.vip|bitview.cloud|rabaty-booking.pl|camcam.cc|alttyab.net|
60fps.xyz|shineads.org|topsporter.net|livsavr.co|simulatormods.com|7xm.xyz|
pornktubes.net|porhubvideo.com|alludemycourses.com|xiaomifirmware.net|
kayifamilytv.com|dr-farfar.com|gbfile.com|magesypro.pro|blog.miuiflash.com|
freewebcart.com|technoflip.in|dzeko11.net|hentaiseason.com|novinhastop.com|
mimundodonghua.com|obutecodanet.ig.com.br|kolsuzkafasi.com|samuraiscan.com|
modagamers.com|freegogpcgames.com|akumanimes.com|softwaretotal.net|
informaxonline.com|ozabc.com|kopetnews.id|chimicamo.org|firmwarex.net|kieblog.vn|
sampledrive.in|needrombd.com|aresmanga.com|chineseanime.co.in|freeshib.biz|
portaliz.site|paidappstore.xyz|freecoursesites.com|infinityblogger.in|hulnews.top|
routech.ro|jugomobile.com|downloadr.in|financeflix.in|studyranks.in|rule34porn.net|
hiseku.com|crazytechgo.com|bithub.win|allstreaming.online|mytechroad.com|
surfsees.com|38.242.198.170|enrology.in|jojo-themes.net|freedidi.com|
brizzynovel.com|gezegenforum.com|freejav.guru|eoydo.com|seositespeed.com|
7movierulz.do|3cinfo.net|appsmodz.com|fusedgt.com|only4k.xyz|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|rucore.net|downloadcursos.org|jkmeng.cn|
trgamestudio.com|audiobooks4soul.com|vfxdownload.net|electomania.es|
captionsgram.com|clebinhoretrogames.com.br|reset-scans.com|compressware.in|
toppnews4.net|scat.gold|joyhints.com|techymedies.com|tutcourse.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|freeallcourse.com|
nulljungle.com|udemydownload.com|doffeecafe.me|5.182.211.129|
latesthdmovies.digital|short.ctvb1.info|hataphim.com|gigacourse.com|
codingtuting.com|cyfostreams.com|movieslegacy.com|htstreaming.com|routech.ro|
freewebcart.com|shineads.in|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|magicgameworld.com|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|filecr.com|fikiri.net|merkulov.design|
cardiagn.com|nulleb.com|javgayplus.com|dr-farfar.com|netfuck.net|allywebsite.com|
temi.pl|sonradangamer.com|onlinefreecourse.net|themeslide.com|phpscripttr.com|
freewebcart.com|choq.fm|pentruea.com|software-on.com|zone-annuaire.xyz|
tunovelaligera.com|open3dmodel.com|magesy.blog|magesy.pro|dr-farfar.com|
fcportables.com|nsfw247.to|boycracked.co|elrellano.com|tehnografi.com|myqqjd.com|
filecr.com|idolprojects.com|usb-antivirus.com|kursors.lv|novelmultiverse.com|
bollyholic.site|adibenha.com|worldfree4u-lol.online|tutorialsplanet.net|libri.link|
joyhints.com|themehits.com|pelismart.com|javsex.to|tech-story.net|
udemycoursesfree.me|edunil.com|livenewsnow.com|souqdesign.ru|tokuvn.com|
knightnoscanlation.com|animeidhentai.com|dvdgayporn.com|dotadostube.com|
taradinhos.com|dvdgayonline.com|hotxfans.com|iimanga.com|phanmemmaytinh.net|
freewp.io|thecustomrom.com|bingotingo.com|superpsx.com|privatenewz.com|
smgplaza.com|stringreveals.com|freedownloadvideo.net|38.242.199.52|igamemod.com|
havenstreams.com|freepreset.net|gaymaletubes.*|apkmagic.com.ar|superembeds.com|
animekhor.xyz|91.208.197.24|iptvrun.com|gay-tubes.cc|drakescans.com|crypto-
blog.xyz|freegogpcgames.com|sakarnewz.com|australianfrequentflyer.com.au|
nullphpscript.com|gaypornhdfree.com|gocmod.com|mangaprotm.com|techsmoon.com|
freedownloadvideo.net|scriptsrbx.com|freeudemycourse.com|mbc2.live|wordpredia.com|
comentariodetexto.com|myqqjd.com|windowslite.net|apkmaven.io|dvdporngay.com|
karanpc.com|weadown.com|plc247.com|atikrost.com|torrentmac.net|freepornsex.net|
allotech-dz.com|apkdelisi.net|iptv-list.live|an1me.nl|nurparatodos.com.ar|
getfreecourses.co|rttar.com|dubznetwork.com|hayatarehber.com|samuraiscan.com|
downloadlyir.com|mhdtvworld.me|unofficialtwrp.com|hlspanel.xyz|
brasilsimulatormods.com|taodung.com|ipamod.com|jenismac.com|123free3dmodels.com|
portalizpro.com|francescopelliccia.it|fapdrop.com|azoranov.com|daotranslate.com|
androjungle.com|filmestorrent.tv|filegajah.com|forplayx.ink|seriesperu.com|
megafire.net|broflix.club|justpaste.top|whats-on-netflix.com|mhdtvworld.org|
tv0800.com|gplastra.com|kuponigo.com|arponag.xyz|step-tech.pl|uiiumovies.net|
tavernadequadrinhos.com.br|idlixplus.*|teksnologi.com|anonyviet.com|aiimgvlog.fun|
roshy.tv|suryaindosinga.co|cronachesalerno.it|porninblack.com|emptycode.in|
livehd7.io|tech5s.co|ymknow.xyz|jadukit.com|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|techacode.com|azmath.info|
loaninsurehub.com|geekering.com|daotranslate.com|tirumalatirupatiyatra.in|
gamedrive.org|idlixofficials.com|mhdworldtv.com|kisahdunia.com|mixrootmods.com|
chindohot.site|javindo.eu.org|filmisub.cc|snlookup.com
@@||static.doubleclick.net/instream/ad_status.js$domain=nullpk.com|tkbsen.in|
alttyab.net|shineads.org|portalizpro.com|drakescans.com|justpaste.top|whats-on-
netflix.com|shineads.org|mhdtvworld.org|tv0800.com|gplastra.com|cybermania.ws|
kuponigo.com|arponag.xyz|step-tech.pl|nulleb.com|thecustomrom.com|anonyviet.com|
ymknow.xyz|jadukit.com|serverbd247.com|emptycode.in|techacode.com|azmath.info|
gamedrive.org|mhdworldtv.com|kisahdunia.com|mixrootmods.com|chindohot.site|
javindo.eu.org|filmisub.cc
@@||googleads.g.doubleclick.net/pagead/id$domain=gbfile.com|magesypro.pro|
blog.miuiflash.com|freewebcart.com|hentaiseason.com|novinhastop.com|
mimundodonghua.com|obutecodanet.ig.com.br|kolsuzkafasi.com|samuraiscan.com|
modagamers.com|freegogpcgames.com|akumanimes.com|softwaretotal.net|
informaxonline.com|ozabc.com|kopetnews.id|chimicamo.org|firmwarex.net|kieblog.vn|
sampledrive.in|needrombd.com|aresmanga.com|chineseanime.co.in|freeshib.biz|
portaliz.site|paidappstore.xyz|freecoursesites.com|infinityblogger.in|hulnews.top|
routech.ro|jugomobile.com|downloadr.in|financeflix.in|technoflip.in|studyranks.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|seositespeed.com|7movierulz.do|3cinfo.net|
appsmodz.com|fusedgt.com|only4k.xyz|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|
rucore.net|downloadcursos.org|jkmeng.cn|trgamestudio.com|audiobooks4soul.com|
vfxdownload.net|electomania.es|captionsgram.com|clebinhoretrogames.com.br|reset-
scans.com|compressware.in|toppnews4.net|scat.gold|joyhints.com|techymedies.com|
tutcourse.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|freeallcourse.com|nulljungle.com|udemydownload.com|doffeecafe.me|
5.182.211.129|latesthdmovies.digital|short.ctvb1.info|hataphim.com|gigacourse.com|
codingtuting.com|cyfostreams.com|movieslegacy.com|htstreaming.com|routech.ro|
freewebcart.com|shineads.in|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|
conhecimentolivre.net|downloadcursos.top|persianhive.com|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|
filecr.com|merkulov.design|cardiagn.com|nulleb.com|filecr.com|vpnbrothers.com|
temi.pl|bollyholic.site|sudya-dredd.ru|joyhints.com|tech-story.net|
udemycoursesfree.me|edunil.com|livenewsnow.com|souqdesign.ru|tokuvn.com|
knightnoscanlation.com|animeidhentai.com|dvdgayporn.com|dotadostube.com|
taradinhos.com|dvdgayonline.com|hotxfans.com|iimanga.com|phanmemmaytinh.net|
bingotingo.com|freepreset.net|superembeds.com|animekhor.xyz|iptvrun.com|gay-
tubes.cc|drakescans.com|crypto-blog.xyz|sakarnewz.com|nullphpscript.com|gocmod.com|
mangaprotm.com|techsmoon.com|freedownloadvideo.net|scriptsrbx.com|
freeudemycourse.com|mbc2.live|wordpredia.com|comentariodetexto.com|myqqjd.com|
windowslite.net|apkmaven.io|dvdporngay.com|karanpc.com|weadown.com|apkdelisi.net|
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|filmestorrent.tv|filegajah.com|
seriesperu.com|megafire.net|broflix.club|justpaste.top|whats-on-netflix.com|
shineads.org|mhdtvworld.org|bethaniebu.com|tv0800.com|gplastra.com|kuponigo.com|
arponag.xyz|step-tech.pl|thecustomrom.com|plc247.com|uiiumovies.net|
tavernadequadrinhos.com.br|idlixplus.*|teksnologi.com|aiimgvlog.fun|
cronachesalerno.it|porninblack.com|emptycode.in|livehd7.io|tech5s.co|ymknow.xyz|
jadukit.com|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|
kisahdunia.com|mixrootmods.com|chindohot.site|javindo.eu.org|snlookup.com
@@||forums.rusmedserv.com/ad_show.js
@@||gamedrive.org^$generichide
@@||tirumalatirupatiyatra.in^$generichide
@@||geekering.com^$generichide
@@||azmath.info^$generichide
@@||techacode.com^$generichide
@@||uploadbank.com^$generichide
@@||anonyviet.com^$generichide
@@||descargaseriestv.com^$generichide
@@||animexin.vip^$generichide
@@||bitview.cloud^$generichide
@@||camcam.cc^$generichide
@@||60fps.xyz^$generichide
@@||s1os.icu^$generichide
plc247.com#@#.adsbygoogle-noablate
!#endif
! 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,abazero.com,androidaba.com,cshort.o
rg,mshares.co,highresolutionmusic.com,she2013.com,tvserial.it,kodvizit.com,download
.mokeedev.com,123link.biz,inmanga.com,mshare.io,wikiall.org,eskago.pl#@%#//
scriptlet("prevent-fab-3.2.0")
! `#%#//scriptlet("prevent-fab-3.2.0")`
sejasaudavel.net,viajarhoje.com,clubinvest.top,animefire.net,sejasaudavel.net,tools
s.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijesti.me,techmody.io,mcrypt
o.club,earningradar.com,exxen.com,manyvids.com,downfile.site,tricksplit.io,tipslear
n.com,meucdn.vip,androidnougatapk.com,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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.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,sejasaudavel.net,viajarhoje.com,clubinvest.top,animefire.net,sejasauda
vel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijesti.me,autom
otur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.com,downfile
.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandexcdn.com,hon
eyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonline.com,tec
hsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebesucher.ru,s
treamporn.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
! exclusions for platforms without CSS rules support
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.pub_300x250
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.pub_300x250m
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.pub_728x90
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.text-ad
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.text-ad-links
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.text-ads
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.textAd
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.text_ad
dogemate.com,sejasaudavel.net,viajarhoje.com,clubinvest.top,divnil.com,animefire.ne
t,sejasaudavel.net,toolss.net,teamxmanga.com,sudoroot.net,netfile.cc,uvnc.com,vijes
ti.me,automotur.club,techmody.io,mcrypto.club,earningradar.com,exxen.com,manyvids.c
om,downfile.site,tricksplit.io,tipslearn.com,meucdn.vip,androidnougatapk.com,yandex
cdn.com,honeyhunterworld.com,siberuang.com,assiatv.com,waaw.to,upstream.to,hukumonl
ine.com,techsprobe.com,persianhive.com,subtitletools.com,click2win.xyz,iade.com,ebe
sucher.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,t
v8.com.tr,onlinetvrecorder.com,mypussydischarge.com,mshares.co,ustreamy.co,oemdtc.c
om,healthymaster.xyz,newdeaf.club,wwwfotografgotlin.blogspot.com,fivemleak.com,ivg.
it,studyqueries.com,nightfallnews.com,tutorialforlinux.com,imedikament.de,laufpix.d
e,kochamjp.pl,m3u-
cdn.live,mp4upload.com,technologywindow.com,freebcc.org,pestleanalysis.com,yabiladi
.com,claimcoins.cc,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,thai
physicsteacher.com,leechpremium.link,klyker.com,neuroeconomia.net,infotelematico.co
m,cdnvideo.me,playhydrax.com,compressnow.com,hydrax.net,radiotunes.com,fruitlab.com
,turkcedersi.net,formasyonhaber.net,infortekno.com,mirrorace.com,warda.at,myreutov.
ru,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,tuga.tv,receivesms.co,smszamok.ru,waaw.tv,czxxx.org,coinhub.pw
,bold.dk,chd4.com,tieusunguoinoitieng.com,phys-kids.com,simple-
devices.ru,javjack.com,btcleets.xyz,xko.red,5urokov.ru,cpopchanelofficial.com,satos
himonster.com,capage.in,okcaller.com,satoshihero.com,yhocdata.com,1000ps.at,mexa.sh
,queenfaucet.website,techspite.com,newhost.me,malzemebilimi.net,hindimetoons.net,sc
enelife.org,hqq.tv,techperiod.com,unityassetcollection.com,tribuntekno.com,paladins
decks.com,letsdownloads.com,autocar.co.uk,upvid.live,newsteez.com,gdforum.freeforum
s.net,primochef.it,animexxx.org,109.163.231.44,123link.biz,123link.pro,123link.pw,1
23link.vip,7plus.com.au,99businessideas.com,abazero.com,adbeat.com,aeonsource.org,a
ndaluciainformacion.es,androidaba.com,androidiani.com,androidmakale.com,anime-
odcinki.pl,anime-
update2.site,anime47.com,animedao28.stream,animeku.tv,animextre.me,animeyt.tv,anime
yt2.tv,anitube.cz,anitube.info,anitubebr.biz,aphim.co,atresplayer.com,autoroad.cz,a
zdictionary.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,bom
buj.eu,bombuj.tv,broncos.com.au,bs.to,camiris.com,cashrewards.com.au,channel4.com,c
helsea24news.pl,citytv.com,clk.ink,closeload.com,commentimemorabili.it,coolgames.co
m,cpmlink.net,crazyhd.com,cryptoracers.com,cuatro.com,d-
navi004.com,dalatmongm.site,dallasnews.com,damnripped.com,delivembed.cc,developerin
sider.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.d
e,elecgate.com,elektrobike-
online.com,eltiempohoy.es,kijk.nl,energytv.es,eskago.pl,estrenosdoramas.net,eurospo
rt.co.uk,eurosport.com,eurosport.de,eurosport.dk,eurosport.es,eurosport.fi,eurospor
t.fr,eurosport.nl,eurosport.no,eurosport.se,eurozpravy.cz,ez3c.tw,facepunch.io,fact
oriadeficcion.com,farmeramania.de,faucetgame.com,fetishpapa.com,fileflares.com,file
sharing.io,fisp.io,flix-anime.com,flooxer.com,fm.tuba.pl,food-
tiger.de,freaktab.com,freepsdvn.com,freespinwins.com,freevpn.us,funimation.com,futb
in.com,gagetmatome.com,gamefaucet.com,gamesource.it,gametop.com,gastroguide.de,geek
rar.com,geki.tech,genbeta.com,getpaidtoshare.money,giga74.com,gisher.org,globalklav
ye.com,globe24.cz,globo.com,gobits.io,gocolumbialions.com,gotceleb.com,grazia.fr,gr
upovalltv.net,gs.by,gsmturkey.net,habboin.net,healbot.dpm15.net,highresolutionmusic
.com,huynhhieu.com,idealsilhouette.com,ilpuntotecnicoeadsl.com,indianrailways.info,
inmanga.com,inside-
handy.de,insurances.tips,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,kissasian
.li,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.co
m,livesports.pw,logrosxbox.com,lols.gg,loveawake.com,mackie100projects.altervista.o
rg,marimo.me,matchat.online,mc-
premium.org,medyaradar.com,melonesinpreneur.com,meutimao.com.br,mindbodycare.org,mi
tti.se,mmorpg.org.pl,mobilesringtones.com,mobinozer.com,mokeedev.com,moneymag.cz,mo
oma.sh,motorradonline.de,moviesunuss.net,mp4mania.xyz,mrwebmaster.it,mshare.io,mtle
d-novels.com,mtmad.es,muhendisimaaslari.com,mx-
sh.net,myanimelist.net,mylivesignature.com,myshorturls.blogspot.com,myvidster.com,n
adaguides.com,najserialy.to,ncaa.com,newdeaf.online,newz.dk,nrz.de,o2tvseries.com,o
dkrywamyzakryte.com,olympine.com,onvasortir.com,openloadtv.co,opensnow.com,orgasmna
ut.com,ouo.io,outdoor-
magazin.com,overwatch.pl,papalah.com,peliculasputlocker.co,pga.com,pikio.pl,pitbull
official.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,purposegam
es.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,shenco
mics.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,tec
hperiod.com,tecnofullpc.com,tecnotutoshd.net,telecinco.es,telegraph.co.uk,thaivisa.
com,thechive.com,theonion.com,theroot.com,thesurfersview.com,thetakeout.com,today.i
t,torrentdosfilmeshd.net,trecetv.es,trendenciashombre.com,truyenaudiocv.com,tsa-
algerie.com,tubitv.com,tvserial.it,upost.info,vacation-
et.work,vergol.com,veuclips.com,videostreamlet.net,vidoza.net,vipshare.co,viuclips.
net,vmf.edge-
apps.net,vpnssh.net,vtvgiaitri.vn,watchseries1.cc,weatherx.co.in,wikiall.org,win10.
vn,windows7forum.pl,winhelp.us,wordgames.com,worldfreeware.com,wpteq.org,xatakandro
id.com,yafud.pl#@#.text_ads
!#endif
! 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/[email protected]/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,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
! exclusions for platforms without CSS rules support
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.pub_300x250
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.pub_300x250m
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.pub_728x90
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.text-ad
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.text-ad-links
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.text-ads
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.textAd
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.text_ad
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.text_ads
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.textad
tapewithadblock.org,drivelinks.me,fbstream.tv,embedstream.me,socceronline.me,cricst
ream.me,lasprovincias.es,viprow.*,strikeout.*,zdopravy.cz,amc.com,markipli.com,nova
.cz,informatikamu.id,mikl4forex.com,publicananker.com,heraldsun.com.au,azsoft.org,t
v2play.hu,noweconomy.live,discordbotlist.com,tutflix.org,lolbeans.io,goodfon.com,ro
djulian.com,taisv.com,alogum.com,tny.so,articlix.com,sports24.icu,uebnews.online,al
oegg.com,kiemlua.com,pennbookcenter.com,metro.co.uk,couriermail.com.au,ontiva.com,d
eportealdia.live,techgeek.digital,ephoto360.com,noticiasesports.live,trade2win.com,
mangas-
vostfr.pro,hobbugs.com,veneziatoday.it,7misr4day.com,forexforum.co,taste.com.au,tec
hsighter.com,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,engin
e.univtec.com,letfap.com,litecoinads.com,rz-style.ru,vaughn.live,t-
rocforum.de,cruisin.me,lumiafirmware.com,trentotoday.it,supreme-
gamers.com,m.kuku.lu,kotp1000000.xyz,blog.donia-
tech.net,clubpenguinhq.net,inews.co.uk,zbporn.com,map76.com,tibiabr.com,tibiawiki.c
om.br,dooood.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch
,dood.ws,doge-
bitsfree.net,sitostreaming.club,omgkpop.top,brofist.io,haddoz.net,fantasy.lu,porndr
oids.com,hunterfansub.com,xkekos.tv,baritoday.it,peers.tv,shahinshort.tk,asiatv.cc,
amni8.com,royaleapi.com,free-
ethereum.ltd,oceanhero.today,ebookdz.com,sfchronicle.com,dailytelegraph.com.au,stre
amtape.*,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,com
parteunclic.com,nakedteens.fun,althub.club,dzone.com,sapixcraft.com,imintweb.com,ne
wsmondo.it,arfaucet.eu,verteleseriesonline.com,leakgaming.fr,kollhong.com,foggiatod
ay.it,kelasdesain.com,9docu.org,filmninja.ws,freedownloadmanager.org,coinadster.com
,shiroyasha.me,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,techa
crobat.com,osxinfo.net,7news.com.au,coivl.net,9docu.net,thefastlaneforum.com,stream
sforu.com,thememypc.net,md5hashing.net,theandroidpro.com,rsc.cdn77.org,520call.me,c
lipventures.com,ezbit.co.in,av-
uncen.com,orangespotlight.com,moremoney.io,3dbrute.com,moretvtime.com,firefaucet.wi
n,embedstorage.net,jnovels.com,claimfreecoins.io,toclipit.com,dloady.com,sharing.wt
f,uiz.io,nightwolfapk.com.br,ajo.pl,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,donia2link.net,sqr
ible.com,yandexcdn.com,televisiongratishd.com,vidupstream.com,ciftklik.net,omglyric
s.com,tekloggers.com,otakusave.com,voxc.org,jbzd.com.pl,afolog.com,yandexsport.ru,t
oxicpatat.com,theriser.info,scotsman.com,jbzd.cc,blackgamer.ru,buildplayer.com,zomb
ie-
film.com,vse.fm,wikimotors.net,rikucan.com,dailymail.co.uk,mytech.press,upclips.onl
ine,faucetcrypto.com,bitsfree.net,speakingtree.in,zmanga.org,phimtron.com,coinmonst
er.pw,audiotools.club,jbzdy.cc,vidstreamup.com,stb.ua,player.starlight.digital,onli
neinterviewquestions.com,audioreview.m1001.coreserver.jp,comicspace.com.br,tv-
onlinehd.com,pornflixhd.com,incredibox.com,binbox.io,jbzdy.eu,extra-
drama.com,hackinblood.com,alexgoldcheidt.com,omgmusik.com,thenerdic.com,tellmehow.c
o,udemycoursedownloader.net,pinsystem.co.uk,svipvids.com,synonymbog.com,techbii.com
#@#.TextAd
! https://github.com/AdguardTeam/AdguardFilters/issues/67366
articlix.com,fantastic-film.online,joinfaucet.com#@#.textad
articlix.com,fantastic-film.online,joinfaucet.com#@#.TextAd
!#endif
! NOTE: KillAdBlock end
! !SECTION: KillAdBlock
!
! SECTION: BlockAdBlock
!START: BlockAdBlock
! Old and 4.2b - #%#//scriptlet("prevent-bab")
coin-
profits.xyz,guiasaude.info,ldicas.com.br,akw.cam,ak.sv,teamxnovel.com,akw.mov,akw-
cdn1.link,akwnet.top,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.m
oe,khelnow.com,robloxaltgen.com,insurancegold.in,freevipservers.net,allfaucet.xyz,n
ewsonground.com,visiontimesnews.com,charpress.com,techcurved.com,shadowmangas.com,c
ryptowidgets.net,hatauzmani.com,elitetunnel.com,mytop5.club,business-
phone.org,viefaucet.com,coflix.tv,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,exa
mtadka.com,aradramtv.com,gawbne.com,forex-
golds.com,adpps.com,skincarie.com,rulesofcheaters.net,claimlite.club,bitcomarket.ne
t,speedynews.xyz,xmod.in,blisseyhusband.in,scriptindex.us,mnhaestate.com,an1me.nl,a
eroxplorer.com,coinpayz.xyz,altyazili76.xyz,kostenloseklingeltone.com,michezoafrika
.com,evafaucet.info,freecoursesonline.io,unofficialtwrp.com,tutsnode.net,edummm.xyz
,sgpics.net,tsd.mdn.world,satoshiwin.io,ontools.net,miauscan.com,cheaterboss.com,fo
godelenha.net,cheirinhobao.com,manualdamulher.net,tudogostoso.de,noticiasfitness.on
line,dpkghub.com,ezimg.co,claimsatoshi.org,cryptorotator.website,nevcoins.club,bitc
oinfaucet.network,welovecrypto.org,seobit.site,waterfaucet.online,bestcripto.xyz,ge
ojamal.com,getfreetrx.com,shrink.*,quaanhdaocuteo.com,protestia.com,saudebemestar.o
nline,mundodebolso.me,noticiastecnologica.online,decorabolos.net,madtrx.fun,9goku.c
om,empregovaga.com,financashoje.online,receitasdamamae.online,futlances.net,tudogos
toso.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,belezaedi
eta.net,legionscans.com,chinesesexmovie.net,thetodaypost.com,multiclaim.net,freeshi
b.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,freesoff.com,dual1080p.bl
ogspot.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,fztvseries.mobi,crunchyscan.fr,alt
adefinizione.desi,animefastmega.com,fluttercampus.com,clk.asia,apkmb.com,autocoin.i
n,sektedoujin.club,adinsurance.xyz,reit-
tirement.com,egbest1.xyz,magesypro.club,jpoplibs.us,ttsfree.com,bloggingguidance.co
m,shiba-
faucoin.com,nodo313.net,descargaranimes.net,11bit.co.in,articlesnewz.com,karanpc.co
m,shiba.limited,kalite18.cyou,o2tvseries.com,furioscans.com,clockks.com,audiotools.
in,comandotorrent.tv,celebjared.net,myshrinker.com,informaxonline.com,tinytranslati
on.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,codesadda.com,watchdoge.xyz,baixedetudo.net.
br,canlidershane.net,illink.net,xproxxx.org,shortlink.prz.pw,cema4.onl,mixfaucet.co
m,openloadtv.co,gaminplay.com,olympusscanlation.com,7apple.net,readsmsonline.com,me
lodelaa.link,forex-
trnd.com,informatikamu.id,birdurls.com,windowsbulletin.com,sports24.icu,bshopme.sit
e,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,tritin
ia.com,dataf.pro,marharo.com,ear-phone-
review.com,wildfaucet.me,bitcointrophy.com,tutflix.org,tboost.xyz,doffeecafe.me,nar
tag.com,love-
stoorey210.net,rureka.com,aemenstore.com,cazzette.com,truebrandy.com,scratch247.inf
o,hookeaudio.com,restorbio.com,azsoft.*,manjaro.pl,medcpu.com,webassistanceita.com,
allkaicerteam.com,getexploits.com,gamingforecast.com,genshinnude.com,xanimehub.com,
diariotecnico.net,blackwot.ru,nsfwcrave.com,lucidcam.com,blogdatecnologia.net,diari
odecasamento.com,eusaudavel.net,modaestiloeafins.com,portalmundocurioso.com,turismo
eviagem.com,receitasabores.com,cizzy.cc,xploit.ink,two.re,afly.pro,rbxexploits.net,
silenthub.net,byboe.com,cm-pack.pl,viralfeed.xyz,jav-
asia.top,objectivequiz.com,robloxhacks.net,atlai.club,multirecommend.com,mylinkconv
erter.com,kingsleynyc.com,thegoneapp.com,nousdecor.com,eusaudavel.net,visitmama.com
,mobileflasherbd.com,staaker.com,itopmusicx.com,damduck01.com,altyaziliporno.store,
feyorra.top,hilanofaucet.xyz,tutsgalaxy.net,descargaspcpro.net,streamingcommunity.*
,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,nusantar
aproject.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,o
nepiece-
streaming.co,cryptslice.com,taisv.com,alogum.com,nekomeowmeow.com,linkhub.icu,uploa
dshare.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,digitask.ru,megan
ews.tech,shrx.in,217.16.188.246,uebnews.online,aloegg.com,freevstplugins.net,repo.h
ackyouriphone.org,acilissaati.com,pennbookcenter.com,link1s.*,nnaa66.xyz,assistir.*
,edvok.com,ltc24.com,jm2.xyz,portable4pc.com,yogurk.com,coinurl.net,allhomecinema.c
om,clickhouse.xyz,rscripts.net,uppit.com,cryptomoneyco.in,beursig.com,hcdn.online,r
eadmanga.se,coindice.win,coindice.win,melissabenoist.com.br,startlr.com,puretoons.m
e,pcso-
lottoresults.com,jagoanssh.com,clickscoin.com,cryptojunkie.net,99btc.top,langitfilm
.*,jam1tron.com,cripto.co.in,freetutsdownload.net,wouterplanet.com,novelgo.id,coinl
es.com,globaltvapp.net,eldaminger.blogspot.com,msfsaddon.com,doge.is,gdrivelinks.me
,rodjulian.com,kiemlua.com,centraldopirata.com,torrentsmegafilmes.com,xxxdao.com,pa
yeer-
gift.ru,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,f1co
untdown.com,topdanet.me,myreadingmanga.info,paidtomoney.com,famfonts.com,novelaslig
era.com,legendadult.net,tecnomusic-
evolution.com,arrowos.net,secretsdeepweb.blogspot.com,itopmusic.net,getpczone.com,m
yviptuto.com,multicoinads.com,toplevelfaucet.website,lefturl.com,8tm.net,janusnotes
.com,hdmp4mania1.net,adobezii.com,androidtunado.com.br,gpucheck.com,akwams.*,crypto
addicted.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.*,ohmygirl.ml,bfa
s237blog.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,submitc
limb.com,adeth.cc,palsweet.live,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,sociadri
ve.com,technisches-zeichnen.net,webzews.com,santoinferninho.com,zt-
protect.net,bokepindohot.pw,hakie.net,safetxt.net,onlinevideoconverter.pro,unity3di
y.blogspot.com,nodkey.xyz,raphsonbd.com,koreanaddict.net,theinnews.com,vviruslove.c
om,unionmanga.xyz,read1punchman.com,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.c
om,topfreefaucet.com,stfly.me,skidrowfull.com,pensionioggi.it,profitlink.info,apnet
v.me,umecourses.xyz,text2voice.org,paste.happy2hub.net,management.ind.in,freedeepwe
b.blogspot.com,4download.net,eduzabawy.com,jwearn.com,fontyukle.net,zagl.info,utorr
entgamesps2.blogspot.com,onlinemovie.one,aradramatv.co,dayoftheweek.org,osuskinner.
com,yoursavegames.com,canadapolicereport.ca,web-
telegramm.org,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.
club,xshark.me,yalujailbreak.net,yggtorrent.fr,yourlifeupdated.net,zeusnews.it,znak
i.vxm.pl,zone-telechargement2.net,zoogirls.org#%#//scriptlet("prevent-bab")
blog.wiki-topia.com,teamx.fun,usmleexperiences.review,hightqualityshop.com,rahim-
soft.com,weatherx.co.in,mondainai.moe,belajarbro.id,souqsky.net,animesanka.club,ani
mesanka.com,myuploadedpremium.de,freeomovie.to,leechpremium.link,vintagewinepicks.b
logspot.com,filmesviatorrents.gratis,tuts.web.id,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,b
ux.codes,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,cou
rs-de-
droit.net,kantotero.net,paste.asia,althub.club,arabnaar.com,dirrtyremix.es,dirrrtyr
emixes.com,freecourselab.me,bg-gledai.live,bg-gledai.co,debrid-
file.com,akbardwi.my.id,verteleseriesonline.com,animexin.xyz,teamshiginima.com,flut
enotes.ph,ouofly.com,legendas.dev,megasubtitles.com,bgnews.space,vstx.org,mariouniv
erse.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.c
om,kollhong.com,watchonceuponatimeonline.com,myfreecourses.com,ileak.xyz,shinsori.c
om,zt-
protect.com,techdracula.com,jakimasklad.pl,autofaucets.org,ovagames.com,miscellaneo
us-
c.blogspot.com,proxoexploits.com,easyexploits.com,blackclovermanga.com,userapk.net,
userupload.*,hhkungfu.tv,webtvhd.com,vivereurbino.it,modekoninginmaxima.nl,hunter.f
m,forzearmate.eu,sklinkstech.blogspot.com,sunbtc.space,ero18.cc,reqlinks.net,expres
swords.xyz,watchthementalistonline.com,shortearn.org,scambieuropei.info,filmedonsta
ge.com,obengplus.com,tudogamesbr.com,robloxexploitz.com,teledyski.info,get-digital-
help.com,nxmac.com,trygistify.com,alfaloji.org,remangas.top,pakgamesinfo.com,watchs
uitsonline.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,pandafiles.com,happy2hub.me,midiavip.
com,expressfaucet.com,javplayer.com,claim4.fun,uragongaming.blogspot.com,iptv.allka
icerteam.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,remi
xsearch.co,comptoir-
hardware.com,157.245.202.123,guncelakademi.com,apkgezegeni.com,vstx.ru,courseforfre
e.com,seirsanduk.online,euconfesso.com,it-
developer.in.ua,notepad.pw,promipool.com,mp4upload.com,givekey.ru,kaamuu.com,adrena
linagames.com,osuskins.net,hisseyorumlari.com,drrtyr.mx,sharing.wtf,remix.es,transl
ations.gocreateme.com,niotv.com,wallpaperwaifu.com,starfaucet.net,crackedvst.com,ol
odesi.com,rennagiuseppe.it,erai-ddl3.info,erai-ddl2.info,erai-
ddl.info,fizyka.org,cryptlife.com,expresscrypto.io,erai-
raws.info,idioms4you.com,server-listesi.com,berryboot.alexgoldcheidt.com,nu6i-bg-
net.com,kfake.pw,leechall.download,fortnitedb.com,underurl.com,overlord2.net,vsttor
rents.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,okyani
me.com,tokvid.com,limontec.com,itechfever.com,hisse.net,4klik.xyz,sopasti.com,beure
um.com,shqipvision.com,freetutorialseu.com,irisbuddies.ml,knaqu.tv,iwatchsouthparko
nline.com,todofull.net,dekhvhai.net,kk665403.pixnet.net,thememazing.com,midnightcha
nnel.net,narutoitalia.com,seriehd.moda,thefightingcock.co.uk,zoom-
link.com,soccer24hd.com,gatevidyalay.com,simumods.com,btcnewz.com,onlinecoursebay.c
om,kisshentai.tv,tormalayalam.in,zipraw.com,iitvx.pl,ktm2day.com,r34anim.com,godisa
gamer.org,desmoriders.it,shareappscrack.com,meusfilmestorrents.com,ustv247.tv,sapix
craft.com,live90m.blogspot.com,jjcchh.com,alexstuff.ru,typingtestnow.com,piratedhub
.com,livenewschat.eu,txori.com,fifermods.com,aramosalsal.tv,tibiawiki.com.br,fromhe
re.site,wowclassicbis.com,shirainime.com,tamiltunes.network,oloadporn.com,tout-
debrid.net,canalgx.fr,tionghoa.info,papahd.live,photoshop-
kopona.com,shorterall.com,gamebrew.org,faucetbr.tk,faucet.gold,claimfreecoins.io,ja
iefra.com,animemangaddl.com,techrrival.com,gogoanime.cool,chiaseapk.com,csrevo.com,
designoptimal.com,seirsanduk.us,fmzm.xyz,watchmalcolminthemiddle.com,watchonetreehi
llonline.com,onargo.com,teknolojiprojeleri.com,uncensoredleak.com,downfile.site,cad
partners.biz,freetutorials.se,onlyfullporn.com,ttorials.com,downloader.la,freecours
er.com,quizdiva.net,opendrive.online,driverays.com,lyricsongation.com,iblitzmods.ru
,proxo.wtf,queenfaucet.website,earnbtc.io,herexxx.com,mcadventuretime.com,leporno.o
rg,kikupload.xyz,allcoins.pw,go-links.net,naturalhealthy.xyz,xn--wemodels-
gf7e.to,getfreebit.xyz,cloudstorageoptions.com,turkdown.com,premiumchronicle.com,pr
emiumleecher.com,earn4files.com,ad4msan.win,tempmail.ninja,business-trade.me,chile-
forum.ru,sorhadi.net,cyberspace.world,freshmms.com,paidcoursesforfree.com,receivetx
t.com,durtypass.com,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.c
om,onehack.us,informarea.it,pluslive.live,juba-
get.com,cutlinks.pro,todotech20.com,her-
sey.net,dostats.info,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learni
ngcrux.com,readcomicsonline.ru,megaurl.in,correotemporal.org,navratdoreality.cz,rob
uxgen.online,g-
status.com,adnet.cash,executivetraveller.com,hdporncomics.com,getpcapps.com,warscra
p.io,massivetechinterview.blogspot.com,tech-
zealots.com,kimchi.tv,freephonenum.com,tvonlinegratis.ru,uplod.net,readster.me,hosh
inoromi.org,av-drive.blogspot.com,listenpersian.net,0mniscient.github.io,10-
download.com,1000bit.it,100count.net,2cheat.net,360haven.com,4downfiles.org,4gsmmar
oc.com,4horlover.com,a2zapk.com,adbilty.me,adbull.me,addoncloud.org,adlpu.com,adoro
filmesdeterror.com,adpop.me,adslink.pw,ainodorama.web.id,ak77now.pixnet.net,akalaty
4day.com,akenini.com,akoam.net,akoam.site,akoam.ws,allacronyms.com,allsoftwarefull.
com,allvideos.me,alt-torrent.com,alts4free.com,amtonline.com.br,android-
zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidr
epublic.org,ani-ost.info,anime-loads.org,anime7.download,animes-mangas-
ddl.net,animetake.tv,animetubeitalia.it,animeunity.it,animmex.net,anitoonstv.com,an
itube.*,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.a
u,automobile-
catalog.com,avarti.co.il,avaxhome.co,bdiptv.com,bdiptv.stream,bellathorne.net,besta
rticles.me,bitcoinker.com,bitload.org,bittorrent.am,blockadblock.com,bloggingdekh.x
yz,blogthetech.com,boxwares.com,brfiles.com,british-
birdsongs.uk,btc.ms,btc4free.site,buenamusica.com,business-credit.co,business-
mortgage.co,business-service.me,business-
solutions.us,businessvoip.me,businessvoip.pw,camwhores.co,catchsms.com,chimica-
online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.
icu,clk.ink,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrab
r.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.co
m,cracxsoftwares.com,d-h.st,damasgate.com,dangotoons.com,dasolo.co,david-
forum.de,dayzrp.com,ddmix.net,deadtoonsindia.com,desirecourse.com,dir50.com,discord
emoji.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,emailte
mporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriti
ng.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcryp
to.com,faucethub.io,fautsy.com,fce365.info,filesharing.io,finalservers.net,findword
s.info,fm.solewe.com,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.
com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freec
ourseweb.com,freeiptv.life,freemidi.org,freeomovie.com,freephonenum.com,freesmscode
.com,freetimelearning.com,freetutorials.eu,freetutorialsus.com,freetvall.com,freevi
rtualsmsnumber.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,ga
mezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnu
mber.com,getlink.pw,getyourbitco.in,globalcryptopress.com,globalrph.com,gobits.io,g
ofobo.com,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,ha-
lab.com,hackerbot.net,hacksfinity.com,hdbox.ws,hdstreamvf.com,hentaicore.org,hindis
toponline.com,htnovo.net,hulblog.com,hyperdebrid.net,icefilms.info,ifate.com,ilcors
aroblu.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,jilh
ub.xyz,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,lacalle
ochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leechall
.com,letsdownloads.com,lik.cl,lingolex.com,linkasm.com,linkjust.com,liodonwloads.bl
ogspot.com,litepaste.com,lowframe.com,luckybitco.com,luckybits.io,lustich.de,macapp
download.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.ne
t,megaurl.in,meizufans.eu,mertcangokgoz.com,micinehd.com,midiextreme.blogspot.com,m
ilanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,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,nibbit
s.com,nmac.to,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co
,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oemdtc.com,ogznet.com,oldskool.vi
p,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onlinevideoconverter.com,oood
esi.com,open-
live.org,openelec.tv,opus.re,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,pandit
files.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,pelicul
asmegahdd.net,peperonity.net,pes-
patch.com,pes.social,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pipoca
s.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-
tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,
porngun.net,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,promi
pool.de,promovies.pro,proxybunker.online,qmaths.in,railpictures.net,railwayoperatio
nsimulator.com,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingeki
nokyojin.com,realkana.com,realmofdarkness.net,resurrectionremix.com,rlinstall.tech,
rmdan.net,rmdan.tv,rumushitung.com,s0ft4pc.com,sabishiidesu.com,sadeempc.com,saikoa
nimes.com,sankakucomplex.com,sarapbeh.com,sardeath.com,sat-
universe.com,satoshilabs.net,script-
stack.com,scubidu.eu,serialosy.pl,serialwale.com,seriesgato.tv,seucinema.net,shaani
g.se,shara.today,sharejunction.com,shortit.pw,shortzon.com,shrtfly.com,silicongadge
t.com,simulatedapeminer.com,sinepinoy.net,skidrowgamescpy.org,skmedix.pl,skycloud-
exploit.weebly.com,slink.bid,smsbomber.in,smscodeonline.com,smskola.com,smslisten.c
om,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,snowfiles
.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcer
ers.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,sznp
aste.net,tasksshare.com,techmazza.com,techposts.org,techreviewpro.com,techtunes.co,
techtunes.com.bd,techzac.com,tecknity.com,tercihiniyap.net,teutorrent.com,textmecha
nic.com,thebeast1.com,themeslide.com,themesradar.com,therevcounter.co.uk,theseotool
s.net,thewpclub.net,thoptv.net,thuthuatjb.com,tibiabr.com,timeforbitco.in,tinypaste
.cc,tohax.com,tokyoghoulre.net,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.c
om,torrent9.uno,torrentbrazil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torre
ntsgamez.com,trekbbs.com,tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunove
laligera.com,turboserver.info,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,url
cero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vemai.org,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,watchcas
tleonline.com,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylo
vesraymond.com,watchhouseonline.net,watchhowimetyourmother.online,watchparksandrecr
eation.net,watchpsychonline.net,watchseinfeld.com,watchsmallvilleonline.net,watchth
eofficeonline.net,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.goo
gleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,w
inhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxfo
rum.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,galaxylifereborn.com,linnk.info,
tpaste.net,f1fanklub.pl#%#//scriptlet("abort-current-inline-script",
"document.addEventListener", "|kcolbdakcolb|")
o2tvseries.com,animefastmega.com,fastcoin.ga,kiwiexploits.com,swift4claim.com,appne
e.com,msmxtended.org,compartiendofull.net,necksdesign.com,zt-
za.com,mywatchseries.stream,reevown.com,cryptofun.space,rndnovels.com,justlightnove
ls.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'/")
! BAB 4.2b - $$script[wildcard="*//
4.2b*DMCA*['length','charCodeAt','fromCharCode'];*"][min-length="5000"][max-
length="27000"]
lecturel.com,card.llsif.moe,seobit.site,cubehosting.me,dreamcheeky.com,tvshows4mobi
le.com,fztvseries.mobi,shiba-
faucoin.com,watchdoge.xyz,dogeclick.net,anhdep24.com,aemenstore.com,cazzette.com,tr
uebrandy.com,azsoft.*,medcpu.com,lucidcam.com,byboe.com,kingsleynyc.com,thegoneapp.
com,nousdecor.com,staaker.com,hilanofaucet.xyz,gifans.com,fzmovies.*,galaxycrypto.n
et,fintel.io,ohmygirl.ml,bfas237blog.info,hugo3c.tw,doctor-
groups.com,raphsonbd.com,vintagewinepicks.blogspot.com,milaulas.com,oncam.me,bux.co
des,frkn64modding.com,mmo-
population.com,getfreecourses.co,linkshrnk.com,shinsori.com,profhalazayed.gnomio.co
m,drrtyr.mx,remix.es,idioms4you.com,simumods.com,tranimeizle.*,r34anim.com,receivet
xt.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,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learni
ngcrux.com,readcomicsonline.ru,megaurl.in,correotemporal.org,navratdoreality.cz,rob
uxgen.online,g-
status.com,adnet.cash,executivetraveller.com,warscrap.io,massivetechinterview.blogs
pot.com,tech-zealots.com,freephonenum.com,readster.me,hoshinoromi.org,av-
drive.blogspot.com,0mniscient.github.io,10-
download.com,1000bit.it,100count.net,2cheat.net,4downfiles.org,4gsmmaroc.com,4horlo
ver.com,a2zapk.com,adbilty.me,adbull.me,addoncloud.org,adlpu.com,adorofilmesdeterro
r.com,adpop.me,adslink.pw,ainodorama.web.id,ak77now.pixnet.net,akalaty4day.com,aken
ini.com,akoam.net,akoam.site,akoam.ws,allacronyms.com,allsoftwarefull.com,allvideos
.me,alt-torrent.com,alts4free.com,amtonline.com.br,android-
zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidr
epublic.org,ani-ost.info,anime-loads.org,anime7.download,animes-mangas-
ddl.net,animetake.tv,animetubeitalia.it,animmex.net,anitoonstv.com,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.a
u,automobile-
catalog.com,avarti.co.il,avaxhome.co,bdiptv.com,bdiptv.stream,bellathorne.net,besta
rticles.me,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,b
loggingdekh.xyz,blogthetech.com,boxwares.com,brfiles.com,british-
birdsongs.uk,btc.ms,btc4free.site,buenamusica.com,business-credit.co,business-
mortgage.co,business-service.me,business-
solutions.us,businessvoip.me,businessvoip.pw,camwhores.co,catchsms.com,chimica-
online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.
icu,clk.ink,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrab
r.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computingforgeeks.com,
connect-trojan.net,connectwww.com,contract-
miner.com,cooltamilhd.com,cracxsoftwares.com,d-
h.st,damasgate.com,dangotoons.com,dasolo.co,david-
forum.de,dayzrp.com,ddmix.net,deadtoonsindia.com,desirecourse.com,dir50.com,discord
emoji.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,dutchycorp.space,e-
dokument.org,easylife.tw,education-
load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,emailte
mporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriti
ng.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcryp
to.com,faucethub.io,fautsy.com,fce365.info,fcportables.com,filesharing.io,finalserv
ers.net,findwords.info,fm.solewe.com,forumcoin.win,forums.stateoffirestone.xyz,free
apps4y.blogspot.com,freebitcoin.win,freecourselab.com,freecoursesite.com,freecourse
sonline.us,freecourseweb.com,freeiptv.life,freemidi.org,freeomovie.com,freephonenum
.com,freesmscode.com,freetimelearning.com,freetutorials.eu,freetvall.com,freevirtua
lsmsnumber.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,ga
mezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnu
mber.com,getlink.pw,getyourbitco.in,globalcryptopress.com,globalrph.com,gobits.io,g
ofobo.com,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,ha-
lab.com,hackerbot.net,hacksfinity.com,hdbox.ws,hdstreamvf.com,hentaicore.org,hindis
toponline.com,htnovo.net,hulblog.com,hyperdebrid.net,icefilms.info,ifate.com,ilcors
aroblu.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,jilh
ub.xyz,jkwaveblog.com,joey-
king.net,jolygram.com,justlightnovels.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,lacalle
ochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leechall
.com,letsdownloads.com,lewdzone.com,lik.cl,lingolex.com,linkasm.com,linkjust.com,li
odonwloads.blogspot.com,litepaste.com,lowframe.com,luckybitco.com,luckybits.io,lust
ich.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,m
aritimeherald.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.ne
t,megaurl.in,meizufans.eu,mertcangokgoz.com,micinehd.com,midiextreme.blogspot.com,m
ilanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,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,nibbit
s.com,nmac.to,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co
,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oemdtc.com,ogznet.
com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onlinevideocon
verter.com,ooodesi.com,open-
live.org,openelec.tv,opus.re,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,pandit
files.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,pelicul
asmegahdd.net,peperonity.net,pes-
patch.com,pes.social,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pipoca
s.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-
tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,
porngun.net,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,promi
pool.de,promovies.pro,proxybunker.online,qmaths.in,railpictures.net,railwayoperatio
nsimulator.com,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingeki
nokyojin.com,realkana.com,realmofdarkness.net,rlinstall.tech,rmdan.net,rmdan.tv,rul
e34hentai.net,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,serialosy.pl,serialwale.com,seriesgato.tv,seucinema.net,shaani
g.se,shara.today,sharejunction.com,shortit.pw,shortzon.com,shrtfly.com,silicongadge
t.com,simulatedapeminer.com,sinepinoy.net,skidrowgamescpy.org,skmedix.pl,skycloud-
exploit.weebly.com,slink.bid,smsbomber.in,smscodeonline.com,smskola.com,smslisten.c
om,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,snowfiles
.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcer
ers.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,sznp
aste.net,tasksshare.com,techmazza.com,techposts.org,techreviewpro.com,techtunes.co,
techtunes.com.bd,techzac.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebe
ast1.com,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpcl
ub.net,thoptv.net,thuthuatjb.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulr
e.net,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbr
azil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentsgamez.com,trekbbs.com,
tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.
info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,unfriend-
app.com,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,u
ploadkadeh.com,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubs
partner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vemai.org,venipa.net
,videoadept.com,videoo.info,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.ne
t,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-
house.com,wallpaperenginefree.com,wallpapermania.eu,watchadventuretime.com,watchcas
tleonline.com,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylo
vesraymond.com,watchhouseonline.net,watchhowimetyourmother.online,watchparksandrecr
eation.net,watchpsychonline.net,watchseinfeld.com,watchsmallvilleonline.net,watchth
eofficeonline.net,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.goo
gleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,w
inhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxfo
rum.pl,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xs
hark.me,yalujailbreak.net,yggtorrent.fr,yourlifeupdated.net,zeusnews.it,znaki.vxm.p
l,zone-telechargement2.net,zoogirls.org$$script[wildcard="*//
4.2b*DMCA*['length','charCodeAt','fromCharCode'];*"][min-length="5000"][max-
length="27000"]
! BAB 4.2b - $$script[wildcard="*['length','charCodeAt','fromCharCode'];*(![]+
[])*"][min-length="5000"][max-length="27000"]
proviralhost.com,urbharat.xyz,bshopme.site,animeunity.tv,publicananker.com,dogestar
.website,crypto-
faucet.xyz,omgexploits.com,cryptslice.com,taisv.com,alogum.com,uebnews.online,aloeg
g.com,pennbookcenter.com,link1s.*,ltc24.com,jagoanssh.com,gainbtc.click,myreadingma
nga.info,paidtomoney.com,pasend.*,freeomovie.to$
$script[wildcard="*['length','charCodeAt','fromCharCode'];*(![]+[])*"][min-
length="5000"][max-length="27000"]
! Old BAB - $$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-
length="20000"]
akw.cam,ak.sv,teamxnovel.com,akw.mov,akw-cdn1.link,akwnet.top,games-
manuals.com,ak4ar.*,mawsueaa.com,akw.to,xn--mgba7fjn.*,bits.re,ak4eg.*,eg-
akw.com,khelnow.com,allfaucet.xyz,newsonground.com,techcurved.com,hatauzmani.com,el
itetunnel.com,mytop5.club,business-
phone.org,themoviesboss.cx,sequencecard.xyz,hubcloud.link,fmoviesdl.com,looptorrent
.net,proxyfilm.shop,teamos.xyz,djxmaza.in,examtadka.com,aradramtv.com,skincarie.com
,rulesofcheaters.net,claimlite.club,bitcomarket.net,speedynews.xyz,xmod.in,blisseyh
usband.in,scriptindex.us,mnhaestate.com,an1me.nl,aeroxplorer.com,coinpayz.xyz,altya
zili76.xyz,kostenloseklingeltone.com,michezoafrika.com,evafaucet.info,freecourseson
line.io,unofficialtwrp.com,tutsnode.net,tsd.mdn.world,satoshiwin.io,ontools.net,mia
uscan.com,mihentai.com,netcine.*,cheaterboss.com,fogodelenha.net,cheirinhobao.com,m
anualdamulher.net,welovecrypto.org,anitube.*,waterfaucet.online,geojamal.com,shrink
.*,quaanhdaocuteo.com,protestia.com,saudebemestar.online,mundodebolso.me,noticiaste
cnologica.online,decorabolos.net,madtrx.fun,9goku.com,empregovaga.com,financashoje.
online,receitasdamamae.online,futlances.net,tudogostoso.xyz,gastronomiabrasileira.n
et,multifaucet.org,tlin.me,financasnow.online,azoraworld.com,images4u.cc,metalnavei
a66.com,khsm.io,museum-29.dajya-
ranger.com,techoreels.com,ricettafitness.com,rocku.space,patchedfiles.com,legionsca
ns.com,chinesesexmovie.net,thetodaypost.com,multiclaim.net,freeshib.biz,datphanmem.
com,articlesnew.com,darmowa-
tv.xyz,sevenjournals.com,thizissam.in,coincity.in,heyapakabar.com,usefuldiy.com,dua
l1080p.blogspot.com,33btc.site,uruploads.com,fernsehzone.online,noviello.it,51sec.o
rg,fotkaew.ru,corvusrom.com,novelmultiverse.com,primeos.in,crunchyscan.fr,altadefin
izione.desi,animefastmega.com,fluttercampus.com,apkmb.com,sektedoujin.club,adinsura
nce.xyz,egbest1.xyz,ttsfree.com,nodo313.net,descargaranimes.net,karanpc.com,kalite1
8.cyou,audiotools.in,celebjared.net,myshrinker.com,informaxonline.com,tinytranslati
on.xyz,downloadcursos.org,havoc-os.com,hentai-
asia.com,messitv.net,elearn.interviewgig.com,fulltip.net,telepisodes.org,riadcrypto
.com,adrianeboneck.com.br,codesadda.com,baixedetudo.net.br,canlidershane.net,illink
.net,cema4.onl,openloadtv.co,gaminplay.com,olympusscanlation.com,7apple.net,readsms
online.com,melodelaa.link,informatikamu.id,birdurls.com,windowsbulletin.com,sports2
4.icu,animeuploader.com,myfirstname.rocks,owllink.net,samuraiscan.com,tutsgalaxy.ne
t,senpaiediciones.com,voyeur-house.fun,bbw-chan.nl,chaturbate-
video.xyz,racevpn.com,mgkomik.com,tritinia.com,ear-phone-
review.com,wildfaucet.me,bitcointrophy.com,nartag.com,love-
stoorey210.net,rureka.com,allkaicerteam.com,getexploits.com,gamingforecast.com,gens
hinnude.com,xanimehub.com,diariotecnico.net,blackwot.ru,nsfwcrave.com,blogdatecnolo
gia.net,diariodecasamento.com,eusaudavel.net,modaestiloeafins.com,portalmundocurios
o.com,turismoeviagem.com,receitasabores.com,cizzy.cc,xploit.ink,two.re,afly.pro,rbx
exploits.net,silenthub.net,cm-pack.pl,jav-
asia.top,objectivequiz.com,robloxhacks.net,atlai.club,multirecommend.com,mylinkconv
erter.com,eusaudavel.net,visitmama.com,itopmusicx.com,damduck01.com,altyaziliporno.
store,feyorra.top,tutsgalaxy.net,descargaspcpro.net,bagi.co.in,cblink.crazyblog.in,
egydead.com,fatcatslim.ru,go4kora.com,coursewikia.com,173.249.49.204,evolution-
x.org,wuyong.fun,cubehosting.me,hdturk.club,short-
zero.com,kittydesu.com,gledajcrtace.xyz,mcmfaucets.xyz,canyoublockit.com,nusantarap
roject.my.id,clover-manga.com,filescracks.com,crypto-fun-
faucet.de,nyaa.net,freesoft.id,zcteam.id,tekfiz.com,onepiece-
streaming.co,nekomeowmeow.com,linkhub.icu,uploadshare.net,blackclovermanga2.com,sma
rtparaphrasingtool.com,tezgoal.com,cartoon.porn,todoseriales1.blogspot.com,overwatc
h-
teamup.com,bestshort.xyz,mmff30.com,gledaitv.live,tempmailpro.net,digitask.ru,megan
ews.tech,shrx.in,217.16.188.246,freevstplugins.net,acilissaati.com,nnaa66.xyz,jm2.x
yz,portable4pc.com,yogurk.com,coinurl.net,allhomecinema.com,clickhouse.xyz,rscripts
.net,uppit.com,cryptomoneyco.in,beursig.com,hcdn.online,readmanga.se,coindice.win,c
oindice.win,melissabenoist.com.br,startlr.com,fastcoin.ga,puretoons.me,pcso-
lottoresults.com,clickscoin.com,cryptojunkie.net,99btc.top,dynamicpapers.com,langit
film.*,jam1tron.com,cripto.co.in,usmleexperiences.review,freetutsdownload.net,woute
rplanet.com,novelgo.id,coinles.com,eldaminger.blogspot.com,msfsaddon.com,doge.is,gd
rivelinks.me,rodjulian.com,kiemlua.com,centraldopirata.com,torrentsmegafilmes.com,x
xxdao.com,payeer-
gift.ru,ifdreamscametrue.com,mailocal2.xyz,pahe.stream,pobierzgrepc.com,donghuanose
kai.com,fast-down.com,animekuro.org,down.mdiaload.com,anime-
saikou.com,itopmusic.org,devcourseweb.com,tqanime.com,afasiaarchzine.com,f1countdow
n.com,topdanet.me,famfonts.com,novelasligera.com,legendadult.net,tecnomusic-
evolution.com,kiwiexploits.com,arrowos.net,secretsdeepweb.blogspot.com,itopmusic.ne
t,getpczone.com,myviptuto.com,multicoinads.com,toplevelfaucet.website,lefturl.com,h
dmp4mania1.net,adobezii.com,gpucheck.com,akwams.*,cryptoaddicted.biz,freetempsms.co
m,file-upload.com,weviral.org,pro-
deals.com,dota2freaks.com,thatoneguy.com.au,tellygossips.net,hala-
tube.net,significatocanzoni.it,midiextreme.com,kpopstan.com,akwam.*,zuketcreation.n
et,goalpro-demo.blogspot.com,themeparktourist.com,tw-
hkt.blogspot.com,filedown.org,best-
shopme.com,swift4claim.com,softairbay.com,addoge.cc,apps2app.com,adzec.cc,submitcli
mb.com,palsweet.live,2ix2.com,surf-
trx.com,samapkstore.com,satoshiquiz.com,streamanime.xyz,csgo-
ranks.com,adltc.cc,justlightnovels.com,blowxtube.com,sunbtc.space,sociadrive.com,te
chnisches-zeichnen.net,santoinferninho.com,zt-
protect.net,elamigosedition.com,bokepindohot.pw,hakie.net,onlinevideoconverter.pro,
unity3diy.blogspot.com,koreanaddict.net,theinnews.com,vviruslove.com,unionmanga.xyz
,read1punchman.com,shrinkurl.org,compartiendofull.net,hexagame.io,btcfaucet.best,ya
nnik.biz,planet-streaming1.com,asus-zenfone.com,anonymous-
links.com,filmesserieshd.net,series-
streaminghd.com,dramahd.me,iptunnels.com,davidgalaxia.com,nullslide.com,softmafia.c
om,myreadingmanga.info,relmz.io,wikitechy.com,senpa.io,crypto-
lovers.club,bioskopkaca21.com,necksdesign.com,larvelfaucet.com,zt-
za.com,watchseries.video,veryfiles.com,itdplus.ru,graphicdesignresources.net,apptok
o.com,emoji.gg,lookimg.com,topfreefaucet.com,stfly.me,skidrowfull.com,pensionioggi.
it,apnetv.me,umecourses.xyz,text2voice.org,paste.happy2hub.net,management.ind.in,fr
eedeepweb.blogspot.com,4download.net,eduzabawy.com,jwearn.com,zagl.info,utorrentgam
esps2.blogspot.com,onlinemovie.one,aradramatv.co,dayoftheweek.org,yoursavegames.com
,canadapolicereport.ca,web-telegramm.org,hightqualityshop.com,rahim-
soft.com,weatherx.co.in,mondainai.moe,belajarbro.id,souqsky.net,leechpremium.link,f
ilmesviatorrents.gratis,tuts.web.id,anitokyo.tv,casos-
aislados.com,thuglink.com,colheitafeliz.net,237solution.net,anomize.xyz,turknova.ne
t,prologuepro.com,sharescript.net,bux.codes,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,cou
rs-de-
droit.net,kantotero.net,paste.asia,agalaxylifereborn.com,althub.club,arabnaar.com,d
irrtyremix.es,dirrrtyremixes.com,bg-gledai.live,bg-gledai.co,debrid-
file.com,akbardwi.my.id,verteleseriesonline.com,animexin.xyz,flutenotes.ph,ouofly.c
om,legendas.dev,megasubtitles.com,bgnews.space,vstx.org,mariouniverse.com,sombex.co
m,business-mortgage.pw,business-loan.trade,credits-loan.pw,business-
credits.cc,business-mortgage.info,loan-
trading.net,freetutorials.ca,memoriadatv.com,onbox.me,sarapbabe.com,watchonceuponat
imeonline.com,myfreecourses.com,ileak.xyz,zt-
protect.com,techdracula.com,jakimasklad.pl,autofaucets.org,ovagames.com,miscellaneo
us-
c.blogspot.com,proxoexploits.com,easyexploits.com,blackclovermanga.com,userapk.net,
userupload.*,hhkungfu.tv,webtvhd.com,vivereurbino.it,modekoninginmaxima.nl,hunter.f
m,forzearmate.eu,sklinkstech.blogspot.com,sunbtc.space,ero18.cc,reqlinks.net,expres
swords.xyz,watchthementalistonline.com,shortearn.org,scambieuropei.info,filmedonsta
ge.com,obengplus.com,teledyski.info,get-digital-
help.com,nxmac.com,trygistify.com,alfaloji.org,remangas.top,pakgamesinfo.com,watchs
uitsonline.net,amazflix.com,musicpremieres.com,daemon-
hentai.com,prueba.pixelshost.com,animesonline.cz,memexcomputer.it,romsforever.co,mi
ntik.com,checkz.net,scaleya.com,xda-developers-
android.blogspot.com,k258059.net,shorteet.com,pandafiles.com,happy2hub.me,midiavip.
com,expressfaucet.com,javplayer.com,claim4.fun,uragongaming.blogspot.com,iptv.allka
icerteam.com,shingekikyojin3v2.net,smashresume.com,tr3fit.xyz,torrentmegafilmes.tv,
earlymanga.website,ezbit.co.in,jstack.ru,criticecho.com,mega-
p2p.net,chronox.co.in,infodifesa.it,info-
desk.co.za,seosocialnews.info,countrytabs.com,gvmp.de,bitearns.com,erovoice.us,comp
toir-
hardware.com,157.245.202.123,guncelakademi.com,rndnovels.com,apkgezegeni.com,vstx.r
u,courseforfree.com,seirsanduk.online,euconfesso.com,it-
developer.in.ua,notepad.pw,promipool.com,mp4upload.com,givekey.ru,kaamuu.com,hissey
orumlari.com,sharing.wtf,justlightnovels.com,translations.gocreateme.com,linnk.info
,niotv.com,wallpaperwaifu.com,starfaucet.net,olodesi.com,rennagiuseppe.it,cryptlife
.com,myreadingmanga.info,expresscrypto.io,server-
listesi.com,berryboot.alexgoldcheidt.com,nu6i-bg-
net.com,kfake.pw,leechall.download,fortnitedb.com,underurl.com,overlord2.net,vsttor
rents.net,gaming-
tools.com,vietgamemod.net,akatsukisubs.com,tpaste.net,fullmatchsports.co,bax.tv,ani
me2001.com,mhktricks.org,onifile.com,vsx.pl,sportsio.xyz,natevanghacks.com,getrelax
.cc,okyanime.com,tokvid.com,limontec.com,itechfever.com,hisse.net,4klik.xyz,sopasti
.com,beureum.com,shqipvision.com,irisbuddies.ml,iwatchsouthparkonline.com,todofull.
net,dekhvhai.net,kk665403.pixnet.net,thememazing.com,midnightchannel.net,narutoital
ia.com,seriehd.moda,thefightingcock.co.uk,zoom-
link.com,soccer24hd.com,gatevidyalay.com,simumods.com,btcnewz.com,onlinecoursebay.c
om,kisshentai.tv,tormalayalam.in
,zipraw.com,ktm2day.com,godisagamer.org,desmoriders.it,shareappscrack.com,meusfilme
storrents.com,ustv247.tv,f1fanklub.pl,sapixcraft.com,live90m.blogspot.com,jjcchh.co
m,alexstuff.ru,piratedhub.com,livenewschat.eu,fifermods.com,aramosalsal.tv,tibiawik
i.com.br,fromhere.site,wowclassicbis.com,shirainime.com,toloadporn.com,tout-
debrid.net,canalgx.fr,tionghoa.info,papahd.live,photoshop-
kopona.com,gamebrew.org,faucetbr.tk,faucet.gold,animemangaddl.com,techrrival.com,go
goanime.cool,csrevo.com,designoptimal.com,seirsanduk.us,fmzm.xyz,watchmalcolminthem
iddle.com,watchonetreehillonline.com,onargo.com,teknolojiprojeleri.com,uncensoredle
ak.com,downfile.site,cadpartners.biz,freetutorials.se,onlyfullporn.com,ttorials.com
,downloader.la,freecourser.com,quizdiva.net,opendrive.online,driverays.com,iblitzmo
ds.ru,proxo.wtf,earnbtc.io,herexxx.com,mcadventuretime.com,kikupload.xyz,go-
links.net,naturalhealthy.xyz,xn--wemodels-
gf7e.to,getfreebit.xyz,cloudstorageoptions.com,turkdown.com,premiumchronicle.com,pr
emiumleecher.com,earn4files.com,ad4msan.win,tempmail.ninja,business-trade.me,chile-
forum.ru,sorhadi.net,freshmms.com,paidcoursesforfree.com,receivetxt.com,durtypass.c
om,dzapk.com,wikihandbk.com,properhacks.weebly.com,freecourselab.com,onehack.us,inf
ormarea.it,pluslive.live,juba-get.com,cutlinks.pro,todotech20.com,her-
sey.net,dostats.info,kolompc.us,tollypics.com,manatelugumovies.cc,mycumx.com,learni
ngcrux.com,readcomicsonline.ru,megaurl.in,correotemporal.org,navratdoreality.cz,rob
uxgen.online,g-
status.com,adnet.cash,executivetraveller.com,warscrap.io,massivetechinterview.blogs
pot.com,tech-
zealots.com,kimchi.tv,nulledpremium.com,freephonenum.com,tvonlinegratis.ru,readster
.me,hoshinoromi.org,av-drive.blogspot.com,0mniscient.github.io,10-
download.com,1000bit.it,100count.net,2cheat.net$
$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-length="20000"]
4downfiles.org,4gsmmaroc.com,4horlover.com,a2zapk.com,adbilty.me,adbull.me,addonclo
ud.org,adlpu.com,adorofilmesdeterror.com,adpop.me,adslink.pw,ainodorama.web.id,ak77
now.pixnet.net,akalaty4day.com,akenini.com,akoam.net,akoam.site,akoam.ws,allacronym
s.com,allsoftwarefull.com,allvideos.me,alt-
torrent.com,alts4free.com,amtonline.com.br,android-
zone.ws,androidaba.com,androidemulator.in,androidescomplicado.blogspot.com,androidr
epublic.org,ani-ost.info,anime-loads.org,anime7.download,animes-mangas-
ddl.net,animetake.tv,animetubeitalia.it,animmex.net,anitoonstv.com,anitube.cz,annak
endrick-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.a
u,automobile-
catalog.com,avarti.co.il,avaxhome.co,bdiptv.com,bdiptv.stream,bellathorne.net,besta
rticles.me,bitcoinker.com,bitload.org,bittorrent.am,blackmod.net,blockadblock.com,b
loggingdekh.xyz,blogthetech.com,boxwares.com,brfiles.com,british-
birdsongs.uk,btc.ms,btc4free.site,buenamusica.com,business-credit.co,business-
mortgage.co,business-service.me,business-
solutions.us,businessvoip.me,businessvoip.pw,camwhores.co,catchsms.com,chimica-
online.it,chloemoretz.org,cinemafacil.com,cineview.me,claimfreebtc.win,clik.pw,clk.
icu,clk.ink,cll.press,cloudwebcopy.com,cmacapps.com,cobachpl8.milaulas.com,coingrab
r.com,coinkurier.de,coinpot.win,cointalk.club,colorspire.com,computingforgeeks.com,
connect-trojan.net,connectwww.com,contract-
miner.com,cooltamilhd.com,cracxsoftwares.com,d-
h.st,damasgate.com,dangotoons.com,dasolo.co,david-
forum.de,dayzrp.com,ddmix.net,deadtoonsindia.com,desirecourse.com,dir50.com,discord
emoji.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,dutchycorp.space,e-
dokument.org,easylife.tw,education-
load.com,edusaguepa.milaulas.com,egprices.com,eimusics.com,electrical4u.com,emailte
mporal.org,emilyosment.net,enfermeria.gnomio.com,eroxia.com,error4hack.com,eslwriti
ng.org,eusouandroid.co,examsleague.co.in,extraimage.co,ez3c.tw,fakyu.net,faucetcryp
to.com,faucethub.io,fautsy.com,fce365.info,filesharing.io,finalservers.net,findword
s.info,forumcoin.win,forums.stateoffirestone.xyz,freeapps4y.blogspot.com,freebitcoi
n.win,freecourselab.com,freecoursesite.com,freecoursesonline.us,freecourseweb.com,f
reeiptv.life,freemidi.org,freeomovie.com,freephonenum.com,freesmscode.com,freetimel
earning.com,freetutorials.eu,freetvall.com,freevirtualsmsnumber.com,frendx.com,funt
astic-
vids.com,futbolchile.net,futeboltv.com,futeboltvgratis.com,fuyufs.com,g1novelas.org
,galaxy.gala100.net,gamecode.win,gamemod.mobi,gamesandroidhvga.net,gametimers.it,ga
mezito.com,gay69.stream,gceguide.com,geekdrop.com,geomedia.gala100.net,getfreesmsnu
mber.com,getlink.pw,getyourbitco.in,globalcryptopress.com,globalrph.com,gobits.io,g
ofobo.com,gradown.com,grafixfather.com,gratismas.org,greatprojectscampaign.com,ha-
lab.com,hackerbot.net,hacksfinity.com,hdbox.ws,hdstreamvf.com,hentaicore.org,hindis
toponline.com,htnovo.net,hulblog.com,hyperdebrid.net,icefilms.info,ifate.com,ilcors
aroblu.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,jilh
ub.xyz,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,lacalle
ochotv.org,lamitadmas1.net,lapumiafilmes.com,lctutors.com.br,leakforums.co,leechall
.com,letsdownloads.com,lewdzone.com,lik.cl,lingolex.com,linkasm.com,linkjust.com,li
odonwloads.blogspot.com,litepaste.com,lowframe.com,luckybitco.com,luckybits.io,lust
ich.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,m
aritimeherald.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.ne
t,megaurl.in,meizufans.eu,mertcangokgoz.com,micinehd.com,midiextreme.blogspot.com,m
ilanworld.net,mileyupdateuk.com,minhaoperadora.com.br,minhasreceita.in,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,nibbit
s.com,nmac.to,nonsensediamond.online,nonsensediamond.website,noobslab.com,nooyul.co
,nulledteam.com,nullpress.net,nyaa.pantsu.cat,nysexoffenders.com,oemdtc.com,ogznet.
com,oldskool.vip,olympine.com,omglyrics.com,omgtorrent.cz,oneload.co,onlinevideocon
verter.com,ooodesi.com,open-
live.org,openelec.tv,opus.re,ownhax.com,palimas.tv,pallok.com,panditfiles.cc,pandit
files.pro,pastemod.com,pastepub.com,pastpapers.papacambridge.com,pasty.link,pelicul
asmegahdd.net,peperonity.net,pes-
patch.com,pes.social,peytonlist.ru,pg3dhacks.com,piktag.net,pinaywalkers.net,pipoca
s.tv,platinmods.com,playit.ch,pocaodemana.com,pokemonexotic.net,pokexgames-
tutoriais.blogspot.com,popfilmeshd.net,pornbimbo.com,porndish.com,porndownload.xyz,
porngun.net,premiumproxy.net,prgwonders.blogspot.com,programasvirtualespc.net,promi
pool.de,promovies.pro,proxybunker.online,qmaths.in,railpictures.net,railwayoperatio
nsimulator.com,rangdhanu.live,readheroacademia.com,readonepunchman.net,readshingeki
nokyojin.com,realkana.com,realmofdarkness.net,rlinstall.tech,rmdan.net,rmdan.tv,rul
e34hentai.net,rumushitung.com,s0ft4pc.com,sabishiidesu.com,saikoanimes.com,sankakuc
omplex.com,sarapbeh.com,sardeath.com,sat-universe.com,satoshilabs.net,script-
stack.com,scubidu.eu,serialosy.pl,serialwale.com,seriesgato.tv,seucinema.net,shaani
g.se,shara.today,sharejunction.com,shortit.pw,shortzon.com,shrtfly.com,silicongadge
t.com,simulatedapeminer.com,sinepinoy.net,skidrowgamescpy.org,skmedix.pl,skycloud-
exploit.weebly.com,slink.bid,smsbomber.in,smscodeonline.com,smskola.com,smslisten.c
om,smsnumbersonline.com,smsreceiveonline.com,smsreceiving.com,smstibo.com,snowfiles
.com,sobootlogo.blogspot.com,sofiotheque.info,solowarez.org,somosbinarios.es,sorcer
ers.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,sznp
aste.net,tasksshare.com,techmazza.com,techposts.org,techreviewpro.com,techtunes.co,
techtunes.com.bd,techzac.com,tercihiniyap.net,teutorrent.com,textmechanic.com,thebe
ast1.com,themeslide.com,themesradar.com,therevcounter.co.uk,theseotools.net,thewpcl
ub.net,thoptv.net,thuthuatjb.com,timeforbitco.in,tinypaste.cc,tohax.com,tokyoghoulr
e.net,tooyul.co,topvideosgay.com,topzone.lt,tormalayalam.com,torrent9.uno,torrentbr
azil.org,torrentdosfilmeshd.net,torrentmegafilme.com,torrentsgamez.com,trekbbs.com,
tricksbest.com,ttorial.com,ttsmp3.com,tubeland.site,tunovelaligera.com,turboserver.
info,turiver.com,tutoriaux-excalibur.com,tvarticles.me,tvfree.me,unfriend-
app.com,updatesmarugujarat.in,upfiles.top,upload.mn,uploadbank.com,uploadbyte.com,u
ploadkadeh.com,uploadrar.com,uploadx.link,uplod.it,uplod.ws,url.hulblog.com,urlaubs
partner.net,urlcero.com,urlcero.us,urlcloud.us,utmn.gnomio.com,vemai.org,venipa.net
,videoadept.com,videoo.info,vivads.net,vnhax.com,vodlock.co,voirseries.co,vortez.ne
t,vpnjantit.com,vsthouse.ru,waccoe.com,wakfutemporada2subs.blogspot.com,wallpaper-
house.com,wallpaperenginefree.com,wallpapermania.eu,watchadventuretime.com,watchcas
tleonline.com,watchcurbyourenthusiasm.com,watchdoctorwhoonline.com,watcheverybodylo
vesraymond.com,watchhouseonline.net,watchhowimetyourmother.online,watchparksandrecr
eation.net,watchpsychonline.net,watchseinfeld.com,watchsmallvilleonline.net,watchth
eofficeonline.net,watchtopgearonline.net,watchtwoandahalfmenonline.com,webcache.goo
gleusercontent.com,webforefront.com,webgate.tn,whackit.co,wholehk.com,win4cut.com,w
inhelp.us,wizblog.it,wizblogger.com,worldofbitco.in,wowebook.org,wroffle.com,xboxfo
rum.pl,xia1ge.com,xiaomifirmwareupdater.com,xossip.com,xossip.rocks,xpickle.club,xs
hark.me,yalujailbreak.net,yggtorrent.fr,yourlifeupdated.net,zeusnews.it,znaki.vxm.p
l,zone-telechargement2.net,zoogirls.org$$script[wildcard="*eval*babasbmsgx*"][min-
length="5000"][max-length="20000"]
! Old BAB - script has more characters due to additional comment - $
$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-length="40000"]
profitlink.info,remixsearch.co$$script[wildcard="*eval*babasbmsgx*"][min-
length="5000"][max-length="40000"]
! BAB version without eval - $$script[tag-
content="document.getElementById('babasbmsgx')"][min-length="5000"][max-
length="20000"]
animex.club$$script[tag-content="document.getElementById('babasbmsgx')"][min-
length="5000"][max-length="20000"]
checkz.net,shareappscrack.com$
$script[wildcard="*(document.getElementById*babasbmsgx*"][min-length="5000"][max-
length="20000"]
faktykaliskie.pl$$script[wildcard="*(document.getElementById*babasbmsgx*"][min-
length="5000"][max-length="40000"]
vidlii.com$$script[tag-content="|babasbmsgx|"][min-length="5000"][max-
length="27000"]
! 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'
! #%#//scriptlet('abort-current-inline-script', 'document.addEventListener',
'/google_ad_client/')
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,akwnet.top,yalla-
kora.tv,go.freetrx.fun,klartext-ne.de,shoot-yalla.tv,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.c
om,descargasok.org,ontools.net,aztravels.net,memangbau.com,handydecor.com.vn,downfi
le.site,lib.hatenablog.com,informaxonline.com,claim.fun,comandotorrenthd.org,livest
reamtvbox.com,sultanovic.info,leechpremium.net,adpps.com,pastlinkvn.com,oneotv.onli
ne,liveradios.online,freehorseracingtv.com,livetvapk.uk,baixedetudo.net.br,mistermo
dzzforum.space,thizissam.in,darmowa-
telewizja.com,playstore.pw,myuploadedpremium.de,kymta.com,animeuniverse.*,gaget.hat
enablog.com,hakanayas.blogspot.com,appsfullversion.com,thinktibits.blogspot.com,khs
m.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.c
om,mangajokomik.blogspot.com,prestashopturkiye.com,teamxmanga.com,starekino888.blog
spot.com,scriptciyiz.org,animefastmega.com,funnymadworld.blogspot.com,egbest1.xyz,b
urnbutt.com,itdmusics.com,tienichdienthoai.net,tienganhedu.com,latest-
files.com,cotravinh.blogspot.com,themanwiththehat.de,sturls.com,gotxx.com,320volt.c
om,akwams.*,akwam.*,apasih.pw,fivemturk.com,lordchannel.com,anoboy.media,oneotv.com
,5ggyan.com,uyduportal.net,audiobookcup.com,adslinkfly.online,explosivemenu.com,lov
e-
stoorey210.net,gfilex.blogspot.com,mediapemersatubangsa.com,ileak.xyz,two.re,comand
otorrentshds.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,touhoud
ougamatome.blog.fc2.com,ads-
ti9ni4.blogspot.com,bouamra.blogspot.com,cintateknologi.com,dr-
ios.com,festinhadorodil.com.br,pramejarab.blogspot.com,thelibrarydigital.blogspot.c
om,tamilmovierockers.info,drop.download,codare.fun,devotag.com,addonbiz.com,gaminpl
ay.com,mizugigurabia.com,traficodetorrents.com,monara.net,sorasi.net,sportlive.*,yi
lmaztv.com,garaveli.de,mobileflasherbd.com,xiaomitools.com,masfrandy.com,pengantart
idurkuh.blogspot.com,whowantstuffs.blogspot.com,animesanka.*,satilikhayvanim.com,th
-world.com,mas-
13.site,menulisonline.com,epetsure.website,ihow.info,petsched.website,momozain.com,
upinipin.me,leechpremium.link,bams.my.id,botannews.com,readyssh.net,satunivers.tv,a
rab4media.com,askpets.website,larvelfaucet.com,duit.cc,realitycheats.com,megacurios
idades.pw,itdmusic.in,ozbeceriksizler.co,kayfanet.com,adsy.pw,arabwe3.com,onlinetut
orium.com,3dzip.org,nandetribune.com,lefturl.com,8tm.net,adobeactivators.blogspot.c
om,wo2viral.com,majesy.org,greatanimation.it,kangapip.com,hentaialtadefinizione.it,
wowtv.info,onlyfoot.net,magesy.eu,gomaainfo.com,listatv.pl,slothjuns.net,kabel-tv-
plus.blogspot.com,cgtips.org,3dmodelshare.org,tutoganga.blogspot.com,sshagan.net,go
ossh.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,ina
zumaotoshifansub.xyz,anoboy.stream,freshstuff4u.info,thuglink.com,mage.si,magesy.pr
o,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.ne
t,digit77.com,hd-
tch.com,maxidbr.com,archaeologynewsnetwork.blogspot.com,zekozimo.blogspot.com,dosya
yukle.biz,nensaysubs.net,cheatglobal.com,bitearns.com,animealtadefinizione.it,altya
zili13.xyz,wojtekczytawh40k.blogspot.com,ogrenciyegelir.com,tipslab.info,akoam.net,
forumrenkli.com,indirlink.xyz,download.3dzip.org,toppng.com,dl.taive.work,goodssh.c
om,magdyman.com,best-
anime.eu,superonleech.online,anoboy.video,cariskuy.com,waktusehat.xyz,servicio-
software.net,squidssh.com,descargaspcpro.net,pesfreedownloads.com,erpsoftwarelink.b
logspot.com,viralogic.xyz,linkvertise.com,cirokun.blogspot.com,daizurin.com,ryukani
me.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,fullcrackpc.com,libros4.com,animenonton.tv,wegne
r.tech,wikitrik.com,aspdotnet-
suresh.com,jagoanssh.com,methbox.com,cle0desktop.blogspot.com,dropapk.to,mycumx.com
,pharmaguideline.com,news-
tech.xyz,marketmovers.it,ktmx.pro,jelajahinternet.me,mega-
debrit.com,elsfile.org,mimaletamusical.blogspot.com,balog18.blogspot.com,yupptv.in,
fforfree.net,readrawmanga.com,vabstutorials.com,infosehatku.club,muhammadyoga.me,my
shorturls.blogspot.com,link-
to.net,almezoryae.com,jobhunterplg.xyz,tamilyogi.eu,freeserial-
keys.blogspot.com,toptv.cloud,sna3talaflam.com,merdekaid.online,shtu.pro,sslproxies
24.top,suarankri.me,getlec.blogspot.com,mohanlalmovieshub.blogspot.com,1idsly.com,u
pdatetribun.org,darmowa-
telewizja.online,akanosora.com,porkyfap.org,tamilyogi.nu,iglive.me,drivebox.club,ea
rn-
url.com,loverscum.com,linku.us,mobdi3ips.com,ljutkeunvpn.blogspot.com,javaguides.ne
t,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,ministryofsoluti
ons.com,khedame.com,samnaprawiam.com,king-
pes.blogspot.com,gotofap.tk,short24.pw,sdw-
net.me,akashiro.co.id,terrarium.com.pl,europeanclassiccomic.blogspot.com,programmin
ggeek.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.blogs
pot.com,voipsipclient.blogspot.nl,mamahd.tv,antiblock.org,verdirectotv.com,stadium-
live.biz,driverdestek.com,ebookdz.com,eikaiwamastery.blogspot.com,wakudan.seesaa.ne
t,kamikiyuki.hatenablog.com,omutulove.seesaa.net,omutulove.blog.fc2.com,hayamimi-
gunpla.com,klikshowtime.com,oyunceviri.net,dreamfancy.org,m.pes24.com,tumkarikaturl
er.com,merlininkazani.com,serialbumler.com,softmaroc.org,televallweb.site,projetomo
tog.blogspot.com,radiotormentamx.com,iptvvall.com,eldaryasolutiongame.blogspot.com,
stiffgamerdown.com,televall.website,sacheats.com,filmes-torrent-
baixar.blogspot.com,grupovalltv.net,otakuworldsite.blogspot.com,novelasymangasjpo.b
logspot.com,bludvfilmes.com,tv-
onlinehd.com,textflix.us,majesy.com,dompl3.info,latornamesa.blogspot.com,acienciasg
alilei.com,yoututosjeff.es,nuevos-
mu.ucoz.com,generacionretro.net,novelasd.com,tiengnhatpro.net,zwergenstadt.com,prax
is-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
infinite-
streaming.live,torrentmovies.online,zeroupload.com,yoima.hatenadiary.com,magesy.blo
g,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.co
m,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,turkdebrid.site,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,on
ehack.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,igtools.net,freecoursesonline.me,c
onfiginter.net,smsbomber.biz,pianetafanta.it,freesoftpdfdownload.blogspot.com#%#//
scriptlet("prevent-addEventListener", "load", "google_ad_client")
! $$script[wildcard="*load*google_ad_client*"][min-length="2000"][max-
length="3000"]
hakanayas.blogspot.com,prestashopturkiye.com,youkaiwatch2345.blog.fc2.com,newssokuh
ou666.blog.fc2.com,thebookee.net,tools.halpas.com,akwams.*,acapellas.eu,akwam.*,dep
o-
program.blogspot.com,nulledpremium.com,tstrs.me,freecoursesonline.me,configinter.ne
t,smsbomber.biz,pianetafanta.it,freesoftpdfdownload.blogspot.com$
$script[wildcard="*load*google_ad_client*"][min-length="2000"][max-length="3000"]
! #%#//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.c
om,uploady.io,oii.io,xpicture.ru,uploadydl.com,prz.pw,btvsports.lol,novelsapps.com,
novelssites.com,altblogger.net,freecoursesonline.me,shortx.net,techydino.net,toutes
-les-
solutions.fr,bclikeqt.com,pikafile.com,shortlink.prz.pw,webhostingpost.com,telefull
envivo.com,futbolfullenvivo.com,uploadmx.com,leet365.cc,rosefile.net,shuajota.com,x
n--swqq1zt9i.net,markipli.com,celebjared.net,katflys.com,gagaltotal666.my.id,fc-
lc.com,streamzz.*,moviesrush.in,toonvideos.*,pythonmatplotlibtips.blogspot.com,dqms
l-
search.net,khlinks.buzz,nobinbarta.com,webserver.one,blograffo.net,channelstream.cl
ub,bitfly.io,kiwiexploits.com,4horlover.com,hesgoal.com,chuppito.fr,streamz.*,short
erall.com,reifenrechner.at,baltasar5010purohentai.com,jumpmanclubbrasil.com.br,ozbe
ceriksizler.com,livestreamgamess.blogspot.com,ear-phone-
review.com,adshrink.it,rapnation.org,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,liens-
telechargement.com,echoes.gr,neumanga.tv#%#(function(b)
{Object.defineProperty(Element.prototype,"innerHTML",{get:function(){return
b.get.call(this)},set:function(a){/^(?:<([abisuq]) id="[^"]*"><\/\1>)*$/.test(a)||
b.set.call(this,a)},enumerable:!0,configurable:!0})})
(Object.getOwnPropertyDescriptor(Element.prototype,"innerHTML"));
! if JS/scriptlet is not working
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##Adrectangle
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##PageLeaderAd
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##ad-column
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##advertising2
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##divAdBox
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##mochila-column-right-ad-
300x250-1
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##searchAdSenseBox
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##ad
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##Ads
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##adSense
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##adrectangle
pianetafanta.it,fullcrackpc.com,wikitrik.com,duit.cc#@##AdRectangle
!
! Scriptlet rules does not work in apps
adshrink.it$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-
length="400"]
adshrink.it$$script[tag-content="displayMessage:"]
! 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,americanphotomag.com,baggersmag.com,boatingmag.com,cbssports.com,c
net.com,cruisingworld.com,cycleworld.com,dirtrider.com,diversitybestpractices.com,e
dmunds.com,floridatravellife.com,frontpage.pch.com,gamespot.com,goal.com,ign.com,in
finitiev.com,islands.com,marlinmag.com,metacritic.com,motorcyclecruiser.com,motorcy
clistonline.com,msn.com,outdoorlife.com,popphoto.com,popsci.com,saltwatersportsman.
com,scubadiving.com,sportdiver.com,sportfishingmag.com,sportingnews.com,spox.com,th
oughtcatalog.com,tv.com,tvguide.com,utvdriver.com,wakeboardingmag.com,webmd.com,wet
teronline.de,yachtingmagazine.com#%#//scriptlet("set-constant",
"Object.prototype.iadb", "undefined")
! '$$script[tag-content=".INSTART_TARGET_NAME="""][min-length="40000"][max-
length="140000"]'
foxsports.com.au,americanphotomag.com,baggersmag.com,boatingmag.com,cbssports.com,c
net.com,cruisingworld.com,cycleworld.com,dirtrider.com,diversitybestpractices.com,e
dmunds.com,floridatravellife.com,frontpage.pch.com,gamespot.com,goal.com,ign.com,in
finitiev.com,islands.com,marlinmag.com,metacritic.com,motorcyclecruiser.com,motorcy
clistonline.com,msn.com,outdoorlife.com,popphoto.com,popsci.com,saltwatersportsman.
com,scubadiving.com,sportdiver.com,sportfishingmag.com,sportingnews.com,spox.com,th
oughtcatalog.com,tv.com,tvguide.com,utvdriver.com,wakeboardingmag.com,webmd.com,wet
teronline.de,yachtingmagazine.com$$script[tag-content=".INSTART_TARGET_NAME="""]
[min-length="40000"][max-length="140000"]
! 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,gam
espot.com,windowscentral.com,tvguide.com,sfgate.com,afterellen.com,boston.com,calga
rysun.com,cattime.com,celebuzz.com,cnet.com,comingsoon.net,computershopper.com,ctno
w.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,gam
espot.com,windowscentral.com,tvguide.com,sfgate.com,afterellen.com,boston.com,calga
rysun.com,cattime.com,celebuzz.com,cnet.com,comingsoon.net,computershopper.com,ctno
w.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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
coachmag.co.uk,vier.be,carmagazine.co.uk,amc.com,bikeradar.com,mylifetime.com,gents
ide.com,biography.com,alphr.com,gesundheitsfrage.net,gutefrage.net,finanzfrage.net,
theweek.co.uk,spiegel.de,autoexpress.co.uk,eppingforestguardian.co.uk,cotswoldjourn
al.co.uk,eurogamer.de,metabomb.net,usgamer.net,ligainsider.de,cbs.com,aetv.com,hist
ory.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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
heraldscotland.com,usatoday.com,tyda.se,nyheter24.se,nj.com,nationalreview.com,mliv
e.com,kwiss.me,html.net,fragbite.se,demorgen.be,deadline.com,dayviews.com,wwd.com,m
ymotherlode.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,vg247.com,evo.co.uk,southwalesargus.co.uk,swindonadvertiser
.co.uk,theargus.co.uk,theboltonnews.co.uk,thetelegraphandargus.co.uk,eveningtimes.c
o.uk,dailyecho.co.uk,oxfordmail.co.uk,southwalesargus.co.uk,huffingtonpost.co.uk,ra
diotimes.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_contr
ol_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!
1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking'
,a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isConten
tBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return
a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBe
acons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener(
'sp.blocking',function(a)
{a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_b
locking',!0,!1),this.dispatchEvent(a)})}();
! 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.r
o,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,fre
ewarefiles.com,hobbyconsolas.com,jpost.com,letras.com,letras.mus.br,maariv.co.il,ma
ko.co.il,phonesreview.co.uk,plusnetwork.com,roadracerunner.com,status-
quote.com,thefreethoughtproject.com,trifind.com,veteranstoday.com,videograbby.com,y
ad2.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,anc
ient-
origins.net,jvpnews.com,tetrisfriends.com,video.gazeta.pl,kshowonline.com,convertca
se.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(){});
readlightnovel.org,reshet.tv,youtubeonrepeat.com,israelnationalnews.com,readmng.com
,humansarefree.com,jvpnews.com,tetrisfriends.com,yepi.com,mathwarehouse.com,investi
ng.com$$script[tag-content="if(window.TextDecoder)return(new
window.TextDecoder(""utf-8"")).decode(new Uint8Array"][max-length="12000"]
emathhelp.net$$script[tag-content="if (window.TextDecoder)return(new
window.TextDecoder(""utf-8"")).decode("][max-length="30000"]
lankasri.com,manithan.com,colourlovers.com$$script[tag-
content="if(window.TextDecoder)return(new window.TextDecoder(""utf-8"")).decode("]
[max-length="30000"]
walterfootball.com$$script[tag-content="if (window.TextDecoder) return (new
window.TextDecoder(""utf-8"")).decode("][max-length="30000"]
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.co
m,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")
the-sun.com,gmx.*,transfermarkt.*$$script[tag-content="Flags."][min-length="20000"]
[max-length="300000"]
@@||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,clubedohardw
are.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
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@/favicon.ico^$domain=dot.ro|rockfile.co|tamiltunes.live|cmacapps.com|itavisen.no|
sankakucomplex.com|clubedohardware.com.br|torrenting.com|who-called.co.uk
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||hackintosh.zone^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||tamiltunes.live^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||itavisen.no^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sankakucomplex.com^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||who-called.co.uk^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
cmacapps.com##cloudflare-app[app-id="no-adblock"]
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||ed-protect.org^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ed-protect.org
!
! 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,tvgid.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,mysl
o.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
kizi.com,loveroms.com,minijuegos.com,footyroom.com,computerhoy.com,tworeddots.com,n
etzwelt.de,datpiff.com,jpost.com,quotidiano.net,broadwayworld.com,bold.dk,ilrestode
lcarlino.it,spaziogames.it,ilgiorno.it,diariodocentrodomundo.com.br,acidcow.com,yep
i.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,iltelegrafolivorn
o.it,healthyfocus.org,parolesdefoot.com,asheepnomore.net,virtualjerusalem.com,daily
spikes.com,triatlonweb.es,status-quote.com,vreme-
on.net,transportemundial.es,iwhatsappstatus.com,mathworksheetsgo.com,lamoto.es,spor
tenkort.dk,motomercado.es,diariodocentrodomundo.com.br,datpiff.com,asheepnomore.net
,tworeddots.com,datpiff.com,footyroom.com,kizi.com$
$script[wildcard="*try{(function()*addEventListener*i.test(navigator.userAgent*"]
[max-length="10000"]
!+ NOT_OPTIMIZED NOT_PLATFORM(windows, mac, android)
kizi.com,loveroms.com,minijuegos.com,footyroom.com,computerhoy.com,tworeddots.com,n
etzwelt.de,datpiff.com,jpost.com,quotidiano.net,broadwayworld.com,bold.dk,ilrestode
lcarlino.it,spaziogames.it,ilgiorno.it,diariodocentrodomundo.com.br,acidcow.com,yep
i.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,iltelegrafolivorn
o.it,healthyfocus.org,parolesdefoot.com,asheepnomore.net,virtualjerusalem.com,daily
spikes.com,triatlonweb.es,status-quote.com,vreme-
on.net,transportemundial.es,iwhatsappstatus.com,mathworksheetsgo.com,lamoto.es,spor
tenkort.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$$script[tag-content="omi-service"][min-length="20000"][max-
length="150000"]
@@||webfail.com/image
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_edge ||
adguard_ext_opera || adguard_ext_safari || ext_ublock || adguard_ext_chromium)
!+ NOT_OPTIMIZED
@@||reuters.com^$generichide
!+ NOT_OPTIMIZED
@@||webfail.com^$generichide
!#endif
!+ NOT_OPTIMIZED
@@||pons.com/p/files/*$image
!+ NOT_OPTIMIZED
@@||reutersmedia.net/resources^
! NOTE: AdFender end
! !SECTION: AdFender
!
! SECTION: Yavli
! 'ta_do:', ',adb:function(){if('
! $$script[wildcard="*try*Object.getOwnPropertyDescriptor*currentScript*"][min-
length="30000"][max-length="50000"]
canadafreepress.com,kresy.pl,thelibertydaily.com,writerscafe.org,populist.press,wel
ovetrump.com,grammarist.com,protrumpnews.com,concomber.com,videogamesblogger.com,ga
mersheroes.com,letocard.fr,thepalmierireport.com,beforeitsnews.com$
$script[wildcard="*try*Object.getOwnPropertyDescriptor*currentScript*"][min-
length="30000"][max-length="50000"]
! $$script[tag-content="Object.getOwnPropertyDescriptor(Document.prototype"][min-
length="30000"][max-length="50000"]
thegatewaypundit.com,100percentfedup.com,comicallyincorrect.com,thepoke.co.uk,popul
istpress.com,thepatriotjournal.com$$script[tag-
content="Object.getOwnPropertyDescriptor(Document.prototype"][min-length="30000"]
[max-length="50000"]
! #%#//scriptlet("json-prune", "*", "ad_to_link")
phoenixnewtimes.com,populistpress.com,thepatriotjournal.com,newser.com,canadafreepr
ess.com,kresy.pl,thelibertydaily.com,writerscafe.org,populist.press,welovetrump.com
,grammarist.com,protrumpnews.com,concomber.com,videogamesblogger.com,gamersheroes.c
om,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,mercurynews.com,ocregister.com,chicoer.com,delcot
imes.com,denverpost.com,macombdaily.com,newsday.com,pe.com,trentonian.com,twincitie
s.com,marinij.com,dailybulletin.com,timescall.com,dailydemocrat.com,tampabay.com,ad
n.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; }
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in,glo
blenews.in#$?##SmileyBanner { remove: true; }
! ###AdbModel
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in,glo
blenews.in###AdbModel
! #%#//scriptlet('remove-node-text', 'script', 'AdbModel')
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,gplinks.co,rontymobile.in,glo
blenews.in#%#//scriptlet('remove-node-text', 'script', 'AdbModel')
! leftovers
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
#main > *:not(center,article)
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
#main div.ast-breadcrumbs-wrapper
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
#main div.ast-post-format- > header
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
#main div.ast-post-format- > div.entry-content > *:not(center)
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
##page > header
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
##page > footer
remixpapa.in,azcodinghub.com,hindikahanistory.in,jkssbnotes.com,taazatimes24.com,me
gashayari.com,dhamakamusics.in,onlinehelpblog.com,techlokye.com,rojgarsamachar.xyz,
acejankari.com,odishadjss.in,sbkeditsofficials.in,mktechword.com,picassoappk.com,fi
nley-aaron-
love.com,bmremix.in,odiasongmuzic.com,rktemplates.in,seobar.in,bharatsarkarijobaler
t.com,englishbhaiya.co.in,news21usa.com,gachalifeoldversionapk.net,jankarihubedu21.
com,mpscstudyhub.com,djppclub.com,1stepforlife.in,indiasarkari.com,djrajurjm.in,oja
snew.in,myfirstname.in,extraking.in,mystudyhelp.in,wwneed.com,aditechz.com,ccrushap
p.com,latestpikashowapk.com,blog24.me,onpointgame.net,blogviewers.com,satyaclub.in,
freemodapp.com,howmany.co.in,iwitnessnews.in,doge25.in,nokrimilegi.in,kejriwalyojan
a.com,netflixrelease.com,onlinegratuitycalculator.com,rontymobile.in,globlenews.in#
##secondary
!
! `Force Adblock` (app_vars) - Please disable Adblock to proceed to the destination
page.
! #%#//scriptlet('set-constant', 'app_vars.force_disable_adblock', 'undefined')
pwrpa.cc,xeurl.com,link4earn.com,atglinks.com,megaurl.in,megafly.in,pandaznetwork.c
om,tii.la,ckk.ai,xpshort.com,mdisklink.link,kinemaster.cc,rajsayt.xyz,insurglobal.x
yz,linkszia.co,usanewstoday.club,earnforclick.online,tlin.me,netfile.cc,pndx.live,a
dlinkfly.wartakilat.com,cutp.in,aylink.info,adinsurance.xyz,try2link.com,usdshort.c
om,onroid.com,filmyzilla-in.xyz,zirof.com,samaa-
pro.com,earnme.club,adshort.*,adurly.cc,nini08.com,shortlink.prz.pw,swzz.xyz,mixfau
cet.com,crazyblog.in,abre.click,adlinkweb.com,linkbr.xyz,baominh.tech,shortz.one,ne
wsalret.com,clickscoin.com,seulink.online,toptap.website,ez4short.com,gtlink.co,ups
hrink.com,beingtek.com,link.rota.cc,insuranceblog.xyz,coinsparty.com,katflys.com,we
bo.one,linkfly.io,coinadfly.com,linkres.in,ownurl.site,fire-
link.net,coinsurl.com,clk.ink,dl.tech-
story.net,cpm10.org,theicongenerator.com,rancah.com,kingurls.com,link.asiaon.top,do
wnload.sharenulled.net,lucidcam.com,clikern.com,adsmoker.com,gifans.com,zipurls.com
,theblissempire.com,linkadshield.xyz,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,cl
aimfreebits.com,shrlink.top,webshort.in,eririo.club,jameeltips.us,freshi.site,yxosh
ort.com,pewgame.com,turkdown.com,foxseotools.com,earnwithshortlink.com,tui.click,sh
rx.in,short.food-royal.com,linkpoi.me,adpop.me,galaxy-
link.space,link.ltc24.com,kiiw.icu,vshort.link,adnit.xyz,fwarycash.moviestar.fun,fi
nanzas-
vida.com,linkebr.com,clickhouse.xyz,bloggingguidance.com,smoner.com,charexempire.co
m,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.menjelaja
hi.com,viraloc.com,beautyram.info,ccurl.net,shrt10.com,yourtechnology.online,1short
en.com,cashearn.cc,go2.surf,cryptoads.space,adcorto.me,shrinkforearn.in,seulink.net
,modapk.link,holaurl.com,adbl.live,miklpro.com,kutt.io,afly.pro,cutlink.link,short8
8.com,pngit.live,exe.app,adcorto.xyz,okec.uk,viral-
topics.com,srts.me,paidtomoney.com,loan2host.com,passgen.icu,lite-
link.xyz,pureshort.link,recipestutorials.com,droplink.co,tawiia.com,vvc.vc,lite-
link.com,bdnewsx.com,mealip.com,curto.win,linksfire.co,internewstv.com,ivn3.com,ill
ink.net,4rl.ru,trinddz.com,ownurl.website,ilinks.in,techupme.com,danc.uk,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,btcdot.xyz,pkr.pw,todayn
ewspk.win,shrinke.me,wordcounter.icu,try2link.net,stfly.me,shorthub.co,dz4win.com,r
eal-
sky.com,bolssc.com,short2.cash,fx4vip.com,cutdl.xyz,asupload.com,shortearn.in,megal
ink.vip,adsrt.live,linksly.co,link1s.*,veneapp.com,cheappath.com,shortzon.com,arabp
lus2.co,linkurl.me,profitlink.info,ur-
ly.xyz,zagl.info,shorthitz.com,savelink.site,axuur.com,tmearn.com,samapro.me,mondai
nai.moe,2ota.com,pnd.*,popimed.com,tipsforce.com,aii.sh,articlix.com,intothelink.co
m,pingit.link,7r6.com,iir.ai,tii.ai,biroads.com,adsrt.net,afly.us,coredp.com,bestea
rnonline.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,oncehel
p.com,donia2link.com,cutlinks.pro,adclic.pro,shortpaid.com,buteeq.com,s-
url.xyz,adbull.tech,adbull.org,slink.bid,wplink.online,linkviet.xyz,makeeasybtc.web
site,dutchycorp.space,encurta.eu,adsrt.org,leechpremium.link,earnload.co,gpmojo.co,
shrinkhere.xyz,readnnews.com,bitearns.com,wheeledu.com,gplinks.co,sedoinfo.com,memo
o.xyz,neonlink.net,adsme.cc,cashurl.in,bitcoinly.in,tiny.do,wealthh.xyz,supersimple
.online,freeshrinker.com,linkviet.top,salez.site,unishort.com,dayy.site,caat.site,s
hortearn.eu,adbull.site,shrinx.net,2xs.io,earnload.com,jo2win.com,spiin.xyz,bitlink
s.pw,cleft.xyz,repayone.net,adslinkfly.online,ndoqp.com,go99tech.com,gplinks.in,waa
r.site,stfly.io,cashearn.eu,seosence.com,eio.io,cutwin.com,uii.io,acorpe.com,shrink
erhub.com,techbeast.xyz,techofaqs.com,zoom-
link.com,short.pe,myhealthlytips.com,shorten.sh,bestlivingroomideas.com,megalink.pr
o,darnto.com,pingit.im,networkingz.xyz,clik.pw,uiz.io,beastvila.info,latestseoupdat
e.com,payskip.org,fasshi.xyz,shrinkme.io,urlcloud.us,2-cars.club,ex-
foary.com,linkfinal.com,dearresult.com,ultraurls.com,coin.mg,shrinkurl.org,exe.io,l
iclink.com,shortearn.org,linkviet.net,adsafelink.com,enrt.eu,lkop.me,trendfaq.com,l
inkvietvip.com,suqdz.com,trendpick.info,abonlinekaro.com,egovtjob.in,getlink.deadto
onsindia.net,digitallearn.online,bollyreveal.com,shrtfly.net,mysiterank.org,digital
cafez.com,shotfly.in,adbilty.me,adsafelink.net#%#//scriptlet('set-constant',
'app_vars.force_disable_adblock', 'undefined')
#@#.ad-box
! for platforms without JS rules support
ckk.ai,xpshort.com,mdisklink.link#@#.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,swi
tch-
xci.xyz,meganebuk.net,teknomuda.com,ps4pkg.com,iptv4best.com,topnewsshow.com,arknov
elonline.com,intelligentliving.co,apkmaza.net,serie-
novelas.com,outplayed.it,nulleb.com,oyuncusoruyor.com,picgiraffe.com,cgtips.org,tek
nomobil.net,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,techturf.in,turkceyama.net,xi
aomitools.com,cfd.ninja,bwe.su,ebookscart.com,sciotocountydailynews.com,blogarti.co
m,labkom.co.id,muratisbilir.com.tr,torrentmafya.org,saberprogramas.com,smarteranaly
st.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,des
irefx.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,gra
fixfather.com,asia-
mag.com,dellwindowsreinstallationguide.com,yolgunlukleri.net,archi3x.com,downloadbu
ll.com,amirantivirus.com,spaziogames.it,modernvalueinvesting.de,shirokuns.com,hulbl
og.com,omgmusik.com,omglyrics.com,phpscripttr.com,kkpmh.vip,allmacworld.com,resourc
e-
pack.com,kindleku.com,biryoo.com,onurcici.com,variatkowo.pl,lauxanh.org,robloxscrip
ts.com,filmboxoffice.web.id,satcesc.com,teamsaiyajin.it,stilearte.it,gidabilinci.co
m,ipeenk.com,hanimeku.com,hwzone.co.il,bilgidehasi.com,tyrocity.com,plugintorrent.c
om,pinsystem.co.uk,comando4kfilmes.com,trgamestudio.com,terrarium.com.pl,rikucan.co
m,3dzip.org,turreta.com,elevatortoday.com,canalbpv.com,thesimarchitect.com,desktoph
ut.com,hackinformer.com,bookflare.org,earmilk.com,baomay01.com,chimicamo.org,landsc
apenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.co
m,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,gizchina.com,msguides.com,csonline
2.net,airlive.net,arch2o.com,asianhobbyist.com,automobile-
propre.com,barboflacmusic.com,celebsepna.com,civetta.tv,culture-
informatique.net,dl-
wordpress.com,dubs.top,faq.ph,filesrom.com,freepreset.net,gamesmagnet.net,gktoday.i
n,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,learncpponline.com,ova
games.com,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource
-
packs.de,rushtime.in,scat.gold,soskidkami.ru,thefalse9.com,torrentmafya.net,tutsgal
axy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x
-team.com#%#//scriptlet("abort-on-property-read", "anOptions")
! `$$script[tag-content="anOptionAdsSelectors"][max-length="3000"]`
wololo.net,russianusa.tarima.org,lebakcyber.net,ifdreamscametrue.com,nudes7.com,swi
tch-
xci.xyz,meganebuk.net,teknomuda.com,ps4pkg.com,iptv4best.com,topnewsshow.com,arknov
elonline.com,intelligentliving.co,apkmaza.net,serie-
novelas.com,outplayed.it,nulleb.com,oyuncusoruyor.com,picgiraffe.com,cgtips.org,tek
nomobil.net,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,techturf.in,turkceyama.net,xi
aomitools.com,cfd.ninja,bwe.su,ebookscart.com,sciotocountydailynews.com,blogarti.co
m,labkom.co.id,muratisbilir.com.tr,torrentmafya.org,saberprogramas.com,smarteranaly
st.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,des
irefx.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,gra
fixfather.com,asia-
mag.com,dellwindowsreinstallationguide.com,yolgunlukleri.net,archi3x.com,downloadbu
ll.com,amirantivirus.com,spaziogames.it,modernvalueinvesting.de,shirokuns.com,hulbl
og.com,omgmusik.com,omglyrics.com,phpscripttr.com,kkpmh.vip,allmacworld.com,resourc
e-
pack.com,kindleku.com,biryoo.com,onurcici.com,variatkowo.pl,lauxanh.org,robloxscrip
ts.com,filmboxoffice.web.id,satcesc.com,teamsaiyajin.it,stilearte.it,gidabilinci.co
m,ipeenk.com,hanimeku.com,hwzone.co.il,bilgidehasi.com,tyrocity.com,plugintorrent.c
om,pinsystem.co.uk,comando4kfilmes.com,trgamestudio.com,terrarium.com.pl,rikucan.co
m,3dzip.org,turreta.com,elevatortoday.com,canalbpv.com,thesimarchitect.com,desktoph
ut.com,hackinformer.com,bookflare.org,earmilk.com,baomay01.com,chimicamo.org,landsc
apenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.co
m,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,gizchina.com,msguides.com,csonline
2.net,airlive.net,arch2o.com,asianhobbyist.com,automobile-
propre.com,barboflacmusic.com,celebsepna.com,civetta.tv,culture-
informatique.net,dl-
wordpress.com,dubs.top,faq.ph,filesrom.com,freepreset.net,gamesmagnet.net,gktoday.i
n,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,learncpponline.com,ova
games.com,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource
-
packs.de,rushtime.in,scat.gold,soskidkami.ru,thefalse9.com,torrentmafya.net,tutsgal
axy.com,ucuzaucak.net,unblockedgamming.com,veezie.st,wallstreams.com,x265mkv.ws,z3x
-team.com$$script[tag-content="anOptionAdsSelectors"][max-length="3000"]
! for platforms without JS rules support
/wp-content/uploads/*/*.js$domain=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|downloadbull.com|
amirantivirus.com|modernvalueinvesting.de|shirokuns.com|hulblog.com|omgmusik.com|
omglyrics.com|phpscripttr.com|kkpmh.vip|allmacworld.com|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|
hanimeku.com|plugintorrent.com|pinsystem.co.uk|comando4kfilmes.com|
trgamestudio.com|terrarium.com.pl|rikucan.com|turreta.com|elevatortoday.com|
canalbpv.com|thesimarchitect.com|desktophut.com|hackinformer.com|bookflare.org|
earmilk.com|chimicamo.org|landscapenature.pw|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,swi
tch-
xci.xyz,meganebuk.net,teknomuda.com,ps4pkg.com,iptv4best.com,topnewsshow.com,arknov
elonline.com,intelligentliving.co,apkmaza.net,serie-
novelas.com,outplayed.it,nulleb.com,oyuncusoruyor.com,picgiraffe.com,cgtips.org,tek
nomobil.net,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,techturf.in,turkceyama.net,xi
aomitools.com,cfd.ninja,bwe.su,ebookscart.com,sciotocountydailynews.com,blogarti.co
m,labkom.co.id,muratisbilir.com.tr,torrentmafya.org,saberprogramas.com,smarteranaly
st.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,des
irefx.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,gra
fixfather.com,asia-
mag.com,dellwindowsreinstallationguide.com,yolgunlukleri.net,archi3x.com,downloadbu
ll.com,amirantivirus.com,spaziogames.it,modernvalueinvesting.de,shirokuns.com,hulbl
og.com,omgmusik.com,omglyrics.com,phpscripttr.com,kkpmh.vip,allmacworld.com,resourc
e-
pack.com,kindleku.com,biryoo.com,onurcici.com,variatkowo.pl,lauxanh.org,robloxscrip
ts.com,filmboxoffice.web.id,satcesc.com,teamsaiyajin.it,stilearte.it,gidabilinci.co
m,ipeenk.com,hanimeku.com,hwzone.co.il,bilgidehasi.com,tyrocity.com,plugintorrent.c
om,pinsystem.co.uk,comando4kfilmes.com,trgamestudio.com,terrarium.com.pl,rikucan.co
m,3dzip.org,turreta.com,elevatortoday.com,canalbpv.com,thesimarchitect.com,desktoph
ut.com,hackinformer.com,bookflare.org,earmilk.com,baomay01.com,chimicamo.org,landsc
apenature.pw,chromeba.net,learnsql.xyz,otobelgesel.com,ad4msan.win,mediasobytiya.co
m,bambusmann.de,kkphm.com,haohaiyo.cc,51kkp.club,gizchina.com,msguides.com,csonline
2.net,airlive.net,arch2o.com,asianhobbyist.com,automobile-
propre.com,barboflacmusic.com,celebsepna.com,civetta.tv,culture-
informatique.net,dl-
wordpress.com,dubs.top,faq.ph,filesrom.com,freepreset.net,gamesmagnet.net,gktoday.i
n,jimods.com,jimtechs.biz,jkmk.net,jppinto.com,keys4free.com,learncpponline.com,ova
games.com,pesupdate.com,phonandroid.com,precitaj.si,programegratuitepc.com,resource
-
packs.de,rushtime.in,scat.gold,soskidkami.ru,thefalse9.com,torrentmafya.net,tutsgal
axy.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")
flagandcross.com$$script[tag-content="adtoniq_protect"]
!+ 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.pu
b_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links
{ display: block !important; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.pub_300x250
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.pub_300x250m
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.pub_728x90
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.text-ad
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.text-ad-links
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.text-ads
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.textAd
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.text_ad
adsatoshi.com,tech.dutchycorp.space,gelbooru.com,flagandcross.com#@#.text_ads
!#endif
!END: adtoniq
!
! 'ai_adb_detected'
linuxthebest.net,turkeycrack.com,guncelkaynak.com,soulreaperzone.com,myonepiecemang
a.com,nulledfree.pw,chuksguide.com,tencentgamingbuddy.co,dark5k.com,gplcanyon.com,c
ivildigital.com,paksociety.com,iptv4sat.com,apkmb.com,loveroms.online,loveroms.onli
ne,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,soulreape
rzone.com,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.co
m,dark5k.com,myonepiecemanga.com,nulledfree.pw,chuksguide.com,tencentgamingbuddy.co
,gplcanyon.com,civildigital.com,paksociety.com,iptv4sat.com,apkmb.com,loveroms.onli
ne,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.*,c
amlovers.tv,tubsexer.info,sexcams-
24.com,camhub.tv,pornissimo.org,pornobit.me,porntn.com,femdomtb.com,pornoham.me,tub
sexer.com,homegrownfreaks.net,pornfd.com,pornsexer.com#%#//scriptlet("set-
constant", "flashvars.protect_block", "")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@/player/stats.php$domain=watchporn.to|viralpornhub.com|watchmdh.to
@@/player_ads.html$domain=watchporn.to|viralpornhub.com|camwhoresbay.porn|
watchmdh.to|ebalovo.porn|ebalovo.adult|camwhores.*|camlovers.tv|tubsexer.info|
camhub.tv|pornissimo.org|porntn.com|pornobit.me|femdomtb.com|pornoham.me|
tubsexer.com|homegrownfreaks.net|pornfd.com|pornsexer.com|sexcams-24.com|
watchmdh.to
watchmdh.to,watchporn.to,viralpornhub.com,camwhoresbay.porn,watchmdh.to,ebalovo.por
n,ebalovo.adult,camwhores.*,camlovers.tv,tubsexer.info,camhub.tv,pornissimo.org,por
nobit.me,porntn.com,femdomtb.com,pornoham.me,tubsexer.com,homegrownfreaks.net,pornf
d.com,pornsexer.com,sexcams-24.com#@##ads_iframe
watchmdh.to,watchporn.to,viralpornhub.com,camwhoresbay.porn,watchmdh.to,ebalovo.por
n,ebalovo.adult,camwhores.*,camlovers.tv,tubsexer.info,camhub.tv,pornissimo.org,por
nobit.me,porntn.com,femdomtb.com,pornoham.me,tubsexer.com,homegrownfreaks.net,pornf
d.com,pornsexer.com,sexcams-24.com#@#.ads-iframe
!#endif
!
! 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,hulnew
s.top,shramikcard.in,kargotakiptr.com,netchimp.co.uk,gameost.net,sajhanotes.com,jpo
psingles.eu,ticonsiglio.com,pornstash.in,topnewreview.com,skincarie.com,astro.qc.ca
,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazines.c
om,lilymanga.com,techcyan.com,supertipz.com,unceleb.com,rimworldbase.com,theinsanea
pp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miauscan.com,thenew
zealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,chineseanime.co.in,waves4you.
com,freshersnow.com,inwepo.co,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai
.com,nusagates.com,mobilanyheter.net,azoraworld.com,papunika.com,dramahd.me,audioto
ols.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,mages
y.blog,tinhocdongthap.comsekai,thecustomrom.com,itbusiness.com.ua,keralatelecom.inf
o,techkaran.co.in,courseunity.com,webdeyazilim.com,wikirise.com,googledrivelinks.co
m,entano.jp,mejoresmodsminecraft.site,sysnettechsolutions.com,dafontfree.io,ebookme
la.co.in,freevstplugins.net,audiotools.blog,tgsup.group,scubidu.eu,gkpb.com.br,adri
anoluis.net,altevolkstrachten.de,animecast.net,armyranger.com,articletz.com,bengali
news.co.in,boxylucha.com,chibchat.com,comprasenoferta.com,coreseeker.com,descargasm
ix.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,latribu
nadeautomocion.es,linemarlin.com,lumpiastudio.com,miaandme.org,mobility.com.ng,myga
rdening411.com,newstvonline.com,organismes.org,papagiovannipaoloii.altervista.org,p
ictasty.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,travel-the-states.com,vita-
water.ru,amyscans.com,superten.ga,udoyoshi.com,javhoho.com,isekaisubs.web.id,parzib
yte.me,buydekhke.com,gaydelicious.com,gaypornmasters.com,5moviesporn.net,freebulksm
sonline.com,ubuntudde.com,mettablog.com,secondlifetranslations.com,charbelnemnom.co
m,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)
gorecenter.com,bdix.app,kenhuav2scan.com,lacittadisalerno.it,tutsnode.org,dcounter.
space,m3uiptv.com,tutsnode.com,ebookbb.in,territorioleal.com,lilymanga.net,freeiptv
player.com,7daystodiemods.com,avitter.net,oceanofcompressed.xyz,crackedresource.com
,peppe8o.com,trustmyscience.com,sarkarilist.org,usanewstoday.club,earnme.club,tipbl
ogg.com,freecoursesonline.me,doctorrouter.ru,puspas.com.np,blackwot.ru,javnow.net,p
asend.*,mettablog.com,threezly.com,safemodapk.com,truyenbanquyen.com,veganinja.hu,a
takanyavuz.com,studydhaba.com,c4ddownload.com,blisseyhusband.in,goblinsguide.com,ge
rardopandolfi.com,asklaftananlamazinhindi.com,solotrend.net,widgetup.com,nsw2u.*,al
phagames4u.com,courses4u.info,nawalakarsa.id,elektrikmen.com,doctorrouter.ru,politi
cs-
dz.com,unityassets4free.com,hdhub4u.cc,apkmaza.net,janusnotes.com,tekfame.com,wrist
review.com,freewebcart.com,hinjakuhonyaku.com,mashtips.com#%#//scriptlet("abort-on-
property-write", "ai_front")
! ##[style*="cursor:"][style*="user-select: none;"][style*="z-index:"]
gorecenter.com,lumpiastudio.com,bdix.app,isekaitube.com,kenhuav2scan.com,lacittadis
alerno.it,tutsnode.org,diznr.com,fairyhorn.cc,gadgetguideonline.com,mentourpilot.co
m,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnode.com,hulnews.top,shramikcard
.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny.com,freeiptvplayer.com,7days
todiemods.com,avitter.net,truyentranhfull.net,kargotakiptr.com,netchimp.co.uk,javhd
video.org,nemumemo.com,phodoi.vn,savingsomegreen.com,toramemoblog.com,gameost.net,o
ceanofcompressed.xyz,crackedresource.com,peppe8o.com,audiotruyenfull.com,sarkarilis
t.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.c
om,skincarie.com,astro.qc.ca,7review.com,financerites.in,kiktu.com,techcyan.com,ani
mehunch.com,ifreemagazines.com,lilymanga.com,softfully.com,supertipz.com,celeb.nude
.com,luckystudio4u.com,shineads.in,unceleb.com,bajeczki.org,rimworldbase.com,doctor
router.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com
,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev2qa.com,chinesean
ime.co.in,waves4you.com,qzlyrics.com,freshersnow.com,apkmodhub.in,uberkasta.pl,maru
gujarat.in,prajwaldesai.com,nusagates.com,mobilanyheter.net,audiotools.pro,apkmb.co
m,flinsetyadi.com,populistpress.com,starwarsnews.it,programmiedovetrovarli.it,gamin
gdeputy.com,forex-
lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,mage
sy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,cour
seunity.com,webdeyazilim.com,freeiphone.fr,sysnettechsolutions.com,dafontfree.io,eb
ookmela.co.in,freevstplugins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gamings
ym.in,gkpb.com.br,ilifehacks.com,frkn64modding.com,parzibyte.me,googledrivelinks.co
m,world4.eu,ubuntudde.com,mettablog.com,secondlifetranslations.com,charbelnemnom.co
m,lowkeytech.com,gcertificationcourse.com,game-
owl.com,javnow.net,pasend.*,therootdroid.com,fantasyfootballgeek.co.uk,threezly.com
,safemodapk.com,truyenbanquyen.com,veganinja.hu,atakanyavuz.com,cybermania.ws,study
dhaba.com,nurgsm.com,c4ddownload.com,blisseyhusband.in,goblinsguide.com,gerardopand
olfi.com,asklaftananlamazinhindi.com,solotrend.net,widgetup.com,nsw2u.*,alphagames4
u.com,courses4u.info,fcportables.com,nawalakarsa.id##[style*="cursor:"]
[style*="user-select: none;"][style*="z-index:"]
! For Safari
bdix.app,isekaitube.com,kenhuav2scan.com,lacittadisalerno.it,tutsnode.org,diznr.com
,fairyhorn.cc,mentourpilot.com,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnod
e.com,hulnews.top,shramikcard.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny
.com,freeiptvplayer.com,7daystodiemods.com,avitter.net,truyentranhfull.net,kargotak
iptr.com,netchimp.co.uk,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,t
oramemoblog.com,gameost.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,s
ajhanotes.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.q
c.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazin
es.com,lilymanga.com,softfully.com,luckystudio4u.com,shineads.in,unceleb.com,rimwor
ldbase.com,doctorrouter.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top
,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev
2qa.com,minemodpacks.ru,chineseanime.co.in,waves4you.com,qzlyrics.com,freshersnow.c
om,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,nusagates.com,mobilany
heter.net,audiotools.pro,apkmb.com,flinsetyadi.com,populistpress.com,starwarsnews.i
t,programmiedovetrovarli.it,gamingdeputy.com,forex-
lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,mage
sy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,cour
seunity.com,webdeyazilim.com,freeiphone.fr,dafontfree.io,ebookmela.co.in,freevstplu
gins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gkpb.com.br,ilifehacks.com,frkn
64modding.com,parzibyte.me,googledrivelinks.com,world4.eu,sysnettechsolutions.com##
[style*="cursor:"][style*="z-index:"][style*="transform"]
bdix.app,isekaitube.com,kenhuav2scan.com,lacittadisalerno.it,tutsnode.org,diznr.com
,fairyhorn.cc,mentourpilot.com,acdriftingpro.com,dcounter.space,m3uiptv.com,tutsnod
e.com,hulnews.top,shramikcard.in,ebookbb.in,territorioleal.com,lilymanga.net,nakiny
.com,freeiptvplayer.com,7daystodiemods.com,avitter.net,truyentranhfull.net,kargotak
iptr.com,netchimp.co.uk,javhdvideo.org,nemumemo.com,phodoi.vn,savingsomegreen.com,t
oramemoblog.com,gameost.net,oceanofcompressed.xyz,crackedresource.com,peppe8o.com,s
ajhanotes.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.q
c.ca,7review.com,financerites.in,kiktu.com,techcyan.com,animehunch.com,ifreemagazin
es.com,lilymanga.com,softfully.com,luckystudio4u.com,shineads.in,unceleb.com,rimwor
ldbase.com,doctorrouter.ru,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top
,iproductkeys.com,miauscan.com,thenewzealandtimes.com,trytutorial.com,spytm.com,dev
2qa.com,minemodpacks.ru,chineseanime.co.in,waves4you.com,qzlyrics.com,freshersnow.c
om,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,nusagates.com,mobilany
heter.net,audiotools.pro,apkmb.com,flinsetyadi.com,populistpress.com,starwarsnews.i
t,programmiedovetrovarli.it,gamingdeputy.com,forex-
lab.xyz,fabiofood.com,puspas.com.np,almanilan.com,exbulletin.com,magesypro.com,mage
sy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.in,cour
seunity.com,webdeyazilim.com,freeiphone.fr,dafontfree.io,ebookmela.co.in,freevstplu
gins.net,fifaultimateteam.it,tgsup.group,scubidu.eu,gkpb.com.br,ilifehacks.com,frkn
64modding.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,thene
xtdroid.com,world4.eu,javnow.net,pasend.*,fantasyfootballgeek.co.uk,cybermania.ws#
%#//scriptlet("abort-on-property-read", "ai_run_scripts")
bdix.app,isekaitube.com,kenhuav2scan.com,tutsnode.org,diznr.com,fairyhorn.cc,dcount
er.space,m3uiptv.com,tutsnode.com,hulnews.top,shramikcard.in,ebookbb.in,territoriol
eal.com,lilymanga.net,7daystodiemods.com,avitter.net,bi-
girl.net,usanewstoday.club,earnme.club,tipblogg.com,ticonsiglio.com,tutsnode.net,fr
eecoursesonline.me,clujust.ro,skincarie.com,astro.qc.ca,7review.com,financerites.in
,kiktu.com,techcyan.com,ifreemagazines.com,lilymanga.com,shineads.in,rimworldbase.c
om,theinsaneapp.com,azad.co,theupspot.com,freemagazines.top,iproductkeys.com,miausc
an.com,trytutorial.com,spytm.com,dev2qa.com,chineseanime.co.in,waves4you.com,freshe
rsnow.com,apkmodhub.in,uberkasta.pl,marugujarat.in,prajwaldesai.com,nusagates.com,m
obilanyheter.net,apkmb.com,flinsetyadi.com,starwarsnews.it,victor-
mochere.com,gamingdeputy.com,fabiofood.com,almanilan.com,exbulletin.com,magesypro.c
om,magesy.blog,tinhocdongthap.com,thecustomrom.com,keralatelecom.info,techkaran.co.
in,courseunity.com,webdeyazilim.com,freeiphone.fr,dafontfree.io,fifaultimateteam.it
,scubidu.eu,gkpb.com.br,frkn64modding.com,world4.eu,javnow.net,pasend.*,cybermania.
ws,doctorrouter.ru,fantasyfootballgeek.co.uk$$script[tag-content="ai_front"][min-
length="60000"][max-length="150000"]
! anti-adblock 'adBlockDetected'
paoencurtador.blogspot.com,1090ys2.com,mikl4forex.com,clickscoin.com,techmody.io,da
taf.pro,marharo.com,link1s.com,aemenstore.com,cazzette.com,truebrandy.com,scratch24
7.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,do
wnfile.site,gainbtc.click,tecnotutoshd.net,7misr4day.com,anig.me,sanoybonito.club,p
orn300.com,share1223.com,konstantinova.net,asiatv.cc,whatsaero.com,ebookdz.com,onep
iece-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")
!
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=onehack.us|
competentedigitale.ro
competentedigitale.ro#@#.AdSense
competentedigitale.ro#@#iframe[width="728"][height="90"]
competentedigitale.ro#@#img[width="728"][height="90"]
!#endif
!
! 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; }
!
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,lidovk
y.cz,gazeta.pl,animefillerlist.com,i.pl,interia.pl,japan.techinsight.jp,f1-
gate.com,dailymail.co.uk#$#body { overflow: visible !important; }
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,lidovk
y.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,auburnp
ub.com,trib.com,dailyprogress.com,journalstar.com,siouxcityjournal.com,pantagraph.c
om#%#//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,rivanimat
ion.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,rivanimat
ion.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')
iptvbin.com$$script[tag-content="a.id=""arlinablock"""][max-length="1200"]
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=googlesyndication-
adsbygoogle,important,domain=bemiraculous.tk|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=bemiraculous.tk|
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')
batch-
kun.com,iosviet.com,shahee4u.cam,shahi4u1.cam,indokontraktor.com,shahid4u1.biz,shah
id4u1.cam,shahid4u.charity,shaaed4u.cam,sshahid4u.name,shaed4u.cam,shahidd4u.cam,fr
eebnbcoin.com,eg-
akw.com,exotictgirl.blogspot.com,adnews.me,traffic1s.com,codevn.net,ipacrack.com,oi
i.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,akwnet.top,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|animekuro.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.*|akwnet.top|
anhdep24.com|nguyenvanbao.com|akw-cdn1.link|akw.mov|ak.sv|shahidd4u.cam|
shaed4u.cam|akw.cam|shaaed4u.cam|sshahid4u.name|shahid4u.charity|shahid4u1.cam|
shahid4u1.biz|indokontraktor.com|shahi4u1.cam|shahee4u.cam|batch-kun.com
@@||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|animekuro.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.*|akwnet.top|anhdep24.com|
nguyenvanbao.com|akw-cdn1.link|akw.mov|ak.sv|shahidd4u.cam|shaed4u.cam|akw.cam|
shaaed4u.cam|sshahid4u.name|shahid4u.charity|shahid4u1.cam|shahid4u1.biz|
indokontraktor.com|shahi4u1.cam|shahee4u.cam|batch-kun.com
fc-lc.com###ignielAdBlock
!+ NOT_OPTIMIZED
batch-
kun.com,shahee4u.cam,shahi4u1.cam,indokontraktor.com,shahid4u1.biz,shahid4u1.cam,sh
ahid4u.charity,shaaed4u.cam,sshahid4u.name,akw.cam,shaed4u.cam,shahidd4u.cam,ak.sv,
akw.mov,akw-
cdn1.link,anhdep24.com,nguyenvanbao.com,akwnet.top,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,akwnet.top,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; }
shahee4u.cam,shahi4u1.cam,indokontraktor.com,shahid4u1.biz,shahid4u1.cam,shahid4u.c
harity,shaaed4u.cam,sshahid4u.name,shaed4u.cam,shahidd4u.cam#$#.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,scriptsrbx.com,variatkowo.pl,freegogpcgames.com,omgpu.com,arcadepunks.co
m#%#//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)
! $$script[tag-content="aadb_get_data"][min-length="6000"][max-length="20000"]
lascimmiapensa.com,mangapt.com,ottverse.com,agorablog.it,apfelpatient.de,opencultur
e.com,satcesc.com$$script[tag-content="aadb_get_data"][min-length="6000"][max-
length="20000"]
! #%#//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,clockks.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.*,engtran
slations.com,smarttips.in,netfuck.net,sociologicamente.it,freepreset.net,textfonts.
net,ketubanjiwa.com,javboys.tv,boyfuck.me,javgay.com,gaypornhot.com,ethernalworld.c
om,ubitennis.com,3dzip.org,movierulzhd.skin,igay69.com,ayatoon.com,fastssh.com,cgti
ps.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,wookschalo
u.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,javsex.to,aurotechs.net,poapan.xyz,luutrukienthuc.com,31mag.nl,doibihar.org,ff
world.xyz,tecnicalboy.com,rpclip.com,pastlinkvn.com,cyberstockofficial.in,joyplot.c
om,javboys.com,asuralightnovel.com,tecmundo.net,gaminplay.com,mangacrab.com,news.cl
aimfey.com,wallpaperwaifu.com,sakpot.com,latestjav.com,ourcoindigibyte.xyz,ourcoind
ash.xyz,ourcoineth.xyz,ourcoinfaucet.xyz,ourcoin.xyz,e-
sanatatea.ro,therootdroid.com,sevenjournals.com,7apple.net,jorgemoncada.com,hollywo
odsmagazine.com,r3ndy.com,anicosplay.net,ewybory.eu,nanoroms.com,egymanga.net,flipr
eview.com,hiphopa.net,pngtosvg.com,compartilhandobr.com,loksado.com,ecoursefree.com
,daemon-
hentai.com,yigeplus.xyz,cgchotbox.com,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,themovieslab.in,udemycoursesfree.me,bitcoinegypt.news,talkjarvis.com,satcesc.c
om,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,codes
nail.com,ma-
x.org,sitarchive.com,onlyfanesse.com,codingshiksha.com,graphicux.com,w3layouts.com,
musike.net,windowsmatters.com,avoiderrors.com,gatcha.org,sayrodigital.com,justandro
id.net,4horlover.com,topnewsshow.com,ovagames.com,lewdsenpai.com,mylivewallpapers.c
om#%#//scriptlet('prevent-addEventListener', 'load', 'aadb_get_data')
! #%#//scriptlet("set-constant", "adsbygoogle.length", "undefined")
sketchup.cgtips.org,31mag.nl,doibihar.org,ffworld.xyz,tecnicalboy.com,rpclip.com,pa
stlinkvn.com,cyberstockofficial.in,joyplot.com,javboys.com,asuralightnovel.com,late
stjav.com,ourcoindigibyte.xyz,ourcoindash.xyz,ourcoineth.xyz,ourcoinfaucet.xyz,ourc
oin.xyz,e-
sanatatea.ro,therootdroid.com,sevenjournals.com,7apple.net,jorgemoncada.com,hollywo
odsmagazine.com,r3ndy.com,anicosplay.net,ewybory.eu,nanoroms.com,egymanga.net,flipr
eview.com,hiphopa.net,pngtosvg.com,compartilhandobr.com,loksado.com,ecoursefree.com
,daemon-
hentai.com,yigeplus.xyz,cgchotbox.com,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,themovieslab.in,udemycoursesfree.me,bitcoinegypt.news,talkjarvis.com,satcesc.c
om,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,codes
nail.com,ma-
x.org,sitarchive.com,onlyfanesse.com,codingshiksha.com,graphicux.com,w3layouts.com,
musike.net,windowsmatters.com,avoiderrors.com,gatcha.org,sayrodigital.com,justandro
id.net,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|tecmundo.net|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|cgchotbox.com|launcherfull.com|
cheatbyte.com|techycoder.com|arasindakifark.net|kitguru.net|gsmxt.com|mangaxp.com|
technicalatg.com|technicalatg.xyz|freetutorialsdownload.online|vipmods.net|
adonisfansub.com|themovieslab.in|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|sayrodigital.com|
justandroid.net|4horlover.com|topnewsshow.com|3dzip.org|ovagames.com|
lewdsenpai.com|mitsmits.com|asyadrama.com|r3ndy.com|mylivewallpapers.com|e-
sanatatea.ro|ourcoindigibyte.xyz|ourcoindash.xyz|ourcoineth.xyz|ourcoinfaucet.xyz|
ourcoin.xyz|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|tecnicalboy.com|31mag.nl|
gourmetscans.net|aurotechs.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|
wookschalou.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=garoetpos.com|
ketubanjiwa.com|movierulzhd.skin|ayatoon.com|tecmundo.net|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|cgchotbox.com|launcherfull.com|
cheatbyte.com|techycoder.com|arasindakifark.net|kitguru.net|gsmxt.com|mangaxp.com|
technicalatg.com|technicalatg.xyz|freetutorialsdownload.online|toolss.net|
vipmods.net|adonisfansub.com|themovieslab.in|bitcoinegypt.news|talkjarvis.com|
satcesc.com|getfreecourses.net|citychilli.com|livenewsof.com|pinayvids.com|
hardcoregames.ca|pasend.cam|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|sayrodigital.com|justandroid.net|4horlover.com|topnewsshow.com|
3dzip.org|ovagames.com|lewdsenpai.com|mitsmits.com|openculture.com|
udemycoursesfree.me|asyadrama.com|apfelpatient.de|agorablog.it|r3ndy.com|
mylivewallpapers.com|e-sanatatea.ro|ourcoindigibyte.xyz|ourcoindash.xyz|
ourcoineth.xyz|ourcoinfaucet.xyz|ourcoin.xyz|latestjav.com|sakpot.com|
wallpaperwaifu.com|news.claimfey.com|mangacrab.com|baddiehub.com|
asuralightnovel.com|javboys.com|joyplot.com|cyberstockofficial.in|pastlinkvn.com|
rpclip.com|doibihar.org|ffworld.xyz|tecnicalboy.com|31mag.nl|luutrukienthuc.com|
poapan.xyz|aurotechs.net|guiadaengenharia.com|magesypro.pro|magesypro.com|
magesy.blog|majesy.org|magesy.eu|magesy.fr|magesy.eu|leviatanscans.com|
taurusfansub.com|movierulzhd.site|fastssh.com|igay69.com|mangapt.com|
wookschalou.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|watchfacebook.com|domhouse.it|aquiyahorajuegos.net|
informatykit.it|gourmetsupremacy.com|summertoon.com|meganei.net
! To avoid unblocking the script, used for ads
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|
$xmlhttprequest,domain=ottverse.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|
$script,domain=conocesobreinformatica.com
! if DNS filtering enabled and scriptlet does not work
summertoon.com,pinoyalbums.com,domhouse.it,watchfacebook.com,4allprograms.me,clapwa
y.com#$#div[id$="-blanket"] { display: none !important; }
summertoon.com,pinoyalbums.com,domhouse.it,watchfacebook.com,4allprograms.me,clapwa
y.com#$#body { overflow: auto !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
willcycle.com,pinoyalbums.com,samuraiscan.org,magiskmanager.com,infortechno.com,pow
erup-
gaming.com,lascimmiapensa.com,wanderertl130.id,davescomputertips.com,movies4u.netwo
rk,sociologicamente.it,textfonts.net,sketchup.cgtips.org,ketubanjiwa.com,ethernalwo
rld.com,ubitennis.com,gaypornhdfree.com,gourmetscans.net,openculture.com##div[id$="
-blanket"]
!
! SECTION: chp_ads_blocker
! https://github.com/AdguardTeam/AdguardFilters/issues/94283
! https://github.com/AdguardTeam/AdguardFilters/pull/120540#issuecomment-1143686419
##.mainholder + div[id][class*=" "] > div[id][class*=" "]
###chp_ads_blocker-modal
###chp_ads_blocker-overlay
##.demo-wrapper[style="display:none;"] + div.fadeInDown[id]
##body > div.demo-wrapper[style="display:none;"] + div[id][class]
##div.fadeInDown[id$="____equal"][class$="____equal"]
! #%#//scriptlet('abort-on-property-read', 'adsBlocked')
xn--nbkw38mlu2a.com,medeberiya1.com,memo-
nikki.info,samovies.net,zealtyro.com,photoshopvideotutorial.com,iamflorianschulze.c
om,neconini.com,bi-girl.net,oyundunyasi.net,forum.release-apk.com,doc-
owl.com,kyoto-kanko.net,yasumesi.com,barrier-
free.net,giuseppegravante.com,blurayufr.xyz,alpinecorporate.com,msonglyrics.com,ski
plink.me,manhuaga.com,chijooh.com,teikokutyo.com,daemon-
hentai.com,shittokuadult.net,games-manuals.com,tgnscripts.xyz,yuatools.com,it-for-
biginners.tech,ayuka.link,mokou-matome.com,jk-
market.com,mypace.sasapurin.com,nsw2u.*,magesypro.com,adslink.pw,teamkong.tk,downlo
ader.is,keroseed.com,pornmz.com,audiotools.in,nanamiyuki.com,sinonimos.de,unkochan8
93.com,miauscan.com,game-
2u.com,itopmusicx.com,bookandcource.co,mhscans.com,3rabsnews.com,tuxnews.it,eurekad
dl.*,novel-gate.com,hscans.com,mitsmits.com,kenkou-
maintenance.com,ncbellu.net,tyksnet.com,pornktubes.net,porhubvideo.com,freemen.jp,j
isakupcbeginnermanual.com,kanaeblog.net,csharpprogram.com,grasta.net,investmentmato
me.com,pokemonmatome.online,shirurin.com,avrendezvous.com,covod.work,lenlino.com,mc
spigot.com,it-money-life.com,tutorialsduniya.com,linux-
talks.com,hentaiseason.com,monoqlo.tokyo,nknews.jp,anime-
torrent.com,paraanaliz.com,officialpanda.com,moneysave.info,plugintorrent.com,ewybo
ry.eu,crackwatch.eu,codelikes.com,eigo-no-
manma.com,pupuweb.com,4allprograms.me,apkmaza.co,38.242.194.12,branditechture.agenc
y,sysguides.com,polszczyzna.pl,netlivetv.xyz,mylivewallpapers.com,kurobatch.com,man
trazscan.com,4horlover.com,radsum.com,anime4mega-
descargas.net,ahstudios.net,ntucgm.com,huntersscan.xyz,freemagazinespdf.com,wabetai
nfo.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,knightnoscan
lation.com,pathshalanepal.com,angolopsicologia.com,mikrometoxos.gr,geezwild.com,man
ga-
fenix.com,codehelppro.com,9movierulz.*,icongnghe.com,pulpitandpen.org,turbolangs.co
m,skincaredupes.com,codeastro.com,saniaowner.space,chineseanime.co.in,hentai-mega-
mix.com,ragnarokscan.com,codecap.org,themehits.com,katmoviefix.*,twinkybf.com,softf
ully.com,windowsbulletin.com,udemycoupons.me,365tips.be,animeactua.com,galaxytransl
ations97.com,myviptuto.com,tienichmaytinh.net,coursevania.com,youfriend.it,7misr4da
y.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/')
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,vic
iante.com.br,adminreboot.com,grazymag.com,news-
toranomaki.net,bedavahesap.org,nocfsb.com,hornyfan247.xyz,otokukensaku.jp,josemo.co
m,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,mu
sicpremieres.com,atleticalive.it,khohieu.com,aitohuman.org,edivaldobrito.com.br,kak
iagune.com,mitsmits.com,maisondeas.com,nobodycancool.com,yaspage.com,shangri-
lafrontier.me,bookpraiser.com,akihabarahitorigurasiseikatu.com,sciencebe21.in,bisha
lghale.com.np,egybest.in,allcivilstandard.com,smartinhome.pl,gnusocial.jp,kagohara.
net,lgcnews.com,calvyn.com,limontorrents.com,note1s.com,hackmodsapk.com,huhulist.co
m,forum.release-
apk.com,idesign.wiki,dailyweb.pl,romarea.co,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,c
odenova-
center.web.app,webcras.com,itdmusic.in,bokugents.com,esportsnext.com,quicktelecast.
com,cimbusinessevents.com.au,veganab.co,3drubik.ru,freemagazinespdf.com,freeltc.onl
ine,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,freebiesmoc
kup.com,bugswave.com,easyjapanesee.com,madevarquitectos.com,codeastro.com,lscomic.c
om,tabonitobrasil.tv,techacrobat.com,chihouban.com,businesstrend.jp,yourlifeupdated
.net,coingraph.us,brokensilenze.net,luciferdonghua.in,chakrirkhabar247.in,rspermata
cirebon.com,kaystls.site,4spaces.org,minioppai.org,masashi-
blog418.com,zerogptai.org,watchfacebook.com,rsadnetworkinfo.com,encurtareidog.top,e
ncurtareidog2.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,ko
ume-in-
huistenbosch.net,starsites.fun,nyangames.altervista.org,calmarkcovers.com,golf.rapi
dmice.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,jra.jpn.org,tatsublog.com,ranourano.xyz,reeell.com,it-money-
life.com,ruangmoviez.my.id,moneysave.info,blurayufr.xyz,gdrivemovies.xyz,samuraisca
n.org,alpinecorporate.com,donghuaworld.com,ligaset.com,nopay.info,adsy.pw,rssoftwar
einfo.com,subindojav.cc,kawai.pics,kits4beats.com,teamkong.tk,techyrick.com,cheater
mad.com,samovies.net,coleccionmovie.com,keroseed.net,oromedicine.com,38.242.194.12,
casperhd.com,7hd.club,autodime.com,blog24.me,gomov.bio,yakisurume.com,torrentdofilm
eshd.net,3dyasan.com,gamenv.net,gentiluomodigitale.it,chataigpt.org,pupuweb.com,ewy
bory.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,me
deberiyas.com,shinobijawi.id,south-park-
tv.biz,mdn.lol,manhuaga.com,layardrama21.*,mlwbd.to,bitcotasks.com,stakes100.xyz,we
b1s.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,noblessetransl
ations.com,siirtolayhaber.com,diamondfansub.com,iggtech.com,112amersfoort.nl,112ams
terdam.nl,112apeldoorn.nl,112arnhem.nl,112barneveld.nl,112bunschoten.nl,112doetinch
em.nl,112ede.nl,112harderwijk.nl,112hilversum.nl,112inbeeld.nl,112nijkerk.nl,112rid
derkerk.nl,112rotterdam.nl,112scherpenzeel.nl,112schiedam.nl,112vallei.nl,112veenen
daal.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,historichorizons.com,sp500-
up.com,papafoot.click,f1gplive.xyz,fumettologica.it,japannihon.com,youpits.xyz,mant
razscan.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,retir
e49.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,ai
yumangascanlation.com,kinisuru.com,beaddiagrams.com,canaltdt.es,italiadascoprire.ne
t,kllproject.lv,learnodo-newtonic.com,oracleerpappsguide.com,eurekaddl.*,english-
topics.com,rightdark-
scan.com,starlive.xyz,nsw2u.*,topsporter.net,unityassets4free.com,freevstplugins.ne
t,4horlover.com,ayatoon.com,gemiadamlari.org,mysocceraustralia.com,neuna.net,studyb
ullet.com,crackthemes.com,omusubi-
56rin.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,rubyski
tchenrecipes.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,brulos
ophy.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,kawagu
chimaeda.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,nvimf
reak.com,openstartup.tm,stablediffusionxl.com,techsbucket.com,f1ingenerale.com,make
toss.com,iwb.jp,certificateland.com,downloadtanku.org,limontorrent.com#%#//
scriptlet('prevent-eval-if', 'adbEnableForPage')
! #%#//scriptlet('set-constant', 'adbEnableForPage', 'false')
drakescans.com,splashbase.co,ralli.ee,ligaset.com,camcam.cc,nsw2u.*,mundovideoshd.c
om,ayatoon.com,sapphirescan.com,noblessetranslations.com,eventiavversinews.it,study
bullet.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')
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,idevicecent
ral.com,fcportables.com,codehelppro.com#%#//scriptlet('abort-on-property-read',
'reqServers')
!#if (adguard_ext_android_cb)
@@||ads-api.twitter.com^$domain=camcam.cc|euskalnews.tv|studybullet.com|e-
kitapstore.com|studybullet.com|zapcourses.com|eventiavversinews.it|sysguides.com|
branditechture.agency|cizgifilmizle.info|kawaguchimaeda.com|coursesdaddy.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=itopmusics.com|
medeberiya1.com|calvyn.com|huhulist.com|quicktelecast.com|freemagazinespdf.com|
hobbykafe.com|gtf.com.ng|splashbase.co|xn--nbkw38mlu2a.com|yuki0918kw.com|
bcanotesnepal.com|conoscereilrischioclinico.it|nvimfreak.com|ralli.ee|
openstartup.tm|stablediffusionxl.com|techsbucket.com|f1ingenerale.com|maketoss.com|
ligaset.com|certificateland.com|camcam.cc|euskalnews.tv|mundovideoshd.com|
studybullet.com|e-kitapstore.com|studybullet.com|zapcourses.com|
eventiavversinews.it|sapphirescan.com|limontorrent.com|downloadtanku.org|
techacode.com|claimsatoshi.xyz|claimtrx.com|onroid.com|codehelppro.com|
sysguides.com|branditechture.agency|starwarsaddicted.it|ladypopularblog.com|
novelasligeras.net|teluguflix.lol|branditechture.agency|team-octavi.com|azdly.com|
mxcity.mx|softcobra.com|technorj.com|cizgifilmizle.info|kawaguchimaeda.com|
herenscan.com|coursesdaddy.com|forum.release-apk.com|erreguete.gal|
milanreports.com|freedom3d.art|plantswith.com|gazzettarossonera.it|network-
knowledge.work|minioppai.org|bugswave.com|tech-bloggers.in|khohieu.com
@@||chpadblock.com/wp-content/uploads/$image,domain=forum.release-apk.com
@@||ads.facebook.com^|$domain=drakescans.com
@@||ads.youtube.com^|$domain=technorj.com
@@||sovrn.com^$domain=ligaset.com
! section for generichide exceptions
@@||medeberiya1.com^$generichide
@@||khohieu.com^$generichide
@@||calvyn.com^$generichide
@@||huhulist.com^$generichide
@@||quicktelecast.com^$generichide
@@||freemagazinespdf.com^$generichide
@@||hobbykafe.com^$generichide
@@||bugswave.com^$generichide
@@||minioppai.org^$generichide
@@||gtf.com.ng^$generichide
@@||drakescans.com^$generichide
@@||xn--nbkw38mlu2a.com^$generichide
@@||gazzettarossonera.it^$generichide
@@||yuki0918kw.com^$generichide
@@||bcanotesnepal.com^$generichide
@@||conoscereilrischioclinico.it^$generichide
@@||nvimfreak.com^$generichide
@@||network-knowledge.work^$generichide
@@||plantswith.com^$generichide
@@||freedom3d.art^$generichide
@@||milanreports.com^$generichide
@@||erreguete.gal^$generichide
@@||forum.release-apk.com^$generichide
@@||ralli.ee^$generichide
@@||openstartup.tm^$generichide
@@||stablediffusionxl.com^$generichide
@@||techsbucket.com^$generichide
@@||f1ingenerale.com^$generichide
@@||maketoss.com^$generichide
@@||teluguflix.lol^$generichide
@@||claimtrx.com^$generichide
@@||claimsatoshi.xyz^$generichide
@@||techacode.com^$generichide
@@||iwb.jp^$generichide
@@||certificateland.com^$generichide
@@||downloadtanku.org^$generichide
@@||camcam.cc^$generichide
@@||limontorrent.com^$generichide
@@||ladypopularblog.com^$generichide
@@||codehelppro.com^$generichide
@@||onroid.com^$generichide
@@||shogaisha-techo.com^$generichide
@@||branditechture.agency^$generichide
@@||team-octavi.com^$generichide
@@||azdly.com^$generichide
@@||mxcity.mx^$generichide
@@||softcobra.com^$generichide
!#endif
! chp_ads_blocker popups, that can be hidden
doumura.com##body > .container ~ h4.adblock_title ~ div[class]
doumura.com##.adblock_title
matomeiru.com##body > #container > #go-to-top + div[id][class]
xerifetech.com##body> footer ~ .adblock_subtitle + div[class] + div[class]
leeapk.com##body > #jeg_off_canvas + div[id][class*=" "]
publicdomainq.net###footercredits + div[id][class*=" "]
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*=" "]
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*=" "]
grazymag.com,otokukensaku.jp,limontorrents.com,tabonitobrasil.tv,hairjob.wpx.jp,shi
kaku-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,yuatools.com,javluna1.com,9ketsuki.info,ayuka.link,grasta.net##footer ~
div[id][class*=" "]
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*=" "]
paris-
tabi.com,tedenglish.site,goegoe.net,sararun.net,shopkensaku.com,welcometojapan.jp,m
aisondeas.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*=" "]
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*=" "]
yourlifeupdated.net,balkanteka.net,giuseppegravante.com,iggtech.com,fumettologica.i
t###td-outer-wrap + div[id][class*=" "]
blurayufr.me,blurayufr.xyz##body > .bw_footer + div[id][class*=" "]
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
rabo.no,edivaldobrito.com.br,shangri-lafrontier.me,nsfwr34.com,kits4beats.com##body
> .site-footer + div[id][class*=" "]
msonglyrics.com##nav + 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*="
"]
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*=" "]
javboys.com##a[id][href="https://chpadblock.com/"][rel="noopener noreferrer"]
112amersfoort.nl,112amsterdam.nl,112apeldoorn.nl,112arnhem.nl,112barneveld.nl,112bu
nschoten.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###wrapp
er > div[class][style="display:none;"] + div[id][class*=" "]
ruangmoviez.my.id,layardrama21.*,mamtamusic.in##.gmr-ontop + div[id][class*=" "]
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,au
todime.com,torrentdofilmeshd.net,pupuweb.com,mmorpgplay.com.br##footer + div[id]
[class]
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*=" "]
hyogo.ie-
t.net,iwb.jp,chatgbt.one,shrinklinker.com,felicetommasino.com,chatgptfree.ai,kerose
ed.net,oromedicine.com,ewybory.eu,nghetruyenma.net,south-park-tv.biz,telewizja-
streamer.xyz,azrom.net,mitaku.net,siirtolayhaber.com,japannihon.com,kllproject.lv,t
elephone-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,coingr
aph.us,rsadnetworkinfo.com,encurtareidog.top,encurtareidog2.top,gogetapast.com.br,c
azztv.xyz,nopay.info,adsy.pw,rssoftwareinfo.com,casperhd.com,7hd.club,onehack.us,bi
tcotasks.com,finclub.in,financeyogi.net,projectlive.info,itdmusic.com,bg-
gledai.*,pepperlive.info,mgnetu.com,starlive.xyz,topsporter.net##body > style +
div[id][class*=" "]
nocfsb.com,grootnovels.com,scansatlanticos.com,bokugents.com,lscomic.com,ruyamanga.
com,samuraiscan.org,nartag.com,mhscans.com,noblessetranslations.com,diamondfansub.c
om,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*=" "]
xerifetech.com,gokushiteki.com,golf.rapidmice.com,jra.jpn.org,warungkomik.com,tarot
scans.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*=" "]
aitohuman.org,sciencebe21.in,dailyweb.pl,zerogptai.org,medeberiyas.com,fresherbaba.
com,nsw2u.*,keroseed.com,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*=" "]
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,historichorizons.com,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*=" "]
alpinecorporate.com,ligaset.com,gomov.bio,leechyscripts.net,skiplink.me,manhuaga.co
m,hankyjet.xyz,kvadratmetr.uz,thenewsglobe.net,daemon-
hentai.com,4horlover.com,tgnscripts.xyz,crackthemes.com,sinonimos.de,game-
2u.com,itopmusicx.com,bookandcource.co,nsw2u.*,mhscans.com,3rabsnews.com,novel-
gate.com,kenkou-
maintenance.com,pornktubes.net,porhubvideo.com,freemen.jp,jisakupcbeginnermanual.co
m,kanaeblog.net,tutorialsduniya.com,linux-
talks.com,hentaiseason.com,drakescans.com,monoqlo.tokyo,anime-
torrent.com,officialpanda.com,plugintorrent.com,crackwatch.eu,pupuweb.com,mylivewal
lpapers.com,netlivetv.xyz,kurobatch.com,mantrazscan.com,anime4mega-
descargas.net,tora-
scripts.com,ntucgm.com,anime4mega.net,noijuz.pl,iggtech.com,javhdworld.com,soccerml
bstream.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*=" "]
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,avrendezvous.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*=" "]
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,desktopso
lution.org,zuariya.com,bankofinfo.com,knightnoscanlation.com,pathshalanepal.com,ang
olopsicologia.com,courserecap.com,cyberbump.net,mikrometoxos.gr,geezwild.com,manga-
fenix.com,codehelppro.com,9movierulz.*,icongnghe.com,pulpitandpen.org,turbolangs.co
m,skincaredupes.com,codeastro.com,saniaowner.space,chineseanime.co.in,hentai-mega-
mix.com,ragnarokscan.com,codecap.org,themehits.com,katmoviefix.*,dragontea.ink,twin
kybf.com,softfully.com,windowsbulletin.com,udemycoupons.me,365tips.be,animeactua.co
m,galaxytranslations97.com,myviptuto.com,tienichmaytinh.net,coursevania.com,youfrie
nd.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"]
mikrometoxos.gr,geezwild.com,manga-
fenix.com,codehelppro.com,9movierulz.*,icongnghe.com,turbolangs.com,skincaredupes.c
om,codeastro.com,saniaowner.space,chineseanime.co.in,katmoviefix.*###chp_branding
!+ 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,wabetain
fo.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,motof
an-r.com,sim-kichi.monster,pepar.net,54.238.186.141,fchopin.net,compota-
soft.work,shittokuadult.net,neuna.net,omusubi-56rin.com,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*=" "]
! NOTE: chp_ads_blocker end
! !SECTION: chp_ads_blocker
!
! penci_adlbock
! #%#//scriptlet('set-constant', 'penci_adlbock', 'undefined')
generazionebio.com,arcadepunks.com,dtbps3games.com,bestsimsmods.com,chromeready.com
#%#//scriptlet('set-constant', 'penci_adlbock', 'undefined')
/js/detector.js$domain=bestsimsmods.com|dtbps3games.com|rcadepunks.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
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##.add
e_modal-overlay
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##.add
e_modal_detector
! #%#//scriptlet("abort-on-property-read", "adsBlocked")
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", "")
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.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", "")
moumentec.com#%#//scriptlet("set-constant",
"tie.ad_blocker_disallow_images_placeholder", "")
! #$#body .Ad-Container.adsbygoogle { display: block !important; }
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,notiziariodelweb.it,slogoanime.com,keylerb
enden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,canalk.com,checkresultbd.com,termux.xyz,mondomobileweb.it,modz
illamods.com,shiningawards.com,canadajobbank.org,moumentec.com,flashdumpfiles.com,a
ptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,chakrirkhabar247.in,b
ukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.fun,worldmak.com,com
putory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn,turkedebiyati.org,
lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.com,lehait.net,edusch
ool40.blog,kriptoup.com,sosyalbook.com,lojiciels.com,banglahunt.com,middroid.com,po
rtallos.com.br,putinho.net,teknorus.com,flexyhit.com,evdealmanca.com,technicalatg.c
om,nullphpscript.com,thuthuatjb.com,bostanekotob.com,avsseries.com,technicalatg.xyz
,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeinglesgratis.net,prajwald
esai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.com,terhalak.com,por
taldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmagazin.com,technoroze
n.com,historicseries.com,tpknews.com,paktales.com,troovez.com,myviptuto.com,compute
rcoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es,teechbeats.com,pra
ntalks.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,aktualno
sci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#$#body .Ad-
Container.adsbygoogle { display: block !important; }
!#if (adguard_app_ios || adguard_ext_android_cb)
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#.Ad-Container
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#.sidebar-ad
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#[data-ad-
manager-id]
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#[data-ad-
module]
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#[data-ad-
width]
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#[data-
adblockkey]
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#[data-
advadstrackid]
turkry-
rasd.com,ringwitdatwixtor.com,pkpics.fun,dugrt.com,notiziariodelweb.it,slogoanime.c
om,winmeen.com,keylerbenden.com,electricaltechnology.org,dz-
linkk.com,kabbos.com,polandinarabic.com,canalk.com,checkresultbd.com,termux.xyz,mon
domobileweb.it,modzillamods.com,shiningawards.com,canadajobbank.org,moumentec.com,f
lashdumpfiles.com,aptgadget.com,bitcoinarabic.com,canadianjobbank.org,tinde.tech,ch
akrirkhabar247.in,bukja.net,governmentofcanadajobs.com,evdeingilizcem.com,dlgames.f
un,worldmak.com,computory.com,vakilsearch.com,wkconquer.com,g37.com.br,tunimedia.tn
,turkedebiyati.org,lereportersablais.com,kdramasmaza.co,telefoniatech.it,leaksat.co
m,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.c
om,technicalatg.xyz,us7p.com,e3lam.com,tgyama.com,askeribirlikler.com,aulasdeingles
gratis.net,prajwaldesai.com,ganardineroporinternet.me,pirotskevesti.rs,techhelpbd.c
om,terhalak.com,portaldoaz.org,eye9ja.com,disheye.com,lsto.me,dnetc.net,voleybolmag
azin.com,technorozen.com,historicseries.com,tpknews.com,paktales.com,troovez.com,my
viptuto.com,computercoach.co.nz,torenmedya.com,acommunity.com.tw,notodoanimacion.es
,teechbeats.com,prantalks.com,tawpa.net,aof.tc,sitelatest.com,nullscript.xyz,french
pdf.com,infofordon.pl,healthyguide.com.ng,compstudio.in,kamuisilanlari.net,anidl.or
g,edumaz.com,dokazm.mk,portalenf.com,almnatiq.net,gadgets.techymedies.com,arabgamin
gworld.com,aktualnosci.news,frontedelblog.it,nachrichten.cyou,souq-
design.com,inputmag.dk,comoapple.com,thepicpedia.com,deluxe.news,ta1lsx.com,dailyba
nner.co.uk,codelist.biz,intozoom.com,builder.id,aloomag.ir,nepaleseteacher.org,vega
nab.co,tmz.ng,newzpanda.com,yossr.com,how2electronics.com,poradniki.net,expatguidet
urkey.com,sorumatik.co,databaseitalia.it,zodhacks.com,dnaofsports.com,bollywoodhind
i.in,nubng.com,vga4a.com,thetimesweekly.com,kdramasurdu.net,raqmedia.com,newsauto.i
t,compuhoy.com,gatexplore.com,rolasdanet.com,avmkatalog.com,aktuelsanat.net,ozkanal
kan.net,apprepack.com,alghad.com,scriptciyiz.org,oicanadian.com,ifon.ca,cnwintech.c
om,washingtoninformer.com,thetruedefender.com,muzikonair.com,web4free.in,numberozo.
com,haronefit.com,tutocad.com,softvela.us,wallpapers.ispazio.net,bsaktuell.de,koinb
ox.net,inventiva.co.in,estafed1.com,tntmac.com,latestreview.tech,curiosandosimpara.
com,vodnews.pl,tipslearn.com,rebe1scum.com,animedevil.com,fullversionforever.com,st
ockrom.net,thenextdroid.com,jogging-
plus.com,cozumpark.com,rontechtips.com,trivela.com.br,cimaroom.com#@#.ad-slot
@@||g37.com.br^$generichide
!#endif
!
! npttech antiadblock script
digitalmusicnews.com#%#//scriptlet('prevent-element-src-loading', 'script',
'npttech.com')
||npttech.com/advertising.js$important,script,redirect=noopjs,domain=~vijesti.me
!
!#if (adguard_ext_android_cb || adguard_app_ios || adguard_ext_safari)
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.pub_300x250
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.pub_300x250m
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.pub_728x90
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.text-ad
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.text-ad-links
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.text-ads
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.textAd
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.text_ad
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.text_ads
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.ad
elobservador.com.uy,delfi.lv,forbes.com,epe.es,elperiodico.com,falkirkherald.co.uk,
calgaryherald.com,northantstelegraph.co.uk,gazetadopovo.com.br,weather.com,lfpress.
com,adage.com,slate.com,thehindu.com,post-
gazette.com,tlz.de,lasvegassun.com,thueringer-allgemeine.de#@#.ad01
!#endif
!
! npttech+tinypass antiadblock
slate.com#@#.ad
slate.com#@#.ad01
$cookie=__adblocker,domain=slate.com
!
! @@/libs/advertisement.js popular antiadblock on crypto faucet websites
@@/libs/advertisement.js$domain=xfaucet.net|getfreebit.xyz|amber-dash.cf|
getfree.co.in|starbits.io|shahinshort.tk|bagi.co.in|grandfaucet.net|harena.space|
myethereumfaucet.com|konstantinova.net|gajiancoin.online|starfaucet.net|
bitearns.com|cryptofreebies.info|trivisna.com|nosl.juezcoin.xyz|earn-
cryptolive.000webhostapp.com|momofree.website|dogeatm.com|aztecafaucet.space|
multifaucet.org|dogestar.website|claimbits.io|i-bits.io|diamondfaucet.space|
gobits.io|russiacoin.xyz|starsfaucet.com|lionltcfaucet.xyz|faucet.shorterall.com|
yellowfaucet.ovh|faucet.cryptourl.net|simplyfaucet.xyz|faucet-doge.u7u.pl|up-
cripto.com|highearn.xyz
!
! https://github.com/AdguardTeam/AdguardFilters/issues/76212
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,mous
ecity.com,zipi.com,yepi.com,oyunlarskor.com##.wgAdBlockMessage
##.wgAdBlockMessage
!
! START: Ads replacement (this script is similar to `zmctrack`)
!
filmvilag.me,liderendeportes.com,serieskao.tv,ac24.cz,nsfwyoutube.com,hesgoal.com,i
gg-
games.com,ukhello.info,uaclips.com,thodkyaat.com,kzclip.com,onlymen.cz,ultimasnotic
ias.com.ve,ibb.co$$script[wildcard="*track*atob*ShadowRoot*"][min-length="5000"]
[max-length="10000"]
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
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,i
gg-
games.com,ukhello.info,uaclips.com,thodkyaat.com,kzclip.com,onlymen.cz,ultimasnotic
ias.com.ve,ibb.co##pp
igg-games.com##slot + div[class]
!#endif
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||m.hgbasics.com^$domain=ibb.co
!
serieslatinoamerica.tv,trshow.info,ukposts.info,ruplayers.com##pp
ukposts.info,ruplayers.com$$script[tag-content="insertAdjacentHTML"]
! 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
serieslatinoamerica.tv$$script[wildcard="*track*atob*ShadowRoot*"][min-
length="5000"][max-length="10000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/63273
trshow.info$$script[wildcard="*track*atob*ShadowRoot*"][min-length="5000"][max-
length="10000"]
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
9908ww.com,adelaidepawnbroker.com,bztube.com,disputeresolutionfinance.uk,hotovs.com
,insuredhome.org,nudegista.com,pornluck.com,vidd.se,redtube.*,youpornru.com,tube8.c
om,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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.trafficjunky.com/ab/ads_test.js$domain=9908ww.com|
adelaidepawnbroker.com|bztube.com|disputeresolutionfinance.uk|hotovs.com|
insuredhome.org|nudegista.com|pornluck.com|vidd.se|redtube.*|youpornru.com|
tube8.com|tube8.es|tube8.fr|tube8.net|pornhub.com|pornhub.org|pornhub.net
! END: Ads replacement
!
! Prevent Admiral detection
#@#.stickyads
#@#.ads_banner
##.stickyads:not([style^="width: 32px"])
##.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/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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||toolkitspro.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=toolkitspro.com
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ssl.geoplugin.net/javascript.gp?k=$domain=holiholic.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||vectr.com^$generichide
! 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_with_ama_fy2021.js$domain=copyseeker.net
copyseeker.net#@#ins.adsbygoogle
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
xkeezmovies.com#@#.adsBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/171758
yoykp.com#@#ins.adsbygoogle
yoykp.com#$#body ins.adsbygoogle { display: block !important; }
yoykp.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=yoykp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171651
mhdsportstv.com#%#//scriptlet('abort-on-stack-trace',
'DOMTokenList.prototype.contains', 'manageBodyClasses')
mhdsportstv.com#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded',
'adsSrc')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mhdsportstv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171597
streamer4u.site#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=streamer4u.site
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googlesyndication.com/pagead/js/adsbygoogle.js$domain=soccerinhd.com|
limpaso.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171363
mlwbd.to#%#//scriptlet('abort-on-property-write', 'antiAdBlockerHandler')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||mlwbd.to^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mlwbd.to
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/171355
alliptvlinks.com##.rcc-panel.group
alliptvlinks.com##body > div[id^="you-"][class^="as-"]
alliptvlinks.com#%#//scriptlet('abort-on-property-read', 'eazyAdUnBlockerHttp')
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||geekermag.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/171290
textstudio.com#%#//scriptlet('abort-on-property-write', 'ADBLOCK')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=textstudio.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forja.me
! https://github.com/AdguardTeam/AdguardFilters/issues/151173
@@||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/171607
! https://github.com/AdguardTeam/AdguardFilters/issues/171070
||free-mp3-download.net^$replace=/class="modal"/class="modal adsbygoogle"/,document
||free-mp3-download.net/js/app.js$replace=/_0x.{1\,10}\(!!\[]\);return;//
!#if (!adguard_app_ios && !adguard_ext_safari && !adguard_ext_android_cb)
free-mp3-download.net#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
free-mp3-download.net#%#//scriptlet('prevent-element-src-loading', 'script',
'pagead2.googlesyndication.com')
free-mp3-download.net#%#//scriptlet('abort-on-property-write', 'DetectByGoogleAd')
free-mp3-download.net#%#AG_onLoad((function(){const
o=document.querySelector(".modal");o&&o.classList.add("adsbygoogle")}));
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=free-mp3-download.net
!#endif
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||free-mp3-download.net^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=free-mp3-
download.net
@@||pagead2.googlesyndication.com/pagead/*/
show_ads_impl_with_ama_fy2021.js$domain=free-mp3-download.net
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/170946
||bbpic.ru/js/plears.js
! https://github.com/AdguardTeam/AdguardFilters/issues/170717
@@||ytlarge.com/youtube/css/$script
@@||ytlarge.com/youtube/ad/
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ytlarge.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/
*fy2021.js$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
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=sportea.online
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=mtvema.com|mtv.co.uk|mtv.de|
mtv.it
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mtvema.com|mtv.co.uk|mtv.de|
mtv.it
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/170545
shineads.in#%#//scriptlet('abort-on-property-read', 'Datad1d6cd127')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.doubleclick.net/instream/ad_status.js$domain=shineads.in
! 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#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=hiraethtranslation.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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,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/169834
@@||blackwot.ru/ads/ads.js$domain=blackwot.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/172272
! https://github.com/AdguardTeam/AdguardFilters/issues/170175
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=nick.com|nickjr.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
textcleaner.net##.adp
textcleaner.net##.adp-underlay
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/169610
hardreset.info###ez-content-blocker-container
hardreset.info#%#//scriptlet('set-constant', 'ezDetectAardvark', 'noopFunc')
! 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.org#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,redirect=googlesyndication-
adsbygoogle,domain=flixscans.org
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=flixscans.org
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=freetvsports.xyz|poscishd.online
! https://github.com/AdguardTeam/AdguardFilters/issues/169101
xszav1.com#%#//scriptlet('remove-node-text', 'script', 'ad blocker')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
xszav1.com#@#.ad-content
! https://github.com/AdguardTeam/AdguardFilters/issues/169386
elektrotanya.com#%#//scriptlet('set-constant', 'canRunAds', 'true')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||elektrotanya.com/files/ads/adblockdetect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/169282
chickenkarts.io#%#//scriptlet('set-constant', 'blockedAds', 'false')
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||server.cpmstar.com/cached/zonefiles/*_gameapi.js$domain=chickenkarts.io
@@||server.cpmstar.com/country.aspx$domain=chickenkarts.io
@@||ssl.cdne.cpmstar.com/cached/zonemasters/mobilemodules.js$domain=chickenkarts.io
@@||ssl.cdne.cpmstar.com/cached/zonemasters/
cpmstarjsgameapi.js$domain=chickenkarts.io
@@||ssl.cdne.cpmstar.com/cached/js/$domain=chickenkarts.io
@@||ssl.cdne.cpmstar.com/cached/zonemasters/blueprints/
instreamvideo.js$domain=chickenkarts.io
@@||ssl.cdne.cpmstar.com/cached/zonemasters/lib/prebid/
starprebid.js$domain=chickenkarts.io
@@||server.cpmstar.com/view.aspx$domain=chickenkarts.io
!#endif
! 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/
autoscout24.*$$script:contains(AdContent)
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||autoscout24.*^$generichide
autoscout24.*##s24-ad-slot
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/169180
themarysue.com#%#//scriptlet('prevent-addEventListener', 'error', 'Disable Your
Adblocker')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||googletagmanager.com/gtag/js$domain=themarysue.com
@@||succeedscene.com/pagead/pubads_impl.js$domain=themarysue.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
! zona11.com - adblock
||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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/managed/js/*/
show_ads_impl_$script,domain=panel.waifly.com
@@||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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=labrador.mayaremix.in
! https://github.com/AdguardTeam/AdguardFilters/issues/168521
brainly.com,brainly.com.br,brainly.co.id,brainly.in,brainly.ph,brainly.pl,brainly.l
at,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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kissanime.com.ru|
kissanime.co
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=androidpolice.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=androidpolice.com
!#endif
! 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/167343
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sportshub.to
@@||static.doubleclick.net/instream/ad_status.js$domain=sportshub.to
! https://github.com/AdguardTeam/AdguardFilters/issues/166599
@@||stpd.cloud/saas/$script,domain=dragontea.ink
!#safari_cb_affinity(privacy)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=dragontea.ink
!#safari_cb_affinity
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=imgo.info
! https://github.com/AdguardTeam/AdguardFilters/issues/166327
cdkm.com#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cdkm.com
! 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.net#$#body .sextb_728 { display: block !important; }
sextb.net#$#body .sextb_728:not([id]) { position: absolute !important; left: -
9999px !important; }
||sextb.net/js/sextb.js$replace=/if\(checkads\(\)==false\)/if(!0)/
! 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/165617
audi-sport.net#@#.banner_728x90
audi-sport.net#%#//scriptlet('abort-current-inline-script', '$', 'initDetection')
! 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/170304
! https://github.com/AdguardTeam/AdguardFilters/issues/164995
superlee77.*,superdom77.*,superabbit33.*,live-
streamfootball.*,superabbit77.*,rbtv77.*#%#//scriptlet('prevent-xhr',
'pagead2.googlesyndication.com')
superlee77.*,superdom77.*,superabbit33.*,live-
streamfootball.*,superabbit77.*,rbtv77.*#%#//scriptlet('prevent-element-src-
loading', 'script', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rbtv77.*|live-
streamfootball.*|superabbit77.*|superabbit33.*|superdom77.*|superlee77.*
! https://github.com/AdguardTeam/AdguardFilters/issues/169209
||cdn.jsdelivr.net/gh/arufxuenzaku/[email protected]/js/main.js
! https://github.com/AdguardTeam/AdguardFilters/issues/164844
fusevideo.io#%#//scriptlet('prevent-xhr', '/prebid|ads\./')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||fusevideo.io/ads.criteo.com.js
@@||fusevideo.io/js/prebid-video.js
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/164737
!+ NOT_OPTIMIZED
agf.nl,freshplaza.*#$?#input#block-ad-blockers { remove: true; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
agf.nl,freshplaza.*#@#a.banner
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=tmailor.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=offidocs.com
! https://github.com/AdguardTeam/AdguardFilters/issues/164271
ovabee.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=ovabee.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=dessi.io
! https://github.com/AdguardTeam/AdguardFilters/issues/164205
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||tvbanywherena.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/164007
automoto.it,moto.it#%#//scriptlet('remove-class', 'app-cwall-shown', 'body')
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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=digiclown.com|
sattanewss.com|djflpduniya.com
! https://github.com/AdguardTeam/AdguardFilters/issues/163499
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mta-resource.com
mta-resource.com#$#ins.adsbygoogle { display: block !important; height: 1px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/163510
cutsy.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cutsy.net
@@||cutsy.net^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/163457
! https://github.com/AdguardTeam/AdguardFilters/issues/163517
idol69.net,javball.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=javball.com|
idol69.net
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||androidadult.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=androidadult.com
!#endif
! 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,thepirateba
ys.bio,1337x.bio,1337x.help,eztv.wiki,rarbg.store,zooqle.ink,1337xproxies.com,eztvs
tatus.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,thepirateba
ys.bio,1337x.bio,1337x.help,eztv.wiki,rarbg.store,zooqle.ink,1337xproxies.com,eztvs
tatus.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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
filext.com#@#[id^="billboard_"]
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=filext.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/
pubads_impl.js$domain=filext.com
@@||securepubads.g.doubleclick.net/gampad/ads$domain=filext.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/
pubads_impl_page_level_ads.js$domain=filext.com
@@||magiccandles.eu/service/adv/popunder/ads.js$domain=filext.com
!#endif
! 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|papa4k.xyz|techedubyte.com
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#[data-adblockkey]
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#[data-advadstrackid]
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#[data-ad-width]
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#[data-ad-module]
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#[data-ad-manager-id]
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#.sidebar-ad
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#.ad-slot
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#.ad-placeholder
techedubyte.com,papa4k.xyz,oatuu.org,ravenscans.com#@#.Ad-Container
techedubyte.com,papa4k.xyz,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
@@||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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=cosplay18.pics
! https://github.com/AdguardTeam/AdguardFilters/issues/167838
boyhoodmovies.net#%#//scriptlet('abort-current-inline-script',
'document.createElement', 'window.adblock')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=boyhoodmovies.net
! https://github.com/AdguardTeam/AdguardFilters/issues/167815
bestx.stream#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=bestx.stream
! https://github.com/AdguardTeam/AdguardFilters/issues/167559
99corporates.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=99corporates.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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
statesville.com,wacotrib.com#@#.adSense
statesville.com,wacotrib.com#@#.adContent
statesville.com,wacotrib.com#@#.adBlock
statesville.com,wacotrib.com#@#.ad-text
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lustesthd.lat|
bonsaiprolink.shop
! 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/')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||learnweb.top/tutorial/instruction/*ad*.js$domain=learnweb.top
! https://github.com/AdguardTeam/AdguardFilters/issues/167356
lenouvelliste.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=lenouvelliste.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=vinstartheme.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=yt-
downloaderz.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/167165
! https://github.com/AdguardTeam/AdguardFilters/issues/166454
cutado.com,cutlink.net#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cutlink.net|
cutado.com
! https://github.com/AdguardTeam/AdguardFilters/issues/166266
hax.co.id#%#//scriptlet('prevent-addEventListener', 'load', 'AdBlock')
hax.co.id#%#//scriptlet('prevent-fetch', 'adsbygoogle')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=hax.co.id
hax.co.id#@#.ad-box:not(#ad-banner)
hax.co.id#@#.ad-wrapper
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/166193
sexwebvideo.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sexwebvideo.net
! 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)')
||fplstatistics.co.uk^$replace=/(setTimeout\(function( +)?\(\)( +)?\{( +)?\\$\
()_0x.{1\,30}\)/\$1document.body)/,document
||fplstatistics.co.uk^$replace=/if( +)?\(this\[_0x.{1\,10}\]\)( +)?{( +)?if( +)?\
(this\[_0x.{1\,10}\]( +)?>( +)?10\)/if(true){if(true)/,document
! https://github.com/AdguardTeam/AdguardFilters/issues/166009
archivebate.live#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=archivebate.live
! https://github.com/AdguardTeam/AdguardFilters/issues/165993
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=njbeachcams.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=mbjremix.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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cnxx.me|
cnpics.org
! 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":""')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=uptoearn.xyz
! 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/164623
decrypt.day#$?#ins.adsbygoogle { height: 1px !important; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
decrypt.day#@#.d3-item
decrypt.day#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=decrypt.day
!#endif
! 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
infinityscans.xyz$$script[wildcard="*catch*202020*"]
@@||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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=porn4f.com
! https://github.com/AdguardTeam/AdguardFilters/issues/164396
otlinks.xyz##.ADs-BG
otlinks.xyz#%#//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 { display: block !important; height: 1px !
important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ipalibrary.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/164152
nabzclan.vip#%#//scriptlet('set-constant', 'adsbygoogle', 'emptyObj')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=nabzclan.vip
! https://github.com/AdguardTeam/AdguardFilters/issues/164213
anisearch.*#$#.pagewidth > div.pcenter[id] { display: block !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||anisearch.*^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/163771
ai18.pics#%#//scriptlet('prevent-fetch', 'adsbygoogle')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ai18.pics
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$domain=mtv.com
! UKRadioLive
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio
.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioon
line.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradio
live.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,myradioon
line.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradio
live.com#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
!#safari_cb_affinity(privacy)
@@||connect.facebook.net/en_US/fbevents.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
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.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
!#safari_cb_affinity
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/164006
musicforchoir.com#%#//scriptlet('abort-current-inline-script', 'eval', 'split')
!#if (adguard_ext_android_cb || adguard_app_ios || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=musicforchoir.com
musicforchoir.com#@#[data-advadstrackid]
musicforchoir.com#@#[data-adblockkey]
musicforchoir.com#@#[data-ad-width]
musicforchoir.com#@#[data-ad-manager-id]
musicforchoir.com#@#.sidebar-ad
musicforchoir.com#@#.ad-slot
musicforchoir.com#@#.ad-placeholder
musicforchoir.com#@#.Ad-Container
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||how2electronics.com^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=listvpn.net
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/163406
videosgay.me#%#//scriptlet('set-constant', 'cRAds', 'true')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||videosgay.me/js/boxad.js$domain=videosgay.me
! 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
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=smsonline.cloud
! https://github.com/AdguardTeam/AdguardFilters/issues/163297
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kawarthanow.com
! 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/163220
imagetostl.com##body > div[class="vd xj"]
imagetostl.com#%#//scriptlet('prevent-element-src-loading', 'script',
'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/165024
! https://github.com/AdguardTeam/AdguardFilters/issues/163224
pdfextra.com##.pdf-tool > .tw-widget-root > .tw-relative > .tw-absolute
! 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/162960
diyprojectslab.com#$#body { overflow: auto !important; }
diyprojectslab.com#$##detect-modal { display: none !important; }
diyprojectslab.com#%#//scriptlet('abort-on-stack-trace', 'document.createElement',
'doTest')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||diyprojectslab.com^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=pig69.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=babiato.tech
! https://github.com/AdguardTeam/AdguardFilters/issues/162587
ytstv.co#%#//scriptlet('prevent-element-src-loading', 'script',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ytstv.co
! https://github.com/AdguardTeam/AdguardFilters/issues/162518
cutyurls.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=cutyurls.com
! https://github.com/uBlockOrigin/uAssets/discussions/17361#discussioncomment-
7083013
fc-lc.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=fc-lc.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/162449
keyrblx.com#%#//scriptlet('prevent-fetch', 'chpadblock.com')
!+ PLATFORM(ext_android_cb)
@@||chpadblock.com^|$xmlhttprequest,domain=keyrblx.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||yield-op-idsync.live.streamtheworld.com/partnerIds$domain=player.amperwave.net
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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')
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||static.surfe.pro/js/net.js^$domain=coinfola.com
@@||acceptable.a-ads.com/1^$domain=coinfola.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/161786
techno360.in#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techno360.in
! 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
||reshare.pm^$replace=/<script type="text\/javascript">/<script class="atScript_0"
type="text\/javascript">/,document
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=vicksburgnews.com
! 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/161268
matrixserver.in#@#.banner_728x90
! 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,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_300x250
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_300x250m
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.pub_728x90
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ad
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.textAd
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.text_ad
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.text_ads
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ads
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.text-ad-links
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.ad-text
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.adSense
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.adBlock
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.adContent
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com#@#.adBanner
! https://github.com/AdguardTeam/AdguardFilters/issues/161334
smartfityoga.com,mangareleasedate.com,beastplayer.tk,livesportsclub.pages.dev,madst
ream.live###AdbModel
! https://github.com/AdguardTeam/AdguardFilters/issues/161342
chatgptdemo.net###ADS-block-detect
chatgptdemo.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/160700
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=phimchill1.net
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$redirect=googlesyndication-
adsbygoogle,domain=phimchill1.net,important
! reddit.com - possible anti-adblock
reddit.com,reddittorjg6rue252oqsxryoxengawnmo46qy4kyii5wtqnwfj4ooad.onion#$##adbloc
k-test { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/161150
pmsarkarijob.com#%#//scriptlet('abort-on-property-write', 'AdbModel')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pmsarkarijob.com
pmsarkarijob.com#@#.textads
pmsarkarijob.com#@#.banner-ads
pmsarkarijob.com#@#.banner_ads
pmsarkarijob.com#@#.ad-unit
pmsarkarijob.com#@#.ad-zone
pmsarkarijob.com#@#.ad-space
pmsarkarijob.com#@#.adsbox
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=3rabsports.com|
gold-24.net|te-it.com|mobi2c.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161156
snapwordz.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|$domain=snapwordz.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161127
gsmware.com#%#//scriptlet('prevent-eval-if', 'adblock')
gsmware.com#$#.gsmware-com { height: 1px !important; }
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
gsmware.com#$#body ins.adsbygoogle { display: none !important; }
gsmware.com#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gsmware.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/161128
theshedend.com#%#//scriptlet('prevent-setTimeout', 'adblock')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||epnt.ebay.com/static/epn-smart-tools.js$xmlhttprequest,domain=theshedend.com
! 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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||bchtechnologies.com^$generichide
@@||ad.a-ads.com/*?size=320x50$domain=bchtechnologies.com
@@||banner.infoey.com/adbanner.png$domain=bchtechnologies.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/160927
vstdrive.in#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vstdrive.in
! https://github.com/AdguardTeam/AdguardFilters/issues/160871
free-sms-receive.com#%#//scriptlet('prevent-setTimeout', 'adb-mask', '1000')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||free-sms-receive.com/static/ad/ads.js$domain=free-sms-receive.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.surfe.pro/js/net.js$domain=mcafee-com.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=scamtel.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/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||googletagmanager.com/gtag/js$xmlhttprequest,domain=getthit.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=getthit.com
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=exeurl.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=gktech.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/159455
tvtv.ca,tvtv.us#%#//scriptlet('set-constant', 'paAddUnit', 'noopFunc')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||powerad.ai/*/script.js$domain=tvtv.ca
@@||powerad.ai/pubPls/$domain=tvtv.ca
!#endif
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||crictracker.com^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=fctvlive.com
! https://github.com/AdguardTeam/AdguardFilters/issues/159530
||acacdn.com^$script,redirect=noopjs,domain=dflix.top
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||acacdn.com/script/ippg.jsdomain=dflix.top
! https://github.com/uBlockOrigin/uAssets/issues/19372
||imasdk.googleapis.com/pal/sdkloader/pal.js$script,redirect-
rule=noopjs,domain=channel5.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=channel5.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158932
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
channel4.com#@#.ad-text
channel4.com#@#.adSense
channel4.com#@#.adBlock
channel4.com#@#.adContent
channel4.com#@#.adBanner
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=exego.app
! https://github.com/AdguardTeam/AdguardFilters/issues/159211
olarila.com#%#//scriptlet('prevent-fetch', 'adsbygoogle')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=olarila.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158244
!+ PLATFORM(ios, ext_android_cb, ext_safari)
graphicux.com#%#//scriptlet('prevent-element-src-loading', 'script',
'pagead2.googlesyndication.com')
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=aconvert.com
! https://github.com/AdguardTeam/AdguardFilters/issues/158698
theprodkeys.com###adb
theprodkeys.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=theprodkeys.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=forasm.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=genoanime.tv
! 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/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||googletagmanager.com/gtm.js$xmlhttprequest,domain=app.neilpatel.com
@@||static.hotjar.com/c/hotjar-*.js$xmlhttprequest,domain=app.neilpatel.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gaystream.pw
! 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/157565
nullphpscript.xyz##.ADs-BG
nullphpscript.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/136476
@@||dragontea.ink^$generichide
||dragontea.ink/wp-content/cache/autoptimize/js/autoptimize_$replace=/if\(_0x.
{1\,10}>=3(&&_0x.{1\,10}==false){4}\)/if(true)/
||dragontea.ink/wp-content/cache/autoptimize/js/autoptimize_$replace=/if\(_0x.
{1\,10}==true\|\|_0x.{1\,10}==true\|\|_0x.{1\,10}==true\)/if(false)/
||dragontea.ink/wp-content/cache/autoptimize/js/autoptimize_$replace=/if\(_0x.
{1\,10}\(\)==true&&_0x.{1\,10}==3\)/if(false)/
||dragontea.ink/wp-content/cache/autoptimize/js/autoptimize_$replace=/if\(_0x.
{1\,10}>=3(&&_0x.{1\,10}==(false|true)){4\,6}\)/if(true)/
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
dragontea.ink##.c-ads
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/157523
godtspeed.xyz#%#//scriptlet('prevent-element-src-loading', 'script', 'adsbygoogle')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=godtspeed.xyz
! 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.protot
ype.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.pro
totype.setCapability=t,o.prototype.setVideoAsset=t,o.prototype.setSiteSection=t,o.p
rototype.addKeyValue=t,o.prototype.addTemporalSlot=t,o.prototype.registerCustomPlay
er=t,o.prototype.setVideoDisplaySize=t,o.prototype.setContentVideoElement=t,o.proto
type.registerVideoDisplayBase=t,o.prototype.submitRequest=function(){const
t={type:tv.freewheel.SDK.EVENT_SLOT_ENDED},o=e.get("EVENT_SLOT_ENDED");o&&setTimeou
t((()=>{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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_opera)
@@||mssl.fwmrm.net/libs/adm/*/AdManager.js$domain=southparkstudios.com
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=southparkstudios.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=southparkstudios.com
!#endif
! #abDetectorModal
ftuapps.dev,onehack.us###abDetectorModal
ftuapps.dev,onehack.us#$#.adsbox.doubleclick.ad-placement { display: block !
important; }
ftuapps.dev,onehack.us#%#//scriptlet('prevent-xhr',
'pagead2.googlesyndication.com')
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=srvy.ninja
! https://github.com/AdguardTeam/AdguardFilters/issues/157008
playertv.net#%#//scriptlet('abort-current-inline-script',
'document.getElementsByTagName', 'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=playertv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/156982
betrugsalarm.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||betrugsalarm.com/assets/*/pubPolicy/customEvent.js
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=betrugsalarm.com
! 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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||egao.in/js/-cpm-ads.js$domain=egao.in
egao.in#@#ins.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/156497
chat.chatgptdemo.net#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=chat.chatgptdemo.net
! https://github.com/AdguardTeam/AdguardFilters/issues/156642
hecker.likesyou.org#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=hecker.likesyou.org
! https://github.com/AdguardTeam/AdguardFilters/issues/156817
@@||blokstvs.xyz/*/fload.js
! https://github.com/AdguardTeam/AdguardFilters/issues/156806
themezon.net,mrproblogger.com#$#body { overflow: auto !important; }
themezon.net,mrproblogger.com#$##detect-modal { display: none !important; }
themezon.net,mrproblogger.com#%#//scriptlet('abort-on-stack-trace',
'document.createElement', 'doTest')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||mrproblogger.com^$generichide
@@||themezon.net^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/156761
paste-drop.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=paste-drop.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156737
emailnator.com#%#//scriptlet('prevent-setTimeout', 'adsbygoogle')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
emailnator.com#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=emailnator.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_with_ama_*.js$domain=emailnator.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/156181
ad-maven.com#%#//scriptlet('prevent-fetch', 'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ad-maven.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||citytv.com/wp-json/rsm-adutil/v1/get_ad_targets_by_url/$xmlhttprequest
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=technofino.in
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ad-delivery.net/px.gif?$domain=linuxcapable.com
! 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
sxyprn.com,xmoviesforyou.com,fapfappy.com,jav.direct,mangaraw.vip,klmanga.io,manga1
001.se,manga1001.tv,mangarawjp.io,syosetu.*,telorku.xyz,agupulsa.xyz,kissjav.li,lov
ingsiren.com,mesex.pro,tojav.net,vlxyz.tv,xanimeporn.com#%#//scriptlet('abort-on-
stack-trace', 'atob', '_0x')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
/^https:\/\/[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]+\.com\/[a-z\/][a-
z\/]+\?id=19[0-9][0-9][0-9][0-9][0-9]$/$script,third-party,match-
case,domain=sxyprn.com|xmoviesforyou.com|fapfappy.com|jav.direct|mangaraw.vip|
klmanga.io|manga1001.se|manga1001.tv|mangarawjp.io|syosetu.*|telorku.xyz|
agupulsa.xyz|kissjav.li|lovingsiren.com|mesex.pro|tojav.net|vlxyz.tv|xanimeporn.com
/aas/r45d/vki/*$script,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/155761
wellness4live.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=wellness4live.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/155863
@@||ntuplay.xyz/*.php$domain=watch.sportsbearer.top
! https://github.com/AdguardTeam/AdguardFilters/issues/156120
topbubbleindex.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=topbubbleindex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155999
sahityt.com#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sahityt.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155507
vwforum.ro#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=vwforum.ro
! https://github.com/AdguardTeam/AdguardFilters/issues/155181
freepikdownloader.com,freepic-downloader.com#%#//scriptlet('prevent-
addEventListener', 'load', 'modal_blocker')
!+ PLATFORM(ios, ext_android_cb)
@@||google-analytics.com/collect$domain=freepic-downloader.com|
freepikdownloader.com
! https://github.com/AdguardTeam/AdguardFilters/issues/155375
bedfix.wurstclient.net#@#ins.adsbygoogle
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ytstvmovies.me|
ytstvmovies.xyz|ytstv.me|ytsyifymovie.com|torrents.vip|ytsyifytorrent.com
! 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/154997
||madstream.live/*/adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/154992
thequint.com#$#.textads.banner-ads.banner_ads.ad-unit.ad-zone.ad-space.adsbox
{ display: block !important; }
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
thequint.com#@#.textads
thequint.com#@#.banner-ads
thequint.com#@#.banner_ads
thequint.com#@#.ad-unit
thequint.com#@#.ad-zone
thequint.com#@#.ad-space
thequint.com#@#.adsbox
!#endif
! 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.appendC
hild(document.createElement("div"))})},1e3)});
!+ PLATFORM(ext_ff, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=terabox.fun|
hotmediahub.com|teralink.me|teraearn.com|terashare.me|fansonlinehub.com
! 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)/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
needrom.com#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=needrom.com
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=mtg-print.com
! https://github.com/AdguardTeam/AdguardFilters/issues/154443
cambb.xxx#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cambb.xxx
! https://github.com/AdguardTeam/AdguardFilters/issues/154411
gameissue05.blogspot.com##.ADs-BG
gameissue05.blogspot.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
gameissue05.blogspot.com#%#//scriptlet('abort-current-inline-script',
'document.createElement', 'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=gameissue05.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/154384
sheetmusic-free.com#%#//scriptlet('abort-current-inline-script',
'document.createElement', 'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sheetmusic-
free.com
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=eurekaddl.skin
@@||ads-api.twitter.com^$domain=eurekaddl.skin
!#endif
! 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
||rekidai-info.github.io/_app/immutable/components/pages/index/_page.svelte-
$script,replace=/try\{.*?catch.*?detected."\)\}//
@@||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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=infotamizhan.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/153643
reidoplacar.com#%#//scriptlet('prevent-setTimeout', '.innerHTML')
! https://github.com/AdguardTeam/AdguardFilters/issues/153627
nullsto.com#@#.banner_728x90
nullsto.com#%#//scriptlet('abort-current-inline-script', '$', 'initDetection')
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=loudwire.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@$generichide,domain=stfly.cc|blogbux.net
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
goo.st#@#.ad
goo.st#@#.ads
goo.st#@#.adsbox
goo.st#@#.doubleclick
goo.st#@#.ad-placement
goo.st#@#.ad-placeholder
goo.st#@#.adbadge
goo.st#@#.BannerAd
goo.st#@##leaderboard.ad
!#endif
! 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/152810
medeberiyas.com#@#.ad-placeholder
medeberiyas.com#$#.adsbox.doubleclick.ad-placement { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/152642
galaxyfirmware.com#@#.textad
! https://github.com/AdguardTeam/AdguardFilters/issues/152731
techiesavi.com##.ADs-BG
! 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/152602
sportshub.to##.ad-modal
sportshub.to#%#//scriptlet('prevent-setTimeout', 'keepChecking')
! 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 { height: 0 !important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=zefoy.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
zefoy.com#@#ins.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/171608
! https://github.com/AdguardTeam/AdguardFilters/issues/152204
quackr.io#%#//scriptlet('prevent-fetch', 'cdn.fuseplatform.net', '', 'opaque')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cdn.fuseplatform.net/publift/tags/*/fuse.js$domain=quackr.io
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||ads.host-cdn.net/ads2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/152154
rahulsha.com.np###antiAdBlock
rahulsha.com.np#%#//scriptlet('abort-current-inline-script',
'EventTarget.prototype.addEventListener', 'adsbygoogle.js')
! 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$$script[tag-content="adb_detected"]
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')
$xmlhttprequest,redirect-rule=nooptext,domain=oko.sh|tii.la
$script,redirect-rule=noopjs,domain=oko.sh|tii.la
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
! @@/cloud_theme/ads/load.js$~third-party,xmlhttprequest,domain=oko.sh|tii.la
! @@||shrinkearn.com/modern_theme/img/$domain=tii.la
! tii.la,oko.sh#@#a[href^="https://taghaugh.com/"]
@@||tii.la^$generichide
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=tii.la|oko.sh
@@||inklinkor.com/tag.min.js$domain=oko.sh|tii.la
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=webmatrices.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
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||slave.kbjfree.com^|$xmlhttprequest,domain=kbjfree.com
@@||wyhifdpatl.com^|$xmlhttprequest,domain=kbjfree.com
@@||d2qnx6y010m4rt.cloudfront.net^|$xmlhttprequest,domain=kbjfree.com
@@||wbilvnmool.com^|$xmlhttprequest,domain=kbjfree.com
@@||d2o03z2xnyxlz5.cloudfront.net^|$xmlhttprequest,domain=kbjfree.com
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||techtobo.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/151360
filerice.com#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=filerice.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151344
quackr.io#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=quackr.io
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=computerpedia.in
! 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/150970
!#if (adguard_app_ios || adguard_ext_safari)
kissasian.li#%#//scriptlet("set-constant", "xaZlE", "noopFunc")
kissasian.li#%#//scriptlet('prevent-setTimeout', 'leHzI', '45000')
!#endif
! 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|crypto4yu.com|
readbitcoin.org
@@||static.surfe.pro/js/net.js$domain=btcbitco.in|btcsatoshi.net|crypto4yu.com|
readbitcoin.org
btcbitco.in,btcsatoshi.net,crypto4yu.com,readbitcoin.org,wiour.com#$#div.text-
center[id] { height: 100px !important; }
btcbitco.in,btcsatoshi.net,crypto4yu.com,readbitcoin.org,wiour.com#%#//
scriptlet('prevent-window-open', '?key=')
||acceptable.a-ads.com^$subdocument,redirect=noopframe,domain=btcbitco.in|
btcsatoshi.net|crypto4yu.com|readbitcoin.org|wiour.com
||cryptocoinsad.com/ads/js/popunder.js$script,redirect=noopjs,domain=btcbitco.in|
btcsatoshi.net|crypto4yu.com|readbitcoin.org|wiour.com
/invoke.js$script,redirect-rule=noopjs,domain=btcbitco.in|btcsatoshi.net|
crypto4yu.com|readbitcoin.org|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|crypto4yu.com|gainl.ink|manofadan.com|
readbitcoin.org|wiour.com
crypto4yu.com,manofadan.com,readbitcoin.org#%#//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,crypto4yu.com,gainl.ink,readbitcoin.org,
wiour.com#%#//scriptlet('prevent-fetch', '/adoto|\/ads\/js/')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||cryptocoinsad.com/ads/js/slider_right.js$xmlhttprequest,domain=btcbitco.in|
btcsatoshi.net|cempakajaya.com|crypto4yu.com|gainl.ink|readbitcoin.org|wiour.com
@@||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|crypto4yu.com|gainl.ink|readbitcoin.org|wiour.com
@@||surfe.pro/js/net.js$script,xmlhttprequest,domain=btcbitco.in|btcsatoshi.net|
cempakajaya.com|crypto4yu.com|gainl.ink|readbitcoin.org|wiour.com
@@||googletagmanager.com/gtm.js$domain=btcbitco.in|btcsatoshi.net|crypto4yu.com|
gainl.ink|readbitcoin.org|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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=incredibox.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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com^$xmlhttprequest,domain=uservideo.xyz
! 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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=maxcheaters.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
embedv.net,vembed.org,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
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||oaphoace.net/*/$script,domain=japaneseasmr.top|vgfplay.com|vgembed.com|
gaystream.online|v6embed.xyz|vid-guard.com|vembed.net|vembed.org|embedv.net
@@||acacdn.com/script/ippg.js$domain=japaneseasmr.top|vgfplay.com|vgembed.com|
gaystream.online|v6embed.xyz|vid-guard.com|vembed.net|vembed.org|embedv.net
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/149932
freemodsapp.xyz#%#//scriptlet('abort-current-inline-script',
'document.createElement', 'adsbygoogle.js')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=madpremium.freemodsapp.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/150030
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=littlebigsnake.com
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=littlebigsnake.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149984
mixrootmod.com#%#//scriptlet('prevent-fetch', '/adoto\.net|
pagead2\.googlesyndication\.com/')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mixrootmod.com
@@||adoto.net/dashboard/common/js/jquery.simplyscroll.js$domain=mixrootmod.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/149912
mixrootmods.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mixrootmods.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
! 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
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=coinsrev.com
@@||static.surfe.pro/js/net.js$domain=atefaucet.com|coinsrev.com
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||now.gg^$generichide
@@||now.us^$generichide
@@||fundingchoicesmessages.google.com/i/pub-*?*=$domain=now.gg|now.us
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=now.gg|now.us
@@||dn0qt3r0xannq.cloudfront.net/nowgg-*/video/prebid-load.js$domain=now.gg|now.us
@@||dn0qt3r0xannq.cloudfront.net/nowgg-*/display/prebid-load.js$domain=now.gg|
now.us
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=news8000.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149041
||djnf6e5yyirys.cloudfront.net/js/
friendbuy.min.js$domain=coursera.org,redirect=noopjs
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
!#safari_cb_affinity(privacy)
@@||djnf6e5yyirys.cloudfront.net/js/friendbuy.min.js$domain=coursera.org
!#safari_cb_affinity
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/149262
dlpanda.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dlpanda.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149147
faqwiki.us#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'adsbygoogle.js')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=faqwiki.us
! https://github.com/AdguardTeam/AdguardFilters/issues/149258
w3resource.com#%#//scriptlet('prevent-setTimeout', 'ins.adsbygoogle')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
w3resource.com#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=w3resource.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/149182
!+ PLATFORM(ios, ext_safari, ext_android_cb)
||engage.ajc.com/prod/ajc/loader.min.js
! 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)/')
winaero.com$$script[wildcard="*.innerHTML*.parentNode.insertBefore*"][max-
length="2000"]
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
receivesms.co#@##adresp
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=receivesms.org|
receivesms.co
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/148956
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=wooseotools.com
@@||static.doubleclick.net/instream/ad_status.js$domain=wooseotools.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@/^https?:\/\/[0-9a-z]+\.cloudfront\.net\/\?[a-z]+=[0-9]+$/
$domain=workink.click,xmlhttprequest
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||banner.infoey.com/adbanner.png$domain=bazadecrypto.com
@@||ad.a-ads.com/*?size=$subdocument,domain=bazadecrypto.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/148345
! TODO: Replace with scriptlet rule when AdguardTeam/Scriptlets#310 is resolved.
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=woowebtools.com
@@||static.doubleclick.net/instream/
ad_status.js$xmlhttprequest,domain=woowebtools.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148376
||veganab.co/wp-content/uploads/ozlrxj.js
! https://github.com/AdguardTeam/AdguardFilters/issues/148621
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
minecraft-schematics.com#@#.stickyads
minecraft-schematics.com#@#.ads_banner
@@||adserver.adtech.advertising.com/pubapi/$xmlhttprequest,domain=minecraft-
schematics.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/148612
replica-watch.info#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=replica-
watch.info
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||tpc.googlesyndication.com/simgad/$domain=a2zapk.io,image
! In case of DNS filtering
||a2zapk.io^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/a2zapk\.com\/images\/ajax-loader\.gif'/
! https://github.com/AdguardTeam/AdguardFilters/issues/147980
pracezdopravy.cz#%#//scriptlet('set-constant', 'adBlockEnabled', 'false')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pracezdopravy.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/147744
toonshub.ml#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'b.onerror')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=toonshub.ml
! https://github.com/AdguardTeam/AdguardFilters/issues/147717
forexit.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=forexit.online
! https://github.com/AdguardTeam/AdguardFilters/issues/147719
forexit.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forexit.online
! https://github.com/AdguardTeam/AdguardFilters/issues/147899
!#if (!adguard_app_ios && !adguard_ext_android_cb && !adguard_ext_safari)
||rackusreads.com/*/dh-anti-adblocker/
rackusreads.com#%#//scriptlet('remove-attr', 'style', 'html')
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/147659
||swarmmanga.com/*/js/custom.js
! https://github.com/AdguardTeam/AdguardFilters/issues/147556
programmingeeksclub.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=programmingeeksclub.com
! app.axenthost.com
app.axenthost.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
app.axenthost.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=app.axenthost.com
! https://github.com/AdguardTeam/AdguardFilters/issues/147153
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,script,domain=aoutoqw.xyz
@@||sovrn.com/|$xmlhttprequest,domain=aoutoqw.xyz
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/147123
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=repo.hackyouriphone.org
! https://github.com/AdguardTeam/AdguardFilters/issues/147396
@@||linkvertise.download^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/147025
@@||streamtb.me/js/boxad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/147327
quicksounds.com#%#//scriptlet("abort-current-inline-script",
"document.getElementById", "fcca")
!+ PLATFORM(ios, ext_android_cb)
@@||quicksounds.com^$generichide
! 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)}});
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@/invoke.js$domain=emurom.net
! https://github.com/AdguardTeam/AdguardFilters/issues/147113
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=pac-12.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||inklinkor.com/tag.min.js$domain=linkebr.com
! https://github.com/AdguardTeam/AdguardFilters/issues/144579
happy-living.online#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=happy-living.online
! https://github.com/AdguardTeam/AdguardFilters/issues/146796
streamonsport-ldc.top#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,domain=streamonsport-ldc.top
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
darksoftware.net#@#.ad_block
darksoftware.net#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,domain=darksoftware.net
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=oneslidephotography.com|apasih.my.id|financekami.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bankvacency.com
! https://github.com/AdguardTeam/AdguardFilters/issues/146014
technewsrooms.com#%#//scriptlet('prevent-addEventListener', 'DOMContenLoaded',
'AdBlock')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=technewsrooms.com
@@||sovrn.com^$domain=technewsrooms.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/145798
androidrepublic.org#@#.banner_728x90
androidrepublic.org#%#//scriptlet('abort-current-inline-script', '$',
'initDetection')
! 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
blogbux.net,stfly.me#%#//scriptlet('abort-current-inline-script',
'document.createElement', '.onerror')
!+ PLATFORM(ios, ext_safari)
blogbux.net,stfly.me#$#.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; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
blogbux.net,stfly.me#@#.pub_300x250
blogbux.net,stfly.me#@#.pub_300x250m
blogbux.net,stfly.me#@#.pub_728x90
blogbux.net,stfly.me#@#.text-ad
blogbux.net,stfly.me#@#.textAd
blogbux.net,stfly.me#@#.text_ad
blogbux.net,stfly.me#@#.text_ads
blogbux.net,stfly.me#@#.text-ad-links
blogbux.net,stfly.me#@#.ad-text
blogbux.net,stfly.me#@#.adSense
blogbux.net,stfly.me#@#.adBlock
blogbux.net,stfly.me#@#.adContent
blogbux.net,stfly.me#@#.adBanner
@@||unpkg.com/just-detect-adblock@*/dist/bundle.umd.js$domain=stfly.me|blogbux.net
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
||static.doubleclick.net/instream/
ad_status.js$xmlhttprequest,redirect=nooptext,domain=topsporter.net
! 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,belegug.online,wishfast.top,awish.pro,ankrz
kz.sbs,leakslove.net,embedwish.com,mwish.pro,abkrzkz.sbs,abkrzkr.sbs,streamxxx.onli
ne,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|abkrzkr.sbs|abkrzkz.sbs|mwish.pro|embedwish.com|
leakslove.net|ankrzkz.sbs|awish.pro|wishfast.top|belegug.online|sfastwish.com|
wolfstream.tv
@@/js/*.js?ad*=popup&ads=DisplayAd$~third-party,script,domain=streamhide.to|
ahvsh.com|streamwish.to|streamxxx.online|abkrzkr.sbs|abkrzkz.sbs|mwish.pro|
embedwish.com|leakslove.net|ankrzkz.sbs|awish.pro|wishfast.top|belegug.online|
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=androidecuatoriano.xyz
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||x265lk.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/144579
ask4movie.mx#%#//scriptlet('prevent-fetch',
'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=ask4movie.mx
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||sportsplays.com/js3caf.js
! 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/144355
babia.to#@#.banner_728x90
babia.to#%#//scriptlet('abort-current-inline-script', '$', 'initDetection')
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||coins-town.com^$generichide
! 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_')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
!#safari_cb_affinity(privacy)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=techcyan.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$script,domain=techcyan.com
@@||securepubads.g.doubleclick.net/pagead/$xmlhttprequest,domain=techcyan.com
@@||securepubads.g.doubleclick.net/gampad/ads$xmlhttprequest,domain=techcyan.com
!#safari_cb_affinity
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/143871
upzone.ga#@#.sponsorad
! https://github.com/AdguardTeam/AdguardFilters/issues/143808
broadwayworld.com#%#//scriptlet('prevent-addEventListener', 'load',
'detectAdBlock')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
broadwayworld.com#@#.textads
broadwayworld.com#@#.banner-ads
broadwayworld.com#@#.ad-unit
broadwayworld.com#@#.ad-zone
broadwayworld.com#@#.ad-space
broadwayworld.com#@#.adsbox
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/144195
!+ NOT_PLATFORM(windows, mac, android)
$script,redirect-rule=noopjs,domain=diudemy.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js$domain=diudemy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/144202
b9dm.us###levelmaxblock
/block-ads/*$domain=b9dm.us|b9good.us|b9good.in|b9good.one
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=b9dm.us|
b9good.us|b9good.in|b9good.one
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=techacrobat.com
@@||ads-api.twitter.com/|$xmlhttprequest,domain=techacrobat.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/143984
sitelike.org#%#//scriptlet('prevent-fetch',
'https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=sitelike.org,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/144137
chaturflix.cam#%#//scriptlet('prevent-setTimeout', '"none"===getComputedStyle')
chaturflix.cam#$#.adsbox.doubleclick.ad-placement { display: block !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||chaturflix.cam^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=amritadrino.com|bhojpuritop.in
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ced.sascdn.com/tag/400/smart.js$domain=deezer.com
! https://github.com/AdguardTeam/AdguardFilters/issues/143274
summarizingtool.net,allmath.com#$#.adsbox.doubleclick.ad-placement { display: block
!important; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||allmath.com^$generichide
@@||summarizingtool.net^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/143320
watchhentai.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=watchhentai.net
! https://github.com/AdguardTeam/AdguardFilters/issues/143321
hanime.xxx#%#//scriptlet('prevent-fetch', 'ads-twitter.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.ads-twitter.com/uwt.js$domain=hanime.xxx
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=modzilla.in
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||meracalculator.com^$generichide
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb)
diyphotography.net#@#.textads
diyphotography.net#@#.banner_ads
diyphotography.net#@#.banner-ads
diyphotography.net#@#.ad-zone
diyphotography.net#@#.ad-unit
diyphotography.net#@#.ad-space
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/142326
scamwatcher.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=scamwatcher.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
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||dfdgfruitie.xyz/adserver/yzfdmoan.js
! https://github.com/AdguardTeam/AdguardFilters/issues/142199
sshkit.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=sshkit.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/141288
vizer.lol#@#.ad-placement
vizer.lol##body > .modal
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,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/141477
sumoweb.to#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=sumoweb.to
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=edealinfo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/141069
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=okmalayalam.com
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=okmalayalam.com,redirect=googlesyndication-
adsbygoogle,important
! https://github.com/AdguardTeam/AdguardFilters/issues/140977
ttsfree.com#%#//scriptlet('prevent-setInterval', 'show_alert_adblock')
!+ PLATFORM(ios, ext_android_cb)
@@||ttsfree.com/adex.js
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/favicon.ico$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$$script[wildcard="*constructor*DOMContentLoaded*0x"][min-
length="2000"][max-length="5000"]
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')
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,domain=sportfacts.net
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/146007
! https://github.com/uBlockOrigin/uAssets/issues/16373
vebma.com,pinloker.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=pinloker.com|vebma.com
! https://github.com/AdguardTeam/AdguardFilters/issues/140041
vikatan.com#%#//scriptlet('set-constant', 'isBlock', 'false')
vikatan.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=vikatan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/140262
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=railstream.net
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=railstream.net
! https://github.com/AdguardTeam/AdguardFilters/issues/140312
bluedollar.net#%#//scriptlet("abort-current-inline-script",
"document.getElementById", "adblockEnabled")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||bluedollar.net/*/adserver$domain=bluedollar.net
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=ckk.ai
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||secretflying.com/abd/adserver/adlogger_tracker.php
! https://github.com/AdguardTeam/AdguardFilters/issues/139888
av-th.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=av-th.xyz
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||a.magsrv.com/video-slider.js$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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=naukrilelo.in|
wikitraveltips.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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||nevcoins.club/static/js/noadblock.js
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=blog.nationapk.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:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/https\/st\.pussyspace\.(?:com|net)\/upload\/cat\.image\/[_3a-z]
{2,16}\.jpg$/$image,~third-party,domain=pussyspace.com|pussyspace.net
@@/^https:\/\/fanyv88.com:443\/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/138861
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=greaseball6eventual20.com
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=greaseball6eventual20.com,important
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,domain=upfilesurls.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=redketchup.io
! https://github.com/AdguardTeam/AdguardFilters/issues/137898
darkhub-v4.maxt.church#%#//scriptlet('prevent-xhr', 'googletagmanager.com/gtag/js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js?id=$xmlhttprequest,domain=darkhub-v4.maxt.church
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|
$xmlhttprequest,domain=scamdoc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/137605
paketmu.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=paketmu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/137856
hentaidude.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/137823
!#if (adguard_app_ios)
jpopsingles.eu#$#body > * { filter: none !important; }
jpopsingles.eu#$#body > div[class*="-blackout"].active { display: none !
important; }
jpopsingles.eu#$#body > div[class*="-blackout"].active + div[class*="-wrapper"]
{ display: none !important; }
jpopsingles.eu#$#.bsaBlurContent > * { filter: none !important; opacity: 1 !
important; }
jpopsingles.eu#$#.bsaBlurWrapper { display: none !important; }
!#endif
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||galaxytranslations97.com^$generichide
! 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
||yallo.tv^$referrerpolicy=origin
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=calibercorner.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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
ftuapps.dev###abDetectorModal
@@||ftuapps.dev^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ftuapps.dev
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/136843
cboxera.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cboxera.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; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
codingdeft.com#@#.textads
codingdeft.com#@#.banner-ads
codingdeft.com#@#.banner_ads
codingdeft.com#@#.ad-unit
codingdeft.com#@#.ad-zone
codingdeft.com#@#.ad-space
codingdeft.com#@#.adsbox
!#endif
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||jsc.adskeeper.co.uk/i/p/ipacrack.com.*.js$domain=ipacrack.com
ipacrack.com#@##custom_html-2
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||amazon-adsystem.com/aax2/apstag.js$domain=watchtv24.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=watchtv24.com
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=codingnepalweb.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_*.js$domain=codingnepalweb.com
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=misirtune.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135946
jiocinema.com#@##videoAd
jiocinema.com#$#body .ad-zone { display: block !important; height: 1px !
important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||jiocinema.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/135993
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||derstandard.at^$generichide
! 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
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=faucetcrypto.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135305
editpad.org#$#body #detect[class] { display: block !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||editpad.org^$generichide
! 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")
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
ipacrack.com#@##custom_html-2
ipacrack.com#@#div[id*="ScriptRoot"]
@@||jsc.adskeeper.co.uk/*/ipacrack.com.*.js$domain=ipacrack.com
!#endif
! 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']")
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
codevn.net#@#div[id*="ScriptRoot"]
@@||jsc.adskeeper.co.uk/i/o/ios.codevn.net.*.js$domain=codevn.net
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=calculatored.com
! 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
!+ PLATFORM(ext_safari, ios)
||code.piano.io/api/tinypass.min.js$domain=delfi.lv
! 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")
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
forums-fastunlock.com#@#ins.adsbygoogle
forums-fastunlock.com#@#.ad_block
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forums-
fastunlock.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/134288
2ix2-alternative.de###abmm
2ix2-alternative.de#%#//scriptlet("prevent-setTimeout", ".clientHeight")
! https://github.com/AdguardTeam/AdguardFilters/issues/133820
garutpos.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=garutpos.com
! 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
@@||static.ads-twitter.com/uwt.js$domain=hentai.guru|hentaihaven.vip
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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||paraphraser.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/133102
rephrase.info#$#body #detect[class] { display: block !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||rephrase.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/132820
@@||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##.ADs-BG
teamkong.tk#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
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")
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||koora.golato.tv^$generichide
@@||adnews.me^$generichide
@@||shoot-yalla.live^$generichide
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
||cdn.tinypass.com/api/tinypass.min.js$domain=post-gazette.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=nohat.cc|psd.world|png.is
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=upshrink.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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=viki.com
@@||pubads.g.doubleclick.net/gampad/ads?env=vp&gdfp_req=1*www.viki.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=viki.com
!#endif
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vector-eps.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131230
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=noopjs,domain=kdbhbd.blogspot.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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/131072
||
thaudray.com^$script,xmlhttprequest,redirect=noopjs,domain=streamingcommunity.tech,
important
@@||thaudray.com^$domain=streamingcommunity.tech
! 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/130980
rlxtech.tech#$##pbt { display: none !important; }
rlxtech.tech#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/130968
adikhealth.xyz###adb
! https://github.com/AdguardTeam/AdguardFilters/issues/130891
karvitt.com#$#ins.adsbygoogle { height: 1px!important; }
karvitt.com#@#.adsbygoogle-noablate
karvitt.com#@#ins.adsbygoogle
! 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/130400
@@||d2y8ttytgze7qt.cloudfront.net^$domain=streamingcommunity.tech
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ufacw.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,topcryptoz
.net,uniqueten.net,ultraten.net#%#//scriptlet("abort-current-inline-script",
"setInterval", "_0x")
allcryptoz.net,crewbase.net,crewus.net,shinchu.net,thumb8.net,thumb9.net,topcryptoz
.net,uniqueten.net,ultraten.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|topcryptoz.net|
uniqueten.net|ultraten.net
||dsh7ky7308k4b.cloudfront.net^$script,redirect=noopjs,domain=allcryptoz.net|
crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|
uniqueten.net|ultraten.net
||connect.facebook.net/en_US/
fbevents.js$script,redirect=noopjs,domain=allcryptoz.net|crewbase.net|crewus.net|
shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|ultraten.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|topcryptoz.net|uniqueten.net|ultraten.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|topcryptoz.net|
uniqueten.net|ultraten.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|topcryptoz.net|uniqueten.net|ultraten.net
||scripts.cleverwebserver.com^$script,redirect=noopjs,domain=allcryptoz.net|
crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|
uniqueten.net|ultraten.net
@@||g.adspeed.net/ad.php?do=detectadblocker$domain=allcryptoz.net|crewbase.net|
crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|
ultraten.net
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||js.wpadmngr.com/static/adManager.js$domain=allcryptoz.net|crewbase.net|
crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|
ultraten.net
@@||ads.sportslocalmedia.com^$script,domain=allcryptoz.net|crewbase.net|crewus.net|
shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|ultraten.net
@@||dsh7ky7308k4b.cloudfront.net^$script,domain=allcryptoz.net|crewbase.net|
crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|
ultraten.net
@@||connect.facebook.net/en_US/fbevents.js$script,domain=allcryptoz.net|
crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|
uniqueten.net|ultraten.net
@@||a.pub.network/crewbase-net/pubfig.min.js$script,domain=allcryptoz.net|
crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|
uniqueten.net|ultraten.net
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,domain=allcryptoz.net|crewbase.net|crewus.net|shinchu.net|
thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|ultraten.net
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$script,domain=allcryptoz.net|
crewbase.net|crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|
uniqueten.net|ultraten.net
@@||scripts.cleverwebserver.com^$script,domain=allcryptoz.net|crewbase.net|
crewus.net|shinchu.net|thumb8.net|thumb9.net|topcryptoz.net|uniqueten.net|
ultraten.net
!#endif
allcryptoz.net,crewbase.net,crewus.net,shinchu.net,thumb8.net,thumb9.net,topcryptoz
.net,uniqueten.net,ultraten.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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=comohoy.com
! 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\//')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cdn.spotxcdn.com/media/videos/orig/*.mp4$xmlhttprequest,domain=rakuten.tv
! 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/128862
||csspoint101.com/wp-content/uploads/klydig.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/128760
||static.surfe.pro/js/
net.js$script,xmlhttprequest,redirect=nooptext,domain=rlxtech.tech
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.surfe.pro/js/net.js$domain=rlxtech.tech
! https://github.com/AdguardTeam/AdguardFilters/issues/128916
raider.io##.rio-block-message
raider.io#%#//scriptlet('abort-on-property-read', 'RIO_OnProviderBlocked')
!+ PLATFORM(ios, ext_android_cb)
@@||cdn.intergient.com/*/ramp.js$domain=raider.io
! 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/128567
pixelpaste.net##.overlay
! https://github.com/AdguardTeam/AdguardFilters/issues/128696
freepremiumcourse.com#%#//scriptlet("abort-current-inline-script",
"document.createElement", "adsbygoogle.js")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=freepremiumcourse.com
! 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.*^$replace=/(protect_block:[\s\S]*?')[\s\S]*?'/\$1'/,document
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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||thothd.com/player/stats.php?event=Init$domain=thothd.com|thothd.to
@@||thothd.com/player/player_ads.html?
advertising_id=$subdocument,domain=thothd.com|thothd.to
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/128618
viefaucet.com#%#//scriptlet('prevent-element-src-loading', 'script',
'coinzillatag.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||coinzillatag.com/lib/display.js$domain=viefaucet.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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=bestreamsports.org
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=howdy.id
! https://github.com/AdguardTeam/AdguardFilters/issues/128185
supercloudsms.com###adb-mask
! adshnk.com
!+ PLATFORM(windows, mac, android, ext_ff)
adshnk.com#%#//scriptlet("prevent-setInterval", "adblocker", "10000")
@@||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)
!+ PLATFORM(ios, ext_android_cb)
@@||google-analytics.com/collect|$xmlhttprequest,domain=course-downloader.com
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/128026
modshost.net#$##wrapfabtest { height: 1px !important; display: block !important; }
!+ PLATFORM(ios, ext_android_cb)
@@||modshost.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/128066
gpudrops.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gpudrops.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=zeroupload.com
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=dudestream.com
! https://github.com/AdguardTeam/AdguardFilters/issues/127789
juba-get.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=juba-get.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||adblockanalytics.com/|$xmlhttprequest,domain=store.asus.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/126939
rainostreams.com##.abblock-msg
rainostreams.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! 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')
mail.com$$script[tag-content="uabp"][min-length="20000"][max-length="300000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/125973
@@||fautsy.com/libs/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/126658
minecraftalpha.net##.ADs-BG
minecraftalpha.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! 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
@@||gogshorterall.tk/ads.css$domain=shorterall.com
@@||gogshorterall.tk/adsEnd.js$domain=shorterall.com
@@||gogshorterall.tk/adsense1.js$domain=shorterall.com
@@||gogshorterall.tk/google-ads.js$domain=shorterall.com
! https://github.com/AdguardTeam/AdguardFilters/issues/126385
mangas-raw.com#%#//scriptlet("abort-on-property-write", "showInfoAdBlock")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=mangas-raw.com
! https://github.com/uBlockOrigin/uAssets/issues/14238
dzeko11.net#@#.ad-BANNER
! https://github.com/AdguardTeam/AdguardFilters/issues/125923
iphoneincanada.ca##.slbElement
! https://github.com/AdguardTeam/AdguardFilters/issues/125138
!+ NOT_OPTIMIZED
ammanpatro.in##.ADs-BG
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cryptocoinsad.com/ads/js/slider_right.js$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;"]
!+ PLATFORM(ios, ext_android_cb)
@@||darksoftware.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/125610
vods.tv#%#//scriptlet('prevent-fetch', 'www3.doubleclick.net')
! https://github.com/AdguardTeam/AdguardFilters/issues/125240
freecatv.blogspot.com##.ADs-BG
freecatv.blogspot.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
! 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')
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||services.vlitag.com/adv1/$script,domain=orbispatches.com
@@||tag.vlitag.com^$script,domain=orbispatches.com
!#endif
! 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
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.surfe.pro/js/net.js$domain=claim.fun
! https://github.com/AdguardTeam/AdguardFilters/issues/124712
@@||mailgen.biz/js/sailthru.js$domain=mailgen.biz
! https://github.com/AdguardTeam/AdguardFilters/issues/124326
cardscanner.co#%#//scriptlet("prevent-setTimeout", "('body').css('overflow'")
!#if (adguard_app_ios || adguard_ext_android_cb)
cardscanner.co#@#ins.adsbygoogle
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cardscanner.co
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/124278
satoshitap.com#%#//scriptlet("abort-current-inline-script",
"document.getElementById", "ads_")
!+ PLATFORM(ios, ext_android_cb)
@@||satoshitap.com/assets/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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=supermarches.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/123875
gosixs.com#%#//scriptlet("abort-on-property-read", "adsBlocked")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gosixs.com
@@||bmfads.com/app/display/items.php$domain=gosixs.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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/')
!+ PLATFORM(ios, ext_android_cb)
@@||ads.rubiconproject.com/ad/*.js$domain=hotdebrid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/151992
work.ink#%#//scriptlet('prevent-fetch', 'cdn.adligature.com')
@@||adligature.com^|$xmlhttprequest,domain=work.ink
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||cdn.adligature.com^$script,xmlhttprequest,domain=work.ink
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/123122
blog.textpage.xyz#%#//scriptlet('abort-on-property-read', 'eazy_ad_unblocker')
blog.textpage.xyz#@#.adsBanner
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=blog.textpage.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/122844
@@/wp-content/themes/*/ads/*/sailthru.js$domain=healthy4pepole.com|forexit.io
forexit.io,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,ad
vertiserandtimes.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,ad
vertiserandtimes.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,ad
vertiserandtimes.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,ad
vertiserandtimes.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,ad
vertiserandtimes.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,ad
vertiserandtimes.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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=palixi.net
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=visalist.io
! 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/')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techhelpbd.com
! 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/')
!+ PLATFORM(ios, ext_android_cb)
@@||easymc.io/ads/px.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/122150
f1livegp.me#%#//scriptlet('prevent-fetch', 'googleadservices.com')
!+ PLATFORM(ios, ext_android_cb)
@@||googleadservices.com/|$domain=f1livegp.me
! https://github.com/AdguardTeam/AdguardFilters/issues/122149
onejailbreak.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=onejailbreak.com
! https://github.com/AdguardTeam/AdguardFilters/issues/122283
@@||sarapbabe.com/nativeads-v2.js
! https://github.com/AdguardTeam/AdguardFilters/issues/122207
streamadblockplus.xyz#@#.skyscraper.ad
! 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')
!+ PLATFORM(ios, ext_android_cb)
luscious.net###modal-root
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||megadrive-emulator.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/121635
gamingnews.cyou#%#//scriptlet("abort-current-inline-script",
"document.createElement", "adblock")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gamingnews.cyou
! https://github.com/AdguardTeam/AdguardFilters/issues/120890
texturecan.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=texturecan.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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gameplay.icu
! https://github.com/AdguardTeam/AdguardFilters/issues/152089
getautoclicker.com#%#//scriptlet('set-constant', 'adsLoaded', 'true')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=getautoclicker.com
! https://github.com/AdguardTeam/AdguardFilters/issues/120171
cashearn.cc#%#//scriptlet("abort-current-inline-script", "$", "AdBlock")
!+ PLATFORM(ios, ext_android_cb)
cashearn.cc#@#img[width="728"][height="90"]
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gamepure.in
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||adshort.space/script_ad.js$domain=go.techgeek.digital
! https://github.com/uBlockOrigin/uAssets/issues/13369
tamrieltradecentre.com#@#ins.adsbygoogle
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)})});
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
tamrieltradecentre.com#$#.adsbygoogle { height: 0px !important; }
@@||googleads.g.doubleclick.net/pagead/
ads$subdocument,domain=tamrieltradecentre.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=tamrieltradecentre.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_fy2019.js$domain=tamrieltradecentre.com
@@||adservice.google.com/adsid/
integrator.js$xmlhttprequest,domain=tamrieltradecentre.com
!#endif
! 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/119088
embedo.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=embedo.co
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||cdn.thisiswaldo.com/static/js/*.js$domain=mdn.lol|techydino.net
@@||platform.foremedia.net/code/*/analytics$domain=techydino.net
@@||static.surfe.pro/js/net.js$domain=techydino.net
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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.cre
ateElement("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
!+ PLATFORM(ios, ext_android_cb)
@@||a.exoclick.com/ad_track.js$domain=anydebrid.com|
cloudcomputingtopics.net,important
! https://github.com/AdguardTeam/AdguardFilters/issues/129965
$script,xmlhttprequest,redirect-rule=noopjs,domain=freesolana.top
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||request-global.czilladx.com/serve/popunder.php
!#safari_cb_affinity(privacy)
@@||googletagmanager.com/gtag/js?id=$domain=freesolana.top
!#safari_cb_affinity
!#endif
! 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/118077
faucetclub.net#%#//scriptlet("abort-current-inline-script", "decodeURIComponent",
"_0x")
||static.surfe.pro/js/
net.js$script,xmlhttprequest,redirect=nooptext,domain=faucetclub.net
!+ PLATFORM(ios, ext_android_cb)
@@||static.surfe.pro/js/net.js$domain=faucetclub.net
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js?id=$domain=11bit.co.in
! https://github.com/AdguardTeam/AdguardFilters/issues/118016
faucet4news.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=faucet4news.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/118162
!+ NOT_PLATFORM(windows, mac, android)
||static.surfe.pro/js/net.js$script,redirect=noopjs,domain=median.uno
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.surfe.pro/js/net.js$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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=googledrivelinks.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
!+ PLATFORM(ios, ext_android_cb)
@@||static.surfe.pro/js/net.js$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
!+ PLATFORM(ios, ext_android_cb)
@@||static.surfe.pro/js/net.js$domain=freebitcoin.top
! https://github.com/AdguardTeam/AdguardFilters/issues/117841
youfiles.net#%#//scriptlet("set-constant", "gadb", "false")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=cdgplayer.youfiles.net
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hackr.io
! https://github.com/AdguardTeam/AdguardFilters/issues/117176
r3owners.net#%#//scriptlet("abort-current-inline-script", "$", "adsBlocked")
!+ PLATFORM(ios, ext_android_cb)
@@||r3owners.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/116557
racedepartment.com#%#//scriptlet("abort-current-inline-script", "$", "adsBlocked")
!+ PLATFORM(ios, ext_android_cb)
@@||racedepartment.com^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=choiceappstore.xyz
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=imagetotext.io
! 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,cgchotbox.com#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pandaznetwork.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")
!+ PLATFORM(ext_android_cb)
@@||pastehub.net/assets/ads/advertisement.js$domain=searchresults.cc
! https://github.com/uBlockOrigin/uAssets/issues/12809
dramaworldhd.co#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dramaworldhd.co
! https://github.com/AdguardTeam/AdguardFilters/issues/115748
hentaidexy.com#%#//scriptlet("set-constant", "userExperienceImpacted", "false")
!+ PLATFORM(ios, ext_android_cb)
@@||a.realsrv.com/ad-provider.js$domain=hentaidexy.com
! 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_no
t_allowing_downloads/
! https://github.com/AdguardTeam/AdguardFilters/issues/115595
charexempire.com,up-load.one#%#//scriptlet("abort-current-inline-script",
"document.addEventListener", "/abisuq/")
!#if (adguard_app_ios || adguard_ext_android_cb)
charexempire.com,up-load.one#@##adv_62
charexempire.com,up-load.one#@##adContext
charexempire.com,up-load.one#@##ad_img
charexempire.com,up-load.one#@##downloadAd
charexempire.com,up-load.one#@##onpageads
charexempire.com,up-load.one#@##topBannerAd
charexempire.com,up-load.one#@##weatherad
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||micro.rubiconproject.com/prebid/dynamic/*.js$domain=ladbible.com|unilad.com|
gamingbible.com|tyla.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js$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')
||uploadbank.com^$replace=/if\(.\(navigator\.userAgent\.toLowerCase\(\)\)\)/if(!
0)/,document
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_*.js$domain=toolxox.com
! 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,im
portant
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||iclickcdn.com/tag.min.js$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.*
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=kienthucrangmieng.com|coin-free.com|iptvjournal.com
! https://github.com/AdguardTeam/AdguardFilters/issues/114600
filmzie.com#@#.textad
filmzie.com#@#.textads
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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||ad.a-ads.com/*?size=$domain=larvelfaucet.com
@@||ads.themoneytizer.com/s/gen.js?type=$domain=larvelfaucet.com
!#endif
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||googletagmanager.com/gtag/js$domain=btcbunch.com
@@||static.surfe.pro/js/net.js$domain=btcbunch.com
!#endif
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||poki.com/prebid/prebid*.js$domain=ninja.io
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ninja.io
!#endif
! 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';")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=slink.bid
! 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))})})();
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=searchftps.net
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_with_ama*.js$domain=searchftps.net
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=searchftps.net
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=searchftps.net
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=moddingzone.in
! 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/a4d302bbb5f75bcd7d3762afb4b8ae
3c6fe4d801#commitcomment-69137942
@@||bitefaucet.com/ads/wp-content/plugins/wp-safelink/assets/$image,~third-party
bitefaucet.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bitefaucet.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.lat
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#@##ads-left
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#@##ads-right
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#@#a[href^="https://tm-offers.gamingadult.com/"]
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#$#body #ads-left { display: block !important; position: absolute !
important; left: -3000px !important; }
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#$##ads-center { height: 250px !important; }
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#$##ads-right div { height: 604px !important; width: 160px !important;
visibility: hidden !important; }
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*#$#body #ads-right { display: block !important; position: absolute !
important; left: -3000px !important; }
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||st.bebi.com/bebi_v*.js$domain=bluemediafiles.*|bluemediafile.*|
bluemedialink.online|bluemediaurls.lol|bluemediadownload.lat
@@||go.bebi.com^$domain=bluemediafiles.*|bluemediafile.*|bluemedialink.online|
bluemediaurls.lol|bluemediadownload.lat
@@||bluemediafile*.*/imgads/*.gif$domain=bluemediafiles.*|bluemediafile.*|
bluemedialink.online|bluemediaurls.lol|bluemediadownload.lat
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/113048
forexlap.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forexlap.com
! https://github.com/AdguardTeam/AdguardFilters/issues/112630
pibys.win#%#//scriptlet("set-constant", "canRunAds", "true")
!+ PLATFORM(ios, ext_android_cb)
@@||pibys.win/js/prebid-ads.js
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=leechpremium.link
! https://github.com/AdguardTeam/AdguardFilters/issues/112883
beermoneyforum.com#%#//scriptlet("abort-current-inline-script", "$",
"initDetection")
!+ PLATFORM(ios, ext_android_cb)
@@||beermoneyforum.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/112769
gamingfactor.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
gamingfactor.xyz#%#//scriptlet('abort-current-inline-script',
'Array.prototype.shift', '_0x')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gamingfactor.xyz
! hdsport.biz anti-adb
hdsport.biz#$#body > img[src$="/nesustinut.png"] { display: none!important; }
hdsport.biz#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/112502
streamspass.live##.abblock-msg
streamspass.live#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/112372
tvwish.com#$#.ad-zone.ad-space.ad-unit.textads.banner-ads.banner_ads { display:
block !important; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
tvwish.com#@#.banner_ads
tvwish.com#@#.banner-ads
tvwish.com#@#.ad-zone
tvwish.com#@#.ad-unit
tvwish.com#@#.ad-space
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/112231
blognews.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=blognews.in
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=rajsayt.xyz
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=noithatmyphu.vn|
dulichkhanhhoa.net
! 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.setAttribut
e("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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=exey.io
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl*.js$domain=exey.io
!#endif
! 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')
!+ NOT_OPTIMIZED PLATFORM(ios, ext_android_cb, ext_safari)
@@||order-order.com/wp-content/themes/orderorder/admanager.google.com.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_android_cb, ext_safari)
@@||order-order.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||services.vlitag.com/adv1/?q=$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_detect
or/
paidappstore.xyz#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=paidappstore.xyz
! 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
!+ PLATFORM(ext_safari, ios)
semicolonworld.com#%#//scriptlet("abort-current-inline-script", "window.onload")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=semicolonworld.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/110513
worldappsstore.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=worldappsstore.xyz
! https://github.com/bogachenko/fuckfuckadblock/issues/269
safe.elektroupdate.com#@#ins.adsbygoogle
safe.elektroupdate.com#$#.adsbygoogle { height: 1px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/117009
vrcmods.com#%#//scriptlet("abort-on-property-read", "bruhded")
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=noopjs,domain=vrcmods.com
||a.pub.network^$script,redirect=noopjs,domain=vrcmods.com
!#endif
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vrcmods.com
@@||a.pub.network/vrcmods-com/pubfig.min.js$domain=vrcmods.com
@@||a.pub.network/core/pubfig/cls.css$domain=vrcmods.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/109657
pherotruth.com#%#//scriptlet('abort-current-inline-script',
'Array.prototype.shift', 'void 0===')
pherotruth.com$$script[wildcard="*.shift()*void 0===*"][min-length="50000"][max-
length="250000"]
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pherotruth.com^$generichide
@@||pherotruth.com/plausible.js
@@||googleads.*.doubleclick.net/pagead/ads?client=$domain=pherotruth.com
!#endif
! 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/110085
xtremestream.co#$#.ad { height: 20px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/105851
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wink.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/109900
||maxpixel.net/js/utility.min.js
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=diglink.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/108515
xup.in###xupab
!+ PLATFORM(windows, mac, android)
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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=za.gl
! https://github.com/bogachenko/fuckfuckadblock/issues/266
sanctuary.moe#%#//scriptlet("abort-current-inline-script", "$",
"document.getElementById")
@@||sanctuary.moe/js/ads-prebid.js
@@||sanctuary.moe/js/doubleserve.js
!+ PLATFORM(ios, ext_android_cb)
@@||googletagmanager.com/gtag/js$domain=sanctuary.moe
! https://github.com/AdguardTeam/AdguardFilters/issues/108435
deezloaded.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=deezloaded.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/108054
@@||zegtrends.com/ad.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/108330
studyis.xyz#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=studyis.xyz
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gplpalace.one
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
atlai.club#%#//scriptlet('prevent-addEventListener', 'load', 'downloadJSAtOnload')
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb)
faucethero.com#@#.adSense
faucethero.com#@#.adContent
faucethero.com#@#.adBlock
faucethero.com#@#.ad-text
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/105131
freecoursesite.com#%#//scriptlet("prevent-setTimeout", "()=>this.display()")
! https://github.com/bogachenko/fuckfuckadblock/issues/263
||ads-twitter.com/
uwt.js$xmlhttprequest,redirect=nooptext,domain=noticiascripto.site,important
@@||ads-twitter.com/uwt.js$xmlhttprequest,domain=noticiascripto.site
! https://github.com/AdguardTeam/AdguardFilters/issues/106513
quizack.com#%#//scriptlet("prevent-setTimeout", "blocker")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||quizack.com/assets/img/ads.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=quizack.com
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=toeflmocks.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")
!+ PLATFORM(ios, ext_android_cb)
@@||a.exosrv.com/video-slider.js$domain=xfreehd.com
xfreehd.com#@#.ad-title
xfreehd.com##.abk_msg
xfreehd.com#@#.ad-body
! https://github.com/AdguardTeam/AdguardFilters/issues/103540
||bizjournals.com/static/js/app/cxense.js
bizjournals.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,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; }
!#if (adguard_app_ios || adguard_ext_android_cb)
justwatch.com#@#.adSense
justwatch.com#@#.adContent
justwatch.com#@#.adBlock
justwatch.com#@#.ad-text
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/111383
! https://github.com/AdguardTeam/AdguardFilters/issues/105441
@@||streamingcommunity.*/*$xmlhttprequest,~third-party
@@||scws.xyz/right_ad$xmlhttprequest
@@||scws.xyz^$domain=streamingcommunity.*
!+ PLATFORM(windows, mac, android, ext_chromium)
||googletagmanager.com/gtag/js?
id=$xmlhttprequest,redirect=nooptext,domain=streamingcommunity.*
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||googletagmanager.com/gtag/js?id=$xmlhttprequest,domain=streamingcommunity.*
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=made-by.org
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb)
filessrc.com,srcimdb.com#@#.adSense
filessrc.com,srcimdb.com#@#.adContent
filessrc.com,srcimdb.com#@#.adBlock
filessrc.com,srcimdb.com#@#.ad-text
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/104317
examsnet.com#%#//scriptlet("abort-on-property-read", "adsblocked")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=examsnet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/104336
askpaccosi.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=askpaccosi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102683
||f362.nola.com/script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/102612
!#safari_cb_affinity(all)
!#if (adguard_app_ios || adguard_ext_safari)
@@||history.com^$generichide,badfilter
@@||play.history.com^$elemhide
!#endif
!#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")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=healdad.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101811
@@||mahimeta.com/networks/ad_code.php$domain=gaminplay.com|informaxonline.com
gaminplay.com#%#//scriptlet("abort-on-property-read", "mMCheckAgainBlock")
! https://github.com/AdguardTeam/AdguardFilters/issues/102928
hollywoodmask.com#%#//scriptlet("prevent-setTimeout", "adsBlockPopup")
!+ PLATFORM(ios, ext_android_cb)
@@||hollywoodmask.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/102186
hyipstats.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hyipstats.net
! https://github.com/AdguardTeam/AdguardFilters/issues/102362
arhplyrics.in###adb
arhplyrics.in#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=arhplyrics.in
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||jesusninoc.com^$generichide
!
! 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,forexmab.com,forexwaw.club,forex-
articles.com,try2link.com,world-trips.net,forex-gold.net,newforex.online#%#//
scriptlet('set-constant', 'usingBlocker', 'emptyObj')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forexmab.com|
forexwaw.club|forex-articles.com|try2link.com|world-trips.net|forex-gold.net|
newforex.online|forexrw7.com|fx-22.com
!
! 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/101516
@@||static.afdah.video/wp-content/*/js/show-ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/101502
@@||ads.loticon.ga/ads728.js$domain=loticon.*
@@||loticon.xyz/*/libs/advertisement.js
loticon.xyz#%#//scriptlet("abort-current-inline-script", "document.getElementById",
"adblock")
! 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"))});
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cdn.snigelweb.com/adengine/paraphraser.io/loader.js$domain=paraphraser.io
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=isi7.net
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techymedies.com
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||ladsatz.com/*.js$domain=test.shrinkurl.org
! 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
informaxonline.com,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")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=phsensei.com|
fileborder.com
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=softprober.com
! 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/')
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=calculator-online.net
@@||cdn.snigelweb.com/adengine/calculator-online.net/
loader.js$xmlhttprequest,domain=calculator-online.net
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||cdn.jsdelivr.net/gh/vli-platform/adb-analytics@*.min.js$domain=orbispatches.com
!+ PLATFORM(ios, ext_android_cb)
orbispatches.com#@#.ad-area
!+ PLATFORM(ios, ext_android_cb)
orbispatches.com#@#.ads_container
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||ojaivalleynews.com^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||linuxuprising.com^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||wataugademocrat.com^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||mmacore.tv^$generichide
! 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')
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
@@||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; }
!+ PLATFORM(ios, ext_android_cb)
@@||magicvalley.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/97925
psychpoint.com##.adblockpopup
! https://github.com/AdguardTeam/AdguardFilters/issues/96233
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb || adguard_ext_safari)
@@||ad.doubleclick.net/ddm/ad/$image,domain=paramountplus.com
@@||adservice.google.*/adsid/integrator.js$domain=paramountplus.com
!#endif
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||maxstream.video^$generichide
@@||linkonclick.com/*/display.php$domain=maxstream.video
@@||adsads.host-cdn.net/banners/$domain=maxstream.video
!#endif
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||cloudfront.net/?*=$domain=1cloudfile.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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/96036
streamon.to##.container > div[id][style^="display: block"][style*="opacity:"]
[style*="z-index:"]
streamon.to#%#//scriptlet('prevent-setTimeout', 'nextStep()')
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_fy2019.js$domain=beatsnoop.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=beatsnoop.com
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||d192r5l88wrng7.cloudfront.net^$subdocument,domain=bowfile.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/95132
cdkm.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cdkm.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_with_ama_fy2019.js$domain=cdkm.com
!#endif
! 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')
||hentaihaven.xxx/wp-content/plugins/player-logic/player.php?$replace=/(let url =
')https:\/\/fanyv88.com:443\/https\/static\.ads-twitter\.com\/[\s\S]*?(';)/\$1\/\$2/
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||static.ads-twitter.com/uwt.js$domain=hentaihaven.xxx
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hentaihaven.xxx
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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("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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||cdn.adoptum.net/ado.js$domain=sms24.me|sms24.info
@@||dl.adoptum.net/spc?sid=$domain=sms24.me|sms24.info
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sms24.me|
sms24.info
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||d1ev866ubw90c6.cloudfront.net/?buved=$domain=rbxscripts.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/93491
fluxteam.xyz#%#//scriptlet('prevent-setInterval', 'adblock')
!#if (adguard_app_ios || adguard_ext_android_cb)
fluxteam.xyz#@#.Advert
@@||fluxteam.xyz/*/checkpoint/css/advert/
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/93822
animet.tv#$#.textads.banner-ads.banner_ads.adsbox { display: block !important; }
!+ PLATFORM(ios, ext_android_cb)
@@||animet.tv^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$xmlhttprequest,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)'
alliptvlinks.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,nullscrip
ts.net,onlytech.com,defense-
arab.com,metin2hub.com,spigotunlocked.org,crackturkey.com,demonscripts.com,dpkghub.
com,eurocccam.net,forum.shoppingtelly.com,hostingunlock.com,iptvsat-
forum.com,isgfrm.com,ootech.vn,playstationhaber.com,spleaks.org,tamilbrahmins.com,t
attle.life,turkishaudiocenter.com#%#//scriptlet("abort-current-inline-script", "$",
"!document.getElementById(btoa")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
alliptvlinks.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,nullscrip
ts.net,onlytech.com,defense-
arab.com,metin2hub.com,spigotunlocked.org,crackturkey.com,demonscripts.com,dpkghub.
com,eurocccam.net,forum.shoppingtelly.com,hostingunlock.com,iptvsat-
forum.com,isgfrm.com,ootech.vn,playstationhaber.com,spleaks.org,tamilbrahmins.com,t
attle.life,turkishaudiocenter.com##body > div[class*=" "][style^="background"]
[style*="display: block;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/92757
javcl.com#$##ads1 { height: 1px !important; }
javcl.com#%#//scriptlet("prevent-setTimeout", "blockads")
!#if (adguard_app_ios || adguard_ext_android_cb)
javcl.com#@##ads1
@@||poweredby.jads.co/js/jads.js$domain=javcl.com
@@||poweredby.jads.co/js/jads2.js$domain=javcl.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/92431
!+ PLATFORM(ios, ext_android_cb, ext_safari)
||cdn.tinypass.com^$domain=financialpost.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-
$subdocument,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
!+ PLATFORM(ios, ext_safari)
||cdn.tinypass.com/api/tinypass.min.js$domain=nationalpost.com
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||asiaflix.app^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/126106
anydebrid.com#@#.responsive-ad-wrapper
anydebrid.com#@#ins.adsbygoogle
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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=anydebrid.com
!#endif
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/sma8.js$domain=anydebrid.com
@@||a.exoclick.com/ads.js$domain=anydebrid.com
@@||adserver.juicyads.com/js/fib.js$domain=anydebrid.com
@@||ads.exoclick.com/tag_gen.js$domain=anydebrid.com
@@||dotomi.com/assets/js/adapters/*/ad-info.js$domain=anydebrid.com
@@||adform.net/banners/scripts/st/trackpoint-async.js$domain=anydebrid.com
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ads.juicyads.com/jsclients/jac.js$domain=lewd.ninja
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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/46874
@@||icutlink.com/ad.min.js
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||smallseo.tools^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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/_app/immutable/components/pages/(app)/_layout.svelte-
*.js$replace=/goto\("\/blk"\);//
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/86584
4movierulz.red#%#//scriptlet("abort-current-inline-script", "String.fromCharCode",
"decodeURIComponent")
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=4movierulz.red
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||servedbyadbutler.com/app.js?$domain=archpaper.com
! https://github.com/AdguardTeam/AdguardFilters/issues/86372
@@||popcash.net/|$xmlhttprequest,domain=tnaket.xyz|videoloca.xyz|makaveli.xyz|
oupvideo.xyz
! 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
!+ PLATFORM(ios, ext_safari)
||cdn.tinypass.com/api/tinypass.min.js$domain=rawstory.com
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||codingnepalweb.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/85475
puzzles.msn.com#@#display-ad-component
! https://github.com/AdguardTeam/AdguardFilters/issues/85343
||browser.sentry-cdn.com/*/bundle.min.js$script,redirect=noopjs,domain=freebitz.xyz
!#safari_cb_affinity(privacy)
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||browser.sentry-cdn.com/*/bundle.min.js$domain=freebitz.xyz
!#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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
appsumo.com#@#.googleAds
appsumo.com#@#.googleAd
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/148790
meteologix.com#%#//scriptlet("abort-on-property-read",
"Object.prototype.autoRecov")
meteologix.com$$script[tag-content="Flags."][min-length="20000"][max-
length="300000"]
@@||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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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")))});
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=aiarticlespinner.co
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||tpc.googlesyndication.com/safeframe/*/html/
container.html$xmlhttprequest,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
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,pau
lkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kath
leenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.
com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriespo
rail.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,uro
chsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com
,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176
duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestsell
ing244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasose
ptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.
com,745mingiestblissfully.com,toxitabellaeatrebates306.com,telyn610zoanthropy.com,2
0demidistance9elongations.com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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|745mingiestblissfully.com|
toxitabellaeatrebates306.com|telyn610zoanthropy.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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|745mingiestblissfully.com|
toxitabellaeatrebates306.com|telyn610zoanthropy.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
!
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=b2bhint.com
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_with_ama_fy2019.js$domain=b2bhint.com
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||addonbiz.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||addonbiz.com/wp-content/uploads/*.png#
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||witcherhour.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/82880
softwebtuts.com##.adblock-wrapper
!
https://www.reddit.com/r/uBlockOrigin/comments/n98r1z/trouble_displaying_articles_o
n_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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rodude.com
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl_with_ama_fy$domain=rodude.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/81867
charbelnemnom.com#%#//scriptlet("set-constant", "advanced_ads_check_adblocker",
"noopFunc")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||charbelnemnom.com^$generichide
! 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;
}
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||toolss.net^$generichide
! 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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
abandonmail.com#@#.ads-block
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=abandonmail.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/169818
! https://github.com/AdguardTeam/AdguardFilters/issues/81464
||motorsport.tv/player/player.*.js$replace=/\,noAd:.\.noAd\,/\,noAd:true\,/
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
||motorsport.tv/client/player.*.js$replace=/static.adsafeprotected.com\/vans-
adapter-google-ima.js/imasdk.googleapis.com\/js\/sdkloader\/ima3.js/
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||yoshare.net^$generichide
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||cloudfront.net/?*=$xmlhttprequest,domain=game3rb.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=game3rb.com
@@||googletagmanager.com/gtag/js$domain=game3rb.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/81107
kittycatcam.com,morganhillwebcam.com,njwildlifecam.com,atlanticcitywebcam.com,palmb
eachinletwebcam.com,juneauharborwebcam.com,portnywebcam.com,nyharborwebcam.com,port
bermudawebcam.com,pompanobeachcam.com,fllbeachcam.com,ftlauderdalebeachcam.com,keyw
estharborwebcam.com,porttampawebcam.com,portcanaveralwebcam.com,sxmislandcam.com,ma
hobeachcam.com,portstmaartenwebcam.com,paradiseislandcam.com,portnassauwebcam.com,m
iamiairportcam.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||animedao.to^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!#if (adguard && !adguard_ext_firefox && !adguard_ext_opera)
soranews24.com#%#//scriptlet('remove-class', 'hidden_share', 'div[id^="post-"]')
soranews24.com#%#//scriptlet('abort-on-property-read', 'jQuery')
||soranews24.com/_static/$replace=/(!1|!0!)=?==SCO\.imgLazyLoad/1===1/,script
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"})});
!#endif
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||googlesyndication.com/safeframe/$domain=soranews24.com
@@||tpc.googlesyndication.com/simgad/$image,domain=soranews24.com
@@||adservice.google.com/adsid/integrator.js$domain=soranews24.com
@@||soranews24.com/wp-content/themes/rocketnews/js/prebid.js$domain=soranews24.com
@@||adservice.google.*/adsid/integrator.js$domain=soranews24.com
@@||pagead2.googlesyndication.com/pagead/$script,domain=soranews24.com
!#endif
!#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
ultraten.net,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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ads.pubmatic.com/AdServer/js/pwt/*/pwt.js$domain=hindustantimes.com
! 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/79437
@@||userload.co/ad-banner-ads.js
! 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/79395
@@||userload.co/ad-banner.js
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,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(')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||investing.com^$generichide
investing.com#@#div[class^="ad_"]
!#endif
! 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')
!+ NOT_PLATFORM(ext_ff)
/static/chunks/pages/_app-*.js$replace=/Request\("https:\/\/
pagead2\.googlesyndication\.com\/pagead\/js\/adsbygoogle\.js"/Request\("https:\/\/
example\.com"/,domain=investing.com
!+ PLATFORM(ext_ff)
/static/chunks/pages/_app-*.js$replace=/Request\("https:\/\/
pagead2\.googlesyndication\.com\/pagead\/js\/adsbygoogle\.js"/Request("https:\/\/
example.com"/,domain=investing.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ext_ff)
@@||pubads.g.doubleclick.net/ondemand/hls/content/*/streams|
$xmlhttprequest,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')
||adex.network/static/js/main.*.chunk.js$replace=/fetch\("https:\/\/
tom\.moonicorn\.network\/channel\/list"/fetch("\/"/
||tom.moonicorn.network/channel/
list$xmlhttprequest,redirect=nooptext,domain=adex.network
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||tom.moonicorn.network/channel/list$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.')
macworld.co.uk$$script[tag-content="Flags."][min-length="20000"][max-
length="300000"]
||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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||viajarsinmotivo.site^$generichide
@@/wp-content/plugins/*WP*/scripts/advertisement.js$domain=acortame.xyz|
viajarsinmotivo.site
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=viajarsinmotivo.site
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$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,lightnovel
pub.com#$#body .adsbox[style*="height"] { display: block !important; }
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovel
pub.com#$#body .adsbygoogle[style*="height"] { display: block !important; }
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovel
pub.com#%#//scriptlet("set-constant", "lnabd", "false")
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovel
pub.com#%#//scriptlet('prevent-element-src-loading', 'img', 'px.moatads.com')
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovel
pub.com#%#//scriptlet("prevent-setTimeout", "/abchecker|AdBlock/")
lightnovelpub.vip,lightnovelworld.com,lightnovelspot.com,webnovelpub.com,lightnovel
pub.com#%#//scriptlet('prevent-setTimeout', '/(?:function)?\(\)(?:=>)?\{(?:
(?!.*(add|remove)Class).*)\(.*"(?:(?!show|visible).*)"\)\}/')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||px.moatads.com/pixel.gif$domain=lightnovelpub.com|webnovelpub.com|
lightnovelspot.com|lightnovelworld.com|lightnovelpub.vip
! https://github.com/AdguardTeam/AdguardFilters/issues/77375
gats.io#$##detect.ad-placement { display: block !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||gats.io^$generichide
! 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.co
m|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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||adsafeprotected.com/vans-adapter-google-ima.js$script,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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||adworkmedia.com/gLoader.php$domain=minecraftraffle.com
! 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/')
@@||prepostseo.com/ad.js$domain=prepostseo.com
@@||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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||a.realsrv.com/video-slider.js$domain=daemon-hentai.com
! 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=d
ocument.createElement("a");a&&(a.appendChild(c),c.setAttribute("class","mgbox"),c.a
ppendChild(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#%#//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/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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||securepubads.g.doubleclick.net/gampad/ads?$domain=purposegames.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=purposegames.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=purposegames.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=twcc.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/75450
@@||imgfo.com/js/ad-blocker.js
! 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
freebitcoin.win$$script[wildcard="*popunder_moon_ads*adblock*"][max-length="500"]
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||js.juicyads.com^$script,domain=badassdownloader.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/
show_ads.js^$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||adservice.google.com/adsid/integrator.js$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)
!+ PLATFORM(ext_safari, ios, ext_android_cb)
@@||googletagmanager.com/gtag/js$domain=linkpoi.me|exey.io|eririo.club|freshi.site|
srek.net|exe.app|eio.io
!#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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||nitropay.com/ads-*.js$domain=genshinimpactcalculator.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73068
!+ PLATFORM(ios, ext_android_cb, ext_safari)
||cdn.tinypass.com^$domain=futurism.com
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=client.falixnodes.net
@@||c.amazon-adsystem.com/bao-csm/aps-comm/
aps_csm.js$xmlhttprequest,domain=client.falixnodes.net
@@||securepubads.g.doubleclick.net/pagead/ppub_config?
ippd=client.falixnodes.net$xmlhttprequest,domain=client.falixnodes.net
!#endif
! 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")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
dlink.mobilejsr.com,healthtune.site#@##text-ad
dlink.mobilejsr.com,healthtune.site#@##ads125
dlink.mobilejsr.com,healthtune.site#@##adcontainsm
dlink.mobilejsr.com,healthtune.site#@##iqadtile8
dlink.mobilejsr.com,healthtune.site#@##ad_bar
dlink.mobilejsr.com,healthtune.site#@##ad-righttop
dlink.mobilejsr.com,healthtune.site#@##bottomad
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/72048
@@||dogemate.com/banner/cointiply_72890.jpg$domain=dogemate.com
dogemate.com#$#img[id^="ads-"] { opacity: 0 !important; }
@@||bitlinks.pw/banner/*.gif$domain=dogemate.com
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
dogemate.com$$script[tag-content="adblock"][min-length="500"][max-length="1000"]
! 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")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=magesy.blog|
magesy.pro
!#endif
magesy.pro##.fuckGitHUB_content
magesy.pro##.fuckGitHUB_blackoverlay
! https://github.com/AdguardTeam/AdguardFilters/issues/72802
@@||encodinghub.com^$generichide
@@||encodinghub.com/wp-content/uploads/*.nz/ads/
! userload.co - antiadblock
userload.co##.adp-underlay
userload.co#%#//scriptlet('prevent-setTimeout', '/style\.display="block"/', '500')
userload.co###map
@@||userload.co/ad-*.js
@@||userload.co/ads/ads-banner.png
@@||userload.co/popads.js
userload.co#%#//scriptlet('abort-current-inline-script', 'document.getElementById',
'.style.display="block"')
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cashearn.cc/img/cointiply_728x90.jpg
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||hobby-machinist.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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,rad
ioitaliacanada.com,miamibeachradio.com,radiosymphony.com,radiocountrylive.com,radio
italylive.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||exosrv.com/popunder1000.js$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$$script[tag-content="window.location.href"][max-length="500"]
memoryhackers.org$$script[wildcard="*location*parseInt*catch*"][min-length="200"]
[max-length="1000"]
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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("bo
dy > *"),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.in
nerHTML=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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||googleads.g.doubleclick.net/pagead/html/*/zrt_lookup.html$domain=forum.release-
apk.com
@@||googleads.g.doubleclick.net/pagead/ads$domain=forum.release-apk.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=forum.release-
apk.com
@@||pagead2.googlesyndication.com/pagead/*/
show_ads_impl*_fy*.js$domain=forum.release-apk.com
@@||pagead2.googlesyndication.com/getconfig/sodar$domain=forum.release-apk.com
!#endif
! 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
!+ PLATFORM(ios, ext_safari)
@@||9now.com.au^$generichide
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googleads.g.doubleclick.net/pagead/id$domain=streameast.live
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=streameast.live
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=konnoznet.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/69361
!+ PLATFORM(ios, ext_android_cb)
@@||a.realsrv.com/video-slider.js$domain=manga1000.com
! https://github.com/AdguardTeam/AdguardFilters/issues/69302
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||freepornhdonlinegay.com^$generichide
! 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/69296
@@||informaxonline.com/wp-content/plugins/wp-safelink/assets/fuckadblock.js
! 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/67739
hpjav.tv#%#//scriptlet("set-constant", "checkdom", "0")
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||evosrv.com/html/videojs/plugins/videojs-contrib-ads.js$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/67069
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-
adsbygoogle,domain=clockks.com
! 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/66614
forum.lunarisx.com#%#//scriptlet("abort-current-inline-script", "$", ".test")
forum.lunarisx.com##body > div[style^="background: rgba(0, 0, 0, 0.4); display:
block;"]
! 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; }
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android ||
adguard_ext_chromium)
!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.rep
laceAll("\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){}});
!#endif
! 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/66059
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$redirect=googlesyndication-
adsbygoogle,domain=humannootropicsindex.com,important
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=humannootropicsindex.com
! 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
!#if (adguard_app_ios)
@@||javcl.com^$generichide
@@||a.realsrv.com/ads.js$domain=javcl.com
!#endif
! 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")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||cdn.intergi.com/prebid/cmg-prebid.js$domain=coolmathgames.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=coolmathgames.com
!#endif
! 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')
ignboards.com$$script[tag-content="runInIframe"][min-length="10000"][max-
length="50000"]
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||deliver.vkcdnservice.com/vast-im.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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.c
om
forums.catholic.com#%#//scriptlet("prevent-setTimeout", "innerHTML.replace")
! https://github.com/AdguardTeam/AdguardFilters/issues/61829
coolsoft.altervista.org#%#//scriptlet('prevent-setTimeout', 'let _')
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=coolsoft.altervista.org
!#endif
! 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 > 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})});
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=premid.app
!#endif
! 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/61308
@@||mixdrop.co/adblock.js
mixdrop.co#%#//scriptlet("set-constant", "MDCore.adblock", "0")
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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;
}
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl*.js$domain=duplichecker.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
faucetcoins.org,dogecrypto.club,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')
!+ PLATFORM(ios, ext_android_cb)
@@||cdn.fuseplatform.net/publift/tags/*/*/fuse.js$domain=zkillboard.com
! https://forum.adguard.com/index.php?threads/talkceltic-detecting-talkceltic-
net.39047
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=talkceltic.net
! 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")
! https://github.com/AdguardTeam/AdguardFilters/issues/58516
truyentranhaudio.com#$##wrapfabtest { height: 1px!important; }
! 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/")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@/js/*/*.js?_v=$~third-party,domain=cracking.org
@@||cracking.org^$generichide
!#endif
! 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/58355
bitlinks.pw#%#//scriptlet("abort-current-inline-script", "$", "/img#ads-|AdBlock/")
bitlinks.pw$$script[tag-content="function check"]
! https://github.com/AdguardTeam/AdguardFilters/issues/57638
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in#%#//scriptlet('remove-
attr', 'src', 'iframe#claimAd')
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in#$#iframe[src*="mellowads.
com"] { display: block; width: 0!important; }
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in#$#iframe#claimAd
{ display: block; width: 0!important; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb ||
adguard_app_windows || adguard_app_mac || adguard_app_android)
moonbit.co.in,moondoge.co.in,moonliteco.in,moondash.co.in#@#iframe[src*="mellowads.
com"]
@@||mellowads.com/view^$~script,domain=moonbit.co.in|moondoge.co.in|moonliteco.in|
moondash.co.in
!#endif
! 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
!+ PLATFORM(mac, windows, android)
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud
.link,streamtape.*$$script[wildcard="*window*googleAd*"]
!#if (!adguard_app_mac && !adguard_app_windows && !adguard_app_android)
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,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.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud
.link,streamtape.*#%#//scriptlet("prevent-setInterval", "adblock", "700")
!#endif
@@||streamtape.*/ad.js
@@||streamadblockplus.com/ad.js
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud
.link,streamtape.*#@#.skyscraper.ad
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,adblockstrtape.link,adblockstrtech.link,adblockstreamtape.*,stape.fun,strcloud
.link,streamtape.*#@#.google-ad
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,strtape.cloud,adblockeronstape.me,streamadblockplus.com,shaveta
pe.*,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$$script[tag-content="Flags."][min-length="20000"]
[max-length="300000"]
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
@@||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
*$xmlhttprequest,redirect-rule=nooptext,domain=financemonk.net|rtxkeeda.com|
houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
*$script,redirect-rule=noopjs,domain=financemonk.net|rtxkeeda.com|
houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
*$image,redirect-rule=32x32-transparent.png,domain=financemonk.net|rtxkeeda.com|
houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
!
@@/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
@@||a2zapk.com^$script,xmlhttprequest,third-party,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||protagcdn.com/s/dropgalaxy.com/site.js$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||services.vlitag.com/adv1/$script,domain=financemonk.net|rtxkeeda.com|
houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
@@||protagcdn.com/check-bot/index.html$subdocument,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||assets.vlitag.com/prebid/default/prebid-*.js$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||jscdn.greeter.me/dropgalaxy.onlinehead.js$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||securepubads.g.doubleclick.net/*/pubads_impl*.js$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||player.aplhb.adipolo.com/prebidlink/$script,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||googletagmanager.com/gtag/js$xmlhttprequest,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
@@||googletagservices.com/tag/js/gpt.js$script,domain=financemonk.net|rtxkeeda.com|
houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|thecubexguide.com
@@||googlesyndication.com^$script,xmlhttprequest,domain=financemonk.net|
rtxkeeda.com|houseofblogger.com|dropgalaxy.com|djxmaza.in|miuiflash.com|
thecubexguide.com
!@@.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
!
dropgalaxy.com$$script[tag-content="#modalpop"]
miuiflash.com,djxmaza.in,thecubexguide.com#$##featuredimage { height: 20px !
important; }
miuiflash.com,djxmaza.in,thecubexguide.com#%#//scriptlet('prevent-
addEventListener', 'DOMContentLoaded', 'antiAdBlockerHandler')
miuiflash.com,djxmaza.in,thecubexguide.com#%#//scriptlet('prevent-xhr',
'/adtrue\.com|eningspon\.com|freychang\.fun|orquideassp\.com|popunder/')
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"]
financemonk.net,rtxkeeda.com,houseofblogger.com,dropgalaxy.com#@#.showads
dropgalaxy.com#%#//scriptlet("set-constant", "_VLIOBJ", "emptyObj")
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
dropgalaxy.com##.pgAdWrapper
!#endif
! For DNS filtering
||truesweb.com/*/*.js$replace=/^[\s\S]*\$/push/,domain=dropgalaxy.com
||financemonk.net^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/dropgalaxy\.com\/assets\/img\/logoo\.png'/
||rtxkeeda.com^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/dropgalaxy\.com\/assets\/img\/logoo\.png'/
||houseofblogger.com^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/dropgalaxy\.com\/assets\/img\/logoo\.png'/
||dropgalaxy.com^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/dropgalaxy\.com\/assets\/img\/logoo\.png'/
||dropgalaxy.com^$replace=/(\\$\(".*?"\)\.val\()'1'(\);)/\$1'0'\
$2/,~script,~xmlhttprequest,~stylesheet
! 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:')
||streama2z.com^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication\.com\/simgad\/[\s\
S]*?'/'https:\/\/fanyv88.com:443\/https\/streama2z.com\/assets\/strlogo.png'/,document
||smartkhabrinews.com^$replace=/'https:\/\/fanyv88.com:443\/https\/tpc\.googlesyndication\.com\/simgad\/[\
s\S]*?'/'https:\/\/fanyv88.com:443\/https\/streama2z.com\/assets\/strlogo.png'/,document
@@||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/55729
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mangallama.com
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=googlesyndication-
adsbygoogle,domain=mangallama.com,important
mangallama.com#$##wrapfabtest { height: 1px!important; }
mangallama.com#%#//scriptlet("abort-current-inline-script", "$", "detected")
! https://github.com/AdguardTeam/AdguardFilters/issues/55755
agxapks.com#$#.publicite.text-ad.adsbox { display: block !important; }
agxapks.com#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||agxapks.com^$generichide
! 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/')
mylink.*,my1ink.*,myl1nk.*,myli3k.*$$script[tag-content="ecodedBodySize"]
mylink.*,my1ink.*,myl1nk.*,myli3k.*$$script[wildcard="*formance*yadb*"][min-
length="500"][max-length="1500"]
! https://github.com/AdguardTeam/AdguardFilters/issues/72466
mylink.vc#%#//scriptlet("prevent-setTimeout", "//in-page-push.")
! https://github.com/AdguardTeam/AdguardFilters/issues/54983
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=puzzles.msn.com
@@||ams.cdn.arkadiumhosted.com/advertisement/video/stable/video-
ads.js$domain=puzzles.msn.com
@@||ams.cdn.arkadiumhosted.com/advertisement/display/stable/display-
ads.js$domain=puzzles.msn.com
! 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/54747
mangareddit.com#@#.ad_box
mangareddit.com#%#//scriptlet("prevent-setTimeout", "advert")
! 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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_firefox)
@@||tstrs.me/img/*#/
@@||tstrs.me^$generichide
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=gaypornhdfree.com|dvdgayonline.com
@@||dvdgayonline.com^$generichide
@@||gaypornhdfree.com^$generichide
@@||dood.yt^$generichide
@@||dood.re^$generichide
@@||dooood.com^$generichide
@@||doods.pro^$generichide
@@||ds2play.com^$generichide
@@||do0od.com^$generichide
@@||d0000d.com^$generichide
!#endif
dvdgayonline.com,gaypornhdfree,dood.re#%#//scriptlet("set-constant", "bab",
"noopFunc")
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")
d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dvdgayonline.com,fxggxt.com,d
ood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws#%#//
scriptlet("set-constant", "googleAd", "true")
d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,dvdgayonline.com,fxggxt.com,d
ood.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/52000
eplayer.is##.force-adblock
! 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","adsbygoogl
e")}a=document.querySelector("#download-popup-inner
> .adsbygoogle");b=document.createElement("iframe");b.style="width: 0px !important;
border: none !important;";a&&a.appendChild(b)});
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lg-firmwares.com|
sfirmware.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/50455
@@||earnbits.xyz/advertisement.js
||earnbits.xyz/check.js
! 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/")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||sznlink.xyz^$generichide
@@||contextual.media.net/dmedianet.js$domain=sznlink.xyz
@@||sznlink.xyz/images/ad-inserter/*/*.js
@@||sznlink.xyz/inc/plugins/ad-inserter-pro/images/ads.png
@@||google-analytics.com/analytics.js$domain=sznlink.xyz
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sznlink.xyz
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl_*.js$domain=sznlink.xyz
!#endif
! 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/50226
@@||btcleets.xyz/static/ads/popunder.js
! 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&&s
etTimeout((()=>{t(o)}),100))}))})).observe(n,{childList:!0,subtree:!0})});
||filecr.com/_next/static/chunks/pages/*.js$replace=/(return new Promise\(.=>{.\
().\|\|.(\)}\))/\$1!1\$2/
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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=filecr.com,important
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_*.js$domain=filecr.com
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-
$subdocument,domain=filecr.com
filecr.com#@#ins.adsbygoogle
filecr.com#$#ins.adsbygoogle { height: 1px !important; }
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||fadsanz.com/*.js$domain=hydrax.net|playhydrax.com
!+ NOT_PLATFORM(ext_ublock)
||madsimz.com/*.js$script,redirect=noopjs,important,domain=hydrax.net|
playhydrax.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||madsimz.com/*.js$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$$script[tag-content="adb:function()"][min-length="20000"][max-
length="40000"]
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ext_edge, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=radiotunes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47331
!+ PLATFORM(ext_opera, ios, ext_android_cb, ext_safari)
@@||animex.club^$generichide
! 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/47044
@@||infortekno.com/wp-content/plugins/*/assets/fuckadblock.js
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||javfinder.id$elemhide
! 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 };
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=quackr.io
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
||deliver.vkcdnservice.com/api/spots/$redirect=nooptext,domain=yandexcdn.com
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||deliver.vkcdnservice.com/api/spots/$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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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/")
!+ PLATFORM(windows, mac, android)
wstream.video#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c)
{if(!/document\.getElementById\([\s\
S]*?\)\.style\.display/.test(a.toString()))return b(a,c)};})();
! 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://github.com/AdguardTeam/AdguardFilters/issues/44836
@@||official-amtemu.com/wp-content/*/assets/js/advertisement$script
! 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/44384
||rawgit.com/fahimraza/FK/master/ad-unblocker.js
irisbuddies.ml#%#//scriptlet("abort-on-property-write", "adregain_wall")
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||adshnk.com^$generichide
@@||adshrink.it^$generichide
@@||shrink-service.it/ads.php$domain=adshnk.com|adshrink.it
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=adshnk.com|
adshrink.it
@@||c.adsco.re/|$domain=adshnk.com
!#endif
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
@@||saruch.co/ads/ad.xml$domain=saruch.co
! 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")
pch.com$$script[tag-content="if (window.PCH) breakingRuleActive = false;"]
pch.com$$script[tag-content="return h.hasOwnProperty('pAPI')"]
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
@@||adservice.google.com/adsid/integrator.js$domain=943thex.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||943thex.com^$generichide
! 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
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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||popads.net/pop.js$domain=videobin.co,important
! 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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
! exclusions for platforms without CSS rules support
falkirkherald.co.uk#@#.pub_300x25
falkirkherald.co.uk#@#.pub_300x250m
falkirkherald.co.uk#@#.pub_728x90
falkirkherald.co.uk#@#.text-ad
falkirkherald.co.uk#@#.text-ad-links
falkirkherald.co.uk#@#.text-ads
falkirkherald.co.uk#@#.textAd
falkirkherald.co.uk#@#.text_ad
falkirkherald.co.uk#@#.text_ads
!#endif
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_ff, ext_opera)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=3dtuning.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
||dailymail.co.uk/static/mol-adverts/*/mol-adverts.js
! 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/40426
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=noopjs,important,domain=stellarfaucet.info
! 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')
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||deliver.vkcdnservice.com/api/spots^$domain=hqq.tv
@@||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
xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbne
tu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.onli
ne,playerhd.org,gledajvideo.top,tikzoo.xyz,filme-
romanesti.ro,peliculas8k.com,vido.fun,europixhd.net,cuevana.*,cuevana3.*,javboys.ca
m,koreanbj.club,vaav.top,ddl-francais.com,cuevana4.cc,watch-
series.site,multiup.us,hqq.tv#%#//scriptlet('set-constant', 'WebSocket',
'undefined')
xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbne
tu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.onli
ne,playerhd.org,gledajvideo.top,younetu.*,tikzoo.xyz,video.q34r.org,korall.xyz,porn
today.ws,tabooporns.com,netuplayer.top,wiztube.xyz,netu.ac,hqq.to,cumgloryhole.com,
hqq.ac,zerknij.cc,speedporn.net,chillicams.net,meucdn.vip,yandexcdn.com,hindipix.in
,hindipix.in,waaw1.tv,waaw.*,czxxx.org,newhost.me,scenelife.org,hqq.tv#%#//
scriptlet("set-constant", "adblockcheck", "false")
younetu.*,chillicams.net,waaw.to,meucdn.vip,yandexcdn.com,hindipix.in,hindipix.in,w
aaw1.tv,waaw.tv,czxxx.org,newhost.me,scenelife.org,hqq.tv#%#//scriptlet("set-
constant", "adBlockDetected", "noopFunc")
@@/fuckadblock.js$domain=uniqueten.net|topcryptoz.net|allcryptoz.net|meucdn.vip|
yandexcdn.com|scenelife.org|hqq.tv|newhost.me|czxxx.org|waaw.tv
@@||cdn.jsdelivr.net/npm/videojs-contrib-ads/dist/
videojs.ads.min.js$domain=scenelife.org|hqq.tv|newhost.me|czxxx.org|waaw.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=scenelife.org|hqq.tv|
newhost.me|czxxx.org|waaw.tv
||deliver.vkcdnservice.com/vast-im.js$script,redirect=noopjs,domain=meucdn.vip|
yandexcdn.com|waaw.to|hindipix.in|hindipix.in|waaw1.tv|waaw.tv|czxxx.org|
newhost.me|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|hindipix.in|
hindipix.in|waaw1.tv|waaw.tv|czxxx.org|newhost.me|scenelife.org|hqq.tv
!#if (adguard_ext_edge || adguard_app_ios || adguard_ext_android_cb ||
adguard_ext_safari)
@@/ad/top/popunder.js$~third-party,domain=korall.xyz|porntoday.ws|tabooporns.com|
netuplayer.top|wiztube.xyz|netu.ac|hqq.to|cumgloryhole.com|hqq.ac|zerknij.cc|
speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|hindipix.in|hindipix.in|
waaw1.tv|waaw.tv|czxxx.org|newhost.me|scenelife.org|hqq.tv|video.q34r.org|younetu.*
@@||googletagmanager.com/ns.html?id=GTM-$domain=korall.xyz|porntoday.ws|
tabooporns.com|netuplayer.top|wiztube.xyz|netu.ac|hqq.to|cumgloryhole.com|hqq.ac|
zerknij.cc|speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|hindipix.in|
hindipix.in|waaw1.tv|waaw.tv|czxxx.org|newhost.me|scenelife.org|hqq.tv|younetu.*
@@||vkcdnservice.com/api/spots/$domain=waaw.to|hindipix.in|hindipix.in|waaw1.tv|
waaw.tv|czxxx.org|newhost.me|scenelife.org|hqq.tv
@@||deliver.vkcdnservice.com/vast-im.js$domain=meucdn.vip|yandexcdn.com|waaw.to|
hindipix.in|hindipix.in|waaw1.tv|waaw.tv|czxxx.org|newhost.me|scenelife.org|hqq.tv
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=playvideohd.com|
javboys.cam
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||up-load.io/*/img/*.png#
! https://github.com/AdguardTeam/AdguardFilters/issues/38127
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb)
@@||cle0desktop.blogspot.com^$generichide
@@.png#$domain=cle0desktop.blogspot.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=cle0desktop.blogspot.com
!#endif
! 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", "")
||pubads.g.doubleclick.net/gampad/ads?*Wuxia_Video_*www.wuxiaworld.com$replace=/
(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
!+ PLATFORM(ext_opera, ios, ext_android_cb, ext_safari)
@@||pubads.g.doubleclick.net/gampad/ads?*Wuxia_Video_*www.wuxiaworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38117
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||dropapk.to^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||dropapk.to/*.png#
! https://github.com/AdguardTeam/AdguardFilters/issues/37992
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||mycumx.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||mycumx.com/images/*.png#
! https://github.com/AdguardTeam/AdguardFilters/issues/38049
||racedepartment.com/js/RD/blockDetect.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37798
@@||v7player.wostreaming.net/ads.js
v7player.wostreaming.net#@#.ad-text
v7player.wostreaming.net#@#.ad-content
v7player.wostreaming.net#$##adblocker-test-ad { display: block!important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||v7player.wostreaming.net^$generichide
! 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
!+ PLATFORM(ext_android_cb, ext_safari, ios)
@@/advert3.js|$domain=yourdailypornvideos.com
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||pharmaguideline.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@.png#-$domain=pharmaguideline.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||ktmx.pro^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@.jpg#$domain=ktmx.pro
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freetutorialsus.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/36749
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||simulatedapeminer.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||jelajahinternet.me^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@.png#$domain=jelajahinternet.me
! https://github.com/AdguardTeam/AdguardFilters/issues/36653
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||getfreesmsnumber.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/36642
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||mega-debrit.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/36619
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||direct-link.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@.gif#$domain=direct-link.net
! 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/35900
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||elsfile.org^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=elsfile.org
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||hulblog.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35557
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||panditfiles.pro^$generichide
! 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
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=di.fm
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,redirect=nooptext,important,domain=di.fm
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
||pubads.g.doubleclick.net/gampad/live/ads?correlator=$replace=/(<VAST[\s\S]*?>)[\
s\S]*<\/VAST>/\$1<\/VAST>/
@@||gvt1.com/videoplayback/id/*/source/gfp_video_ads/*/file.mp4$domain=rx.iscdn.net
@@||pubads.g.doubleclick.net/gampad/live/ads?correlator=$domain=rx.iscdn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/132282
! https://github.com/AdguardTeam/AdguardFilters/issues/110333
! https://github.com/AdguardTeam/AdguardFilters/issues/42469
! https://github.com/AdguardTeam/AdguardFilters/issues/38924
! https://github.com/AdguardTeam/AdguardFilters/issues/36992
! https://github.com/AdguardTeam/AdguardFilters/issues/35452
linksht.com#%#//scriptlet("prevent-setTimeout", "/text()|0x/")
linksht.com#%#//scriptlet("abort-current-inline-script", "Array", "0x")
linksht.com$$script[tag-content="DetecAdBlock"][min-length="500"][max-
length="3000"]
*$script,third-party,redirect-rule=noopjs,domain=linksht.com
||t0gju20fq34i.com/*.js$script,redirect=noopjs,domain=linksht.com
||statsforads.com/tag/*.min.js$script,redirect=noopjs,domain=linksht.com
||optad360.*/*/*.min.js$script,redirect=noopjs,domain=linksht.com
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=noopjs,domain=linksht.com
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||t0gju20fq34i.com/*.js$domain=linksht.com
@@||cmp.optad360.io/items/*.min.js$domain=linksht.com
@@||get.optad360.io/sf/*/plugin.min.js$domain=linksht.com
@@||statsforads.com/tag/*.min.js$domain=linksht.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=linksht.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=linksht.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/35406
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||yupptv.in^$generichide
@@||yupptv.in/images/*.png#
@@||yupptv.in/images/yupptv.svg#
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/35292
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||fforfree.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@.png#$domain=fforfree.net
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
!+ NOT_PLATFORM(windows, mac, android)
@@||theseotools.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35294
@@||techsighter.com/js/*.js
techsighter.com#%#//scriptlet("abort-current-inline-script", "$", "!
document.getElementById(btoa")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||techsighter.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35212
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||midiextreme.blogspot.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/
show_ads.js$domain=flashplayer.fullstacks.net
! https://github.com/AdguardTeam/AdguardFilters/issues/35129
official-kmspico.com#%#//scriptlet("set-constant", "$tieE3", "true")
@@||official-kmspico.com/wp-content/*/wp-content/themes/jannah/assets/js/
advertisement-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35055
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||techperiod.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35068
helis.com#$##ablockercheck { display: block!important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||helis.com^$generichide
! 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"); } });
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gametop.com
@@||gametop.com^$generichide
gametop.com##.adsbygoogle > *
!#endif
!+ PLATFORM(ext_ff, ext_opera, ext_ublock)
gametop.com#$#.adsbygoogle { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30536
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||wikiall.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34990
@@||surfsees.com/wp-content/plugins/clickarsf/assets/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||surfsees.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34987
macrotrends.net#%#//scriptlet("abort-current-inline-script", "atob",
"removeCookie")
macrotrends.net$$script[tag-content="removeCookie"][min-length="8000"][max-
length="20000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34958
appnee.com#$?#body[style*="visibility"] { visibility: visible !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||appnee.com^$generichide
! 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|")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||win10.vn^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34853
@@||tinyhomebuilders.com/scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34884
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||businessvoip.pw^$generichide
! 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/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||speed4up.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34854
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||stfly.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34832
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||kickedface.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34787
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||xiaomifirmwareupdater.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34742
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||4downfiles.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34725
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||filesharing.io^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||indianhacking.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34663
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||jntufastupdates.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34569
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||akoam.ws^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34535
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||shaanig.se^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34484
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||akoam.site^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||vabstutorials.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34399
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||infosehatku.club^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34311
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||kubadownload.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34288
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||closeload.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34338
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||muhammadyoga.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34224
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||litepaste.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34211
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||railwayoperationsimulator.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34176
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||myshorturls.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34175
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pitbullofficial.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34110
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||annakendrick-fr.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/98062
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||freevpn4you.net/*/advt.png
freevpn4you.net#$##adbanner { display: block !important; }
!#endif
!+ PLATFORM(windows, mac, android)
||freevpn4you.net/*.php$replace=/ins\.clientHeight =/ins.clientHeight !/
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||freevpn4you.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33986
gamekit.com#$#.ad.ads.adBanner { display: block!important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||gamekit.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34002
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||shortzon.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33863
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||business-mortgage.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33861
namemc.com#%#//scriptlet("abort-current-inline-script", "navigator",
"Object.defineProperties?Object.defineProperty:function")
namemc.com$$script[tag-content="Object.defineProperties?
Object.defineProperty:function"][max-length="120000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33837
manyak.info$$script[tag-content="[][(![]+[])[+[]]"][min-length="15000"][max-
length="25000"]
!+ PLATFORM(ext_opera, ios, ext_android_cb, ext_safari)
@@||manyak.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33870
@@||123link.biz/js/blockadblock.js
123link.biz#%#//scriptlet("abort-on-property-read", "showAdsBlock")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||123link.biz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33932
! https://forum.adguard.com/index.php?threads/hanime-tv-unable-to-block.32296/
hanime.tv#@#.ad-content-area
hanime.tv#@#.vertical-ad
hanime.tv#$#.htv-video-player > iframe { display:block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33857
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||piktag.net^$generichide
! insurance-info.us
@@||insurance-info.us/src/advertisement.js
! 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")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=worder.cat
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||rmdan.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33653
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||sarapbeh.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33657
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nonsensediamond.online^$generichide
! link-to.net
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||link-to.net^$generichide
! skycloud-exploit.weebly.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||skycloud-exploit.weebly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33511
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ke1.nl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33423
antiadblockscript.com#@#.ad_box
! https://github.com/AdguardTeam/AdguardFilters/issues/33484
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||hackinblood.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33476
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freecourseweb.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33487
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||watchhowimetyourmother.online^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33475
vidlox.me#%#//scriptlet("set-constant", "adb", "0")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||popads.net/pop.js$domain=vidlox.me,important
! https://github.com/AdguardTeam/AdguardFilters/issues/33433
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||rmdan.tv^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/33321
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||jobhunterplg.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33348
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||tamilyogi.eu^$generichide
@@||tamilyogi.nu/wp-content/*.png#
@@||tamilyogi.eu/wp-content/*.png#
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||desirecourse.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33351
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||openloadtv.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33362
cyfostreams.com###blockblockA
@@||cyfostreams.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33055
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freeserial-keys.blogspot.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/google_top_exp.js$domain=freeserial-
keys.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/33303
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||replica-watch.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33270
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||gradown.com^$generichide
! 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)})();
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||megaxz.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||megaxz.com/ext/*.png#/
! 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)})();
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nonsensediamond.website^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34363
! https://forum.adguard.com/index.php?threads/freepsdvn-com.31748/
!+ PLATFORM(ios, ext_android_cb, ext_safari, ext_ublock)
@@||freepsdvn.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31759
@@||xcafe.com/*/advertisement.jsf
! https://github.com/AdguardTeam/AdguardFilters/issues/33118
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||bloggingdekh.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ioscreator.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33167
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||damnripped.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33058
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||itopmusic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33008
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||javsubtitle.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33028
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||webgate.tn^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32994
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pes.social^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||robot-forum.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32813
teachertube.com#%#//scriptlet("abort-current-inline-script",
"document.addEventListener", "|kcolbdakcolb|")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||teachertube.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31731
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ausbt.com.au^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32722
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||smscodeonline.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32580
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||myxclip.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32672
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||promovies.pro^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32582
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||huynhhieu.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||software-on.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32581
@@||reactiongaming.us/community/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/32526
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||url.hulblog.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||suarankri.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32460
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||memoryhackers.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32447
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||futbin.com^$generichide
! 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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dausel.co
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=dausel.co
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/32340
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||megaurl.in^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||dropapk.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32216
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||elecgate.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32189
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||professionaltutorial.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32185
! https://github.com/AdguardTeam/AdguardFilters/issues/101490
crackstreams.*,soccerworldcup.me,720pstream.me,buffstreams.*,vipboxtv.*,fbstream.tv
,cricstream.me,viprow.*,socceronline.me,vipleague.*,vipbox.*,strikeout.*#$#.positio
n-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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||alexgoldcheidt.com^$generichide
! veuclips.com - antiadblock
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||veuclips.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32108
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ttorial.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31983
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||diysideas.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31892
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||getlec.blogspot.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@.png#$domain=getlec.blogspot.com
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||slink.bid^$generichide
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mmacore.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/31840
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||xpickle.club^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31745
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||colorspire.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31498
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||upfiles.top^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31475
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||rangdhanu.live^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31400
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||letsdownloads.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31383
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||venipa.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31375
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||mohanlalmovieshub.blogspot.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||resources.blogblog.com/img/*.png#/$domain=mohanlalmovieshub.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31351
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||railpictures.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26283
justjared.com$$script[tag-content="pub_300x250m"][max-length="14000"]
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||vipshare.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31182
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nyaa.pantsu.cat^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31174
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||1idsly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31157
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||arcadepunks.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31126
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||magesypro.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31091
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||updatetribun.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31050
memoryhackers.org#@#.pub_300x250
! https://github.com/AdguardTeam/AdguardFilters/issues/31145
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nullpress.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freeapps4y.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30995
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ttsmp3.com^$generichide
! 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/')
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
/^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
!#endif
@@||cdn.http.anno.channel4.com^$domain=channel4.com
@@||ad-emea.doubleclick.net/ad/*$domain=channel4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30931
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||prgwonders.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30941
@@||leakforums.co/js/siropu/am/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/30924
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||adslink.pw^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30777
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||catchsms.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30766
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||smstibo.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||wehellas.gr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30799
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pastemod.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30755
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freesmscode.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||shrtfly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30729
kissanime.si#%#//scriptlet("set-constant", "check_adblock", "true")
! videostreamlet.net - antiadblock
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||videostreamlet.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30617
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nb-music.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||up-to-down.net^$generichide
! 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() {};
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=avoiderrors.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=avoiderrors.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30456
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freecourselab.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30404
!+ NOT_PLATFORM(windows, mac, android)
@@||akalaty4day.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30363
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||raid-data-recovery-link.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30364
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||melonesinpreneur.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/30381
heidisql.com#%#//scriptlet('set-constant', 'floovy', 'undefined')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=heidisql.com
! 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/30114
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||akanosora.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/121637
! https://github.com/AdguardTeam/AdguardFilters/issues/36005
! https://github.com/AdguardTeam/AdguardFilters/issues/30143
||theappstore.org/script.js$replace=/ab = "yes";/ab = "no";/
||theappstore.org/script.js$replace=/(result\.length > 10000 \? "no" : ")yes(";)/\
$1no\$2/
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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=theappstore.org
! https://github.com/AdguardTeam/AdguardFilters/issues/29716
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||porkyfap.org^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||webcache.googleusercontent.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29076
@@||mx-sh.net/advertisements.js
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||mx-sh.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29138
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||lingolex.com^$generichide
!+ PLATFORM(ext_opera, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=thelibertydaily.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29894
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||geki.tech^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ooodesi.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29628
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||anime-update2.site^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29605
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||gametop.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29164
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||desirecourse.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29443
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||addoncloud.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28031
@@||cutearn.ca^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29440
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||iglive.me^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=couponscorpion.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29444
@@||dramaz.se/*antiadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29418
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||omglyrics.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29417
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||omgmusik.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29401
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=gameswf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/29148
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||4gsmmaroc.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/29101
!+ NOT_PLATFORM(windows, mac, android)
@@||drivebox.club^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28927
@@||filevast.com/popads.js
filevast.com#$##blockblockA { display: none!important; }
filevast.com#$##blockblockB { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28900
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||dutchycorp.space^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28894
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||healbot.dpm15.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28836
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||earn-url.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||lols.gg^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28748
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||cointalk.club^$generichide
! sonycrackle.com - making player unhidden
sonycrackle.com#$#.cracklePlayer > div > div { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28742
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||100count.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28763
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cdn.witchhut.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28689
@@||ebonus.gg/ads/ads.js
@@||google-analytics.com/r/collect?url=*://pubads.g.doubleclick.net/pcs/click|
$domain=ebonus.gg
ebonus.gg#$#.grey-area { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28471
@@||googletagmanager.com/gtag/js$domain=telerium.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/28720
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||getpaidtoshare.money^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||justlightnovels.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28514
@@||earnz.xyz/js/adsbygoogle.js
earnz.xyz#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/28466
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||oldskool.vip^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28389
@@||aniwatcher.com/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28420
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||vpnjantit.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28307
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||bdix.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28377
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||iwatchtheoffice.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||karaoke-tutor.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||idealsilhouette.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28121
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||studydhaba.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||courseclub.net^$generichide
! 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/28037
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||animedao28.stream^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||techreviewpro.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27797
!+ NOT_PLATFORM(windows, mac, android)
@@||nulledteam.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/39622
@@/show-ad.js$domain=afdah.info,~third-party
@@/show-ads.js$domain=afdah.info,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/27643
||googletagmanager.com/gtag/$domain=strikeout.nu
! https://github.com/AdguardTeam/AdguardFilters/issues/27754
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||tomato.to^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27747
@@||static.doubleclick.net/instream/ad_status.js$domain=linksht.com
! 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/27481
@@||gearingcommander.com/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27493
@@||filegage.com/popads.js
filegage.com#$##blockblockB { display: block!important; }
filegage.com#$##blockblockA { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/27506
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||nooyul.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27435
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||giga74.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||file-up.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26985
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||ani-ost.info^$generichide
! 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.getElementsBy
TagName("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)}});
a2zapk.com$$script[tag-content="'Adblock','Enabled'"][min-length="5000"][max-
length="10000"]
@@|http*://*.*/*.$image,third-party,domain=a2zupload.com
@@||a2zapk.com/images/$image,domain=a2zupload.com
! if DNS filtering enabled
||educatiocenter.online^$replace=/'https:\/\/[\w\d.\/?&=]+'/'https:\/\/
a2zapk.com\/images\/favicon.ico'/
||tpc.googlesyndication.com/simgad/*?w=*&h=$domain=a2zupload.com|
educatiocenter.online,redirect=1x1-transparent.gif,important
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||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
!#endif
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||adsterra.com/*.jpg$redirect=nooptext,important,domain=unlockapk.com|a2zapk.com
||popads.net/*.jpg$redirect=nooptext,important,domain=unlockapk.com|a2zapk.com
||steepto.com/g/$redirect=nooptext,important,domain=unlockapk.com|a2zupload.com
||googleads.g.doubleclick.net/aclk$redirect=nooptext,important,domain=unlockapk.com
||doubleclick.net/*.jpg$redirect=nooptext,important,domain=unlockapk.com
||googleads.g.doubleclick.net/pagead/
$image,redirect=nooptext,important,domain=unlockapk.com
!#endif
!+ 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"); });
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=unlockapk.com
@@||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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||broncos.com.au^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mshare.io|
mshare.xyz
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||mshare.io^$generichide
! 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 });
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=safelinkmoba.blogspot.com
!+ PLATFORM(ext_ff, ext_opera)
safelinkmoba.blogspot.com#$#.adsbygoogle { position: absolute!important; left: -
3000px!important; }
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pub-config/*/ca-pub-*.js$domain=dl.ccbluex.net
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||adservice.google.*/adsid/integrator.js?
domain=dl.ccbluex.net$domain=dl.ccbluex.net
! https://github.com/AdguardTeam/AdguardFilters/issues/26841
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||purposegames.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||freecoursesite.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=exiledros.net
! 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/26502
thoptv.info#%#AG_onLoad(function() { var
el=document.querySelector('ins.adsbygoogle'); if(el)
{ el.appendChild(document.createElement('div')); } });
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=thoptv.info
! https://github.com/AdguardTeam/AdguardFilters/issues/26474
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||sardeath.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||fakyu.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26316
@@||cdnjs.cloudflare.com/ajax/libs/blockadblock/*/blockadblock.js$domain=clk.ink
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||clk.ink^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26242
!+ PLATFORM(ios, ext_android_cb)
@@||upost.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26229
@@||mc-premium.org/assets/js/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb)
@@||mc-premium.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26334
!+ PLATFORM(ios, ext_android_cb)
@@||highresolutionmusic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26226
!+ PLATFORM(ios, ext_android_cb)
@@||vpnssh.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26225
!+ PLATFORM(ios, ext_android_cb)
@@||freevpn.us^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26212
uploadbox.io$$script[tag-content="replaceContentWithAdBlockerContent"][max-
length="1500"]
uploadbox.io#%#//scriptlet('set-constant', 'replaceContentWithAdBlockerContent',
'noopFunc')
@@||uploadbox.io/js/advertisement.js
!+ PLATFORM(ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=uploadbox.io
! https://github.com/AdguardTeam/AdguardFilters/issues/26177
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||eslwriting.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25901
!+ PLATFORM(ios, ext_android_cb)
@@||thenerdic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26097
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||naturalbd.com^$generichide
! 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
receive-sms-online.info$$script[wildcard="*document.getElementsByTagName*AdBlock*"]
[max-length="1200"]
!+ NOT_PLATFORM(windows, mac, android)
@@||google-analytics.com/analytics.js$domain=receive-sms-online.info
! https://github.com/AdguardTeam/AdguardFilters/issues/25765
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||lewdzone.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||oemdtc.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||techposts.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25364
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||smsnumbersonline.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25322
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||textmechanic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25245
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sportsvideo.net^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||geekrar.com^$generichide
! 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$$script[tag-content="getElementById(""adblockinfo"")"][max-
length="300"]
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
!||getintopc.com/wait-for-resource/$replace=/(javascript">)var _0x[\s\S]*?\
(function\([\s\S]*?\("(location\.href[\s\S]*?)"[\s\S]*?}\,[\s\S]*?;[\s\S]*?(<\/
script>)/\$1\$2\$3/
!||solvetube.site/video-guide-for-setup-installation/$replace=/(javascript">)var
_0x[\s\S]*?\(function\([\s\S]*?\("(location\.href[\s\S]*?)"[\s\S]*?}\,[\s\S]*?;[\s\
S]*?(<\/script>)/\$1\$2\$3/
!||solvetube.site/file-will-start-automatically$replace=/(javascript">)var _0x[\s\
S]*?\(function\([\s\S]*?\("(location\.href[\s\S]*?)"[\s\S]*?}\,[\s\S]*?;[\s\S]*?
(<\/script>)/\$1\$2\$3/
! 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.f
loor(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.sa
lt&&(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));r
eturn 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.e
nc.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/")
unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info$
$script[wildcard="*constructor===Object*"][min-length="10000"][max-length="20000"]
unique-tutorials.info,getintopc.com,solvetube.site,tech-platform.info$
$script[wildcard="*String.fromCharCode*b64*"][min-length="10000"][max-
length="20000"]
||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
!+ PLATFORM(ios, ext_android_cb)
@@||readonepunchman.net^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||racingsportscars.com^$generichide
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=temp-mail.org
||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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||fce365.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24585
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||bdiptv.stream^$generichide
! 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)};})();
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=rim-world.com
! 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")
trueachievements.com,pockettactics.com$$script[tag-
content="={""isIframeNetworking"":false,""mappings"":[{""selector"":""link[href*="]
[max-length="15000"]
ign.com#%#//scriptlet('abort-current-inline-script', 'addEventListener', 'iframe-
network')
ign.com$$script[tag-content="'iframe-network'"][min-length="10000"][max-
length="30000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/24396
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gceguide.com^$generichide
! 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 };
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=simply-debrid.com
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||itdmusic.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24179
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=igniel.com,redirect=nooptext,important
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=igniel.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24180
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||linkjust.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24186
@@||emailregex.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/24119
!+ PLATFORM(ios, ext_android_cb)
@@||updatesmarugujarat.in^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||tellmehow.co^$generichide
! 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/23450
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||xshark.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/23334
!+ PLATFORM(ios, ext_android_cb)
@@||mtled-novels.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/23318
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sourcebincc.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22722
! https://github.com/AdguardTeam/AdguardFilters/issues/21596
||static.popads.net/js/trustguard.js$script,redirect=noopjs,important
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||static.popads.net/js/trustguard.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23144
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||arianatoday.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/23068
mackie100projects.altervista.org###fuckadblock
! https://github.com/AdguardTeam/AdguardFilters/issues/23027
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gamecode.win^$generichide
! 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 });
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=safelink.miuipedia.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=safelink.miuipedia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22955
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||download.pixelexperience.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22916
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||tvs.jagobd.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||matchat.online^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22720
||cdn.rawgit.com/MuhBayu/adBDetect^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/22651
!+ PLATFORM(ios, ext_android_cb)
@@||intercelestial.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||freaktab.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22478
msguides.com#$##msgblogheader { height: 1px!important; }
!+ PLATFORM(ios, ext_android_cb)
msguides.com###an-Modal[style*="z-index: 999999"]
!+ PLATFORM(ios, ext_android_cb)
msguides.com###an-Modal + .reveal-modal-bg[style*="z-index: 999999"]
! readshingekinokyojin.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||readshingekinokyojin.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22398
@@||upload.ac/hg/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22350
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||thewpclub.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||ministryofsolutions.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||videoadept.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||superyachtfan.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22070
!+ PLATFORM(ios, ext_android_cb)
@@||myvidster.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22048
@@||sfl.ink^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21862
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gotofap.tk^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gotofap.tk/wp-content/*#/ad_generator./adlink_/
! https://github.com/AdguardTeam/AdguardFilters/issues/21859
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||freetimelearning.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21792
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pokemonexotic.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21888
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||blackmod.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21839
!+ PLATFORM(ios, ext_android_cb)
@@||udemycoursedownloader.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||steamid.uk^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||short24.pw^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||readheroacademia.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21459
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pastepub.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||adservice.google.com/adsid/integrator.js$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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cll.press^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21287
||opjav.com/statics/defaultv2/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21204
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||discordemoji.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21209
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gamezito.com^$generichide
! 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.ibl
ogbox.com#%#//scriptlet('set-constant', 'gadb', 'false')
!#if (adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=mhtviewer.booogle.net|
kmlviewer.nsspot.net|epubreader.1bestlink.net|imagetotext.iblogbox.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=mhtviewer.booogle.net|kmlviewer.nsspot.net|
epubreader.1bestlink.net|imagetotext.iblogbox.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20910
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||akashiro.co.id^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||eveningtimes.co.uk^$generichide
! 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$$script[tag-content="Flags.networkListener"][min-length="20000"][max-
length="150000"]
reuters.com#%#window.uabpdl = window.uabInject = window.uabpDetect = true;
@@||reuters.com/ads.js|
!#if (adguard_app_ios || adguard_ext_android_cb)
reuters.com##div[id^="google_ads_iframe_"]
reuters.com##.DPSlot_container[data-ad-type]
@@||adservice.google.*/adsid/integrator.js$domain=reuters.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=reuters.com
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=reuters.com
@@||tpc.googlesyndication.com/safeframe/*/html/container.html$domain=reuters.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20786
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||europeanclassiccomic.blogspot.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||watoday.com.au^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20841
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sinepinoy.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
!#safari_cb_affinity(all)
!+ NOT_OPTIMIZED PLATFORM(ios, ext_android_cb)
@@||7plus.com.au^$generichide
!#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
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb)
@@||360haven.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=360haven.com
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=360haven.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20477
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||skidrowgamescpy.org^$generichide
! 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)};})();
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=happyfor.win
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=happyfor.win
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20257
emurom.net#$##adsense { display: block!important; height: 1px!important; }
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||emurom.net^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=emurom.net
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=emurom.net
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20377
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||nibbits.com^$generichide
! https://forum.adguard.com/index.php?threads/getlink-pw.29175/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||getlink.pw^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20130
@@||mp4upload.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20222
!+ PLATFORM(ios, ext_android_cb)
@@||shon.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20187
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||coingrabr.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/20126
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||wroffle.com^$generichide
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/20135
plg.ovakode.com#@#.bottom-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/20026
!+ PLATFORM(ios, ext_android_cb)
@@||radiocut.fm^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||developerinsider.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19899
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||freetutorials.us^$generichide
! 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/19754
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mufasi.ga
! https://github.com/AdguardTeam/AdguardFilters/issues/19753
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=hiddenobjectgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||dream-sound.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||facepunch.io^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||biters.io^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||fisp.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19558
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=wordgames.com
!+ PLATFORM(ios, ext_android_cb)
@@||wordgames.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19473
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||dove-cameron.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19455
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||serialwale.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||thesurfersview.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19214
!+ PLATFORM(ios, ext_android_cb)
@@||s-kip.eu^$generichide
! 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
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb,
ext_ublock)
@@||onlinevideoconverter.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19255
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||galaxy.gala100.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pinsystem.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19240
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||wizblogger.com^$generichide
! 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/19092
@@||ad.skylinewebcams.com/ad.php
! https://github.com/AdguardTeam/AdguardFilters/issues/19050
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||wallpaper-house.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18807
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||syriancivilwarmap.com^$generichide
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=syriancivilwarmap.com
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl.js$domain=syriancivilwarmap.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18806
@@||hm732.com/adverts/ad-400.js
goodtoknow.co.uk#%#//scriptlet("abort-current-inline-script", "IPCCoreQueue",
"bidWon")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||goodtoknow.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18633
@@||evowars.io/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18700
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||vivads.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18728
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||maclife.vn^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||mytechnopedia.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18628
@@||1fichier.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18569
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||streamlord.com^$generichide
! 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,kisstvs
how.to,kissasian.*$$script[tag-content="Please disable AdBlock"][max-length="2500"]
kisstvshow.net,lifestylehack.info,keephealth.info,kimcartoon.li,kissorg.net,kisstvs
how.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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||bebi.com/js/plugins.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|
kissorg.net|kisstvshow.to|kissasian.li|kisstvshow.net|kissasian.mx|kissasian.sh|
kissasian.lu
@@||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.li|kisstvshow.net|kissasian.mx|kissasian.sh|
kissasian.lu
@@||propellerads.com/wp-content/themes/Zephyr/framework/js/
jquery.simpleplaceholder.js$domain=lifestylehack.info|keephealth.info|
kimcartoon.li|kissorg.net|kisstvshow.to|kissasian.li|kisstvshow.net|kissasian.mx|
kissasian.sh|kissasian.lu
@@||pubmatic.com/wp-content/themes/pubmatic/js/
jquery.alignHeight.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|
kissorg.net|kisstvshow.to|kissasian.li|kisstvshow.net|kissasian.mx|kissasian.sh|
kissasian.lu
@@||pubmatic.com/wp-content/plugins/pardot/js/
asyncdc.min.js$domain=lifestylehack.info|keephealth.info|kimcartoon.li|kissorg.net|
kisstvshow.to|kissasian.li|kisstvshow.net|kissasian.mx|kissasian.sh|kissasian.lu
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/18215
!+ PLATFORM(ios, ext_android_cb)
@@||j-talk.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12524
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=yalujailbreak.net
! https://github.com/AdguardTeam/AdguardFilters/issues/18350
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||apnetv.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/18139
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||sorcerers.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17420
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||topvideosgay.com^$generichide
! 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});
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=xberuang.blogspot.com|xberuang.blogspot.de
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=xberuang.blogspot.com|xberuang.blogspot.de
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
xberuang.blogspot.de,xberuang.blogspot.com#$#.adsbygoogle { position: absolute!
important; left: -3000px!important; }
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||leakforums.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17110
!+ NOT_PLATFORM(windows, mac, android)
finalservers.net#%#(function(){var
b=window.setInterval;window.setInterval=function(a,c){if(!/t\.visibility=='none'/.t
est(a.toString()))return b(a,c)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/17098
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||0mniscient.github.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17644
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||bikeradar.com^$generichide
! 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,note
bookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-
tr.com,notebookcheck.se,notebookcheck-ru.com$$script[tag-
content="Flags.networkListener"][min-length="20000"][max-length="150000"]
radio.net,notebookcheck-
hu.com,notebookcheck.com,notebookcheck.net,notebookcheck.org,notebookcheck.biz,note
bookcheck.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,note
bookcheck.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,note
bookcheck.it,notebookcheck.nl,notebookcheck.info,notebookcheck-
tr.com,notebookcheck.se,notebookcheck-ru.com#%#window.uabpdl = window.uabInject =
true;
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||snigelweb-com.videoplayerhub.com/videoloader.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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||radio.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17518
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||contract-miner.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17607
@@||a2zapk.com/ads.js
a2zapk.com#%#window.ads = "on";
! https://github.com/AdguardTeam/AdguardFilters/issues/17560
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||appvn.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17604
@@||hulkshare.com/combine/*adblocker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17382
!+ PLATFORM(ios, ext_android_cb)
@@||mylivesignature.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17336
sofonesia.com###popDiv
! https://github.com/AdguardTeam/AdguardFilters/issues/17341
! https://github.com/AdguardTeam/AdguardFilters/issues/19061
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||winhelp.us^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17104
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||geomedia.gala100.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17514
intercelestial.com##.swal2-container
! https://github.com/AdguardTeam/AdguardFilters/issues/16631
!+ PLATFORM(ios, ext_android_cb)
@@||kissasian.li^$generichide
! 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; }
!#if (adguard_ext_android_cb || adguard_app_ios)
@@||facebook.com/adsmanager/$generichide
!#endif
[$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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||extraimage.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17379
@@||ruluthemes.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17295
@@||crackedgameservers.com/uploads/set_resources*adframe.js
! https://github.com/AdguardTeam/AdguardFilters/issues/17077
!+ PLATFORM(ios, ext_android_cb)
@@||svipvids.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17196
hotcars.com#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/28122
! https://github.com/AdguardTeam/AdguardFilters/issues/16909
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@.png#*ad/$image,domain=visionias.net
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||visionias.net^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||mcoc-guide.blogspot.in^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||mcoc-guide.blogspot.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||mcoc-guide.blogspot.co.uk^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||global.ssl.fastly.net/ad2/*/x.$domain=autoexpress.co.uk
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||silicongadget.com^$generichide
! 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/16390
mellowads.com#@##frameAd
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||education-load.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=education-
load.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=education-
load.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15951
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||fuyufs.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||ditchthecarbs.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15851
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pes-patch.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15848
@@||phoenixnewtimes.com/js_cache/ads.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/15850
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||kodi-tutorials.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15840
@@||macup.org/themes/flow/frontend_assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15834
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||wallpaperenginefree.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||adsrt.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15546
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||hdbox.ws^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15533
!+ PLATFORM(ios, ext_android_cb)
@@||satoshihero.com^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||satoshimonster.com^$generichide
! 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); } });
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
rockfile.co#$#.adsbygoogle { height: 0!important; }
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rockfile.co
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=rockfile.co
! https://github.com/AdguardTeam/AdguardFilters/issues/15381
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/*/
fuckadblock.min.js$domain=mp4mania.xyz
!+ PLATFORM(ios, ext_android_cb)
@@||mp4mania.xyz^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||bagusdl.pro^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15273
!+ PLATFORM(ios, ext_android_cb)
@@||donnaglamour.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15275
!+ PLATFORM(ios, ext_android_cb)
@@||ripple.is^$generichide
! 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);}};
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=elfqrin.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=elfqrin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15180
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||onvasortir.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15043
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||funtastic-vids.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||blogthetech.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14970
!+ PLATFORM(ios, ext_android_cb)
@@||o2tvseries.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14895
@@||gamesglue.com/game_core/check^
! https://github.com/AdguardTeam/AdguardFilters/issues/14898
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchtheofficeonline.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14858
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||niagotch.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14823
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchparksandrecreation.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchseinfeld.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watcheverybodylovesraymond.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchdoctorwhoonline.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchpsychonline.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchsmallvilleonline.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchcurbyourenthusiasm.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchtopgearonline.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||watchhouseonline.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14430
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gay69.stream^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/28709
@@||v.fwmrm.net/ad/g/1$domain=stream.nbcsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14259
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||tecknity.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14650
||javhiv.net/statics/defaultv2/js/dedect.js
! allvideos.me - antiadblock
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||allvideos.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11336
@@||pubads.g.doubleclick.net^$domain=twitch.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/14486
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||weatherx.co.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14297
!+ PLATFORM(ios, ext_android_cb)
@@||proapkmod.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14020
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||faucetgame.com/assets/js/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb)
@@||faucetgame.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||anime-loads.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13814
@@||expertblogz.com/*/ads.js
expertblogz.com#%#window.canRunAds = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/13326
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||hdbox.ws^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/14172
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||azdictionary.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13804
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gamefaucet.com/assets/js/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb)
@@||gamefaucet.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cryptoracers.com/assets/js/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb)
@@||cryptoracers.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||funimation.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||automobile-catalog.com^$generichide
! 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/13146
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl.js$domain=thewebflash.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=thewebflash.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13031
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||techtunes.com.bd^$generichide
! 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/12942
@@||isnapshot.co/adblockdetect/_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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||majesy.org^$generichide
@@||majesy.com^$generichide
@@||magesy.eu^$generichide
@@||magesy.blog^$generichide
@@.png#$domain=majesy.org|majesy.com|magesy.eu|magesy.blog
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=freethesaurus.com
!+ 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||kpliker.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||smarturlref.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12570
@@||gotceleb.com/wp-content/plugins/wppas/templates/js/advertising.js
!+ PLATFORM(ios, ext_android_cb)
@@||gotceleb.com^$generichide
! 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
!+ PLATFORM(ios)
||cdn.tinypass.com/api/tinypass.min.js$domain=sltrib.com
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||mooma.sh^$generichide
! 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/*.php$replace=/if ?\((ins\.clientHeight|ins_top\.clientHeight) ?
(<|!)= ?\d( ?\|\| ?(ins\.clientHeight|ins_top\.clientHeight) ?(<|!)= ?-?\d)?\)/if \
(ins.clientHeight == 'hello_there'\)/
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/
||audiobookbay.nl^$replace=/window.location.replace\("\/member\/adblock.php"\);/
return;/,~script,~stylesheet,~xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/12098
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||porngun.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12042
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||free-premium.maxidbr.com^$generichide
! 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
!+ NOT_OPTIMIZED PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||theatlantic.com^$generichide
! 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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sms-receive.net
@@||pagead2.googlesyndication.com/pagead/js/r20180214/r20170110/
show_ads_impl.js$domain=sms-receive.net
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.com^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.dk^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.fi^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.no^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.se^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11519
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||waccoe.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||mimaletadepeliculas.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10906
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||porndish.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11058
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||cinestrenostv.tv^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@.gif#/ad-pub./$domain=cinestrenostv.tv
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||verdirectotv.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@.png#/ad-pub./$domain=verdirectotv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10856
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||adlpu.com^$generichide
! 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/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||seehd.pl/wp-content/plugins/wp-adblock-dedect/js/dedect.js
!+ PLATFORM(ios, ext_android_cb)
@@||seehd.pl^$generichide
! 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/10839
atrix.ovh#%#AG_onLoad(function() { var
el=document.querySelector('ins.adsbygoogle'); if(el)
{ el.appendChild(document.createElement('div')); } });
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=atrix.ovh
! https://github.com/AdguardTeam/AdguardFilters/issues/10831
@@||akvideo.stream/banners^$domain=akvideo.stream
! https://github.com/AdguardTeam/AdguardFilters/issues/10806
!+ PLATFORM(ios, ext_android_cb)
@@||mindbodycare.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10738
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||voipsipclient.blogspot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10712
@@||bitfun.co^$generichide
@@||mellowads.com/view^$domain=bitfun.co|moonb.ch|moonbitcoin.cash
! https://github.com/AdguardTeam/AdguardFilters/issues/10586
@@||pagead2.googlesyndication.com/pagead/js/r20180124/r20170110/osd.js$domain=cpu-
world.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10680
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=updato.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10687
idsly.com##.adsbygoogle
@@||idsly.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10576
mellow.link#$##frameAd { height: 50px!important; display: block!important; }
mellow.link#@##frameAd
!+ PLATFORM(windows, mac, android)
mellow.link#%#AG_onLoad(function() { var
el=document.querySelector('[class^="flexAd"]'); var
ce=document.createElement('div'); if(el) { el.appendChild(ce);
ce.setAttribute("id", "frameAd"); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/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")
trustedreviews.com,nme.com$$script[tag-content="Object.defineProperties?
Object.defineProperty:function"][max-length="120000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10492
!+ PLATFORM(ios, ext_android_cb)
aeonsource.org##.blocker-overlay
!+ PLATFORM(ios, ext_android_cb)
aeonsource.org##.blocker-notice
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||azvideo.net^$generichide
! 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;
}
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ally.sh
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=ally.sh
! https://github.com/AdguardTeam/AdguardFilters/issues/10482
@@||pagead2.googlesyndication.com/pagead/$domain=free-scores.com,image
! https://github.com/AdguardTeam/AdguardFilters/issues/10323
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||mamahd.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10147
livesports.pw###adb-enabled
! https://github.com/AdguardTeam/AdguardFilters/issues/10096
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||rockfile.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9979
vergol.com###adb-enabled
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||verdirectotv.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9977
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||stadium-live.biz^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||dickpritchettrealestate.com^$generichide
! 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;}
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=8wayrun.com
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||smskola.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||bitsilver.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8492
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||10-download.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8408
!+ PLATFORM(ios, ext_android_cb)
@@||bituniverse.net^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||gobits.io^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||bitcoinker.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8357
!+ PLATFORM(ios, ext_android_cb)
@@||realmofdarkness.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8252
!+ PLATFORM(ios, ext_android_cb)
@@||loveawake.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8297
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||faucethub.io^$generichide
! 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")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=next-episode.net
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js^$domain=next-
episode.net
!+ PLATFORM(ext_ff, ext_opera)
next-episode.net#$#.adsbygoogle { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7884
@@||adyou.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7903
!+ PLATFORM(ios, ext_android_cb)
@@||dingit.tv^$generichide
! 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/
!+ PLATFORM(ios, ext_android_cb)
@@||freecoursesonline.us^$generichide
! https://forum.adguard.com/index.php?threads/http-gigapurbalinggaa-ga.27085/
!+ PLATFORM(ios, ext_android_cb)
@@||gigapurbalinggaa.ga^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||popcornflix.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7455
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||androidrepublic.org^$generichide
! 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/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||asianovel.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||blockadblock.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||themeslide.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||yalujailbreak.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||finalservers.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||freeomovie.com^$generichide
! 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);}};
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@|https://$xmlhttprequest,third-party,domain=socketloop.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7175
simply-debrid.com#@##google_ads
! https://forum.adguard.com/index.php?threads/26512/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||dir50.com^$generichide
! 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/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||down2hub.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7170
!+ PLATFORM(ios, ext_android_cb)
@@||corneey.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7251
@@||firstonetv.net/*/*&&_=
! https://github.com/AdguardTeam/AdguardFilters/issues/7108
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||dupedornot.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7106
freestocks.org##body.adblock > .popup
! https://github.com/AdguardTeam/AdguardFilters/issues/7224
!+ PLATFORM(ios, ext_android_cb)
@@||lasvegassun.com^$generichide
! https://forum.adguard.com/index.php?threads/uploadx-link.26197/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||uploadx.link^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||crazyhd.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7034
@@||media.wired.it/static/js/cn-adv.js
! https://forum.adguard.com/index.php?threads/26114/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||premiumtoss.com^$generichide
! https://forum.adguard.com/index.php?threads/26085/
@@/ads.js$domain=cut-urls.com,~third-party
! marvelousga.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||marvelousga.com^$generichide
! 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/*/main.js$replace=/\\$\(window\.atob\
('Lm1haW4tY29udGVudA=='\)\)\.html\(window\.atob\('PGNlbnRlcj48aDE\
+UGxlYXNlIGRpc2FibGUgeW91ciBhZGJsb2NrZXIgYW5kIHRoYW4gcmVmcmVzaCB0aGUgc2l0ZS48L2gxPj
xicj5NYXliZSBDVFJMICsgRjUgd2lsbCBoZWxwIHRvbzwvY2VudGVyPg=='\)\);/var hello;/
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})});
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=leechpremium.net
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl_*.js$domain=leechpremium.net
leechpremium.net#$#.adsbygoogle { position: absolute!important; left: -3000px!
important; }
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/78207
! https://gist.github.com/AdamWr/d9d16be46fcad6df18306e19637ed6aa#file-
myuploadedpremium-js
||myuploadedpremium.de/js/main.js$replace=/\\$\(window\.atob\
('Lm1haW4tY29udGVudA=='\)\)\.html\(window\.atob\('PGNlbnRlcj48aDE\
+UGxlYXNlIGRpc2FibGUgeW91ciBhZGJsb2NrZXIgYW5kIHRoYW4gcmVmcmVzaCB0aGUgcGFnZS48L2gxPj
xicj5NYXliZSBDVFJMICsgRjUgd2lsbCBoZWxwIHRvbzwvY2VudGVyPg=='\)\);/var hello;/
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('abort-current-inline-script', '$',
'/setInterval[\s\S]*?_0x[\s\S]*?</')
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$redirect=googlesyndication-adsbygoogle,domain=myuploadedpremium.de
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=myuploadedpremium.de
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_*.js$domain=myuploadedpremium.de
myuploadedpremium.de#$#.adsbygoogle { position: absolute!important; left: -3000px!
important; }
!#endif
! 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/
!+ PLATFORM(ios, ext_android_cb, ext_opera, ext_ublock, ext_ff)
@@||katmirror.info^$generichide
! https://forum.adguard.com/index.php?threads/25823/
!+ PLATFORM(ios, ext_android_cb, ext_opera, ext_ublock, ext_ff)
@@||dailyacc.com^$generichide
! https://forum.adguard.com/index.php?threads/25828/
!+ PLATFORM(ios, ext_android_cb)
@@||shink.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6980
!+ PLATFORM(ios, ext_android_cb)
@@||citytv.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
wiltshiretimes.co.uk#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/7020
@@||rappers.in/js/antiadblock.js
! https://forum.adguard.com/index.php?threads/https-fxporn69-com-nsfw.25495/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||fxporn69.com^$generichide
! https://forum.adguard.com/index.php?threads/http-www-javhiv-com-nsfw.25509/
||javhiv.com/statics/defaultv2/js/dedect.js
! vidoza.net
!+ PLATFORM(ios, ext_android_cb)
@@||vidoza.net^$generichide
! https://forum.adguard.com/index.php?threads/25613/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||security-links.com^$generichide
! 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 };
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=digitalinformationworld.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6858
alemdarleech.com###koddostu-com-adblocker-engelleme
! https://github.com/AdguardTeam/AdguardFilters/issues/6842
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||journaldev.com^$generichide
! 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/
!+ PLATFORM(ios, ext_ff, ext_opera, ext_ublock)
@@||chan.sankakucomplex.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||tubitv.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||adservice.google.com/adsid/integrator.js?domain=www.cbs.com$domain=cbs.com
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||cbs.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=cbs.com
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||0914.global.ssl.fastly.net/ads/*/x.$domain=cbs.com
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=cbs.com
!+ PLATFORM(ext_ff, ext_opera, ext_safari, ios, ext_android_cb)
@@||pubads.g.doubleclick.net/gampad/ads?cmsid=*host%3Dwww.cbs.com
%26$domain=imasdk.googleapis.com
! 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
!+ PLATFORM(ios, ext_android_cb)
greenocktelegraph.co.uk#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/6693
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||peperonity.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6479
bizled.co.in#%#window.google_jobrunner = function() {};
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=bizled.co.in
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=bizled.co.in
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||graphiq-stories.graphiq.com/ad?_=$~third-party
! https://forum.adguard.com/index.php?threads/24938/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||thekickass.org^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||sgxnifty.org^$generichide
@@||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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||premium-link.ninja^$generichide
@@||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')
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bank-codes.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=bank-
codes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6411
!+ PLATFORM(ios, ext_android_cb)
@@||ilpuntotecnicoeadsl.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6357
@@||ads.korri.fr/index.js$domain=dogefaucet.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||dogefaucet.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6356
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cinestrenostv.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6530
@@||linkkawy.com^*js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6520
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||tvarticles.me^$generichide
! https://forum.adguard.com/index.php?threads/24564/
ur.ly#@##bottomad
! https://github.com/AdguardTeam/AdguardFilters/issues/6501
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||elsfile.org^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=elsfile.org
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sat-universe.com^$generichide
! https://forum.adguard.com/index.php?threads/24246/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
NOT_OPTIMIZED
@@||nmac.to^$generichide
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=nmac.to
! https://github.com/AdguardTeam/AdguardFilters/issues/6335
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||androidemulator.in^$generichide
! https://forum.adguard.com/index.php?threads/24236/
||demo.smarttutorials.net/how-to-detect-adblocker-with-javascript-demo/js/
script.js$third-party
! https://forum.adguard.com/index.php?threads/24285/
||kissasian.li/Scripts/taptica.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6349
@@||vivud.com/js/pop.js
! https://github.com/AdguardTeam/AdguardFilters/issues/6294
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||meocanaltv.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6284
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cloudwebcopy.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6280
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lolalytics.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6278
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sznpaste.net^$generichide
! 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$
$script[wildcard="*document.querySelector*.classList.add*.innerHTML*"][min-
length="200"][max-length="700"]
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
!+ PLATFORM(ext_safari, ext_ff, ext_opera, ios, ext_android_cb)
apkmirror.com#@#.gooWidget
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||ncaa.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6165
!+ PLATFORM(ios, ext_android_cb)
@@||pga.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11166
paraphrasing-tool.com#$#[id^="adsense_"] { height: 80px!important; width: 80px!
important; position: absolute!important; left: -3000px!important; }
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
paraphrasing-tool.com#@#.ezoic-ad
! 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)
!
!+ PLATFORM(ios, ext_android_cb)
@@.ico|$domain=wowebook.org|hdwallpapers.in|psypost.org
!+ PLATFORM(ios, ext_android_cb)
@@||psypost.org^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||wowebook.org^$generichide
!+ PLATFORM(ios, ext_android_cb)
@@||hdwallpapers.in^$generichide
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5953
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||menshealth.com/*/pubads.ist
! https://github.com/AdguardTeam/AdguardFilters/issues/5984
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=door2windows.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5983
!+ PLATFORM(ios, ext_android_cb)
@@||thechive.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5981
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||forumcoin.win^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5957
@@||generatorlinkpremium.com/ads/advertisement.php
! https://github.com/AdguardTeam/AdguardFilters/issues/5904
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cnprint.org^$generichide
! https://forum.adguard.com/index.php?threads/4-missed-ads-4-nsfw.23438/
!+ PLATFORM(ext_android_cb, ios)
@@||bejav.net^$generichide
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb)
haxmaps.com#@##bottomAd
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||pg3dhacks.com^$generichide
! 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,fierasdelaingenieria.com,cantaringles.com,cscscholarships.org,javgay.co
m,rozbor-
dila.cz,teenboytwink.com,filmeseserieshd.org,kizzboy.com,meterpreter.org,pronunciac
iones.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/23569/
@@||codelist.cc/advertisement.js
@@||adbull.me^$generichide
! https://forum.adguard.com/index.php?threads/15976/
@@||ahmedabadmirror.indiatimes.com/ads.cms
@@||timesofindia.indiatimes.com/ads_native_js^
@@||timesofindia.indiatimes.com/ad-banner-zedo^
!
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cellmapper.net
cellmapper.net#@##myAd
cellmapper.net#@##ads
!#endif
!
! https://github.com/AdguardTeam/AdguardFilters/issues/5677
openculture.com#@##SponsoredLinks
openculture.com#@##influads_block
!
!+ PLATFORM(ext_android_cb, ios)
@@||pokefetch.com^$generichide
!
gktoday.in$$script[tag-content="function an_blocker_counter"][max-length="15500"]
!+ 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$$script[tag-content="if( $('.adsbygoogle')"][max-length="1700"]
trancepodcasts.com#$##banner-message { visibility: hidden!important; }
trancepodcasts.com#$#.w3eden { display: block!important; }
!+ PLATFORM(ext_android_cb, ios)
trancepodcasts.com#@#.adsense-top
!+ PLATFORM(ext_android_cb, ios)
trancepodcasts.com#@#.adsense
!+ PLATFORM(ext_android_cb, ios)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=trancepodcasts.com
! 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
!+ PLATFORM(ext_android_cb, ios)
@@||gymhuntr.com^$generichide
! 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/
!+ PLATFORM(ios, ext_ff, ext_opera, ext_android_cb, ext_ublock)
@@||muchfriends.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5469
!+ PLATFORM(ext_android_cb, ios)
@@||freetutorials.us^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/show_ads.js^$domain=ehubsoft.net
!+ PLATFORM(ext_ublock)
||pagead2.googlesyndication.com/pagead/
show_ads.js$script,domain=ehubsoft.net,redirect=noopjs
!
! https://forum.adguard.com/index.php?threads/smsreceiveonline-com-anti-ad-block-
ubo.23093/
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||smsreceiveonline.com^$generichide
! 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
! 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/
receive-sms-online.info$$script[tag-content="other adblocking software"][max-
length="600"]
!+ 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^$content
zap.in#$##flexContentAdFrame { height: 51px!important; display: block!important; }
zap.in#$##verifyAd { display: block!important; height: 1px!important; }
! https://forum.adguard.com/index.php?threads/21454/
forum.xda-developers.com#@#.adonis-placeholder
! 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/a9droid-com.21265/
a9droid.com#@#div[id^="div-gpt-ad"]
! https://forum.adguard.com/index.php?threads/21366/
||b.slipstick.com/bmp/bmpjquery.js
! https://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,platfo
rm.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/
/wp-content/themes/mts_ad_sense/js/customscript.js^$replace=/\.blocker-enabled-
check/\.EBEWYOgvtboacVhEOGHO/,~third-party
adisteme.kz,adobevn.net,aggressivecars.com,allbluevr.com,androidcrush.com,applosung
en.com,appluseis.com,awamiweb.com,besthealthyguide.com,bhookedcrochet.com,biochemde
n.com,bloggingden.com,braininspired.net,business-
solution.us,carajuki.com,carapraktis.info,caratulasparacuadernos.com,catchmyjobs.co
m,ccna6.com,ccnav6.com,cineview.me,circuiteasy.com,conspatriot.com,dailyhealthkeepe
r.com,darmawan.my.id,dayoadetiloye.com,detutorial.com,diedit.com,dollsnews.com,dorm
ir-moins-bete.com,download-
album.com,duniaq.com,espiaresgratis.com,everythingsohealth.com,freesmshub.com,gamin
gguidetips.com,geekpeaksoftware.com,gennarino.org,gratiserotik.se,healthspiritbody.
com,healthytotal.net,healthzone.tips,hightechbuzz.net,horamerica.com,howtorootmobil
e.com,inmigrantesenmadrid.com,insurancequotestip.com,kampusexcel.com,kimdirbu.com,l
ahuria.com,laivanduc.com,langsungviral.com,learn-
automation.com,lifeblogid.com,liriklaguindonesia.net,lotsofhealthy.com,martketingdi
gital.com,masterdrivers.com,mjemagazine.com,mobilehardreset.com,mobilesreview.co.in
,mstory.me,mypapercraft.net,mysemakan.com,newmoviesfun.com,nicecarsinfo.com,ofertas
ahora.com,onlinehealthsociety.com,orduh.com,organichealthcorner.com,otimundo.com,ov
nihoje.com,parhaye.com,pointsrecipes.com,prdnews.com,quoteacademy.com,ricasaude.com
,rwaag.org,sapsibubapa.org,sarungpreneur.com,satgobmx.com,shoemoney.com,smartphoneh
rvatska.com,soltvperu.com,ssante.com,sumberpendidikan.com,supercarcenter.com,suppor
tcanon.com,tatuajestatu.com,techcrack.net,teclane.com,tellynews.us,tipsdroidmax.com
,todolandia.com,top10remedioscaseros.com,topnaturaltips.com,topwebsitelists.com,tre
nddify.com,tutorialescomo.com,ultra4kporn.com,usefuldiys.com,vegrecetas.com,vidabyt
es.com,viralistics.com,wikigain.com,wisdomquotesandstories.com,yoemigro.com,yomasti
.co,zenfoneasus.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
! https://forum.adguard.com/index.php?threads/14775/
gamespot.com#@#.AdHere
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=gamespot.com
@@||asset.pagefair.net/ads.min.js$domain=www.gamespot.com
@@||asset.pagefair.com/adimages/adsense.js$domain=www.gamespot.com
! https://forum.adguard.com/index.php?threads/http-www-sport247-live.20960/
@@||s1.medianetworkinternational.com/js/advertisement.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/4796
||mangatail.com/sites/all/themes/newbird/js/adblock-checker.min.js
||mangasail.com/sites/all/themes/newbird/js/acheck.min.js
! https://forum.adguard.com/index.php?threads/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/103280
! https://github.com/AdguardTeam/AdguardFilters/issues/4661
@@||adz.bz^$content
adz.bz#@#iframe[src*="mellowads.com"]
adz.bz#@##frameAd
adz.bz#$##frameAd { height: 51px !important; display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23200
@@||onlinemschool.com/script/ads.js
@@||onlinemschool.com/script/ads1.js
onlinemschool.com#@##oms_left
@@||onlinemschool.com^$generichide
! https://forum.adguard.com/index.php?threads/18766/
jetload.tv#@##bannerad
@@||jetload.tv/themes/flow/frontend_assets/js/advertisement.js
! https://forum.adguard.com/index.php?threads/http-www-newsnow-co-uk.20278/
newsnow.co.uk##.c-blockmsg
! https://forum.adguard.com/index.php?threads/www-papergeek-fr.20281/
papergeek.fr##.padb-enabled
! https://forum.adguard.com/index.php?threads/20253/
@@||streamlive.to^$generichide
! https://forum.adguard.com/index.php?threads/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.c
om,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
!
! rlslog.net - anti-adblock clickunder
rlslog.net#%#//scriptlet('prevent-addEventListener', 'load', 'PopLoaded')
||cdn.engine.spotscenered.info/Scripts/infinity.js.aspx?
guid=$script,redirect=noopjs,domain=rlslog.net,important
@@||cdn.engine.spotscenered.info/Scripts/infinity.js.aspx?guid=$domain=rlslog.net
! 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/
@@||fbcdn-creative-a.akamaihd.net/hads-ak-prn2/
@@||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
theatlantic.com$$script[tag-content="function redirect()"][max-length="1700"]
! 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/2-anti-adblock-messages.15764/
@@||realses.com^$generichide
! https://forum.adguard.com/index.php?threads/http-www-vipleague-co.15776/
vipleague.tv###warningdiv + div[id][style]
! https://forum.adguard.com/index.php?threads/www-lesechos-fr.15718/
lesechos.fr#%#window.call_Ad = function() { };
! https://github.com/AdguardTeam/AdguardFilters/issues/3254
||s1.wp.com/*/ie_block_redirect.js$important,domain=indianexpress.com
indianexpress.com#%#window.RunAds = !0;
! 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://forum.adguard.com/index.php?threads/15401/
@@||cdn1.pron.tv/xjs/advertisement.js$domain=pron.tv
! 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/13335/
@@||games-pc.ro/*adv*.js
! https://forum.adguard.com/index.php?threads/13328/
||businesstoday.in/ad-blocker.html
! https://github.com/AdguardTeam/AdguardFilters/issues/2930
@@||js.jansatta.com/ads_js.js
! https://forum.adguard.com/index.php?threads/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://github.com/AdguardTeam/AdguardFilters/issues/2816
hotslogs.com$$script[tag-content="AdFillMonkeyBroker"][max-length="17000"]
@@||cloudfront.net/mb*.gz.js$domain=hotslogs.com
hotslogs.com#$#div[class^="advertisementBanner"] { position: absolute!important;
left: -3000px!important; }
! 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/ad.php$generichide
@@||download.mokeedev.com/js/show_ads_impl.js$domain=download.mokeedev.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=download.mokeedev.com
@@||pagead2.googlesyndication.com/pagead/osd.js$domain=download.mokeedev.com
@@||download.mokeedev.com/ad*.php$generichide
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
intoday.in$$script[tag-content="checkAds"][max-length="1550"]
! 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
! http://forum.adguard.com/showthread.php?5579
@@||cpalead.com/content_locker.php$domain=torrentomega.com
! zippymoviez.com - disable anti-block
zippymoviez.com#%#window.setTimeout=function() {};
! https://github.com/AdguardTeam/ExperimentalFilter/issues/540
incredibox.com###bbox-fd
incredibox.com###box-abp
! https://github.com/AdguardTeam/ExperimentalFilter/issues/527
@@||4shared.com/show_ad
! http://forum.adguard.com/showthread.php?5363
nitroflare.com#@#div[style="width: 728px; height: 90px; text-align: center;"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/431
@@||pubads.g.doubleclick.net/gampad/ads?adk=$domain=viki.io
! https://github.com/AdguardTeam/ExperimentalFilter/issues/436
/abb-msg.js$domain=hardocp.com
! uptobox.com
uptobox.com$$script[tag-content="adblock.html"][max-length="3000"]
||static.uptobox.com/adunblock/
! batoto.net
batoto.net###topa
! mangastream.com
||mangastream.com/assets/img/block_leader.png
||mangastream.com/assets/img/block_sky.png
! http://forum.adguard.com/showthread.php?1278
whsports.tv$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-
length="1200"]
! hyperspeeds.com - http://forum.adguard.com/showthread.php?1355
hyperspeeds.com##body #d315
hyperspeeds.com$$div[tag-content="Please enable / Bitte aktiviere JavaScript"][max-
length="1200"]
! http://forum.adguard.com/showthread.php?1444
drivermax.com#$#.ad-block-enabled { visibility: hidden; }
||solidice.com/js/sneaky.js
! n8fanclub.com
n8fanclub.com##body > center[id]
n8fanclub.com##body > i[id]
n8fanclub.com##body > p[id]
n8fanclub.com##body > strong[id]
! anti-adblock
kissanime.com$$script[tag-content="$('#adCheck1').load(function ()"][max-
length="4000"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/239#issuecomment-
66791045
labnol.org##.adsbygoogle > img
! https://github.com/AdguardTeam/ExperimentalFilter/issues/372
doulci.net#@##adlabel
doulci.net#@##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')
!+ PLATFORM(ios, ext_android_cb)
@@||bigbrothercanada.ca^$generichide

!-------------------------------------------------------------------------------!
!------------------ 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"]
~discord.com,~discordapp.com##iframe[width="240"][height="300"]
##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/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"])
||youtube.com/embed/*?*&origin=*.filma24.*&widgetid$domain=filma24.*
||filma24.*/kazino*.gif
||i.imgur.com^$domain=filma24.*
! https://github.com/AdguardTeam/AdguardFilters/issues/30433
||gameselect.net/*.php$domain=albvid.com
! 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-"]
||video.gjirafa.com/Kanali/_videoObject?id=$replace=/("resultA":\{"Id":)[\s\S]*?\,
[\s\S]*?"SkipTime":\d\}(\,|)/\$1 0\}\$2/,important
!
||teksteshqip.com/imgz/ads/336.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/12509
@@||videotekaime.com/uni/popunder.js
!---------------------------------------------------------------------
!------------------------------ Arabian ------------------------------
!---------------------------------------------------------------------
! NOTE: Arabian
!
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||livekoora.info^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=benacer-techpro.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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js|
$xmlhttprequest,domain=news-724.com
! https://github.com/AdguardTeam/AdguardFilters/issues/163319
@@||filelions.com/js/dnsads.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=shahed4u3.cam
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=googlesyndication-
adsbygoogle,domain=shahed4u3.cam,important
! https://github.com/AdguardTeam/AdguardFilters/issues/163323
elktob.online#%#//scriptlet('prevent-fetch',
'pagead2.googlesyndication.com/pagead/js/adsbygoogle.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=elktob.online,xmlhttprequest
! 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/161793
flixscans.com##.teaser-buttom
flixscans.com##.adblock
flixscans.com#%#//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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=gouit.blogspot.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cimaramadan.site|
yokugames.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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=n-
egy.best|egybist.site|egy-best.site|eg-yb-est.site|egybist.online
!
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=iprom.pics
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lisanarb.com
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=books-lib.net|lib-books.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/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
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###
ad
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###
adxbox
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me##.
div-over
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###
fixedban
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me###
fixedban2
gamesera.online,free-games.cam,top-games.live,tech-
review.me,gulftech.live,reviewhub.vip,reviewtech.me,pcreview.me,reviewstation.me##d
iv[class^="adbn"][class*="wrap"]
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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cimanow.cc|
cnvids.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/96239
animegalaxy.online#%#//scriptlet("abort-current-inline-script",
"document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,xmlhttprequest,redirect=noopjs,domain=animegalaxy.online
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=animegalaxy.online
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=q84sale.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_with_ama_fy2019.js$domain=q84sale.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/92743
love-stoorey210.net#%#//scriptlet("abort-current-inline-script",
"document.createElement", "adblock")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=love-
stoorey210.net
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=iembra2or.com
! https://github.com/AdguardTeam/AdguardFilters/issues/90309
magdyman.com#%#//scriptlet("abort-current-inline-script", "document.createElement",
"adblock")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=magdyman.com
! 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/78571
sama-share.com##div[class*="banner"]
! https://github.com/AdguardTeam/AdguardFilters/issues/76020
animegalaxy.live#%#//scriptlet("abort-current-inline-script",
"document.createElement", "adblock")
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=noopjs,domain=animegalaxy.live
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=animegalaxy.live
! 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/72391
kutub3lpdf.com##.adace-slideup-slot-wrap
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pubads.g.doubleclick.net/gampad/ads?
env=vp&output=xml_vast$xmlhttprequest,domain=shahid.mbc.net
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=king-shoot.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ext_edge, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb)
@@||deloplen.com/tag.min.js$domain=eg.arblionz.tv
||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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||mangaorigin.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33571
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb || adguard_ext_safari)
@@||almezoryae.com^$generichide
@@.png#$domain=almezoryae.com
almezoryae.com##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/33481
alfajertv.com##div._ads
! https://github.com/AdguardTeam/AdguardFilters/issues/33114
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb || adguard_ext_safari)
@@||sna3talaflam.com^$generichide
@@.png#$domain=sna3talaflam.com
sna3talaflam.com##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/33002
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||gocoo.co^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||akoam.net^$generichide
! 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'
deloplen.com$$script[max-length="0"]
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||egprices.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27924
@@||android4ar.com/wp-content/themes/style/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/27880
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb)
@@||mobdi3ips.com^$generichide
mobdi3ips.com##.adsbygoogle
mobdi3ips.com###ads-top
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/26933
@@||upload.far7net.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25507
@@||pro3xplain.com/wp-content/themes/jannah*/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25523
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb)
@@||aeprofree.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=aeprofree.com
aeprofree.com##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/25281
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||droidtk.com^$generichide
! 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/22273
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||khedame.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||sigma4pc.com^$generichide
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; }
!+ PLATFORM( ios, ext_android_cb, ext_safari, ext_ublock)
@@||shahid.mbc.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15984
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||damasgate.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16089
karwan.tv#%#//scriptlet("set-constant", "settings.adBlockerDetection", "false")
!+ PLATFORM(ios, ext_android_cb)
@@||karwan.tv^$generichide
! 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)};})();
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@.jpg?$image,domain=el7l.tv
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||arabseries.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6957
!+ PLATFORM(ios, ext_ff, ext_opera, ext_ublock)
@@||livefootball77.blogspot.co.id^$generichide
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/5091
paklight-sharing.com#%#(function() { var w_open = window.open, regex = /goo.gl/;
window.open = function(a, b) { if (typeof a !== 'string' || !regex.test(a))
{ w_open(a, b); } }; })();
!
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
!
yenixeber.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/
avtosfer.az##.banner
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##.bannerler
sherg.az##.orta_banner
||sia.az/informers/
sherg.az##img[width="500"][height="94"]
||sherg.az/banner/
||azedu.az/share/share.php
sumqayitxeber.com###media_image-2
||azedu.az/uploads/adds/
||axsam.az/img/banner/
axsam.az##.adsbymahimeta
azadliq.az##img[width="1000"][height="110"]
||vebmarket.az/medias/banner/
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##.banner-4x4
banco.az##.menu-banners
banco.az##.row-10 > .col-6 > a[href].btn
unikal.org##.menuReklam
unikal.org##img[style="width: 260px;"]
||unikal.org/images/ady.az.gif
||unikal.org/images/bmp.az.gif
||xeberler.az/ckfinder/userfiles/images/
metbuat.az#$#.tnav { margin-top: auto!important; }
||yenicag.az/wp-content/themes/_city-desk/baner_c/
arenda.az##.kurs_banner
||azvision.az/banners/
||apa.az/iframe/
olke.az##.horBanner
||olke.az/iframes/
yenicag.az##.adv-post-inner
yenicag.az###sidebar .adsense
||yenicag.az/files/uploads/2017/12/hatemoglu-winter.gif
||yenicag.az/files/uploads/
2017/09/18861517_1933284533593004_7482849296203644928_n.gif
azerbaijan-news.az##.ads
axar.az##.branding
||bakuguide.com/rek/
big.az##a[href="http://unvan.az"]
sonxeber.az##.makerekframe
fins.az##.currency-weather-block-inner > div.weather
||yeniemlak.az/img/banner/
yeniavto.az##a[href^="../?id=5&sehife="] > img
yeniavto.az##img[width="170"][height="240"]
vol.az##.sag > .basliq4[style="display: none !important;"] + .bolmeici
vol.az##.topdareklam
wikibit.me##div[id^="adv"]
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/
fins.az##.banner
fins.az##[class^="contenttop-banner"]
fins.az##.header-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
||avtomobil.az^$popup,domain=take.az
forgenc.net##div[class*="widget_alx_"]
||qaynarinfo.az/images/banner
||autonet.az/bannerler
autonet.az##.banner_slide_first > div#slides
autonet.az#$#header#header { height: auto!important; max-height: 400px!important; }
||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##.makerekframe
xanim.az##body > a[href="http://unvan.az"][target="_blank"]
||xanim.az/banner/
xanim.az###rightmenu > a[href="http://mp3sayt.az"]
||moderator.az/rus_banner.html
||gununsesi.info/banner/$third-party
asanradio.az##.col-md-12 > .panel.panel-info > br
asanradio.az##.col-md-12 > .panel.panel-info > a[href][target="_blank"] > img
||asanradio.az/apa_baner/
||fenomen.az/wp-content/uploads/*/wallpaper-ad.jpg
||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
primetime.az###header-top
||picshare.ru/uploads/170822/Z489OPvAEY.jpg
anews.az##div[id^="reklam"]:not(.small-sidebar)
||anews.az/theme/frontend/annaz/style/default/banner/
||metbuat.az/html5_ads/
||navigator.az/img/triban_banner/
navigator.az##body > .list-banner + ul.tags.container
unikal.org##.banner
unikal.org##.right_r > a > img[style^="width:250px;"]
unikal.org##.right_r > div.sagg > a > img[style^="width:250px;"]
||youtube.com/embed/lHf04QyG_zc$domain=unikal.org
sfera.az###reklamdesktop
sfera.az##.row > .col-lg-12 > div[style="overflow-x: auto;padding:15px;text-
align:center;border:1px solid #dedede;border-radius:5px;background:#e8e8e8;margin-
bottom:15px;"]
arenda.az##.banner_side
arenda.az##.center2 > a[href].bann
||arenda.az/public/css/img/banner_for_rieltor.gif
||arenda.az/ba.html
||marja.az/banners/
||navigator.az/img/bnrimg-
navigator.az##.ads
||navigator.az/img/banners/
navigator.az##.list-banner
yenicag.az##.ad-manager
||yenicag.az/files/uploads/2017/09/turkiye-banner-ev.gif
yenicag.az##a[href="http://www.yenicag.az/company/advertising/"] > img
yenicag.az##.main-content-class > div.main-inner-pad[style="margin-bottom:15px!
important;"]
infocity.az##.mkdf-header-banner-widget
infocity.az##a[href="http://ganja.marathon.az/"]
||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##.bg-bnr
bina.az##.crm-top
apasport.az##.header-rek
apasport.az###right_rek
apasport.az##.center_rek
sportarena.az##tbody > tr > td[align="center"][valign="middle"][height="100"]
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
vipemlak.az##.blockreklam
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
turbo.az##.bg-bnr
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##.lazyLoadAd_places
apa.az##.right_side > .row.bb.uni_b
milli.az##.large-ad-holder
milli.az###main > [style="clear: both; background: #dadada; margin: -38px 0 20px
0;"]
turbo.az,tap.az##.bg-bnr-container
tap.az###js-lotriver-top-banner
tap.az##.bg-bnr
tap.az##.banners-top
feat.az##div[class^="reklam"]
||qafqazinfo.az/banners/
||qafqazinfo.az/public/site/js/adsbyskyline.js^
sonxeber.az##.blk_rek
sonxeber.az##.blk_rekinline
sonxeber.az##body > a[href="http://unvan.az"][target="_blank"]
turbo.az##.banners-top
boss.az##.bg-bnr
boss.az##.bnr-top
||bizimyol.info/azz_rightads.html
bizimyol.info##.site > div[style^="width:"][style*="1010px"]:first-of-type
bizimyol.info##.sagqanad > div[style*="250px;"][style*="300px;"]:nth-of-type(-n+2)
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/
avtosfer.az##.adsbyskyline ~ div[style*="534px"]:nth-last-child(-n+2)
avtosfer.az##.bannerArea + * + div[style*="min-height:"]
avtosfer.az##.bannerArea + div[style*="min-height:"]
valyuta.com###bannerInvest
||baku.ws/banners
az.baku.ws##.main_top_banners
az.baku.ws##.bottom_banner
baku.ws##.ban_mac
turbo.az##.banners-right
||turbo.az/r/
turbo.az##.banners-poster
turbo.az##.banners--section-title
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
unvan.az##.makerekframe
legend.az##.bantop
||legend.az/banners/
legend.az##.fban
big.az##.makerekframe
big.az##.blk_rek
||saglamolun.az/images/banners/
saglamolun.az##.wallpleft
saglamolun.az##.wallpright
saglamolun.az###nsp-nsp_632
olke.az##iframe.mom_visibility_desktop
||medianews.az/export/*.php
||az.qaynarinfo.az/banner*.php
||qafqazinfo.az/milliaz.html
milli.az##.ad-back
olke.az##.modal.in
olke.az##.modal-backdrop.in
olke.az##div[style$="height: 90px; text-align: center"]
||olke.az/ads/
lent.az##body > div[style="margin:0 auto;height:86px;width:990px;"]
lent.az##.lazyLoadAd_places
||apa.tv/test/banners/
||vesti.az/site/vestiiframe3lentaz
||bizimyol.info/azzz_
anspress.com##.ans-adv-block
musavat.com##div[style^="width: 222px; height: 200px;"]
musavat.com##div[style="margin:6px 0px 0px 0px;width: 502px;display:table"] >
iframe
trend.az###header > div > div[id^="TREND_slot"]
avtomobil.az##.banner
bax.tv##.mejs__baxtv_midroll
bax.tv,cebhe.info,az##.adsgarden
azpolitika.info,az##.adsbyskyline
! https://github.com/AdguardTeam/AdguardFilters/issues/13766
/^https:\/\/fanyv88.com:443\/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/25309/
@@||unikal.org/images/ad/*.js
! https://forum.adguard.com/index.php?threads/https-news-milli-az.25236/
milli.az##.ad-text_line
milli.az#$#header > .nav-holder2 { top: 0!important; }
milli.az#$#header > .info-panel2 { margin-top: 43px!important; }
! https://forum.adguard.com/index.php?threads/24920/
@@||navigator.az/adblockhuntermaster/advert.js
! https://forum.adguard.com/index.php?threads/http-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
!
! 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://eisamay.com/west-bengal-news/haldia-news/articlelist/81543306.cms
eisamay.com##div[class^="ad"]
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=klix.ba
!
!---------------------------------------------------------------------
!------------------------------ 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
!
! 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
@@||telegram.hr^$content
! 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/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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||s2.adform.net/banners/scripts/st/trackpoint-
async.js$domain=media.cms.markiza.sk
! 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,}.*\(\)}/')
/bundle_js.ashx$replace=/function\(\){try{if\(\(eval\(atob[\s\S]*?}}}\,/function()
{}\,/,domain=zive.cz|mobilmania.cz
!+ 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; }
!+ PLATFORM(windows, mac, android)
mobilmania.cz,zive.cz#$#.cnc-ads { position: absolute !important; top: -9000px !
important; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
zive.cz#@#.cnc-adsZ
zive.cz#@#.bx-leaderboard
!#safari_cb_affinity(privacy)
mobilmania.cz,zive.cz#%#//scriptlet('set-constant', 'pp_gemius_cnt', '1')
!#safari_cb_affinity
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/164081
@@||ewrc.cz/js/pagead.js
ewrc.cz#%#//scriptlet('set-constant', 'canGetAds', 'true')
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
!#safari_cb_affinity(privacy)
@@||google-analytics.com/analytics.js$domain=citroen-club.cz
!#safari_cb_affinity
!#endif
! 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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
iprima.cz#%#//scriptlet('abort-current-inline-script', 'document.createElement',
'kununu_mul')
$cookie=adb.key,domain=iprima.cz
$cookie=adb,domain=iprima.cz
!#endif
!
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
iprima.cz$$script[wildcard="*getOwnPropertyDescriptor*contentWindow*ABP*"][min-
length="5000"][max-length="8000"]
$cookie=/^adb\$|adb\.key/,domain=iprima.cz
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/150878
fiatclub.eu#@#.reklama
fiatclub.eu#$##obalovydiv { display: block !important; }
fiatclub.eu#%#//scriptlet('abort-on-property-read', 'gaFailedToLoad')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
!#safari_cb_affinity(privacy)
@@||google-analytics.com/analytics.js$domain=fiatclub.eu
!#safari_cb_affinity
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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/138593
sex.cz##.promo
! 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')
sport.cz$$script[wildcard="*parseInt*ssp*"][min-length="100000"][max-
length="200000"]
! 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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||cdn.brandparadise.cz/cache/burda-ads/dist/svetzeny/
ads_controller.js$domain=svetzeny.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/144019
!+ PLATFORM(ios, ext_safari, ext_android_cb)
seznam.cz##div[id^="zone"][style*="width:"]
! 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]
super.cz$$script[tag-content=" if (adbCookie == "]
super.cz$$script[tag-content="adCommercialBackground"]
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||trackad.cz/adtrack.php$domain=parlamentnilisty.cz
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=peak.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/95908
najserialy.to#@#[id^="etarget"]
najserialy.to#%#AG_onLoad(function() {var b=new MutationObserver(function() {var
c=document.querySelector('div[id="etarget-hb-wrap"] > div.close-ad');
c&&(b.disconnect(),c.click()) });b.observe(document, {childList: !0,subtree: !
0});setTimeout(function() {b.disconnect()}, 2E4)});
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||trackad.cz/adtrack.php$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/95099
freeserial.to##.ad1 > a
! https://github.com/AdguardTeam/AdguardFilters/issues/93425
topspeed.sk#%#//scriptlet('abort-current-inline-script', '$', 'adBlockDetected')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||topspeed.sk/ad-blocker.js
@@||topspeed.sk/ads-prebid.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=topspeed.sk
!#endif
!
! 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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=zdopravy.cz
!#endif
! 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/79596
freefilm.to##div[class^="reklama"]
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=xtv.cz
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=xtv.cz
@@||go.eu.bbelements.com/bb/bb_one2n.js$domain=xtv.cz
@@||bbcdn.go.eu.bbelements.com/bb/bb_one2n.*.js$domain=xtv.cz
!#endif
! 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/66077#issuecomment-863250711
||freefilm.to/ba_rs/tipsport_kasino.png
freeserial.to##div[class^="reklama"]
freeserial.to##div[class^="adv"]
freeserial.to##a[href^="https://s.click.aliexpress.com/"]
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||trackad.cz/adtrack.php$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
||televizeseznam.cz/*&source=*&videoFormats=*&zoneId$replace=/(<VAST[\s\S]*?>)[\s\
S]*<\/VAST>/\$1<\/VAST>/,xmlhttprequest
! 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')
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
@@||novinky.cz^$generichide
@@||cdn.performax.cz/ads|$domain=idnes.cz|novinky.cz
@@||sk.adocean.pl/files/js/ado.js$domain=idnes.cz|novinky.cz
@@||go.eu.bbelements.com/please/code$domain=idnes.cz|novinky.cz
novinky.cz##.js-ad > *
novinky.cz##div[data-e5e-advert] > *
!#endif
! 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
||i.imedia.cz/json|$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=svetandroida.cz
! 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,tiscal
i.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,tiscal
i.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")
expres.cz,televizeseznam.cz,hnonline.sk,ahaonline.cz,aktuality.sk,aktualne.cz,auto.
cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,extra.cz,idnes.cz,karaoketexty.cz,mobilmania
.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz$$script[tag-
content="Element.prototype,""shadowRoot"""][min-length="5000"][max-length="8000"]
expres.cz,televizeseznam.cz,hnonline.sk,ahaonline.cz,aktuality.sk,aktualne.cz,auto.
cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,extra.cz,idnes.cz,karaoketexty.cz,mobilmania
.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz$$script[wildcard="*.name)throw
*=""ABP"",*"][min-length="5000"][max-length="8000"]
expres.cz,televizeseznam.cz,hnonline.sk,ahaonline.cz,aktuality.sk,aktualne.cz,auto.
cz,blesk.cz,centrum.cz,cnews.cz,e15.cz,extra.cz,idnes.cz,karaoketexty.cz,mobilmania
.cz,novinky.cz,sport.cz,super.cz,tiscali.cz,zive.cz$
$script[wildcard="*getOwnPropertyDescriptor*contentWindow*ABP*"][min-length="5000"]
[max-length="8000"]
auto.cz$$script[tag-content="abortCurrentInlineScript"][max-length="7000"]
!
! https://github.com/AdguardTeam/AdguardFilters/issues/45246
||hnonline.sk/*&bust=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest
! 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
||www.csfd.cz/film/*/videa/|$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! https://github.com/AdguardTeam/AdguardFilters/issues/35240
karaoketexty.cz##.ad_large_square
! https://github.com/AdguardTeam/AdguardFilters/issues/33238
sport.aktuality.sk##.rs-advertisement
sport.aktuality.sk##.nike-box-promo-banner
sport.aktuality.sk###page-container >
div[style="position:relative;"]:not([class]):not([id]) > div[style^="width:"] >
iframe[id^="etarget_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30781
freefilm.to##.adxvOverNew
freefilm.to##a[id^="advOverVideo"]
! https://forum.adguard.com/index.php?threads/http-www-auto-cz.31112
@@||auto.cz/js/base-cz/advert.js
auto.cz##.ads
auto.cz##.adv
auto.cz###column > .container[style="width: auto; position: relative; height:
620px;"]
@@||auto.cz/auto/skins/*/js/advertisment.js
! https://forum.adguard.com/index.php?threads/http-fightclubnews-cz.31083/
fightclubnews.cz#%#//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
||i.imedia.cz/json|$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,domain=sport.cz
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
sport.cz###page .x2-are:not([id])
/sport.cz\/[-_a-zA-Z0-9]{20,}\/[-_a-zA-Z0-9]{3,}\/[-_a-zA-Z0-9]{20,}./
$image,domain=sport.cz
!#endif
! 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
!+ PLATFORM(windows, mac, android)
||pubads.g.doubleclick.net/gampad/ads?
*=xml_vast*nova.cz$redirect=nooptext,important,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; }
!#if (adguard_app_ios || adguard_ext_android_cb || adguard_ext_safari)
/idnes.cz\/[-_a-zA-Z0-9]{20,}\/[-_a-zA-Z0-9]{20,}\/[-_a-zA-Z0-9]{20,}\/[-_a-zA-Z0-
9]{20,}/$subdocument,image,important
idnes.cz##.r-main[id^="element-"]
idnes.cz###portal > a#fellow[onmousedown] > img
||1gr.cz/css/idn3/reklama-
||mfr.cdn.dopc.cz^$subdocument,domain=idnes.cz
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||najserialy.to^$generichide
! 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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||autoroad.cz^$generichide
@@||eurozpravy.cz^$generichide
@@||globe24.cz^$generichide
@@||moneymag.cz^$generichide
@@||stars24.cz^$generichide
autoroad.cz,eurozpravy.cz,globe24.cz,moneymag.cz,stars24.cz##.adsbygoogle
!#endif
! 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]
!+ PLATFORM(windows, mac, android)
/aktualne.cz\/[-_a-zA-Z0-9]{20,}/$domain=aktualne.cz,image
! https://github.com/AdguardTeam/AdguardFilters/issues/16537
||prima-vod-prep.ssl.cdn.cra.cz/vod_Prima^$media
iprima.cz##.vjs-ad-link
! https://github.com/AdguardTeam/AdguardFilters/issues/12347
cs-dopravak.cz##.col.span-3[id^="yui_"] > .sqs-block[data-block-type="5"]
cs-dopravak.cz#?#.col.span-3[id^="yui_"] > .sqs-block > .sqs-block-content >
p:contains(Banner)
cs-dopravak.cz###sidebar .col[id^="yui_"] > .sqs-block[data-block-type="5"]
cs-dopravak.cz#?##sidebar .col[id^="yui_"] > .sqs-block > .sqs-block-content > p >
strong:contains(Reklama)
! https://github.com/AdguardTeam/AdguardFilters/issues/11791
@@||static.cz.prg.cmestatic.com/static/cz/shared/js/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33226
! https://github.com/AdguardTeam/AdguardFilters/issues/11748
aktualne.cz##.souvisejici-box > .idvert-wrapper
aktualne.cz##.stranka > div[class]:not(.leva-strana):not([id]) > div[class*="-
obal"]:not(#graphics-obal) > div[class]:not([id])
aktualne.cz##.sponzorovane
aktualne.cz###reklama-exchange_eko
aktualne.cz##div[class*="reklama-"]
aktualne.cz##.medium-rectangle
aktualne.cz###kulubulu-mulu
aktualne.cz##div[data-ec-list="hp-psd"] > .bezcary + div[class][id]
aktualne.cz##.special-obal
! https://github.com/AdguardTeam/AdguardFilters/issues/11748#issuecomment-367510890
!+ PLATFORM(windows, mac, android)
||eco.cdn.dopc.cz^$image
! https://github.com/AdguardTeam/AdguardFilters/issues/11585
peugeotclub.eu#@#.reklama
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!+ PLATFORM(ios, ext_android_cb)
@@||bombuj.eu^$generichide
!+ PLATFORM(ios, ext_android_cb)
bombuj.eu###reklamacasino
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||videacesky.cz^$generichide
! 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
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=bold.dk,important
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||sol.dk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15287
!+ NOT_OPTIMIZED
newz.dk##.top-interstitial
!+ PLATFORM(ios, ext_android_cb)
@@||newz.dk^$generichide
! 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"]
!+ PLATFORM(ios, ext_android_cb)
mx.dk#@##ad-leaderboard
! 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
||s3.delfi.ee/*/app.js$replace=/adFree:!1/adFree:!0/
||s3.delfi.ee/*/app.js$replace=/disableAds:!1/disableAds:!0/
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/
@@||pilet.elron.ee^$extension
!---------------------------------------------------------------------
!------------------------------ 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/js/t.js$replace=/bbd\(0x\d\)/(()=>{})()/
!#if (!adguard_ext_android_cb && !ext_ublock)
telsu.fi#$#.pb_t { display: none !important; }
!#endif
! https://github.com/uBlockOrigin/uAssets/issues/14204
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||static.ylilauta.org/js/*/Module/FrameLoader.js$replace=/this.#showFail\(\);//
||es.ylilauta.org^
ylilauta.org##.card.a
!#else
ylilauta.org#%#//scriptlet('prevent-fetch', 'es.ylilauta')
ylilauta.org#%#!function(){const t={apply:(t,e,i)=>{const n=i[0];if(!n||!
n.toString().includes("this.#showFail"))return Reflect.apply(t,e,i)},get:
(t,e,i)=>"toString"===e?
t.toString.bind(t):Reflect.get(t,e,i)};window.setTimeout=new
Proxy(window.setTimeout,t)}();
ylilauta.org#$#iframe.a { position: absolute !important; left: -3000px !
important; }
! TODO: replace with 'spoof-css'
! https://github.com/AdguardTeam/Scriptlets/issues/317
ylilauta.org#%#(()=>{function spoofCSS(e,t,n){if(!e)return;const r=!("debug"!==t||!
n),o=new Map;t&&n&&!r&&o.set(function(e){if(!e.includes("-"))return e;const
t=e.split("-"),n=t[0],r=t[1];return`${n}${r[0].toUpperCase()}${r.slice(1)}`}
(t),n);const i=(e,t)=>o.has(e)?o.get(e):t,s=(e,t,n)=>"toString"===t?
e.toString.bind(e):Reflect.get(e,t,n),c={apply:(t,n,r)=>{const
c=Reflect.apply(t,n,r);if(!r[0].matches(e))return c;const p=new Proxy(c,{get(e,t)
{const n=e[t];if("function"!=typeof n)return i(t,n||"");if("getPropertyValue"!
==t)return n.bind(e);const r=new Proxy(n,{apply(e,t,n){const r=n[0],o=t[r];return
i(r,o)},get:s});return r},getOwnPropertyDescriptor:(e,t)=>o.has(t)?{configurable:!
0,enumerable:!0,value:o.get(t),writable:!
0}:Reflect.getOwnPropertyDescriptor(e,t)});return
p},get:s};window.getComputedStyle=new
Proxy(window.getComputedStyle,c)}spoofCSS("iframe.a","position","static");spoofCSS(
"iframe.a","left","auto");})();
!#endif
! ruutu.fi - video ads
||nelonenmedia-pmd-ads-*.nm-stream.nelonenmedia.fi/*.mp4$media,redirect=noopmp4-
1s,domain=ruutu.fi
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,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
||svonm.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled":
false\,/i,domain=mtv.fi,important
!
riemurasia.net###container > div[class^="slide_"]
riemurasia.net#?##container > div.main-div > div[id]:has(>script[data-adfscript])
||kuvake.net^$domain=naurunappula.com
! 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/
||amazonaws.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled":
false\,/i
||amazonaws.com/www.katsomo.fi/config.json$replace=/"enabled": true\,/"enabled":
false\,/i,important
||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-
w9.json$replace=/"enabled": true\,/"enabled": false\,/i
||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-
w9.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||static.katsomo.fi/conf/
homadConfigKatsomo.json$replace=/"enabled":true\,/"enabled":false\,/i
||static.katsomo.fi/conf/
homadConfigKatsomo.json$replace=/"enabled":true\,/"enabled":false\,/i,important
!---------------------------------------------------------------------
!------------------------------ 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
||crystal-ad.ge^$third-party
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/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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||static.adman.gr/adman.js$domain=gazzetta.gr
! 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; }
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=moviez.space
!#endif
! 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:")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||hindi.business-standard.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
hindi.business-standard.com##div[id^="div-gpt-ad"]
!
patrika.com##.google-ads-full
!---------------------------------------------------------------------
!------------------------------ Hungarian ----------------------------
!---------------------------------------------------------------------
! NOTE: Hungarian
!
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||hu.adocean.pl/files/js/ado.js$domain=retroradio.hu
! 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; }
katalogus.top,filmvilag.me,mozimax.top$
$script[wildcard="*document.write*iframe[srcdoc]*"][min-length="4000"][max-
length="6000"]
! 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
!+ PLATFORM(ios, ext_safari)
@@||ad.adverticum.net/g3.js$domain=hvg.hu
! https://github.com/AdguardTeam/AdguardFilters/issues/56499
mozinet.me$$iframe[srcdoc="XMLHttpRequest"]
mozinet.me$$script[wildcard="*document.write*iframe[srcdoc]*"][min-length="4000"]
[max-length="6000"]
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$$script[wildcard="*document.body.style.overflow
= 'hidden';*.classList.remove(*"][min-length="500"][max-length="1500"]
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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
! For Safari on Mac
totalbike.hu,divany.hu,totalcar.hu#$#.m-page-footer ~ script + script + script +
script ~ div[class]:not([class*=" "]) { display: none !important; }
totalbike.hu,divany.hu,totalcar.hu#$#body { overflow: auto !important; }
!
@@||totalbike.hu^$generichide
@@||divany.hu^$generichide
@@||totalcar.hu^$generichide
@@||ad.adverticum.net/|$domain=totalbike.hu|divany.hu|totalcar.hu
@@||ad.adverticum.net/g3.js$domain=totalbike.hu|divany.hu|totalcar.hu
@@||ad.adverticum.net/scripts/goa3/main/*/goa3.js$domain=totalbike.hu|divany.hu|
totalcar.hu
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=totalbike.hu|
divany.hu|totalcar.hu
!#endif
! 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/")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||port.hu^$generichide
!#endif
! 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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
mobilarena.hu#@#.pub_300x250
mobilarena.hu#@#.pub_300x250m
mobilarena.hu#@#.pub_728x90
mobilarena.hu#@#.text-ad
mobilarena.hu#@#.textAd
mobilarena.hu#@#.text_ad
mobilarena.hu#@#.text_ads
mobilarena.hu#@#.text-ads
mobilarena.hu#@#.text-ad-links
mobilarena.hu#@#.xabrecontainer
mobilarena.hu#@#.partners
mobilarena.hu#@#.spleft
mobilarena.hu#@#.spright
mobilarena.hu#@#.xabre-responsive
!#endif
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
!+ PLATFORM(ios, ext_android_cb)
@@||indexhu.adocean.pl/*ad.json$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
!
bb.is$$div[class="banner"]
!---------------------------------------------------------------------
!------------------------------ 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")
dinamalar.com$$script[wildcard="*document.getElementById*.style.display=*$*"][min-
length="200"][max-length="1000"]
!+ PLATFORM(ios, ext_android_cb)
@@||dinamalar.com^$generichide
! 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)
!+ PLATFORM(ios, ext_android_cb)
@@||google-analytics.com/analytics.js$domain=maalaimalar.com
!#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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||examsleague.co.in^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
examsleague.co.in##.adsbygoogle
! 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/10876
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||mrtechmyth.com^$generichide
! 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,lifeh
acker.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
!
! 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/154192
neonime.fun##.box_item_berlangganan_player
! https://github.com/AdguardTeam/AdguardFilters/issues/154363
doroni.me#%#//scriptlet('set-constant', 'showAds', 'true')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
doroni.me#@#ins.adsbygoogle
@@||doroni.me/js/-cpm-ads.js
!#endif
! 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/assets/js/jroute.js$replace=/if \(!document.*?\).*?{/if(!1){/
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="googl
eads",e.appendChild(t);const
n=document.createElement("ins");n.classList.add("adsbygoogle"),e.appendChild(n);con
st
d=document.createElement("div");d.setAttribute("title","Advertisement"),e.appendChi
ld(d),document.body.appendChild(e)}));
laksa19.github.io##iframe[src="googleads"]
laksa19.github.io#$#.adsbygoogle { height: 1px !important; }
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=laksa19.github.io
@@||static.doubleclick.net/instream/ad_status.js$domain=laksa19.github.io
!#endif
! 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.se
xtgem.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
! https://github.com/AdguardTeam/AdguardFilters/issues/54520
! https://github.com/AdguardTeam/AdguardFilters/issues/52722
! https://github.com/AdguardTeam/AdguardFilters/issues/52102
! https://github.com/AdguardTeam/AdguardFilters/issues/51614
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")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=pradjadj.com
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_*.js$domain=pradjadj.com
!#endif
! 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,kotakputih.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$$script[tag-content="'iframe-network'==="][min-length="10000"][max-
length="20000"]
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')
kompasiana.com$$script[tag-content="'iframe-network'"][min-length="10000"][max-
length="20000"]
! 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/")
!+ PLATFORM(ext_android_cb, ios)
@@||shinobijawi.id^$generichide
! 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
!+ PLATFORM(ios, android, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=eirudo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12559
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||safelinku.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
safelinku.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/11859
||pornxxxplace.com/eureka^
pornxxxplace.com###invideo_new
! https://github.com/AdguardTeam/AdguardFilters/issues/11583
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||telolet.in^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||neumanga.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/7277
inwepo.co##.adsbygoogle
@@||inwepo.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6872
!+ PLATFORM(windows, mac, android)
mivo.com#%#window.initRmpAdBlock = function() {};
!+ PLATFORM(windows, mac, android)
/rmp-blockadblock.js$domain=mivo.com
!+ 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
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||beritauaja.com^$generichide
!
||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"]
downloadfilem.com$$div[class="box"][tag-content="<h2>Iklan</h2>"]
movie76.com##img[alt="ads"]
!---------------------------------------------------------------------
!---------------------------------------------------------------------
!------------------------------ Hebrew -------------------------------
!---------------------------------------------------------------------
! NOTE: Hebrew
!
! 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/133880
!#if (adguard_app_android)
@@||googleads.github.io/videojs-ima/$domain=mobile.mako.co.il
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=mobile.mako.co.il
@@||mobile.mako.co.il/ads.txt
!#endif
! 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")
!+ PLATFORM(ios, ext_android_cb)
@@||prog.co.il^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||hwzone.co.il^$generichide
! 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
sheee.co.il,walla.co.il$$script[wildcard="*try*function*static*string*catch*"][min-
length="15000"][max-length="90000"]
!+ 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||walla.co.il^$generichide
@@||sheee.co.il^$generichide
@@||cm.g.doubleclick.net/pixel?$image,domain=sheee.co.il
@@||stats.g.doubleclick.net/*/collect?$image,xmlhttprequest,domain=sheee.co.il
!#endif
!+ 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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")
!+ PLATFORM(windows, mac, android)
themarker.com#%#(function(){var
b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-
1==a.toString().indexOf("hblocked?returnTo"))return b(c,a,d)}.bind(window)})();
! 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$$script[wildcard="*<=0x0||*new Uint8Array*"][min-length="50000"][max-
length="150000"]
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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||nir-oz.blogspot.com^$generichide
! 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"]
||haaretz.co.il/_next/static/chunks/*.js$replace=/return n&&"paying"/return;
n&&"paying"/
!+ NOT_PLATFORM(windows, mac, android)
haaretz.co.il#%#//scriptlet("prevent-addEventListener", "load", "hblocked?
returnTo")
!+ PLATFORM(windows, mac, android)
haaretz.co.il#%#(function(){var
b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-
1==a.toString().indexOf("hblocked?returnTo"))return b(c,a,d)}.bind(window)})();
@@||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
!
! 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')
||ptp.stbm.it/pushdown/loader/av/players/player-custom-content.js$replace=/
&&e\.loader\.opt\.hasAdv/&&!1/,script
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=oggi.it
! 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
||highlights.legaseriea.it^$referrerpolicy=origin
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=highlights.legaseriea.it
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(android, windows, mac)
corriere.it#$?#.bck-adv { remove: true; }
! 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##.mawrap
automoto.it,moto.it##.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
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:"",setTargetin
gForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_opera)
@@||cdn.adsafeprotected.com/iasPET.1.js$domain=geopop.it
! 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/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||secure.quantserve.com/|$xmlhttprequest,domain=facciabuco.com
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=facciabuco.com
!#endif
! 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/
! corriere.it - left-over in article
corriere.it#?#.sticky-container-outer:has(> .sticky-container-inner > .bck-adv)
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||webassistanceita.com^$generichide
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
fumettologica.it#?#body > div#td-outer-wrap + div[id][class]
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||leonardo.it^$generichide
! 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')
!+ PLATFORM(ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=webmail.email.it
! 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')
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||rendimentibtp.it$generichide
@@||assets.evolutionadv.it/rendimentibtp_it/
rendimentibtp_it.new.js$domain=rendimentibtp.it
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_android_cb)
multiplayer.it#@##top_ads_container
multiplayer.it#@#.textads
multiplayer.it#@#.banner-ads
multiplayer.it#@#.banner_ads
multiplayer.it#@#.ad-unit
multiplayer.it#@#.ad-zone
multiplayer.it#@#.ad-space
!#endif
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/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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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")
!+ PLATFORM(ios, ext_android_cb)
@@||inforge.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/102746
@@||scws.xyz^$domain=animeunity.tv
! 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
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
||ivg.it/wp-content/plugins/edinet_giornali_swg_plugin/js/dist/swg_bundle.js
||ivg.it/wp-content/plugins/edinet_giornali_swg_plugin/assets/css/style.css
!#endif
! 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
!+ PLATFORM(windows, mac, android)
@@||video.repubblica.it^$generichide
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ad.altervista.org/js.ad/size=*/?ref=www.sunhope.it$domain=sunhope.it
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
beverfood.com#@#img[width="728"][height="90"]
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)
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||ad1.adbreak.ch/*/?$domain=tio.ch
@@||cdn.adsafeprotected.com^$domain=tio.ch
@@||pixel.adsafeprotected.com^$domain=tio.ch
!#endif
!#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/59860
sitostreaming.club##a[href^="https://madsoks.com/"]
sitostreaming.club#%#//scriptlet("set-constant", "hasAdblock", "falseFunc")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||sitostreaming.club^$generichide
! 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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
napolitoday.it#@#.pub_300x250
napolitoday.it#@#.pub_300x250m
napolitoday.it#@#.pub_728x90
napolitoday.it#@#.text-ad
napolitoday.it#@#.textAd
napolitoday.it#@#.text_ad
napolitoday.it#@#.text_ads
napolitoday.it#@#.text-ads
napolitoday.it#@#.text-ad-links
!#endif
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ilmeteo.it
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl_*.js$domain=ilmeteo.it
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rollingstone.it
! https://github.com/AdguardTeam/AdguardFilters/issues/37552
dreamsub.stream##.astromica
! https://github.com/AdguardTeam/AdguardFilters/issues/37155
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||marketmovers.it^$generichide
@@.jpg#$domain=marketmovers.it
marketmovers.it##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/31542
@@||dniadops-a.akamaihd.net/ads/scripts/fwconfig/2/configs/italy-dplay2live.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36764
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/
fuckadblock.min.js$domain=abazero.com
! https://github.com/AdguardTeam/AdguardFilters/issues/35602
luongovincenzo.it#%#//scriptlet("abort-on-property-write", "ai_adb")
! https://github.com/AdguardTeam/AdguardFilters/issues/34818
open-live.org##.ads
! https://github.com/AdguardTeam/AdguardFilters/issues/34151
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||gamesource.it^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||citynow.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33556
@@||svapo.it/dev/adblock.js
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||svapo.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33256
!+ NOT_PLATFORM(windows, mac, android)
@@||toptv.cloud^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32977
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||informazionefiscale.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32800
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||altadefinizione.cloud^$generichide
! 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
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb || ext_ublock)
@@||gametimers.it^$generichide
gametimers.it##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/30602
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||wizblog.it^$generichide
! 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]
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||money.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27364
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||animeunity.it/stream.php$generichide
! 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_"])
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||milanworld.net^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
milanworld.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/26689
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||scubidu.eu^$generichide
! 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; }
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||ib.adnxs.com/ut/$domain=youmath.it
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||sentireascoltare.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/22984
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||justnerd.it^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
justnerd.it##.adsbygoogle
! 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')
!+ PLATFORM(ios, ext_android_cb)
@@||popcorntv.it^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||androidaba.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16900
!+ PLATFORM(ios, ext_android_cb)
@@||commentimemorabili.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16665
tvserial.it###DSKBillboardATFxcpciu0
!+ PLATFORM(ios, ext_android_cb)
@@||tvserial.it^$generichide
! 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)};})();
calciomercato.com$$script[tag-content="AntiAdblock"][min-length="2000"][max-
length="5000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/15676
!+ PLATFORM(ios, ext_android_cb)
@@||ladige.it^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||yourlifeupdated.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12542
concorsipubblici.net##.cp-get-this-deal
! https://github.com/AdguardTeam/AdguardFilters/issues/12394
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||isolaillyon.it^$generichide
! 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="]
! https://github.com/AdguardTeam/AdguardFilters/issues/11263
altadefinizione.bid##a[href^="http://altadefinizione.bid"][href*="wth.php"]
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/10275
cinemalibero.club##a[href][target="__blank"] > img
cinemalibero.club#$##players { margin-top: auto!important; }
cinemalibero.club#%#(function() { window.open_ = window.open; var w_open =
window.open, regex = /toroadvertisingmedia.com/; window.open = function(a, b) { if
(typeof a !== 'string' || !regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/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$replace=/
(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/,important
@@||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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||chimica-online.it^$generichide
!+ PLATFORM(ios, ext_safari, ext_android_cb)
chimica-online.it##.bannerinferiore
!+ PLATFORM(ios, ext_safari, ext_android_cb)
chimica-online.it##.inmezzoaltesto
!+ PLATFORM(ios, ext_safari, ext_android_cb)
chimica-online.it##div[id^="div-gpt-ad-"]
! 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
!+ PLATFORM(ios, ext_android_cb)
mmorpgitalia.it##.noticeContainer
! 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
@@||acea.it^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/3689
hackyouriphone.org##.sweet-overlay
hackyouriphone.org##div.show-sweet-alert
! https://forum.adguard.com/index.php?threads/16027/
dbplanet.net###document_modal
dbplanet.net###some_ad_block_key_popup
! https://github.com/AdguardTeam/AdguardFilters/issues/3186
||tradingmania.it/wp-content/uploads/*bdswiss$image
||tradingmania.it/wp-content/uploads/2016/09/corso-trading-online.gif
||tradingmania.it/wp-content/uploads/2016/06/Bonus-100-mania.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/3030
@@||calciomercato.com/promodisplay
calciomercato.com$$script[tag-content="new FuckAdBlock"][max-length="30000"]
!
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])
casacinema.video##a[href^="http://www.casacinema.video/fdh/wth.php"]
altadefinizione.pink##.sm_header > a[rel="nofollow"] > img
casacinema.video##.ads
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
plankim.com##body > div:not([class]):not([id])
! 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
!#if (!adguard_ext_android_cb && !adguard_app_ios)
||ssl.pstatic.net/static/m/comic/im/promo/popup_cloud.png
m.comic.naver.com##body > div#ly_dim
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||mssl.fwmrm.net/libs/adm/*/LinkTag2.js$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
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||1188lv.adocean.pl/*ad.xml$domain=embed.cloudycdn.services
@@||1188lv.adocean.pl/files/*.mp4$domain=embed.cloudycdn.services
!#endif
! 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
!+ PLATFORM(ext_edge, ios, ext_android_cb, ext_safari)
@@||googleads.g.doubleclick.net/$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"])
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||topzone.lt^$generichide
! 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')
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
delfi.lt#@#.adSense
delfi.lt#@#.adContent
delfi.lt#@#.adBlock
delfi.lt#@#.ad-text
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/159415
! https://github.com/AdguardTeam/AdguardFilters/issues/148522
! https://github.com/AdguardTeam/AdguardFilters/issues/48215
!+ NOT_PLATFORM(windows, mac, android)
15min.lt#%#//scriptlet('abort-on-stack-trace', 'Promise', 'inlineScript')
!+ PLATFORM(windows, mac, android)
15min.lt$$script[tag-content="banner"]
! 15min.lt#%#//scriptlet('abort-current-inline-script', '$', '/(performance|
googletag|offsetHeight)[\s\S]*?googlesyndication/')
!#if (adguard_ext_safari)
15min.lt##body > .top-banner + script + div[class]:empty
15min.lt##div[class^="col-right"] > .widget-group > div[class][style="height:
700px;"]:empty
15min.lt##div[class^="col-right"] > .widget-group > div[style="height:
600px;"]:empty:not([class]):not([id])
15min.lt#?#body >
[class][style*="display:"]:not(div):has(img[src^="https://s1.15min.lt/static/
cache/"][alt=""]:not([style]))
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/34539
autogidas.lt##.header-ann
cloudycdn.services#%#//scriptlet("json-prune", "source.ads")
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,domain=cloudycdn.services
!
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
!+ PLATFORM(ios, ext_android_cb)
@@||vijesti.me^$generichide
!---------------------------------------------------------------------
!------------------------------ 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/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
||cdn.vgc.no/js/libs/homad-
config.json$replace=/"enabled":true\,/"enabled":false\,/i
! https://forum.adguard.com/index.php?threads/tv2-no.22252/
||tv2.no/*/homadConfig*.json$replace=/"enabled":
true\,/"enabled":false\,/i,important
! 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/51978
||gratisxxx.no/*.php?bn=
! 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
@@||nettavisen.no/api/mnemonic/v*/render/pluss.nettavisen.no/
*dashboard.youplay.se*frontwidget$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/35943
@@||google-analytics.com/analytics.js$domain=jula.no
! https://github.com/AdguardTeam/AdguardFilters/issues/27371
digi.no##.tujobs-ad
digi.no##.poster-placeholder
digi.no##.tu-frontpage > .frontpage-top-poster-wrap
digi.no##div[class^="sticky-col-"] > .sticky-content
! https://github.com/AdguardTeam/AdguardFilters/issues/25483
langrenn.com##body > .bannerlocation > div > a[href^="/bannerclick.php/"]
langrenn.com#$#body.haslocation12 { padding-top: 10px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/29678
! https://github.com/AdguardTeam/AdguardFilters/issues/23015
tu.no##.commercial
tu.no##.tujobs-ad
tu.no##.poster-placeholder
tu.no##article[data-pinned].annonse
tu.no##body > .surround > .top-poster-wrap.align-center
tu.no##.tu-frontpage > .frontpage-top-poster-wrap
tu.no##div[class^="sticky-col-"] > .sticky-content
tu.no##.col-full-width > .products-carousel.daily-offers
! https://github.com/AdguardTeam/AdguardFilters/issues/21961
||nakenprat.com/adfirst*.js
||nakenprat.com/adlast*.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/20808
itavisen.no##.banner
! https://github.com/AdguardTeam/AdguardFilters/issues/18533
qxl.no##.butikkbunn
qxl.dk##body > div[style*="min-height:"][style*="background"]
qxl.dk###catIndexTopSeller
qxl.no###GoogleAdsensePanorama
qxl.no###qxlprofilertebox
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!+ PLATFORM(windows, mac, android)
||no-vg.videoplaza.tv/proxy/distributor/$domain=vgtv.no|vg.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7960
tv2.no#%#//scriptlet("json-prune", "enabled", "testhide")
tv2.no##.tv2-ad
*.damoh.tv2.no/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
||hgc-*.svonm.com/www.tv2.no/config.json$replace=/"enabled":\strue\,/"enabled":
false\,/i
||tv2.no/s/misc/homad/homadConfigTV2Live.json$replace=/"enabled":\
strue\,/"enabled": false\,/i
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
vgtv.no###player.pulse-isPauseAdVisible > .jw-overlays
!
itavisen.no##div[id^="ad-"]
vg.no###ad-topboard
!---------------------------------------------------------------------
!------------------------------ Persian ------------------------------
!---------------------------------------------------------------------
! NOTE: Persian
!
!---------------------------------------------------------------------
!------------------------------ 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.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.pub_300x250
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.pub_300x250m
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.pub_728x90
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.text-ad
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.text-ad-links
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.text-ads
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.textAd
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.text_ad
skmedix.pl,interia.pl,trojmiasto.pl,js.iplsc.com,pomponik.pl,posty.pl,zalajkowane.p
l,kulinarnapolska.org,wroclawskiejedzenie.pl,jbzdy.co,innpoland.pl,jbzdy.com.pl,myw
restling.com.pl,andek.com.pl,smartage.pl,joemonster.org,tajemnice-
swiata.pl,naszraciborz.pl,natemat.pl,stadionowioprawcy.net,fortnitepolska.pl,sadist
ic.pl,napisy24.pl,mamadu.pl,towideo.pl,forsal.pl,kresy.pl,mambiznes.pl,prnews.pl,we
szlo.com,dziwneobrazki.pl#@#.text_ads
!#endif
!
! adquesto / questpass.pl
motohigh.pl,gosc.pl,posty.pl,zalajkowane.pl,kulinarnapolska.org,wypracowania.pl,wro
clawskiejedzenie.pl,innpoland.pl,smartage.pl,joemonster.org,natemat.pl,mamadu.pl,fo
rsal.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,zwielkopolski
24.pl,se.pl,dziennik.pl,rawicz24.pl,tko.pl,tvn.pl,roweroweporady.pl,tulodz.pl,weszl
o.com#%#//scriptlet("abort-on-property-write", "adquestoConfig")
glospowiatusredzkiego.pl,wgospodarce.pl,gostynska.pl,ddbelchatow.pl,jarocinska.pl,k
lodzko24.eu,nowaruda24.pl,portalplock.pl,korsosanockie.pl,korsokolbuszowskie.pl,kor
so.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
||request.dqst.pl/v*/$xmlhttprequest
||lib.wtg-ads.com/prebid/prebid_*.js$xmlhttprequest,redirect=nooptext
!+ PLATFORM(windows, mac, android)
||cdn.dqst.pl/assets/ads.js?ad_ids=$xmlhttprequest,redirect=nooptext
!+ NOT_PLATFORM(windows, mac, android)
@@||cdn.dqst.pl/assets/ads.js?ad_ids=|$xmlhttprequest
!+ PLATFORM(ios, ext_android_cb)
@@||lib.wtg-ads.com/prebid/prebid_*.js$domain=tvn.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/148299
!+ NOT_OPTIMIZED PLATFORM(ios)
@@||request.dqst.pl^$domain=weszlo.com
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/171503
nauka.rocks###sticky-anchor
! https://github.com/AdguardTeam/AdguardFilters/issues/171504
lowicz24.eu,skarzyski.eu,zambrow.org##.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_inne
r
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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=audiostereo.pl
! 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/168011
satkurier.pl##body div[id^="banner_"]
satkurier.pl##body div[id^="idmnet_horizontal"]
! 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')
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||tvn.hit.gemius.pl/gstream.js$domain=uwaga.tvn.pl
@@||tvn.hit.gemius.pl/xgemius.js$domain=uwaga.tvn.pl
@@||tvn.hit.gemius.pl/*/redot.js$domain=uwaga.tvn.pl
!#endif
! 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/164394
! https://github.com/AdguardTeam/AdguardFilters/issues/162001
@@||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/167886
! https://github.com/AdguardTeam/AdguardFilters/issues/161329
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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=megane.com.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/159778
nieznany-numer.pl##.content div[style="height:280px"]
! 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
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
biznesinfo.pl,lelum.pl,goniec.pl#?#div:is(.w-full, .col-span-3) > .items-
center[style*="min-height:"]:has(> .ad-placeholder)
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=goniec.pl|lelum.pl|
biznesinfo.pl
! 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')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||androidowy.pl^$generichide
androidowy.pl#@#[class^="ad-"]
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/171860
! https://github.com/AdguardTeam/AdguardFilters/issues/164486
! https://github.com/AdguardTeam/AdguardFilters/issues/156438
24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.s
ticky_anchor
24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.g
rid__ad
24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##.a
dv
24jgora.pl,karkonoszego.pl,24wroclaw.pl,zyciekalisza.pl,nswiecie.pl,debica24.eu##di
v[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.p
l,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.p
l,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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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%2Ffanyv88.com%3A443%2Fhttps%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^$replace=/head>/head><meta charset="utf-8">/,document
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagmanager.com/gtag/js?id=$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/
||ssp.wp.pl/bidder/$replace=/.+//,xmlhttprequest
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tarnowska.tv
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tarnowska.tv
!#endif
! 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,mojmiko
low.pl,orzesze.com.pl,piekaryslaskie.com.pl,pyskowice.com.pl,rudaslaska.com.pl,rybn
icki.com,siemianowice.net.pl,sosnowiecki.pl,swiony.pl,wodzislaw.com.pl,zabrze.com.p
l,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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=biletomat.pl
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||optad360.io/*/*.min.js$xmlhttprequest,domain=realmadryt.pl
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=realmadryt.pl
!#endif
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=zerion.cc
! 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-')
!+ PLATFORM(ios, ext_android_cb)
@@||static.hotjar.com/c/hotjar-*.js$domain=sprawdzwegiel.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/125970
koty.pl,psy.pl#?#article > div[class^="sc-"]:has(> div[class^="sc-"] >
span:contains(/^REKLAMA$/))
! 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")
radio.pl$$script[tag-content="Flags."][min-length="20000"][max-length="300000"]
! 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/124098
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/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.p
l,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.p
l,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
!+ PLATFORM(ios, ext_safari)
ciekawostkihistoryczne.pl#$#.placeholderAds { display: none !important; }
! 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,katowiceteraz.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; }
!+ PLATFORM(ios, ext_android_cb)
@@||roland-gazeta.pl^$generichide
! 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
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
@@||helios.pl/*/*/*?ajax=$xmlhttprequest,content,elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||transfermarkt.pl^$generichide
! 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%2Ffanyv88.com%3A443%2Fhttps%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/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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=satkurier.pl
! 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
||dyktanda.pl/static/js/main.*.chunk.js$replace=/src:"https:\/\/
pagead2\.googlesyndication\.com\/pagead\/js\/adsbygoogle\.js"/src:"\/"/
! 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.p
l,fajnyogrod.pl,kb.pl##.banner-container
kronikidziejow.pl,spokojnieociazy.pl,fajnegotowanie.pl,aniaradzi.pl,fajnyzwierzak.p
l,fajnyogrod.pl,kb.pl##.entry-content-brief-super
kronikidziejow.pl,spokojnieociazy.pl,fajnegotowanie.pl,aniaradzi.pl,fajnyzwierzak.p
l,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/148386
! https://github.com/AdguardTeam/AdguardFilters/issues/147692
wgospodarce.pl##.ad-taboola
wgospodarce.pl###veedmo_player
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; }
yafud.pl$$script[tag-content="BlockAdBlock.prototype"][min-length="5000"][max-
length="10000"]
! 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,glam
our.pl,elle.pl,wizaz.pl##.ecomm-wide
mamotoja.pl,polki.pl,viva.pl,national-
geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glam
our.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,glam
our.pl,elle.pl##.ecomm-boxd
mamotoja.pl,polki.pl,viva.pl,national-
geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glam
our.pl,elle.pl##.ecomm-ucnkaees
mamotoja.pl,polki.pl,viva.pl,national-
geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glam
our.pl,elle.pl##.ecomm-narrow
mamotoja.pl,polki.pl,viva.pl,national-
geographic.pl,kobieta.pl,mojegotowanie.pl,przyslijprzepis.pl,mojpieknyogrod.pl,glam
our.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,mojegot
owanie.pl##div[id^="ecomm-placement-"]
mojpieknyogrod.pl,claudia.pl,elle.pl,focus.pl,elleman.pl,mojegotowanie.pl,przyslijp
rzepis.pl,glamour.pl##.advertising-box-wrapper
mojpieknyogrod.pl,claudia.pl,elle.pl,focus.pl,kobieta.pl,elleman.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,elleman.pl,mojegotowanie.p
l,przyslijprzepis.pl,glamour.pl##.advertising-billboard
claudia.pl,elle.pl,focus.pl,kobieta.pl,elleman.pl,mojegotowanie.pl,przyslijprzepis.
pl,glamour.pl##.plista_container
claudia.pl,elle.pl,focus.pl,kobieta.pl,elleman.pl,mojegotowanie.pl,przyslijprzepis.
pl,glamour.pl##div[id$="-po-calosci-container"]
claudia.pl,elle.pl,focus.pl,kobieta.pl,elleman.pl,mojegotowanie.pl,przyslijprzepis.
pl,glamour.pl##div[id^="kopia-"][id$="-container"].widget-content
||imasdk.googleapis.com/js/sdkloader/
ima3.js$script,redirect=noopjs,important,domain=claudia.pl|elle.pl|focus.pl|
kobieta.pl|elleman.pl|mojegotowanie.pl|przyslijprzepis.pl|glamour.pl
kobieta.pl##.advertising-box
przyslijprzepis.pl,mojegotowanie.pl##.rc
claudia.pl##div[id^="cl-"][id$="container"].widget-content
mojegotowanie.pl##div[id^="mg-"][id$="container"].widget-content
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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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/88796
branzafitness.com##div[class="<!--banner-award-->"]
branzafitness.com##.post-content > p > a[href]:not([href*="branzafitness.com"]) >
img
branzafitness.com##figure[class="wpb_wrapper vc_figure"] >
a[target="_blank"]:not([href*="branzafitness.com"]) > img
||branzafitness.com/wp-content/uploads/*/baner_fitness_1150x200.jpg
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||polskieszlaki.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/84262
gifyagusi.pl#$##wrapfabtest { height: 1px !important; }
gifyagusi.pl#%#//scriptlet("set-constant", "adsbygoogle.loaded", "true")
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gifyagusi.pl
! 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
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>')});
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=skmedix.pl
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_with_ama_fy2019.js$domain=skmedix.pl
!#endif
! 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__SlotRightColu
mn-"]
poczta.gazeta.pl,kontakty.onet.pl,poczta.onet.pl##div[class^="styles__SlotTopContai
ner-"]
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; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||player.chillizet.pl^$generichide
@@||player.meloradio.pl^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/72462
zdam.xyz#$##bb { display: block !important; }
zdam.xyz#$#.col > div[id^="nj_"][style] { display: block !important; }
zdam.xyz#%#//scriptlet('prevent-xhr', 'cdn4ads.com')
$xmlhttprequest,redirect-rule=nooptext,domain=zdam.xyz
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||cdn4ads.com/ready.min.js$domain=zdam.xyz
@@||c1.popads.net/pop.js$domain=zdam.xyz
! 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/153657
! https://github.com/AdguardTeam/AdguardFilters/issues/72558
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:"]
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tapetus.pl
!#endif
! 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")
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||ced.sascdn.com/tag/*/smart.js$domain=eska.pl
! 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:no
t(.active)"),c=document.querySelector("#hot_1:not(.box_active)");a&&a.innerText.mat
ch(/^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/170328
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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||a.allegroimg.com^$domain=allegro.pl
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||smartadserver.com/config.js$domain=synonimy.pl
@@||stats.g.doubleclick.net/dc.js$domain=synonimy.pl
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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$/)
waw4free.pl$$script[tag-content="Wykryliśmy adblocka"]
waw4free.pl$$style[tag-content="document.documentElement.scrollTop?
document.documentElement.scrollTop:document"]
waw4free.pl$$script[tag-content="adbinfo"]
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
waw4free.pl#%#//scriptlet('prevent-addEventListener', 'load', 'nextFunction')
waw4free.pl#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!#endif
! 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$$script[tag-content="__adblockDetected "][min-length="2000"][max-
length="5000"]
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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=trojmiasto.pl
@@||r.trojmiasto.pl/adxmlrpc/json.php
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/55791
||resetoff.pl/static/player/*/vast.js
resetoff.pl#%#//scriptlet("set-constant", "ads_unblocked", "true")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||resetoff.pl/static/js/application/views/advertise/Advertise_view.js
! 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 .adv
iewDFPBanner: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(/https/www.scribd.com/files/Image/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/53881
||zaq2.pl/static/js/player/*/vast.js
! 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")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=zobacz.ws
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=poradnikzdrowie.pl|
mjakmama24.pl|se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.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,por
adnikzdrowie.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)})})();
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
@@||smart.idmnet.pl/consent/cmp-widget-latest.js$domain=poradnikzdrowie.pl|
mjakmama24.pl|se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl
@@||smart.idmnet.pl/consent/*.json$domain=poradnikzdrowie.pl|mjakmama24.pl|se.pl|
eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl
@@||smart.idmnet.pl/prebidBoilerplate_tmp.js$domain=poradnikzdrowie.pl|
mjakmama24.pl|se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl
@@||smart.idmnet.pl/prebidBoilerplate.js$domain=poradnikzdrowie.pl|mjakmama24.pl|
se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl
@@||smart.idmnet.pl/*/smartConfig_*.js$domain=poradnikzdrowie.pl|mjakmama24.pl|
se.pl|eskarock.pl|voxfm.pl|radioplus.pl|eska.pl|radiosupernova.pl
!#endif
! 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
muratorplus.pl,voxfm.pl##.zpr_side_1_noscroll
voxfm.pl##div[class^="zpr_inside_"]
voxfm.pl,eskarock.pl##.zpr_top_1
voxfm.pl,eska.pl,se.pl,urzadzamy.pl##.zpr_box_topboard
radiosupernova.pl,muratordom.pl,mjakmama24.pl,se.pl,eskarock.pl,voxfm.pl,radioplus.
pl,poradnikzdrowie.pl##.zpr_combo
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,eska
rock.pl,se.pl,voxfm.pl##.article__placement
poradnikzdrowie.pl,radioplus.pl,urzadzamy.pl,radiosupernova.pl,voxfm.pl,mjakmama24.
pl,eska.pl,se.pl#$#.adsbox.ad { display: block !important; }
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||poradnikzdrowie.pl^$generichide
@@||radioplus.pl^$generichide
@@||urzadzamy.pl^$generichide
@@||radiosupernova.pl^$generichide
@@||voxfm.pl^$generichide
@@||mjakmama24.pl^$generichide
@@||eska.pl^$generichide
@@||se.pl^$generichide
!#endif
! 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; }
||sinoptik.pl/js/*/concat.min.js$replace=/(document\.createElement\
("script"\)\)\.textContent=')[\s\S]*?(zmctrack|ShadowRoot)[\s\S]*?('\,)/\
$1\$3/,domain=sinoptik.pl
! 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; }
rybnik.com.pl$$script[wildcard="*track*ShadowRoot*"][min-length="5000"][max-
length="10000"]
! 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(){}}};}();
!+ PLATFORM(ios, ext_android_cb)
@@||cdn-a.yieldlove.com/yieldlove-bidder.js?meczyki.pl_mobile$domain=meczyki.pl
! 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/*?_=$elemhide,jsinject,extension
@@||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$$iframe[src="javascript:window.location.replace"]
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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||s0.2mdn.net/ads/studio/Enabler.js$domain=drogerium.pl
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||xboxforum.pl^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
xboxforum.pl##.adsbygoogle
! 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
/_ajax/ablck.php$domain=wpu24.pl|ddwloclawek.pl|ddtorun.pl|gostyn24.pl
/js/html2canvas.min.js$domain=wpu24.pl|ddwloclawek.pl|ddtorun.pl|gostyn24.pl
gostyn24.pl,wpu24.pl,ddwloclawek.pl,ddtorun.pl#%#//scriptlet('set-constant',
'arePiratesOnBoard', 'false')
gostyn24.pl,wpu24.pl,ddwloclawek.pl,ddtorun.pl#%#//scriptlet('set-constant',
'isAdBlockerEnabled', 'false')
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/35197
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||serialosy.pl^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||innpoland.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34228
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||jbzdy.com.pl^$generichide
! wp.pl ads - iOS
! TODO: remove when this issue will be fixed -
https://github.com/AdguardTeam/AdguardForiOS/issues/1897
!#if (adguard_app_ios)
o2.pl,wp.pl#%#//scriptlet("abort-on-property-write",
"Object.prototype.gaf_directOnly")
o2.pl#?#div[class*=" "] > img[src^="https://www.o2.pl/"]:first-child + div:last-
child:upward(1)
wp.pl#?#div[class*=" "] > img[src^="https://v.wpimg.pl/"][alt]:first-child +
div:last-child:upward(1)
!#endif
! 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
!+ PLATFORM(ext_safari, ios)
@@||www.dobreprogramy.pl^$generichide,badfilter
!+ PLATFORM(ext_safari, ios)
@@||pilot.wp.pl^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/148385
||dynacrems.wp.pl/ad/$replace=/.+//,important
||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
!+ PLATFORM(ios, ext_android_cb)
www.dobreprogramy.pl##style + div
! 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.p
l#?#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.pro
ps.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))
www.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:\/\/fanyv88.com:443\/https\/sportowefakty\.wp\.pl\//) { remove: true; }
sportowefakty.wp.pl#?#body > div[class*=" "]:matches-css(background-image: /^url\
(https:\/\/fanyv88.com:443\/https\/sfwp\.wpcdn.pl\/img\/placeholder_ad.png/)
sportowefakty.wp.pl#$?#.content div[class*=" "]:matches-css(background-image:
/^url\(https:\/\/fanyv88.com:443\/https\/sfwp\.wpcdn.pl\/img\/placeholder_ad.png/) { remove: true; }
sportowefakty.wp.pl#?#body > .layout > div[class*=" "]:matches-css(background-
image: /^url\(https:\/\/fanyv88.com:443\/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
!+ PLATFORM(ext_ff)
abczdrowie.pl,autocentrum.pl,autokult.pl,fotoblogia.pl,gadzetomania.pl,komorkomania
.pl,money.pl,o2.pl,parenting.pl,pudelek.pl,wp.pl,dobreprogramy.pl#@%#//
scriptlet('ubo-aeld.js', 'openFloatingPlayer', 'FloatingPlayer')
! 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,au
tokrata.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,mojeosiedl
e.pl,money.pl,nasygnale.pl,nocowanie.pl,o2.pl,odkrywcy.pl,open.fm,parenting.pl,pude
lek.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,w
ww.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.p
l,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"]),c=n[1];return c&&r.has(c)&&(n[2].get=function(){return
function(){return!1}}),Reflect.apply(e,t,n)}});
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=videostar.pl|o2.pl|
dobreprogramy.pl|polygamia.pl|genialne.pl|pysznosci.pl|benchmark.pl
||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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||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,wiadomosc
i.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,dobreprog
ramy.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.p
l,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,kobiet
a.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,sp
ortowefakty.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")
www.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.p
l,ksiazki.wp.pl,kuchnia.wp.pl,moto.wp.pl,opinie.wp.pl,tech.wp.pl,teleshow.wp.pl,tur
ystyka.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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,ks
iazki.wp.pl,magazyn.wp.pl,moto.wp.pl,opinie.wp.pl,sportowefakty.wp.pl,tech.wp.pl,te
leshow.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)
!#endif
!
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_firefox && !adguard_ext_safari && !adguard_app_ios)
@@||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
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/37699
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_firefox && !ext_ublock)
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; }
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/34071
webcamera.pl#$#.adsbygoogle { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/33856
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||mywrestling.com.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33231
andek.com.pl##.single-entry-summary >
div[style="float:left;width:270px;height:260px;"]
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||andek.com.pl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33102
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||smartage.pl^$generichide
! 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)
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||tajemnice-swiata.pl^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||naszraciborz.pl^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||stadionowioprawcy.net^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||jakbudowac.pl^$generichide
! 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/')
sciaga.pl$$script[wildcard="*event.target.tagName==='BODY'*window.open*"][max-
length="550"]
! https://github.com/AdguardTeam/AdguardFilters/issues/29042
||video.onnetwork.tv^$domain=sciaga.pl
! wyborcza.pl - fixing video player
!+ PLATFORM(windows, mac, android)
||pubads.g.doubleclick.net/gampad/ads?
*PREROLL$redirect=nooptext,important,domain=wyborcza.pl
! sadistic.pl - antiadblock
sadistic.pl###spAd
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/
fuckadblock.min.js$domain=sadistic.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/28505
||napisy24.pl/run/js/blad*.js$script
||google.com/*/ads.html|$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$$script[tag-content="zfgloadedpushopt"][min-length="30000"][max-
length="50000"]
anime-odcinki.pl##a[href="https://e-neko.pl/"] > img
||cdn.shortpixel.ai/client/q_lossy,ret_img/https://anime-odcinki.pl/wp-content/
uploads/*/ga_banner1.jpg
!+ PLATFORM(ios, ext_android_cb)
@@||anime-odcinki.pl^$generichide
! 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"]):matche
s-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.advNumb
er"="/\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; }
!+ PLATFORM(ext_android_cb)
@@||tv.wp.pl^$generichide
! 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,stronazdr
owia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennik
polski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.p
l,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,d
ziennikpolski24.pl,echodnia.pl,expressbydgoski.pl,expressilustrowany.pl,gazetakrako
wska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,g
p24.pl,gra.pl,gs24.pl,i.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowosci.co
m.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,stref
abiznesu.pl,strefaedukacji.pl,stronakobiet.pl,stronazdrowia.pl,to.com.pl,wspolczesn
a.pl##.componentsListingLargeRow__content > div[data-turn-on-display]
> .atomsListingArticleTileWithSeparatedLink > a[title="Reklama"]
e-
ogrodek.pl,stronakuchni.pl,stronapodrozy.pl,dziennikbaltycki.pl,dzienniklodzki.pl,d
ziennikpolski24.pl,echodnia.pl,expressbydgoski.pl,expressilustrowany.pl,gazetakrako
wska.pl,gazetalubuska.pl,gazetawroclawska.pl,gk24.pl,gloswielkopolski.pl,gol24.pl,g
p24.pl,gra.pl,gs24.pl,i.pl,kurierlubelski.pl,motofakty.pl,naszemiasto.pl,nowosci.co
m.pl,nto.pl,polskatimes.pl,pomorska.pl,poranny.pl,sportowy24.pl,strefaagro.pl,stref
abiznesu.pl,strefaedukacji.pl,stronakobiet.pl,stronazdrowia.pl,to.com.pl,wspolczesn
a.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,stronazdr
owia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennik
polski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.p
l,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,stronazdr
owia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennik
polski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.p
l,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,stronazdr
owia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennik
polski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.p
l,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,stronazdr
owia.pl,naszahistoria.pl,regiodom.pl,dziennikbaltycki.pl,dzienniklodzki.pl,dziennik
polski24.pl,dziennikzachodni.pl,echodnia.eu,expressbydgoski.pl,expressilustrowany.p
l,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() {};
pcworld.pl$$script[tag-content=".uabpInject=!0,"][min-length="20000"][max-
length="80000"]
!+ PLATFORM(ext_opera, ios, ext_android_cb)
@@||pcworld.pl/*/news/thumbnails/$~third-party,image
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||overwatch.pl^$generichide
!+ PLATFORM(ios, ext_android_cb)
overwatch.pl##.adsbygoogle
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||dogry.pl^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||dziwneobrazki.pl^$generichide
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
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_app_ios ||
adguard_ext_android_cb)
@@||samnaprawiam.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=samnaprawiam.com
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=samnaprawiam.com
samnaprawiam.com##.adsbygoogle
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/20305
skript.pl#%#//scriptlet("abort-current-inline-script", "document.addEventListener",
"adblocka")
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
skript.pl#$#.adsbygoogle { height:10px!important; }
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=skript.pl
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl.js$domain=skript.pl
!#endif
! 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/*.php?*&*=$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
||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
!+ PLATFORM(ios, ext_android_cb)
@@||kuchnia-domowa.pl^$generichide
!+ PLATFORM(ios, ext_android_cb)
kuchnia-domowa.pl##.adsbygoogle
! superfilm.pl - antiadblock
superfilm.pl#%#window.adblock = true;
! https://github.com/AdguardTeam/AdguardFilters/issues/14599
!+ PLATFORM(ios, ext_android_cb)
@@||windows7forum.pl^$generichide
!+ PLATFORM(ios, ext_android_cb)
windows7forum.pl###advt
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||shareinfo.pl^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||skmedix.pl^$generichide
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||kwejk.pl^$generichide
! 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
||smartapp-tvplayer*-prod.tvp.pl/releases/tvplayer*/default/player.js$replace=/
(onerror=null\,e\()"[\s\S]*?"(\))/\$1undefined\$2/
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||vod.tvp.pl^$generichide
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
@@||hit.gemius.pl/gplayer.js$domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
@@||hit.gemius.pl/gstream.js$domain=tvp.pl|swipeto.pl|tvp.info|tvpparlament.pl
!#endif
! 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")
||adx.adform.net/adx/$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/
Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/
VAST>/,xmlhttprequest,domain=tvp.pl,important
||secure.adnxs.com/ptv?id=*&cb=*&pubclick=$replace=/(<VAST[\s\S]*?>)[\s\S]*?
(<Extensions>[\s\S]*<\/Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/
VAST>/\$1\$2\$3<\/VAST>/,xmlhttprequest,domain=tvp.pl,important
||myao.adocean.pl/*ad.*?$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/
Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/
VAST>/,xmlhttprequest,domain=tvp.pl,important
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Extensions>[\s\S]*<\/
Extensions>)[\s\S]*<\/VAST>|(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1\$2\$3<\/
VAST>/,domain=tvp.pl,important
||tvp.pl/video/vod/reklamy/$domain=tvp.pl
||vod.*.tvp.pl/video/vod/reklamy/
@@||adx.adform.net/adx/$xmlhttprequest,other,domain=tvp.pl
@@||myao.adocean.pl^$image,domain=tvp.pl
@@||myao.adocean.pl/_*/ad.xml$xmlhttprequest,other,domain=tvp.pl
@@||myao.adocean.pl/*ad.*?$xmlhttprequest,other,domain=tvp.pl
@@||secure.adnxs.com/ptv?id=*&cb=*&pubclick=$xmlhttprequest,other,domain=tvp.pl
@@||adservice.google.pl/adsid/integrator.js$script,domain=tvp.pl
@@||myao.adocean.pl/|$domain=tvp.pl
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=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; }
! ||wp.pl^$replace=/(\,.=\(\)=>)1===.\..\.abd(\,)/\$1{return}\$2/,script
! ||wp.pl^$replace=/^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\
n//,script
! ||wpimg.pl/a/i/stg/wpjslib_*.js$replace=/(display:\\s\*)none(\\s\*!important)/\
$1\$2/,script
! ||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\
n)|((display:\\s\*)none(\\s\*!important))/\$4\$5/,script
! ||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!
important)|(return) r===v)/\$2\$3\$4 false/,script
! ||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!
important)|(\.hostname;function .\(\)\{return) .===.(\}))/\$2\$3\$4 false\
$5/,script
! ||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\
n)|((display:\\s\*)none(\\s\*!important)|(\.hostname;function .\(\)\{return) .===.
(\}))/\$4\$5\$6 false\$7/,script
! ||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\
n)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|=function\
(\))\{return) .===.(\}))/\$4\$5\$6\$8/,script
||wp.pl^$replace=/^\n.*"spin".*"dfpConfig".*"slot".*//,script
||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||deliciousmagazine.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\
{\};[\s\S]*)//,script
||deliciousmagazine.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||deliciousmagazine.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.
(\}\,)/\$1return\$2/,script
||deliciousmagazine.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\
$2/,script
||money.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||money.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||money.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\$1return\
$2/,script
||money.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||autokult.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||autokult.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||autokult.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||autokult.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||gadzetomania.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};
[\s\S]*)//,script
||gadzetomania.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||gadzetomania.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||gadzetomania.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\
$2/,script
||fotoblogia.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\
s\S]*)//,script
||fotoblogia.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||fotoblogia.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||fotoblogia.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||komorkomania.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};
[\s\S]*)//,script
||komorkomania.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||komorkomania.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||komorkomania.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\
$2/,script
||vpolshchi.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||vpolshchi.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||vpolshchi.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||vpolshchi.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||wideo.wp.pl/api/v*/embed/*/secured$replace=/"adv":true/"adv":false/
||wp-pilot-gatsby.wpcdn.pl/*.js$replace=/({adv:).(\,qoeEnabled:!
0\,advVastDuration:)/\$1!1\$2/
||autocentrum.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\
s\S]*)//,script
||autocentrum.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||autocentrum.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||autocentrum.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||autocentrum.pl^$replace=/(\,).===.(&&[\s\S]*?\(\)\})/\$1false\
$2/,~script,~stylesheet,~xmlhttprequest,~other
||dobreprogramy.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};
[\s\S]*)//,script
||dobreprogramy.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||dobreprogramy.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||dobreprogramy.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\
$2/,script
||polygamia.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||polygamia.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||polygamia.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||polygamia.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||vibez.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||vibez.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||abczdrowie.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\
s\S]*)//,script
||abczdrowie.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||abczdrowie.pl^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\
$1return\$2/,script
||abczdrowie.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||open.fm^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||open.fm^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||open.fm^$replace=/(aabv\d[\s\S]*?.=function\(\)\{)return .===.(\}\,)/\$1return\
$2/,script
||open.fm^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||parenting.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||parenting.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||pudelek.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
||o2.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)//,script
||o2.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||dynacrems.wp.pl/staticad/$replace=/.+//,important
||dynacrems.wp.pl/script/?id=*&placement_id=$replace=/.+//,important
||dobreprogramy.pl/cdn/*assets/js/wpjslib-sgap.js$replace=/(display:\\s\*)none(\\s\
*!important)/\$1\$2/,important
||std.wpcdn.pl/wpjslib/wpjslib-stat.js$replace=/((display:\\s\*)none(\\s\*!
important)|((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-nojq.js$replace=/((display:\\s\*)none(\\s\*!
important)|((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-core.js$replace=/((display:\\s\*)none(\\s\*!
important)|((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||wpimg.pl/a/i/stg/wpjslib_*.js$replace=/((display:\\s\*)none(\\s\*!important)|
((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib_*.js$replace=/((display:\\s\*)none(\\s\*!important)|
((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/((display:\\s\*)none(\\s\*!
important)|((\.hostname;function .\(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\
$2\$3\$4\$6/,script
||std.wpcdn.pl/wpjslib/wpjslib-sgap.js$replace=/(\.messData=.;[\s\S]*?.=function\
(\)\{)return 1===.(\}\,)/\$1return\$2/,script
||std.wpcdn.pl/wpjslib*/wpjslib-sgap.js$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.
(\,)/\$1{return}\$2/,script
!#if (!adguard_ext_firefox)
||parenting.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\
(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||pudelek.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\
(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||o2.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*)|
((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|\,.=function\
(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*)|
((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|\,.=function\
(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
!#endif
!#if (adguard_ext_firefox)
||parenting.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*\n)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\
(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||pudelek.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\
S]*\n)|((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\
(\)|\,.=function\(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||o2.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)|
((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|\,.=function\
(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
||wp.pl^$replace=/(^(WP\.[\s\S]*?\.bodies)=WP\.[\s\S]*?\.bodies\|\|\{\};[\s\S]*\n)|
((display:\\s\*)none(\\s\*!important)|((\.hostname;function .\(\)|\,.=function\
(\))\{return) .===[\S]*?(\}))/\$4\$5\$6\$8/,script
!#endif
! ||wp.pl^$replace=/(\.messData=.;[\s\S]*?.=\(\)=>)1===.(\,)/\$1{return}\$2/,script
! ||wp.pl^$replace=/(window\.rekid=.\,[\s\S]*?.;const .=\(\)=>)1===.(\,)/\
$1{return}\$2/,script
||wp.pl^$replace=/(aabv\d[\s\S]*?.=\(\)=>).===.(\,)/\$1{return}\$2/,script
||wp.pl^$replace=/(\.messData=.;[\s\S]*?.=function\(\)\{)return 1===.(\}\,)/\
$1return\$2/,script
!+ NOT_PLATFORM(ext_ff)
||wp.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script,app=~pl.videostar
!+ PLATFORM(ext_ff)
||wp.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script,domain=~profil.wp.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/61660
!+ PLATFORM(ext_ff)
||o2.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script,domain=~poczta.o2.pl
!+ NOT_PLATFORM(ext_ff)
||o2.pl^$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,xmlhttprequest,other,~script
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*=" "] > div[class*=" "]:first-child + div[class*=" "]:last-
child > div:empty:first-child + img[src*="://v.wpimg.pl/"][alt]
[role="presentation"]:last-child:upward(2)
www.wp.pl#?#div[class*=" "] > img[src^="https://v.wpimg.pl/"][alt]:first-child +
div:last-child:upward(1)
www.wp.pl#?#div[class^="sc-"]:has(> img[src^="https://v.wpimg.pl/"]
[role="presentation"][class^="sc-"]:matches-css(position: absolute))
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,kobi
eta.wp.pl,ksiazki.wp.pl,kuchnia.wp.pl,moto.wp.pl,opinie.wp.pl,tech.wp.pl,teleshow.w
p.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,dob
reprogramy.pl,fotoblogia.pl,gadzetomania.pl,komorkomania.pl,money.pl,parenting.pl,p
udelek.pl,o2.pl,wp.pl#%#!function(){const
r={apply:(r,o,e)=>(e[0]?.includes?.("</VAST>")&&(e[0]=""),Reflect.apply(r,o,e))};wi
ndow.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')
||ofmweb.wpcdn.pl/dist/*/static/chunks/*.js$replace=/adv:!.\,/adv:!
1\,/,domain=open.fm
! 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
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_firefox)
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$/))
!#endif
!+ PLATFORM(ext_ff, ext_opera, ext_edge)
autokult.pl,komorkomania.pl,gadzetomania.pl,fotoblogia.pl#?#body > .modal__body-
adblock:has(>.modal__body)
! 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:\/\/fanyv88.com:443\/https\/portal\.abczdrowie\.pl\/media\/images\/commb\.png/)
zywienie.abczdrowie.pl#?#.article__container > .content-aside .content-
aside__item:matches-css(background-image:
/^url\(https:\/\/fanyv88.com:443\/https\/zywienie\.abczdrowie\.pl\/media\/images\/commb\.png/)
zywienie.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\
(https:\/\/fanyv88.com:443\/https\/zywienie\.abczdrowie\.pl\/media\/images\/commb\.png/)
uroda.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\
(https:\/\/fanyv88.com:443\/https\/uroda\.abczdrowie\.pl\/media\/images\/commb\.png/)
uroda.abczdrowie.pl#?#.article__container > .content-aside .content-
aside__item:matches-css(background-image:
/^url\(https:\/\/fanyv88.com:443\/https\/uroda\.abczdrowie\.pl\/media\/images\/commb\.png/)
pytania.abczdrowie.pl#?#.article__textbox:matches-css(background-image: /^url\
(https:\/\/fanyv88.com:443\/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:\/\/fanyv88.com:443\/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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tokfm.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/10028
tokfm.pl#%#window.ads_ok = true;
@@||images.audycje.tokfm.pl/prodstatic/js/advertisement.js
@@||audycje.tokfm.pl/vast/ad/GetReklamyMultimediaVast?
advertisement=$domain=tokfm.pl
! 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,prze
gladsportowy.pl,vod.pl,komputerswiat.pl#%#//scriptlet('prevent-setTimeout',
'/document\.body\.getAttribute\("abp"/')
!#if (adguard_ext_android_cb)
@@||komputerswiat.pl^$generichide
!#endif
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||onet.pl^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||businessinsider.com.pl^$generichide
!#if (adguard_ext_safari || adguard_app_ios)
@@||noizz.pl^$generichide,badfilter
@@||fakt.pl^$generichide,badfilter
@@||komputerswiat.pl^$generichide,badfilter
!#endif
! 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$$script[tag-content="adblockDisplayInformation."][min-length="8000"]
[max-length="50000"]
filmweb.pl$$script[tag-content="plusAdblock"][min-length="4000"][max-
length="10000"]
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$$script[tag-content=".name)throw h=""ABP"","][max-length="7000"]
filmweb.pl#%#(function(){var b=window.setTimeout;window.setTimeout=function(a,c)
{if(!/notDetectedBy/.test(a.toString()))return b(a,c)};})();
||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; }
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||go.eu.bbelements.com/please/code|$domain=filmweb.pl,redirect=nooptext,important
||cz.search.etargetnet.com/|$domain=filmweb.pl,redirect=nooptext,important
||sk.adocean.pl/files/js/ado.js|$domain=filmweb.pl,redirect=nooptext,important
!#endif
!#if (adguard_app_ios)
filmweb.pl#%#//scriptlet("abort-current-inline-script", "Promise", "plusAdblock")
filmweb.pl#%#//scriptlet("abort-current-inline-script", "document.createElement",
"var fwuser = null;")
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/70948
!+ PLATFORM(ext_android_cb)
@@||filmweb.pl^$elemhide,important
!+ PLATFORM(ext_safari, ios)
@@||filmweb.pl^$generichide,badfilter
! 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')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||lib.wtg-ads.com/publisher/mmorpg.org.pl/
lib.min.js$xmlhttprequest,domain=mmorpg.org.pl
! 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; }
!+ PLATFORM(ios, ext_android_cb)
@@||iiv.pl^$generichide
! 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|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,_____,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:\/\/fanyv88.com:443\/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)
||reklama.shinden.eu/adpeeps.php$redirect=noopframe,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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||rtbnowads.com/publisher/header|$domain=shinden.pl
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_edge)
@@||smartadserver.com/ac|$domain=shinden.pl
!+ NOT_PLATFORM(windows, mac, android)
@@||stats.g.doubleclick.net/r/collect$image,domain=shinden.pl
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_edge)
@@||adsco.re^$domain=shinden.pl
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_edge)
@@||serve.popads.net^$script,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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cdn.jsdelivr.net/npm/fuckadblock*/fuckadblock.js$domain=shinden.pl
! 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.firstElementChil
d)&&-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,dobramama.pl,dobreprogramy.pl,echirurgia.pl,f
otoblogia.pl,gadzetomania.pl,jejswiat.pl,kafeteria.pl,komorkomania.pl,luxlux.pl,med
ycyna24.pl,mixer.pl,money.pl,nocowanie.pl,o2.pl,open.fm,parenting.pl,pinger.pl,pogo
dnie.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
!+ PLATFORM(windows, mac, android, ext_ff)
||redcdn.pl/*Adserver/*.mp4$media,redirect=noopmp4-1s,important
! 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--"]
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,domain=player.pl|miniminiplus.pl|teletoonplus.pl|tvnturbo.pl|tvn24.pl|
tvn.pl|get.x-link.pl|vod.pl,important
||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/')
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; }
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||tvn.hit.gemius.pl/*redot.gif$domain=player.pl|vod.pl
!#endif
! 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
||polsatnews.pl^$replace=/(\,vast: ?")[\s\S]*?\/ad\.xml\?[\s\S]*?("\,)/\
$1\$2/,~script,~stylesheet,~xmlhttprequest,~other
||polsatsport.pl^$replace=/(\,vast: ?")[\s\S]*?\/ad\.xml\?[\s\S]*?("\,)/\
$1\$2/,~script,~stylesheet,~xmlhttprequest,~other
||hit.stat24.com/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*?(<Ad id=[\s\S]*?>)[\s\
S]*<\/VAST>/\$1\$2<\/Ad><\/VAST>/,important,domain=polsatnews.pl|polsatsport.pl|
twojapogoda.pl|geekweek.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$script,domain=redefine.pl|redcdn.pl|
polsatnews.pl|polsatsport.pl|twojapogoda.pl|geekweek.pl|polsatboxgo.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
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/133888
!+ NOT_OPTIMIZED
versuri.online##.block
! 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/101787
@@||eplayer.click/reclama/ads.js
@@||canale.live/reclama/$~third-party
@@||canale.live/player-tv/live/reclama/*.css$~third-party
@@||cdn.casamireasa.biz/deploys/www/delivery/$domain=canale.live
@@||videocdn.click/reclama/ads.js$domain=canale.live
canale.live##body > div[style*="position:fixed;"][style*=";z-index:10"]
canale.live#%#//scriptlet("set-constant", "moneyAbovePrivacyByvCDN", "true")
canale.live#%#//scriptlet("set-constant", "canRunAds", "true")
canale.live#%#//scriptlet('prevent-setInterval', 'adblock')
canale.live#%#//scriptlet("set-constant", "isBlocked", "false")
canale.live#%#//scriptlet('set-constant', 'google_tag_data', 'emptyObj')
! 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/82382
||trackad.cz/adtrack.php$script,other,redirect=noopjs,domain=protvplus.ro
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||trackad.cz/adtrack.php$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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||dot.ro^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
dot.ro##.mvp_ad_widget
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
dot.ro##div[id^="advads-"]
! 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
||adocean.pl/*ad.xml$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,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/')
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=telegraf.rs|telegraf.tv
@@/static/js/video/videojs-contrib-ads.min.js$domain=telegraf.rs|telegraf.tv
!#endif
! 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")
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||animesrbija.com^$generichide
!
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
||24ur.com/main-*.js$replace=/\.data="https:\/\/fanyv88.com:443\/https\/ads\.api\.24ur\.si\/adserver\/
adblock\..*?"/.data="\/"/
! 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
!
! 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,happypancake.nl#%#//scriptlet("abort-on-property-
read", "Object.prototype.adUnits")
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=happypancake.se|happypancake.fi|
happypancake.nl
@@||happypancake.se/static/prebid.*.js$domain=happypancake.se|happypancake.fi|
happypancake.nl
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=happypancake.se|
happypancake.fi|happypancake.nl
@@||googletagmanager.com/gtm.js$domain=happypancake.se|happypancake.fi|
happypancake.nl
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||mitti.se^$generichide
! 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/151574
tv4play.se#%#//scriptlet('json-prune', 'ad.*')
! https://github.com/AdguardTeam/AdguardFilters/issues/13978
||dbf0a92kfjvxs.cloudfront.net/creatives/assets^$domain=tv4play.se
! https://github.com/AdguardTeam/AdguardFilters/issues/14694#
aftonbladet.se###MegaAd
! https://github.com/AdguardTeam/AdguardFilters/issues/12788
aftonbladet.se##.abTheme-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/12664
!+ NOT_OPTIMIZED
sydsvenskan.se##.burt-native-unit.teaser
! https://github.com/AdguardTeam/AdguardFilters/issues/12471
@@||v.fwmrm.net/ad/g/1$domain=dplay.se
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=dplay.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/10796
@@||acdn.adnxs.com/ast/ast.js$domain=svd.se
!
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/
||expressen.se*/video$replace=/"adsDisabled":false/"adsDisabled":true/
||expressen.se*/video$replace=/"adsDisabled":false/"adsDisabled":true/,important
@@||videoplaza.tv/creatives/assets*.mp4^$domain=expressen.se
!---Anti-Adblock---
!
! https://github.com/AdguardTeam/AdguardFilters/issues/14028
aftonbladet.se##[id^="abAdArea"]
||se-aftonbladet.videoplaza.tv/proxy/distributor/$domain=aftonbladet.se,important
||aftonbladet.ooul.tv/nocache/se-aftonbladet/aab/
aftonbladet_config.js$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=f
unction(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)}})();
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||ib.adnxs.com/ut/v3$domain=aftonbladet.se
! https://forum.adguard.com/index.php?threads/aftonbladet-se-anti-adblock.26830/
aftonbladet.se#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!+ PLATFORM(ios, ext_android_cb)
@@||aftonbladet.se^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||acdn.adnxs.com/ast/ast.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/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
seriesday.com##.adt
seriesday.com##.adl
seriesday.com##.adrg
seriesday.com##.adhl
seriesday.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
678moviehd.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/136226
037movie-hd.com#?#.content-main > .box:has(a[href^="https://037movie-hd.com/ads"])
||037movie-hd.com/images/banners
! 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
||cdn9x.com/play.php?$replace=/Nextad == TotalAds/1==1/
! 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")
||stream037hd.xyz/player.php?$replace=/"ads": ?\[[\s\S]*?\]/"ads":[]/
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/129088
onlyfans24.co###bt-ads
onlyfans24.co##div[id^="aaa-banner-"]
onlyfans24.co##.row > .col-sm-6 > a[rel="nofollow"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/129022
thaihub.tv##.adcen
thaihub.tv##div[id^="insad"]
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})}});
||anime-suba.com/dist/banner/setkosana/$replace=/({ 'ad': \[)[\s\S]*?(\]\,)/\$1\$2/
! 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/120339
nungfree24.com##.banner-front
! https://github.com/AdguardTeam/AdguardFilters/issues/120337
tidnung-hd.com##img[src^="https://tidnung-hd.com/wp-content/uploads/"][src$=".gif"]
||tidnung-hd.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")
||dunplayer.review/watch.php?$replace=/"ads": ?\[[\s\S]*?\]/"ads":[]/
! 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.com##tr[id^="tr_ad"]
||cdn.888asian.com/*.gif$domain=888scoreonline.com
! 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.com#%#//scriptlet("set-constant", "adSettings", "emptyArr")
doomovie-hd.com##.tv-player-banana
doomovie-hd.com##.schedule-head-banana
doomovie-hd.com##.horizontal-ad-bar100 > a[target="_blank"] > img
||via.placeholder.com^$domain=doomovie-hd.com
! 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,becteroradio.com#$##leaderboard-billboard { visibility: hidden !
important; height: 0 !important; }
teroradio.com,becteroradio.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/116784
thairath.co.th#?##headerWraper ~ div:matches-css(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,tn
ews.co.th##.default-billboard
bangkokbiznews.com,thansettakij.com,komchadluek.net,springnews.co.th,nationtv.tv,tn
ews.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")
doofree88.com#%#AG_onLoad(function(){const b=new MutationObserver(function(){const
a=document.querySelector(".ad-player-skip"),c=document.querySelector("#player
video");a&&"block"===getComputedStyle(a).display&&c&&(setTimeout(()=>{const
b=a.querySelector("button.js-btn-
skip");b&&b.click()},1e3),c.currentTime=c.duration,b.disconnect())});b.observe(docu
ment,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/116277
series-dd.co,kserietv.com##div[id="ads728x90top"][onclick="clickStats()"]
series-dd.co,kserietv.com###ads_fox_bottom
! https://github.com/AdguardTeam/AdguardFilters/issues/116274
movie-19.com##.leftC > div.filmborder:has(> div > a[rel="nofollow noopener"]
[target="_blank"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/116233
||w*.mgronline.com/banner/ent-banner.png
! https://github.com/AdguardTeam/AdguardFilters/issues/114567
dooseries.org##center > a[target="_blank"] > img
dooseries.org##div[id^="widget_ads"]
||dooseries.org/wp-content/uploads/*.gif
! 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.include
s('"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
moviehdd2021.com##.player-banner
moviehdd2021.com##div[class^="ad-"]
/wp-content/uploads/*.gif$domain=moviehdd2021.com
! moviesonline.watch ads
||moviesonline.watch/ads-img/
! 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/108112
||play.kodflix.com/admin/get-preroll.php
||cdend.com/*.mp4$media,redirect=noopmp3-0.1s,domain=play.kodflix.com
/Loading.mp4$media,redirect=noopmp3-0.1s,domain=play.kodflix.com
! 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/98871
/\/uploads\/\d+\/\d+\/[A-D0-9]{8}-.*\.gif/$domain=19-movie.com
19-movie.com##.banner-fix
! https://github.com/AdguardTeam/AdguardFilters/issues/98869
doomovie88-hd.com##img[alt="ufabet"]
! https://github.com/AdguardTeam/AdguardFilters/issues/98866
movie2021.com##.adcen
! 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
||player.extra-player.xyz/*/base*.js$replace=/"ads":( )?\[[\s\S]*?\]/"ads":[]/
! 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.com##.img-ads
||anime-kimuchi.com/image/*.gif
||fembeq.com/assets/js/base.js$replace=/'ad':\[[\s\S]*?\]/'ad':[]/
! 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/96659
||i.imgur.com^$domain=buta-anime.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")
||stream.miku-box.com/assets/js/base*.js$replace=/"ads":\[[\s\S]*?\]/"ads":[]/
! 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/96622
||todaymovie-hd.com/Casino/*.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/119005
plawarn-manga.net###wbnn
plawarn-manga.net##center > a[target="_blank"] > img
||plawarn-manga.net/bn/
||bp.blogspot.com/*.gif$domain=plawarn-manga.net
! 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,moviedo24.com,hdd.movie365-hd.com,hdd.movies-
store.com,hdd.nung2uhd.com,hdd.movie2021.com,hdd.movie22hd.com#
%#AG_onLoad(function(){document.querySelector("#moviePlayer")&&"string"===typeof
playAds&&"play"===playAds&&(playAds="donplay")});
||hdd.porn2uhd.com/*?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||moviedo24.com/movie?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||hdd.movie365-hd.com/player?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||hdd.movies-store.com/player?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||hdd.nung2uhd.com/player?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||hdd.movie2021.com/player?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
||hdd.movie22hd.com/player?id=$replace=/"MU_ads":"true"/"MU_ads":"false"/
! https://github.com/AdguardTeam/AdguardFilters/issues/93989
/wp-content/uploads/*.gif$domain=moviedee24.com|123-hd.com|24moviehd.com|
movie2uhd.com|nung2uhd.com|movie2021.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,24moviehd.com,movie2021.com,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,24moviehd.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"]
24moviehd.com##.ad_cen
24moviehd.com##.ad_right1
24moviehd.com##.ad-main-bottom
movie2uhd.com##.adhl
movie2uhd.com##.adbr
nung2uhd.com##.banner-float
movie2021.com##[class^="banner-center-"]
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.movie2021.com|hdd.movie22hd.com|moviehdfree.ngo-stream.xyz|
hdd.porn2uhd.com
||moviefree365.com/clips/*.mp4$domain=moviedo24.com|hdd.movie365-hd.com|hdd.movies-
store.com|hdd.nung2uhd.com|hdd.movie2021.com|hdd.movie22hd.com|moviehdfree.ngo-
stream.xyz|hdd.porn2uhd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/93101
||serieshot.co/ads
! 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/85927
||037hd-movies.com/images/banners/
||cdend.com/*/*.mp4$domain=037hd-movies.com
037hd-movies.com#$##player_movie { display: block!important; }
037hd-movies.com#$#div[id^="player_ads_"] { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/83334#issuecomment-850669027
/*.gif$domain=manga168.com
manga168.com##center > a[target="_blank"] > img
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
||mangauptocats.online/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/68081
funporns.com##img[width="300"][height="250"]
funporns.com##img[height="330"][width="400"]
||portal.affincome.com^$domain=funporns.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66731
||googles.video^$media,redirect=noopmp4-1s,domain=fairyanime.com
fairyanime.com#%#AG_onLoad(function(){if(-1!=window.location.href.indexOf("/
kosana/")&&"function"===typeof kosana.skipAd&&"function"===typeof kosana.setup){var
a=kosana.setup.toString().match(/videoAdUrl/g);if(null!==a)for(var
b=0;b<a.length;b++)kosana.skipAd()}});
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/57113
box-manga.com###bgpopup
box-manga.com###Seriespopup
box-manga.com###ads728x90top
box-manga.com##.container > div[style^="width:"] > center > a[href]
[target="_blank"] > img
! The rule below is from Thai filter and it's necessary in case of apps, because
website is broken when apps remove images
!+ PLATFORM(windows, mac, android)
||*.gif$image,redirect=1x1-transparent.gif,domain=box-manga.com
! 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/55782
moviefree365.com##.ad_cen
moviefree365.com##.ad-float
moviefree365.com##.ad-main-bottom
moviefree365.com##div[class^="ad_right"]
moviefree365.com#%#//scriptlet("json-prune", "MU_ads")
! https://github.com/AdguardTeam/AdguardFilters/issues/55704
videox24.com##.float-banner
videox24.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
||player.cartoonth12.com/assets/js/app.min.js$replace=/(player\.setup\(\{)/
loadServer(embed_id\, server);\n\n\$1/
! https://github.com/AdguardTeam/AdguardFilters/issues/54445
v8movie.com##.ads-center
v8movie.com##div[id^="banner-"]
v8movie.com###ads_fox_bottom
leoplayer1.com,stream1688.com###close_ads
||googles.video/*/*.mp4$domain=leoplayer1.com|stream1688.com
leoplayer1.com,stream1688.com#%#//scriptlet("set-constant", "Object.prototype.ads",
"undefined")
! 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/53323
moviemocha.com#%#//scriptlet("set-constant", "_currAdvIndex", "0")
! 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/44229
uhuseries.com###ads_fox_bottom
uhuseries.com##.sidebar > #text-27
uhuseries.com##a[href^="https://bit.ly/"] > img
uhuseries.com##center > a[href][target="_blank"] > img
aplayer.xyz##.popupfancy
aplayer.xyz##body > .container:empty
||aplayer.xyz/player/xml/*.xml.php
! https://github.com/AdguardTeam/AdguardFilters/issues/44231
||subseries.co/banner/
! https://github.com/AdguardTeam/AdguardFilters/issues/44230
series24hr.com##center > a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44232
nanamovies.com##.yan-rek
nanamovies.com##.filmonu
nanamovies.com##a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44228
superseriesthai.com##center > a[href] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44227
baan-series.com##.ads
baan-series.com###bt-ads
baan-series.com##a[href][target="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/44328
||i.imgur.com^$domain=overseries.com
.gif$third-party,domain=overseries.com
overseries.com##.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
037hdd.com#?#.leftC > .filmborder:has(> div[style="text-align: center;"]:only-child
> a[href][target="_blank"])
037hdd.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/44331
imovie-hd.com##div[id^="banner"]
||bit.ly^$image,domain=imovie-hd.com
imovie-hd.com###ads_fox_bottom
! 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/[email protected]/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
||series-d.com/vod/$replace=/(inzplyr\.setup\(\{'ad':\[)[\s\S]*?]/\$1]/
! 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/[email protected]/fuckadblock.min.js$domain=flix-anime.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||flix-anime.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||anime-i.com^$generichide
! 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/23024
movie2free.com##.notice h1 a[href][target="_blank"]
movie2free.com##.notice > div[style*="height: 200px;"][style*="width: 15%;"]
movie2free.com##a[href^="https://bit.ly/"][target="_new"] > img
movie2free.com##.notice a[href][target="new"] > img
||movie2free.com/wp-content/themes/next/images/*.gif
@@||movie2free.com/wp-content/themes/next/images/nav-bullet
! https://github.com/AdguardTeam/AdguardFilters/issues/21156
opuree.com#%#window.detector_active = true;
@@||opuree.com/scr/detector/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/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/18052
new-mastermovie.com###main > div[dir="ltr"]
new-mastermovie.com###sidebar div[dir="ltr"]
! https://github.com/AdguardTeam/AdguardFilters/issues/18058
||lineballsod.com/images/banner^
lineballsod.com##.footer1
||lineballsod.com/wp-content/uploads*/*700x150
! https://github.com/AdguardTeam/AdguardFilters/issues/18049
movie2free.com##a[href*=".php"][target="_new"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17460
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||neko-miku.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/16179
!+ PLATFORM(ios, ext_safari)
@@||googleadservices.com/pagead/conversion.js$domain=forum.expert-watch.com
! 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://github.com/AdguardTeam/AdguardFilters/issues/10101
adintrend.com#@#.Adsense
adintrend.com#@#.AdSense
adintrend.com#@#.adsense
adintrend.com#@#.adSense
! https://forum.adguard.com/index.php?threads/https-www-2510avporn-com-nsfw.25516/
||2510avporn.com/banner/
||xxxthhd.com/wp-content/uploads/banner
||2510avporn.com/wp-content/uploads/*/banner
||2510avporn.com/wp-content/uploads/2017/09/2510avporn-960x100.jpg
2510avporn.com##[id^="banner"]
2510avporn.com#$##sgcolorbox { display: none!important; }
2510avporn.com#$##sgcboxOverlay { display: none!important; }
2510avporn.com#$#body[style="overflow: hidden;"] { overflow: visible!important; }
2510avporn.com#%#AG_onLoad(function() { jQuery(function() { jQuery('body,
a').unbind('click'); }); });
! http://forum.adguard.com/showthread.php?8848
@@||thaitv3.com/js/video_ads.js
! http://forum.adguard.com/showthread.php?7076
daum.net##.box_banner
! http://forum.adguard.com/showthread.php?7078
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=voicetv.co.th
! http://forum.adguard.com/showthread.php?5788
@@||tv.sanook.com/ajax/get_ads?
@@||tv.sanook.com/assets/js/ads*.js
! http://forum.adguard.com/showthread.php?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/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/160700
phimchill1.net##.mp-adz
! 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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_fy2019.js$domain=dafontvn.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')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=thichcode.net
! 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/135716
phimmoichilli.net###pmadv
phimmoichilli.net##.box_odds
phimmoichilli.net###chilladv
||phimmoichilli.net/newchill/*.gif
! 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/134304
qmanga4.com##.banner
||qmanga4.com/storage/photos/*/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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=truongblogger.top
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$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
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=docsach24.co
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||truyenaudiocv.net^$generichide
! 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/94693
bilutvx.net##.abp-header
bilutvx.net##.abp-ballon
||bilutvx.net/wow/img/*.gif
! 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")
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||forum.gocmod.com^$generichide
@@||forum.gocmod.com/js/*/*.js?_v=
!#endif
! 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
||linkneverdie.net/jquery$replace=/if \(!currentUrl\.includes\("huong-dan"\)\)/if \
(!currentUrl\)/
@@||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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||get.optad360.io/sf/*/plugin.min.js$domain=linkneverdie.net
@@||openfpcdn.io/fingerprintjs$domain=linkneverdie.net
@@||gamma.cachefly.net/js/ad-exchange.js$domain=linkneverdie.net
@@/email-decode.min.js$domain=linkneverdie.net
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js^$domain=linkneverdie.net
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/
show_ads_impl_fy2021.js^$domain=linkneverdie.net
@@||propellerads.com/wp-content/themes/propeller/assets/js/
app.min.js^$domain=linkneverdie.net
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
coinurl.net#@#[id*="ScriptRoot"]
! https://github.com/AdguardTeam/AdguardFilters/issues/75617
paperzonevn.com#%#//scriptlet('prevent-addEventListener', 'load', 'XV')
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||paperzonevn.com^$generichide
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=paperzonevn.com
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||jsc.adskeeper.co.uk/*/hhkungfu.tv.*.js$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; }
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||vieon.vn^$generichide
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||vkool.tv/js/adsvk_v*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/58028
||ppcnt.*/go.php?id=$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/57705
fimfast.com#%#AG_onLoad(function() { store.set("preload-popup-2", new Date); });
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$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/49073
||bp.blogspot.com^$domain=hamtruyen.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pubads.g.doubleclick.net/gampad/ads?*vast$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/40675
fullcrackpc.com##.float-ck
! https://github.com/AdguardTeam/AdguardFilters/issues/40463
tinhte.vn##.main > a[href^="http://bit.ly/"] > img
||tinhte.vn/data/attachment-files/*/*_hero_banner.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/40404
kingphim.net##.banner
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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||thuthuatjb.com^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||truyenaudiocv.com^$generichide
!+ PLATFORM(ios, ext_android_cb)
truyenaudiocv.com##.adsbygoogle
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||vinaurl.in^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
vinaurl.in##.adsbygoogle
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||linkerpt.com^$generichide
!+ PLATFORM(ios, ext_android_cb)
linkerpt.com##div[id*="ScriptRootC"]
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||gamemod.mobi^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||anonyviet.com^$generichide
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
anonyviet.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/18232
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||aphim.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/17516
||p.jwpcdn.com/*/vast.js$domain=vung.tv,important
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||adx.wapmcn.com/api/desktop/vast?page_url$xmlhttprequest,domain=anime47.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||an.facebook.com/v1/instream/vast.xml?
placementid=$xmlhttprequest,domain=anime47.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||cdn.ad4game.com/ad4game_html5_sdk.js$domain=anime47.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||server.cpmstar.com/view.aspx?poolid=$xmlhttprequest,domain=anime47.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||cdn.cpmstar.com/cached/js/*.js$xmlhttprequest,domain=anime47.com
!+ PLATFORM(ios, ext_android_cb)
@@||anime47.com^$generichide
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||go-ez.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12322
!+ PLATFORM(ios, ext_android_cb)
@@||win10.vn^$generichide
!+ PLATFORM(ios, ext_android_cb)
win10.vn##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/12169
||hdvietnam.com/banner^
! https://github.com/AdguardTeam/AdguardFilters/issues/11968
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||kphim.tv/resources/js/fuckadblock.js
!+ PLATFORM(ios, ext_android_cb, ext_ublock)
@@||kphim.tv^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||hentaiz.net^$generichide
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||linkneverdie.com/Ads/Micro/?size=$domain=linkneverdie.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6587
linkneverdie.com#$##wrapper { display: block!important; }
!+ PLATFORM(ios, ext_android_cb)
a-ads.com##.aa_container
!+ PLATFORM(ios, ext_android_cb)
@@||ad.a-ads.com/*?size=$domain=linkneverdie.com
! 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
!+ NOT_OPTIMIZED PLATFORM(android)
@@||s-cdn.phonearena.com?b=css&*,versions/widgets/back-to-top.css
! https://github.com/AdguardTeam/AdguardFilters/issues/85165
!+ PLATFORM(ios, ext_safari)
@@||gdpr.internetbrands.com/v2/ibccm.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/60791#issuecomment-708859023
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
@@||images-na.ssl-images-amazon.com/images/*/transparent-pixel.
$image,domain=amazon.in
! 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
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
@@||s-cdn.phonearena.com?b=*/back-to-top$stylesheet,script
! https://github.com/AdguardTeam/AdguardFilters/issues/67672
!+ PLATFORM(ios, ext_safari)
@@||phonearena.com/?b=
!
@@||facebook.com/share/share_now_menu/$domain=facebook.com
!---------------------------------------------------------------------
!------------------------------ EasyPrivacy --------------------------
!---------------------------------------------------------------------
! NOTE: EasyPrivacy
!
!#if (adguard_ext_safari || adguard_app_ios)
!#safari_cb_affinity(privacy)
! https://github.com/AdguardTeam/AdguardFilters/issues/65195
@@||purolator.com/*/shipping/tracker?
!#safari_cb_affinity
!#endif
!
! 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
##.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
! 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/c040b9f54a1dfe99c3c229138489dd
2f487a5ca4
~job.inshokuten.com,~sexgr.net,~webbtelescope.org##.ad-box:not(#ad-banner)
!
https://github.com/easylist/easylist/commit/9e80ee067015e85804a862bb76753f0915a89b1
0#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:[email protected]"]
##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.
! By advanced we mean the following rule types: CSS, scriptlets, HTML filtering (`$
$` marker), JS.
!
! Good: example.org#$##rek { display: none !important; };
example.org#%#//scriptlet('set-cookie', 'ad', '0'); example.org#%#document.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,cel
ebrity-
leaks.net,perfectgirls.net,luscious.net,imgprime.com,thisvid.com,txxx.*,hdzog.com,g
otporn.com,upornia.com,pornhd.com,hotmovs.com,porndoe.com,4tube.com,porntube.com,su
nporno.com,myreadingmanga.info,plusone8.com,pornerbros.com,hellporno.com,sexu.com,t
hefappening.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,frp
rn.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,pornorip
s.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,o
nlygayvideo.com,eegay.com,sensualgirls.org,whichav.com,fxporn69.com,pornoheit.com,p
ornj.com,fuckbox.org,thegay.porn,girlscv.com,redtub3xxx.com,pornoreino.com,9gag2.co
m,hentaipulse.com,nakedmodelsxxx.com,deutschsex.com,yeswegays.com,pornmaki.com,fuqe
r.com,needgayporn.com,mrsexe.com,nude-
gals.com,mypornstarbook.net,nxgx.com,erowall.com,hentaifr.net,jizzonline.com,dump.x
xx,twinkhouse.com,home-made-videos.com,xxxvideos247.com,18-teen-
xxx.com,pornvideoq.com,gosexpod.com,xnxxporntube.net,pornfapr.com,blobopics.biz,tee
nagefucking.com,sexuhot.com,xnxxvideoporn.com,eroxia.com,xfilmen.com,gameofporn.com
,freexvideossex.com,homemature.net,gutesex.com,sexrura.pl,al4a.com,thisav.video,fiv
estarpornsites.com,upskirtporn.de,japanesefuck.com,playpornfree.net,muschitube.com,
jizzbo.com,erohentai.net,pornoversion.com,nakedbabes.club,thedoujin.com,realitybraz
zers.com,fuckhardporn.com,boysnaweb.net,onlypron.com,yumstories.com,hotsexlove.com,
area51.porn,nudistube.com,porntubexxxl.com,pervertedmilfs.com,girlsfucking.net,cart
oontube.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,misterb
oys.com,pornbourn.com,jemontremasextape.com,imgtorrnt.in,auntmia.com,youwatchporn.c
om,brazzerzxxx.com,jemontremonminou.com,g6hentai.com,freetubeasia.com,tubeflv.com,o
bitube.com,beegsexporn.com,momthumb.com,sassygays.com,ohhgays.com,4asianporn.com,de
sihoes.com,sassytube.com,gaybarebacks.com,sexybabesz.com,moviesguy.com,youngsexhd.c
om,club-flank.com,hdmoza.com,xxx-
y.com,superbgays.com,newxxxvideos.net,xxxtubesex.net,bustmonkey.com,porn-free-
hub.com,perfectgirlsboobs.com,pornstarsadvice.com,jav789.com,trans.firm.in,picshick
.com,mujeres-
desnudas.com,imghost.top,petrovixxxjav.info,imageshtorm.com,xxxwebdlxxx.org,imagera
r.com,gelbooru.com,imgpeak.com,motherless.com,beeg.com,movierls.net,milffox.com,pix
route.com,newpornup.com,pictoa.com,naughtyblog.org,8muses.com,doolls.org,topboard.o
rg,youjizz.com,hipornvideo.com,imageweb.ws,planetsuzy.org,imagetwist.com,hitomi.la,
torrentgalaxy.org,letmejerk7.com,letmejerk6.com,imx.to,sunporno.com,8boobs.com,balt
asar5010purohentai.com,eporner.com,pornofaps.com,eroprofile.com,imguur.pictures,web
camshows.org,xxxmoviestream.xyz,mangoporn.co,erome.com,imgmercy.com,playpornfree.xy
z,letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmeje
rk7.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,pun
ishworld.com,xanimu.com,javvideoporn.com,hqbang.com,hentai2w.com,hot-sex-
tube.com,javtsunami.com,fastpic.org,fetishshrine.com,gaytail.com,zubby.com,hentaiar
ena.com,saradahentai.com,anysex.com,ytboob.com,multporn.net,fapnado.com,tube-
bunny.com,yespornpleasexxx.com,fux.com,fetish-
bb.com,porndollz.com,xxxextreme.org,eporner.com,hotgirlclub.com,freepornvid.net,pan
damovies.me,thehentaiworld.com,trueimg.xyz,jizz.us,pornhd.com,tubsexer.com,besthuge
cocks.com,pornomotor.org,sundukporno.com,zalupok.com,animeon.moe,xxxmaturevideos.co
m,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,nude
clap.com,hentaila.com,fapality.com,720video.me,javbuz.com,youwatchporn.com,watchpor
nx.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,ecoi
mages.xyz,youav.com,tmohentai.com,tbib.org,dailyimages.xyz,159i.com,xopenload.me,re
blop.com,tubsexer.com,blameless.work,streamporn.pw,stileproject.com,watchpornfree.w
s,noodlemagazine.com,pandamovies.pw#%#//scriptlet("abort-current-inline-script",
"document.dispatchEvent", "/getexoloader/")
teencumpot.com#%#//scriptlet("abort-current-inline-script",
"document.dispatchEvent", ".serve(")
pornhat.com$$script[tag-content="initCustomEvent(""getexoloader"""][min-
length="500"][max-length="1000"]
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.s
o,dood.to,dood.watch,dood.ws,60fps.xyz,nowagoal2.xyz,strtapewithadblock.*,player.bi
zzstreams2u.xyz,tutelehd.net,strtapeadblocker.art,strtapeadblocker.*,metx.me,starli
ve.xyz,aeblender.com,aileen-
novel.online,ytstvmovies.xyz,javhay.net,mrunblock.*,hentaitube.online,ustream.to,fr
eepornxxxhd.com,givemenflstreams.com,givemenbastreams.com,givememmastreams.com,give
meredditstreams.com,shinden.pl,ozporno.com,area51deportiva.com,xxxfree.watch,linksl
y.co,mhometheater.com#%#//scriptlet("abort-current-inline-script",
"String.fromCharCode", "constructor")
!
! PopAds-a(`Privet darkv`)
! #%#//scriptlet("abort-on-property-write", "_pop")
d0000d.com,gettapeads.com,tapeadsenjoyer.com,streamer4u.site,do0od.com,remaxhd.cam,
remaxhd.fun,fusevideo.io,nowlive1.me,musicpremieres.com,edwardarriveoften.com,shahe
e4u.cam,huren.best,infosgj.free.fr,retro-
fucking.com,paulkitchendark.com,camgirls.casa,stevenimaginelittle.com,gameshdlive.n
et,streams.lc,stream.lc,troyyourlead.com,shahi4u1.cam,denisegrowthwide.com,ytsyifym
ovie.com,deepgoretube.site,kathleenmemberhistory.com,diskusscan.com,acefile.co,none
snanking.com,hdsaprevodom.com,wwwstream.pro,mixdrp.to,prefulfilloverdoor.com,fsicom
ics.com,manga-
lek.net,gogetapast.com.br,balkanteka.net,cazztv.xyz,phenomenalityuniform.com,nectar
eousoverelate.com,backfirstwo.com,roshy.tv,apinchcaseation.com,r18.best,timberwooda
notia.com,streamdav.com,simpsonizados.me,strawberriesporail.com,blurayufr.xyz,valer
onevijao.com,shahid4u1.cam,fastreams.*,backfirstwo.site,cigarlessarefy.com,gemstrea
ms.com,ytstvmovies.*,shrink.icu,reditsports.com,freehdgames.xyz,ovo-
line.com,watchop.live,figeterpiazine.com,noblocktape.com,shahid4u.charity,streamvid
.net,shaaed4u.cam,embed4u.xyz,yodelswartlike.com,generatesnitrosate.com,sitenable.*
,filesdownloader.com,siteget.net,freeproxy.io,glodls.to,dlhd.*,mixdroop.*,lovesomec
ommunity.com,fordems.live,fireload.com,doods.pro,shahidd4u.cam,antiadtape.com,chrom
otypic.com,watchpsychonline.net,gamoneinterrupted.com,metagnathtuggers.com,multican
ais.li,jewelavid.com,streamcenter.pro,bestporn4free.com,seehdgames.xyz,nicesss.com,
wolfdyslectic.com,rationalityaloelike.com,privatenudes.com,dropnudes.com,sizyreelin
gly.com,rivofutboltv.club,stakes100.xyz,realbitsport.com,sportschamp.fun,simpulumla
merop.com,youpit.xyz,pornoflux.com,urochsunloath.com,tapewithadblock.org,nukedfans.
com,torrentdosfilmeshd1.net,anidl.org,watchtheofficetv.com,netfuck.net,counterclock
wisejacky.com,filmovitica.com,availedsmallest.com,alexsportss.xyz,alexsportz.online
,papafoot.click,animerigel.com,jpop80ss3.blogspot.com,latinomegahd.net,tubelessceli
olymph.com,streamhub.to,nopay.info,dooood.com,tummulerviolableness.com,musicriders.
blogspot.com,mangaclash.com,35volitantplimsoles5.com,avcrempie.com,javleak.com,belo
wporn.com,daughtertraining.com,hornylips.com,originporn.com,pickteenz.com,poseyoung
.com,rockdilla.com,teen-
wave.com,theblueclit.com,thesexcloud.com,tightsexteens.com,cr8soccer.online,sportea
.online,seegames.xyz,millionscast.com,sportskart.click,mundoprogramas.net,cine20k.b
logspot.com,enjoyhd.club,enjoy4hd.site,comohoy.com,pornleaks.in,mgnetu.com,scatch17
6duplicities.com,alexsports.site,nomery.ru,nsfwr34.com,watchcriminalminds.com,coolc
ast2.com,mimaletamusical.blogspot.com,portugues-
fcr.blogspot.com,porntn.com,playdede.*,vikistream.com,560pmovie.com,w123moviesfree.
net,adblocktape.*,itopmusicx.com,antecoxalbobbing1010.com,123moviehub.org,filmesonl
inexhd.biz,nu6i-bg-
net.com,sexgay18.com,ahdafnews.blogspot.com,boonlessbestselling244.com,cyamidpulver
ulence530.com,guidon40hyporadius9.com,thaihotmodels.com,vidz7.com,myvidster.com,449
unceremoniousnasoseptal.com,yourupload.com,321naturelikefurfuroid.com,eyeshot.live,
sports-
stream.*,turbogvideos.com,30sensualizeexpression.com,fapptime.com,19turanosephantas
ia.com,gameshdlive.xyz,streamers.watch,worldstreams.watch,worldstreams.click,141jav
.com,togotv.cyou,toxitabellaeatrebates306.com,telyn610zoanthropy.com,papahd.club,pa
haplayers.click,legendei.net,hentaiworld.tv,20demidistance9elongations.com,nolive.m
e,myoplay.club,thepiratebay10.org,ytstv.co,streamtapeadblockuser.*,enjoyhd.xyz,ohja
v.com,strtapewithadblock.*,watchdoctorwhoonline.com,222stream.net,tutelehd.net,wita
nime.best,stapewithadblock.monster,hitomi.la,poapan.xyz,javboys.com,tinycat-voe-
fashion.com,charexempire.com,papahd1.xyz,extrafreetv.com,sportssoccer.club,mangopor
n.net,megaddl.u4m.world,sports-
stream.*,realfinanceblogcenter.com,xestreams.com,crackstreamshd.click,catchystream.
com,uptodatefinishconferenceroom.com,techstips.co,tennisstreams.me,daddylivehd.*,fo
otyhunter3.xyz,bigclatterhomesguideservice.com,9xmovie.*,animehditalia.it,juba-
get.com,haho.moe,fraudclatterflyingcar.com,housecardsummerbutton.com,adblockeronsta
pe.me,fmoviesdl.com,fittingcentermondaysunday.com,liveply.me,teamos.xyz,mangapt.com
,reputationsheriffkennethsand.com,sharemods.com,launchreliantcleaverriver.com,hdmov
iesfair.cfd,audaciousdefaulthouse.com,amateurblog.tv,fashionblog.tv,latinblog.tv,si
lverblog.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,voeunb
l0ck.com,voeunblock3.com,voeunblock2.com,sgpics.net,voeunblock1.com,streamgoto.*,cu
rvaweb.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,fembed.cloud
,rojadirectatvenvivo.com,ovamusic.com,sanet.st,tvseries.video,masahub.net,shadowran
gers.live,anime-
king.com,dvdplay.*,cuevana3.fan,entrepelis.org,85videos.com,javmost.*,nzbstars.com,
animesonehd.xyz,rintor.*,javf.net,animestotais.xyz,leechall.com,techoreels.com,pols
tream.live,yts-subs.dev,123-
movies.*,slink.bid,shavetape.*,hesgoal.tv,themoviesflix.*,vhorizads.com,onlyfullpor
n.video,plylive.me,2ddl.it,tormalayalam.xyz,allplayer.tk,ragnaru.net,serijefilmovi.
com,askim-
bg.com,ytstv.me,androidadult.com,pahe.win,everia.club,adblockstrtape.link,adblockst
rtech.link,sexdicted.com,bdnewszh.com,hazmo.stream,hazmolive.stream,birdurls.com,ad
blockstreamtape.*,vipboxtv.*,xpornium.net,crackstreams.*,hatsukimanga.com,037jav.co
m,beinmatch.*,imgdawgknuttz.com,projectfreetv2.com,youjax.com,senpaiediciones.com,s
ilverpic.com,okanime.tv,eplayer.click,poscitech.click,kuxxx.com,anicosplay.net,aoto
nline.org,warungfansub.xyz,hispasexy.org,pastemytxt.com,mangajokomik.blogspot.com,y
ayanimes.net,kantotinyo.com,virpe.cc,stape.fun,tokyoblog.tv,4horlover.com,crunchysc
an.fr,tlin.me,flizmovies.*,yourdailypornvideos.ws,animes.vision,123movieshub.*,saku
rafile.com,compartilhandobr.com,idolsblog.tv,tvply.me,fbstream.tv,dengeki-
plusv2.xyz,itdmusics.com,compupaste.com,hopepaste.download,filmi123.club,viprow.*,s
trikeout.*,scatfap.com,socceronline.me,pornez.net,gotxx.com,segurosdevida.site,anon
ymz.com,messitv.net,uhdstreams.club,123watchmovies.*,1stream.top,ytmp3eu.com,vidlox
.me,streamta.*,123moviesme.online,bestnhl.com,egyshare.cc,swzz.xyz,animesanka.*,oly
mpusscanlation.com,webcamrips.com,vostfree.tv,wickedspot.org,justfullporn.org,123mo
viesprime.com,masahub.com,viveseries.com,1tamilmv.*,olarixas.xyz,keeplinks.org,kiss
animee.ru,pstream.net,javhun.com,findav.*,thebussybandit.com,pornofaps.com,85tube.c
om,bajarjuegospcgratis.com,balkanportal.net,celebrity-
leaks.net,comicsmanics.com,datawav.club,desivdo.com,directupload.net,doctormalay.co
m,dvdfullestrenos.com,electro-torrent.pl,femdom-
joi.com,gaysex69.net,hentaistream.co,javjunkies.com,lightdl.xyz,lightdlmovies.blogs
pot.com,palimas.org,pirateiro.com,pornobr.club,pornotorrent.com.br,sexofilm.co,spor
tstream.tv,torrage.info,video.az,vstorrent.org,watchjavidol.com,xanimeporn.com,javh
oho.com,xsober.com,kinemania.tv,manga-
mx.com,gambarbogel.xyz,nuoga.eu,mediapemersatubangsa.com,gomo.to,9anime.*,shahid4uu
.cam,theicongenerator.com,javgayplus.com,strtapeadblock.me,dragontranslation.com,pi
cdollar.com,myonvideo.com,hwnaturkya.com,javsex.to,lechetube.com,cinema.cimatna.com
,animefire.net,password69.com,film1k.com,gaydelicious.com,toonanime.xyz,prostylex.o
rg,pepperlive.info,manyakan.com,nsfwcrave.com,tensei-shitara-slime-datta-
ken.com,hitprn.com,streamzz.*,123moviesg.com,tvplusgratis.com,ask4movie.*,hollymovi
ehd.cc,123movieshd.*,maxitorrent.com,movi.pk,findporn.*,tabooporns.com,123movies4u.
site,zerion.cc,smallencode.me,torrentsgames.xyz,simonheloise.com,hexupload.net,123m
ovies-
hd.online,pornhd720p.com,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,yo
udbox.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.c
om,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.*,animegalaxy.live,linkebr.com,videoproxy.*,thiruttu
vcd.xyz,smoner.com,movie8k.*,clipwatching.*,strtape.*,ytmp3.eu,vipbox.lc,ccurl.net,
usagoals.*,xxvideoss.org,zplayer.live,pahe.stream,janusnotes.com,streamsport.*,wigi
live.com,itopmusic.org,hikarinoakari.com,vidtod.com,short88.com,srts.me,paidtomoney
.com,givemenflstreams.com,givemenbastreams.com,givememmastreams.com,givemeredditstr
eams.com,proxybit.*,batoscan.net,rule34hentai.net,claimcrypto.cc,vvc.vc,projectfree
tv.online,greatanimation.it,kwik.cx,hentaialtadefinizione.it,racaty.net,illink.net,
virpe.com,ownurl.website,300mbplus.*,hdmovieplus.site,onlyfoot.net,hala-
tube.net,hqcelebcorner.net,shrinkme.in,upstream.to,link1s.net,get-
to.link,gibit.xyz,mangovideo.club,budcenter.site,pctmix.com,mirrorace.*,300mbfilms.
*,todaynewspk.win,youdbox.com,gaypornmasters.com,wordcounter.icu,darmowatv.ws,hiper
dex.com,rawdex.net,verpornocomic.com,baixarhentai.net,scnlog.me,nodkey.xyz,itopmusi
c.com,pics4share.com,linkjust1.com,fx4vip.com,onlystream.tv,koreanaddict.net,ikland
b.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.i
o,short.pe,abcvideo.cc,intothelink.com,snahp.it,animeshouse.net,drobfilx.com,skymov
ieshd.fit,porncomix.info,7r6.com,zobacz.ws,vidtome.stream,legendas.dev,megasubtitle
s.com,sukidesuost.info,ouofly.com,mixdrop.co,putload.tv,exdb.net,animeuniverse.it,d
rycounty.com,m
itly.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,onceddl.co
m,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,javtif
ul.com,22pixx.xyz,porndish.com,mypornhd.com,europeanclassiccomic.blogspot.com,holan
ime.com,oloadporn.com,tamilyogi.vip,bleach-hdtv.blogspot.com,telewizja-
internetowa.pl,webcamshows.org,team1x1.com,thehiddenbay.com,ask4movie.com,animeulti
ma.eu,darmowa-telewizja.online,kastream.biz#%#//scriptlet("abort-on-property-read",
"_pop")
mygoodstream.pw,pornyhd.com,pornxday.com,putlockerslinks.com,baixarhentai.net,frees
ervice.info,hindimean.com,drobfilx.com,22pixx.xyz,nacastle.com,eurostreaming.pink,i
mgbaron.com,feurl.com,animeshouse.biz,erai-ddl3.info,erai-
ddl2.info,hitbits.io,scnlog.me,plytv.me,premiersport.tv,mixdrop.to,streamcdn.to,300
mbfilms.io,jkanime.net,uii.io,mixdrop.co,filma24.*,anime-
odcinki.pl,phim2online.com,upzone.cc,sportstream.to,acefile.co,watchxxxfreeinhd.com
,premiumleecher.com,short.pe,fjav.net,kastream.biz,dropapk.to,aflamfree.top,mirrora
ce.com,egybest2.com,javplay.me,ytmp3.eu#%#//scriptlet("abort-on-property-read",
"popjs")
!
! PopAds-b
javboys.com,ruangmoviez.my.id,magicemperor.online,xmoviesforyou.com,thatav.net,play
pornfree.xyz,gounlimited.to,jetload.net,megapornfreehd.com,fileone.tv,javhiv.com,ny
afilmer.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,icd
rama.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,segurosdevid
a.site,xvideos.com,technicalatg.xyz,czxxx.org,ashemaletube.com,moviesand.com,prosty
lex.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/')
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,thepi
ratebay10.info,sportstream1.cfd,edwardarriveoften.com,paste3.org,shahee4u.cam,a2zcr
ackworld.com,adricami.com,aeblender.com,animespire.net,blackporncrazy.com,cgpelis.n
et,erovoice.us,filthy.family,forumchat.club,freeporncomic.net,freeuse.me,gamepcfull
.com,gamesfullx.com,gostosa.cf,influencersgonewild.org,itunesfre.com,keralatvbox.co
m,ladangreceh.xyz,maturegrannyfuck.com,milfmoza.com,monaskuliner.ac.id,naughtypiss.
com,notformembersonly.com,ojearnovelas.com,oldbox.cloud,onlyfams.net,onlyfams.org,p
ervertgirlsvideos.com,piratefast.xyz,pmvzone.com,pornfetishbdsm.com,publicsexamateu
rs.com,rule34.club,scripts-
webmasters.net,sextubebbw.com,slut.mom,shadowrangers.live,shadowrangers.net,sportsk
art.xyz,sxnaar.com,tabooflix.cc,tabooflix.org,teenporncrazy.com,torrsexvid.com,ufcf
ight.online,vfxmed.com,visifilmai.org,watchaccordingtojimonline.com,watchbrooklynni
ne-
nine.com,wpdeployit.com,xxxfree.watch,yts.vin,paulkitchendark.com,camgirls.casa,eka
siwap.com,ds2play.com,mdy48tn97.com,pornhoarder.*,showmanga.blog.fc2.com,streamtape
.*,akuma.moe,mdbekjwqa.pw,ebookhunter.net,peeplink.in,stevenimaginelittle.com,games
hdlive.net,streams.lc,stream.lc,troyyourlead.com,shahi4u1.cam,denisegrowthwide.com,
ytsyifymovie.com,deepgoretube.site,kathleenmemberhistory.com,diskusscan.com,acefile
.co,nonesnanking.com,hdsaprevodom.com,wwwstream.pro,mixdrp.to,prefulfilloverdoor.co
m,fsicomics.com,manga-
lek.net,gogetapast.com.br,balkanteka.net,cazztv.xyz,phenomenalityuniform.com,nectar
eousoverelate.com,backfirstwo.com,roshy.tv,apinchcaseation.com,r18.best,timberwooda
notia.com,streamdav.com,simpsonizados.me,strawberriesporail.com,blurayufr.xyz,valer
onevijao.com,shahid4u1.cam,fastreams.*,backfirstwo.site,cigarlessarefy.com,gemstrea
ms.com,ytstvmovies.*,shrink.icu,reditsports.com,freehdgames.xyz,ovo-
line.com,watchop.live,figeterpiazine.com,noblocktape.com,shahid4u.charity,streamvid
.net,kaoskrew.org,shaaed4u.cam,embed4u.xyz,yodelswartlike.com,generatesnitrosate.co
m,sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,glodls.to,dlhd.*,mixdroo
p.*,lovesomecommunity.com,fordems.live,fireload.com,doods.pro,shahidd4u.cam,antiadt
ape.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.c
om,sizyreelingly.com,rivofutboltv.club,stakes100.xyz,realbitsport.com,sportschamp.f
un,simpulumlamerop.com,youpit.xyz,pornoflux.com,urochsunloath.com,tapewithadblock.o
rg,nukedfans.com,torrentdosfilmeshd1.net,anidl.org,watchtheofficetv.com,netfuck.net
,counterclockwisejacky.com,filmovitica.com,availedsmallest.com,alexsportss.xyz,alex
sportz.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,jav
leak.com,belowporn.com,daughtertraining.com,hornylips.com,originporn.com,pickteenz.
com,poseyoung.com,rockdilla.com,teen-
wave.com,theblueclit.com,thesexcloud.com,tightsexteens.com,cr8soccer.online,sportea
.online,seegames.xyz,millionscast.com,sportskart.click,mundoprogramas.net,cine20k.b
logspot.com,enjoyhd.club,enjoy4hd.site,comohoy.com,pornleaks.in,mgnetu.com,scatch17
6duplicities.com,alexsports.site,nomery.ru,nsfwr34.com,watchcriminalminds.com,coolc
ast2.com,mimaletamusical.blogspot.com,portugues-
fcr.blogspot.com,porntn.com,playdede.*,vikistream.com,560pmovie.com,w123moviesfree.
net,adblocktape.*,itopmusicx.com,antecoxalbobbing1010.com,123moviehub.org,filmesonl
inexhd.biz,nu6i-bg-
net.com,sexgay18.com,ahdafnews.blogspot.com,boonlessbestselling244.com,cyamidpulver
ulence530.com,guidon40hyporadius9.com,thaihotmodels.com,vidz7.com,myvidster.com,449
unceremoniousnasoseptal.com,yourupload.com,321naturelikefurfuroid.com,eyeshot.live,
sports-
stream.*,turbogvideos.com,30sensualizeexpression.com,fapptime.com,19turanosephantas
ia.com,gameshdlive.xyz,streamers.watch,worldstreams.watch,worldstreams.click,141jav
.com,togotv.cyou,toxitabellaeatrebates306.com,telyn610zoanthropy.com,papahd.club,pa
haplayers.click,legendei.net,hentaiworld.tv,20demidistance9elongations.com,nolive.m
e,myoplay.club,thepiratebay10.org,ytstv.co,streamtapeadblockuser.*,enjoyhd.xyz,ohja
v.com,strtapewithadblock.*,watchdoctorwhoonline.com,222stream.net,tutelehd.net,wita
nime.best,stapewithadblock.monster,hitomi.la,poapan.xyz,javboys.com,tinycat-voe-
fashion.com,charexempire.com,papahd1.xyz,extrafreetv.com,sportssoccer.club,mangopor
n.net,megaddl.u4m.world,sports-
stream.*,realfinanceblogcenter.com,xestreams.com,crackstreamshd.click,catchystream.
com,uptodatefinishconferenceroom.com,techstips.co,tennisstreams.me,daddylivehd.*,fo
otyhunter3.xyz,bigclatterhomesguideservice.com,9xmovie.*,animehditalia.it,juba-
get.com,haho.moe,fraudclatterflyingcar.com,housecardsummerbutton.com,adblockeronsta
pe.me,fmoviesdl.com,fittingcentermondaysunday.com,liveply.me,teamos.xyz,mangapt.com
,reputationsheriffkennethsand.com,sharemods.com,launchreliantcleaverriver.com,hdmov
iesfair.cfd,audaciousdefaulthouse.com,amateurblog.tv,fashionblog.tv,latinblog.tv,si
lverblog.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,voeunb
l0ck.com,voeunblock3.com,voeunblock2.com,sgpics.net,voeunblock1.com,streamgoto.*,cu
rvaweb.com,jiofiles.org,adslink.pw,voeunblock.com,tojav.net,streamadblockplus.com,v
oe-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,fembed.cloud
,rojadirectatvenvivo.com,ovamusic.com,sanet.st,tvseries.video,masahub.net,shadowran
gers.live,anime-
king.com,dvdplay.*,cuevana3.fan,entrepelis.org,85videos.com,javmost.*,nzbstars.com,
animesonehd.xyz,rintor.*,javf.net,animestotais.xyz,leechall.com,techoreels.com,pols
tream.live,yts-subs.dev,123-
movies.*,slink.bid,shavetape.*,hesgoal.tv,themoviesflix.*,vhorizads.com,onlyfullpor
n.video,plylive.me,2ddl.it,tormalayalam.xyz,allplayer.tk,ragnaru.net,serijefilmovi.
com,askim-
bg.com,ytstv.me,androidadult.com,pahe.win,everia.club,adblockstrtape.link,adblockst
rtech.link,sexdicted.com,bdnewszh.com,hazmo.stream,hazmolive.stream,birdurls.com,ad
blockstreamtape.*,vipboxtv.*,xpornium.net,crackstreams.*,hatsukimanga.com,037jav.co
m,beinmatch.*,imgdawgknuttz.com,projectfreetv2.com,youjax.com,senpaiediciones.com,s
ilverpic.com,okanime.tv,eplayer.click,poscitech.click,kuxxx.com,anicosplay.net,aoto
nline.org,warungfansub.xyz,hispasexy.org,pastemytxt.com,mangajokomik.blogspot.com,y
ayanimes.net,kantotinyo.com,virpe.cc,stape.fun,tokyoblog.tv,4horlover.com,crunchysc
an.fr,tlin.me,flizmovies.*,yourdailypornvideos.ws,animes.vision,123movieshub.*,saku
rafile.com,compartilhandobr.com,idolsblog.tv,tvply.me,fbstream.tv,dengeki-
plusv2.xyz,itdmusics.com,compupaste.com,hopepaste.download,filmi123.club,viprow.*,s
trikeout.*,scatfap.com,socceronline.me,pornez.net,gotxx.com,segurosdevida.site,anon
ymz.com,messitv.net,uhdstreams.club,123watchmovies.*,1stream.top,ytmp3eu.com,vidlox
.me,streamta.*,123moviesme.online,bestnhl.com,egyshare.cc,swzz.xyz,animesanka.*,oly
mpusscanlation.com,webcamrips.com,vostfree.tv,wickedspot.org,justfullporn.org,123mo
viesprime.com,masahub.com,viveseries.com,1tamilmv.*,olarixas.xyz,keeplinks.org,kiss
animee.ru,pstream.net,javhun.com,findav.*,thebussybandit.com,pornofaps.com,85tube.c
om,bajarjuegospcgratis.com,balkanportal.net,celebrity-
leaks.net,comicsmanics.com,datawav.club,desivdo.com,directupload.net,doctormalay.co
m,dvdfullestrenos.com,electro-torrent.pl,femdom-
joi.com,gaysex69.net,hentaistream.co,javjunkies.com,lightdl.xyz,lightdlmovies.blogs
pot.com,palimas.org,pirateiro.com,pornobr.club,pornotorrent.com.br,sexofilm.co,spor
tstream.tv,torrage.info,video.az,vstorrent.org,watchjavidol.com,xanimeporn.com,javh
oho.com,xsober.com,kinemania.tv,manga-
mx.com,gambarbogel.xyz,nuoga.eu,mediapemersatubangsa.com,gomo.to,9anime.*,shahid4uu
.cam,theicongenerator.com,javgayplus.com,strtapeadblock.me,dragontranslation.com,pi
cdollar.com,myonvideo.com,hwnaturkya.com,javsex.to,lechetube.com,cinema.cimatna.com
,animefire.net,password69.com,film1k.com,gaydelicious.com,toonanime.xyz,prostylex.o
rg,pepperlive.info,manyakan.com,nsfwcrave.com,tensei-shitara-slime-datta-
ken.com,hitprn.com,streamzz.*,123moviesg.com,tvplusgratis.com,ask4movie.*,hollymovi
ehd.cc,123movieshd.*,maxitorrent.com,movi.pk,findporn.*,tabooporns.com,123movies4u.
site,zerion.cc,smallencode.me,torrentsgames.xyz,simonheloise.com,hexupload.net,123m
ovies-
hd.online,pornhd720p.com,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,yo
udbox.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.c
om,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.*,animegalaxy.live,linkebr.com,videoproxy.*,thiruttu
vcd.xyz,smoner.com,movie8k.*,clipwatching.*,strtape.*,ytmp3.eu,vipbox.lc,ccurl.net,
usagoals.*,xxvideoss.org,zplayer.live,pahe.stream,janusnotes.com,dropgalaxy.com,str
eamsport.*,wigilive.com,itopmusic.org,hikarinoakari.com,vidtod.com,short88.com,srts
.me,paidtomoney.com,givemenflstreams.com,givemenb
astreams.com,givememmastreams.com,givemeredditstreams.com,proxybit.*,batoscan.net,r
ule34hentai.net,claimcrypto.cc,vvc.vc,projectfreetv.online,greatanimation.it,kwik.c
x,hentaialtadefinizione.it,racaty.net,illink.net,virpe.com,ownurl.website,300mbplus
.*,hdmovieplus.site,onlyfoot.net,hala-
tube.net,hqcelebcorner.net,shrinkme.in,upstream.to,link1s.net,get-
to.link,gibit.xyz,mangovideo.club,budcenter.site,pctmix.com,mirrorace.*,300mbfilms.
*,todaynewspk.win,youdbox.com,gaypornmasters.com,wordcounter.icu,darmowatv.ws,hiper
dex.com,rawdex.net,verpornocomic.com,baixarhentai.net,scnlog.me,nodkey.xyz,itopmusi
c.com,pics4share.com,linkjust1.com,fx4vip.com,onlystream.tv,koreanaddict.net,ikland
b.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.i
o,short.pe,abcvideo.cc,intothelink.com,snahp.it,animeshouse.net,drobfilx.com,skymov
ieshd.fit,porncomix.info,7r6.com,zobacz.ws,vidtome.stream,legendas.dev,megasubtitle
s.com,sukidesuost.info,ouofly.com,mixdrop.co,putload.tv,exdb.net,animeuniverse.it,d
rycounty.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,onceddl.co
m,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.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*,zalupa.icu,cloudvideotv.stream,send.cm,gamesdatabase.net,repack-
games.com,videobin.co,streamsport.pro,animeheaven.ru,mywatchseries.stream,kissanime
.nz,uploadrar.com,zobacz.ws,bit-
url.com,hexupload.net,thehouseofportable.com,iir.ai,tii.ai,prostream.to,gomo.to,ple
ermp3.net,solarmovie.to,adshort.*,newepisodes.co,megaup.net,ckk.ai,uploadas.com,dow
nloadpirate.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,watc
hpornfree.info,xxxmoviestream.xyz,mangoporn.co,playpornfree.xyz,xopenload.me,stream
porn.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,the-watch-
series.to,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,free
bets.claims,bettingtips.expert,tubepornovideo.com,amateursgonebad.com,glamourmodels
gonebad.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
!+ NOT_OPTIMIZED
104.155.51.226:443$network
animeid.tv,vidzi.tv,eztv.ag,raptu.com,vidtodo.com,akstream.video,noslocker.com,isto
ckfile.com,shaanig.org,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.t
op,firstrows.net,sportlemons.net,firstsrowsports.eu,ilemi.co,wiziwigs.eu,sportlemon
s.org,goatd.me,firstsrow.eu,streamsport.eu,globaltravel.com,safelinking.net#%#//
scriptlet('set-constant', 'BetterJsPop', 'noopFunc')
! #%#//scriptlet("abort-on-property-read", "BetterJsPop")
xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbne
tu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,playerhd.org,gledajvideo.t
op,tikzoo.xyz,filme-
romanesti.ro,video.q34r.org,ntvid.online,porntoday.ws,netuplayer.top,netu.ac,cumglo
ryhole.com,peliculas8k.com,hqq.ac,yoixmzo.xyz,tickzoo.com,tabooporns.com,younetu.co
m,ekino-tv.link,nu6i-bg-
net.com,cdngee.com,69x.online,yalapwl.xyz,plushd.bio,zerknij.cc,xxxbestsites.com,un
iversanimevf.com,xkeezmovies.com,stream2watch.be,jaygay.to,javsex.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.p
ro,netu.fshd.link,oyohd.one,xxvideoss.net,pourvous.club,kitraskimisi.com,msmini.cyo
u,hydrax.xyz,waaw1.tv,vido.fun,czxxx.org,pajalusta.club,goplayer.online,streamzz.*,
glokom.club,xtapes.to,wowstream.top,streamon.to,gotoons.org,upvideo.to,moovies.in,t
hisisrussia.io,richhioon.eu,haes.tech,wiztube.xyz,mp4cage.com,netu.in,cineflixtv.ne
t,vizplay.*,view47.*,streamplusvip.*,oyohd.com,hindilinks4uto.com,msubplix.com,vidx
hot.net,waaw.*,chillicams.net,justswallows.com,meucdn.vip,yandexcdn.com,firstr0w.eu
,hqq.*,onlystream.tv,streamz.*,hindipix.in,3movs.com,alltube.tv,tryboobs.com,eporne
r.com,vivatube.com,verystream.com,freeteenporn.xxx,ashemale.one,kaotic.com,hentaico
re.org,alltube.pl#%#//scriptlet("abort-on-property-read", "BetterJsPop")
! #%#//scriptlet("set-constant", "BetterJsPop.add", "noopFunc")
euroxxx.net,korall.xyz,embedo.co,player.unlimitedfiles.xyz,highload.to,youtube2conv
ert.com#%#//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")
streamm4u.com,edwardarriveoften.com,paulkitchendark.com,stevenimaginelittle.com,tro
yyourlead.com,denisegrowthwide.com,kathleenmemberhistory.com,nonesnanking.com,prefu
lfilloverdoor.com,phenomenalityuniform.com,nectareousoverelate.com,apinchcaseation.
com,timberwoodanotia.com,strawberriesporail.com,valeronevijao.com,nopay.info,cigarl
essarefy.com,figeterpiazine.com,yodelswartlike.com,aniwave.to,2embed.cc,generatesni
trosate.com,tenies-
online.best,chromotypic.com,watchpsychonline.net,gamoneinterrupted.com,metagnathtug
gers.com,zerion.cc,wolfdyslectic.com,bflix.to,rationalityaloelike.com,sizyreelingly
.com,simpulumlamerop.com,urochsunloath.com,hdtoday.ru,embedsb.com,monorhinouscassab
a.com,fmovies.*,tubesb.com,counterclockwisejacky.com,availedsmallest.com,tubelessce
liolymph.com,tummulerviolableness.com,mcloud.to,gayteam.club,35volitantplimsoles5.c
om,vizcloud.co,pinloker.com,scatch176duplicities.com,hurawatch.at,pornxp.org,pornxp
.com,watchcriminalminds.com,porngo.com,clicksud.biz,matriculant401merited.com,w123m
oviesfree.net,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpulverulenc
e530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturelikefurfur
oid.com,30sensualizeexpression.com,19turanosephantasia.com,familyporn.tv,toxitabell
aeatrebates306.com,ymovies.vip,hentaicloud.com,telyn610zoanthropy.com,20demidistanc
e9elongations.com,toonitalia.co,btsow.beauty,limetorrents.cyou,watchdoctorwhoonline
.com,watchlostonline.net,watchtheofficetv.com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,vidstream.pro,uptodatefinishconferenceroom.co
m,bigclatterhomesguideservice.com,pcprogramasymas.net,123animes.*,fraudclatterflyin
gcar.com,housecardsummerbutton.com,fittingcentermondaysunday.com,reputationsheriffk
ennethsand.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,mplayer.sbs,rawmanga.top,voe-un-
block.com,voeunblk.com,send.cm,javside.com,babesaround.com,dirtyyoungbitches.com,gr
abpussy.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.*,voeunblo
ck1.com,voeunblock.com,obaflix.site,voe-
unblock.*,voe.bar,voe.sx,hdhub4u.tel,ask4movie.*,masahub.net,moviesjoy.*,easyexploi
ts.com,filmeserialeonline.org,azm.to,biqle.org,m4uhd.tv,animesuge.to,9anime.*,vidst
reamz.online,beef1999.blogspot.com,files.im,ettvcentral.com,animekisa.tv,budcenter.
site,movies07.co,playtube.ws,upstream.to,tii.ai,iir.ai,hhkungfu.tv,playhydrax.com,h
ydrax.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,gomoviesfre
e.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.*,palsweet.live,pluslive.live,
skymovieshd.*,europixhd.io#%#//scriptlet("abort-on-property-write",
"GLX_GLOBAL_UUID_RESULT")
drivemoe.com,fusevideo.io,musichq.pe,watchsomuch.to,faselhd-
embed.scdns.io,nxbrew.com,toonily.me,limetorrents.lol,pelisflix2.green,185.217.95.4
4,moviesjoyhd.to,faselhd.*,faselhd-
tv.cyou,5.45.95.74,1tamilblasters.lat,kissasian.*,opensubtitles.org,1337xx.to,praii
ng.monster,lookmovie2.to,poisteewoofs.monster,streamvid.net,lookmovie.foundation,1l
1l.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,klm
anga.net,zinmanhwa.com,ssrmovies.singles,tuktukcinema.*,phimmoiyyy.net,futbol-
libre.org,rule34hentai.net,nettruyento.com,animepahe.ru,btcmovies.xyz,vidsrc.*,123m
ovies-
hd.online,dramacool.*,123movies.*,jujmanga.com,srsone.top,otakudesu.moe,phimgiz.net
,himovies.to,hhdstreams.club,uhdstreams.club,holymanga.net,strims.*,kissanime.*,xmo
vies8.pw,sektekomik.com,moviesjoy.*,1337x.*,0gomovies.*,vipbox.lc,watch-
serieshd.cc,semawur.com,tamilblasters.unblockit.dev,shingekinokyojinepisodes.com,ti
nyzonetv.to,ekinomaniak.net,rexdlfile.com,downloadhub.ink,cuturl.in,123movie.date,m
anganelo.link,janusnotes.com,hblinks.pro,akwams.*,1337x.is,desiupload.co,leechall.c
om,allcalidad.la,kissmanga.link,disasterscans.com,masteranime.es,savesubs.com,gdtot
.*,mkvcinemas.*,mangakik.com,akwam.*,goo-
2o.com,mirrored.to,desustream.me,europixhd.io,streamwire.net,brbushare.com,9kmovies
.fit#%#//scriptlet("json-prune", "*", "pop_type")
drivemoe.com,fusevideo.io,musichq.pe,watchsomuch.to,faselhd-
embed.scdns.io,nxbrew.com,toonily.me,limetorrents.lol,pelisflix2.green,185.217.95.4
4,moviesjoyhd.to,faselhd.*,faselhd-
tv.cyou,5.45.95.74,1tamilblasters.lat,kissasian.*,opensubtitles.org,1337xx.to,praii
ng.monster,lookmovie2.to,poisteewoofs.monster,streamvid.net,lookmovie.foundation,1l
1l.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,klm
anga.net,zinmanhwa.com,ssrmovies.singles,tuktukcinema.*,phimmoiyyy.net,futbol-
libre.org,rule34hentai.net,nettruyento.com,animepahe.ru,btcmovies.xyz,vidsrc.*,123m
ovies-
hd.online,dramacool.*,123movies.*,jujmanga.com,otakufr.co,srsone.top,otakudesu.moe,
phimgiz.net,himovies.to,hhdstreams.club,uhdstreams.club,holymanga.net,strims.*,kiss
anime.*,xmovies8.pw,sektekomik.com,moviesjoy.*,1337x.*,0gomovies.*,vipbox.lc,watch-
serieshd.cc,semawur.com,tamilblasters.unblockit.dev,shingekinokyojinepisodes.com,ti
nyzonetv.to,ekinomaniak.net,rexdlfile.com,downloadhub.ink,cuturl.in,123movie.date,m
anganelo.link,janusnotes.com,hblinks.pro,akwams.*,1337x.is,desiupload.co,leechall.c
om,allcalidad.la,kissmanga.link,disasterscans.com,masteranime.es,savesubs.com,gdtot
.*,mkvcinemas.*,mangakik.com,akwam.*,goo-2o.com,mirrored.to,europixhd.io#%#//
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)};v
ar 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.unl
ockproj.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)};v
ar 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,unblockedhyperbay.info,tpbairprox
y.in,proxybayduck.fi,piratebaai.click,capjackproxy.net,ikwildepiratebay.org,proxypr
oxyproxy.nl,proxypirate.in,gameofbay.org,tpbunblocked.org,unblocktpb.com,piratebays
.co.uk,tpbportal.in,thepiratebay.uk.net,piratetoday.click,batpirate.info,baypirate.
click,piratebaai.club,proxyspotting.in,baypiratebay.be,unblockedbay.info,baybaypira
te.org,rowpirate.org,kickass.cd,eztv.unblocked.sh,porn00.org,megadrive.co,altadefin
izione01.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=f
unction(){f(arguments[1],"['tagName']['toLowerCase']
()&&document")&&d.apply(document,arguments)},e=window.setInterval,window.setInterva
l=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,hpjav.tv,bayproxy.eu,veu.xxx,proxytpb.org,zombay.org,tpbbay
.eu,proxyoneahoy.net,piratebays.co,pirateproxy.tf,piratebaymirror.eu,pirate.trade,t
hepiratebay-
proxy.com,wearepirates.click,ukpirate.org,hyperproxy.net,duckingproxy.eu,piratebayp
roxy.tf,tpbmirror.us,pirateproxy.yt,alivbay.org,piratebay.red,pirateproxy.wf,ukpira
teproxy.xyz,piratebay247.net,pirateprox.club,baypiratebay.be,indiaproxy.in,thepirat
e.click,seehd.pl,superanimes.site,streamdreams.org,vergol.com,vidmoly.me,mp3fiber.c
om#%#!function(a,b){function c(i,j){return"function"!=typeof i||-
1===i.toString().indexOf(j)}a=document.addEventListener,document.addEventListener=f
unction()
{c(arguments[1],"'popunder'")&&a.apply(document,arguments)},b=window.setInterval,wi
ndow.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=f
unction()
{c(arguments[1],")]=null;")&&a.apply(document,arguments)},b=window.setInterval,wind
ow.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=funct
ion()
{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,megavideo.st,punjabimoviesonline.org,suarankri.me,arab
seed.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=funct
ion()
{c(arguments[1],"'tabu")&&a.apply(window,arguments)},b=window.setInterval,window.se
tInterval=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=funct
ion()
{c(arguments[1],"window['location']")&&a.apply(window,arguments)},b=window.setInter
val,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=funct
ion()
{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,skymovieshd.one,series24hr.com,albvid.com,b4ucast.me,playerhost.n
et,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=funct
ion()
{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.co
m,yukfilmizle.com,safirfilmizle1.com,filese.me,mylink.vc#%#//scriptlet("abort-on-
property-read", "initPu")
xbokepfb.co,javmix.app,hdfilmseyircisi.org,shemaleporn.xxx,lizardporn.com,imgsin.co
m,45.133.203.223,filmdelisi.co,seyredeger.com,masterplayer.*,balfilmizle1.com,films
eyretizlet.com,altyazilifilm.*,milfzr.com,movies07.live,adly.fun,hotscopes.*,hentai
animedownloads.com,indiatoday.tech,erotikfilmsitesi.com,mobileflasherbd.com,eroticp
ub.com,boobsrealm.com,kickass.ws,naughtymachinima.com,mangovideo.club,22pixx.xyz,xx
xparodyhd.net,torrentproject.cc,porcore.com,dbupload.co,mangoporn.net,pornkino.cc,w
atchpornfree.info,imguur.pictures,xxxmoviestream.xyz,mangoporn.co,kickass.vc,freshs
cat.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
139.45.197.151$network
139.45.197.152$network
139.45.197.153$network
139.45.197.154$network
/139.45.197.24\d/$network
!
! https://github.com/AdguardTeam/AdguardFilters/issues/164615
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)
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')
! '$$script[tag-content="zfgloaded"][min-length="30000"][max-length="80000"]'
filmeonlinehd.biz,onlinework4all.com,eplayvid.com,animafan.biz,ockles.com,nowagoal.
xyz,exee.io,pcgamez-
download.com,gamepciso.com,tunestream.net,series.movie,downloadtwittervideo.com,fet
chtube.com,vivo.sx,ustreamy.co,animeblix.com,toonily.com,elkooora.com,mondainai.moe
,pnd.*,underurl.com,goo-
2o.com,lodynet.co,mega4up.com,vidfast.co,movizland.com,cloud9.to,watchasian.to,thep
iratefilmes.co,1watchonlinemovies.com.pk,filmesviatorrents.gratis,brstej.com,tuktuk
cinema.com,kazefuri.me,file-
upload.com,pulsemens.com,abcvideo.cc,palsweet.live,lefturl.com,pluslive.live,douplo
ads.net,nmac.to,biroads.com,exdb.net,animelove.it,ouofly.com,onbox.me,seriesfilmest
orrent.net,naisho.website,shurt.pw,adslinkfly.online,tudogamesbr.com,masteranime.es
,akltu.com,100count.net,mvs4u.tv,arabseed.net,playtube.ws,speedvideo.net,watchdbzsu
per.tv,shortpaid.com,gogoanimee.com,pandafiles.com,wplink.online,gsurl.in,iir.ai,ya
lla-
shoot.today,citgratis.com,earnload.co,gpmojo.co,torrentmegafilmes.tv,pirlotv.es,kor
a-
online.tv,hindimean.com,gplinks.co,movies123.pics,adsme.cc,fitgirlrepacks.co,tiny.d
o,vidtoply.com,supersimple.online,pstream.net,halacima.co,sickworldmusic.com,videom
ega.co,prostream.to,anitube.be,uiz.io,shortearn.eu,kisscartoon.info,what.cd,kisscar
toon.love,earnload.com,plytv.me,aii.sh,ckk.ai,oko.sh,bitearns.com,owllink.net,trivi
sna.com,repayone.net,gnula.nu,1tamilmv.com,televisiongratisenvivo.com,mangazuki.onl
ine,rapidotorrents.net,megafilmes.org,voxc.org,televisiongratishd.com,gplinks.in,cm
ovies.tv,cashearn.eu,superonleech.online,videobin.co,3movierulz.mx,seosence.com,han
imeku.com,isubsmovies.com,vidbm.com,onlinemovieswatch.com.pk,baan-
series.com,acorpe.com,todofull.net,mvs4u.net,tamilmv.win,solarmovie.fun,zoom-
link.com,downloadgamepsp.com,comando4kfilmes.com,arblionz.tv,kiryuu.co,pingit.im,tv
bd.live,tencentgamingbuddy.co,latestseoupdate.com,mangazuki.online,faucet.gold,truc
net.net,drhealthmag.com,mtbtutoriales.com,urlcloud.us,hdfilme.cc,mangacanblog.com,s
talktr.net,ddownr.com,megaurl.in,harvestofmusic.com,rockindiy.com,baomay01.com,uplo
adrar.com,terbit21.co,comandotorrents.com,onlystream.tv,watchxxxfreeinhd.com,lelsca
n-vf.com,app.ignition.fun,5movies.cloud,cafehulu.com,telewizja-
internetowa.pl,0123movies.org,watchhowimetyourmother.online,moshahda.online,indoxxi
.center,wzayeef.com,ytmp3.mobi,mp4s.org,watchwebmovies.com,tamilmv.bid,rapidvid.to,
streamloverx.com,is123moviesfree.com,putlocker.digital,0123movies.com,01fmovies.com
,123movie.cc,123movie.sc,123watchmovies.org,1337x.unblock2.xyz,1xxx.tv,2movierulz.a
c,300mbmovies4u.club,33sk.tv,3arabicporn.com,3sk.co,4cima.tv,4oof4u.com,4shworld.co
m,5starmusiq.com,9anime.cloud,9anime.vip,9movies.tv,9putlocker.io,9xrockers.pw,adul
twallpapers.co.in,afghanidata.com,aflam.io,aflam4you.tv,aflamhq.co,aflamonlinee.org
,akoam.net,altadefinizione.bid,altadefinizione01.love,altadefinizione01.site,anime-
odcinki.pl,animedoor.com,animeflv.net,animeheaven.es,animesave.com,animeskai.biz,an
imestreams.tv,animeunity.it,animezone.pl,anitube.cz,aovivonatv.com,arabhd.co,arenav
ision.cc,atozmp3.co,baixandotudo.net,bestfilmeshd.com,bindassbros.com,bludv.tv,btga
laxy.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,c
hodan.com,cima5.com,cimaclub.com,cinema4tv.com,clicknupload.org,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,descargacineclasico.net,despreseriale.ro,dir50.com
,downloadhub.org,downloadhub.ws,downloadming.pro,dp-
stream.com,dramamate.com,dredown.com,ebooksz.net,egybest.net,egybest.site,embed.wat
chasian.co,extreme-d0wn.com,f-
hd.net,f16f.com,fastplay.to,fatimakhamissa.com,ffmovies.ru,filehostguru.online,file
rio.in,filme-
bune.net,filmotopia.org,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,getlec.blogspot.com,glinks.me,gnula.s
e,gogomovies.net,gomovies.la,gotdatfire.com,greenmp3.com,gsul.me,gsur.in,hdfilme.ne
t,hdfilme.tv,hdmoviedownloader.com,hdmoviesfree.net,hdmp4mania.world,hdpopcorns.in,
her69.net,hevcbay.com,hindugodsongs.com,igg-
games.com,indexofmovie.com,indoakatsuki.net,indoxx1.show,indoxxi.show,ipagal.org,ir
p.uz,iwatchtwd.com,japscan.to,joymovies.com,justdubsanime.net,justupload.io,katmovi
e.de,katmoviehd.cc,kinofen.net,kinoger.com,kinoger.to,kisstvshow.to,kkiste.su,komba
tch.com,koursaros.net,kprofiles.com,kreskowkazone.pl,lapeliculas.com,legendofkorra.
tv,libertyvf.co,linkcaptcha.net,m4ufree.io,mangahasu.se,mangaindo.web.id,medeberiya
a.com,mehlizmovies.com,milfzr.com,mithaaprilia.com,mobilemovieshd.in,momjoi.com,mov
ie1k.pw,movie2free.com,moviebay.io,moviemart.in,movies1234.net,movies79.com,moviesh
d.ru,moviesonline.tf,moviespur.pw,movizland.online,mp3-pn.com,mp3-
red.co,mp4mania.world,mr-hd.com,mr-
hd.in,mrelhlawany.com,msphubs.com,musicart.ml,my123movies.org,myegy.tv,mywatchserie
s.stream,nepalikanchi.com,new-
mastermovie.com,newpct.com,newpct1.com,nghmaty.com,ngusman.com,niagotch.com,nordicf
ilm.co,oikamenoi.com,olozmp3.net,onlinechat.co.in,onlinevideoconverter.com,onprojec
tfreetv.site,otakustream.tv,ouo.io,pagalworldm.com,panda-
streaming.net,pelisencastellano.com,phimotv.net,piratebays.co.uk,pirateproxy.wf,pir
ateproxy.yt,plg.ovakode.com,polskie-aktorki-
porno.pl,pornley.com,pornlibrary.net,porntrex.com,punjabimoviesonline.org,putlocker
.sk,putlockerfree.net,putlockertv.se,putlockertv.ws,rapidvideo.is,revivelink.com,ru
le34hentai.net,rumahminimalisbagus.com,sa7eralkutub.com,sabwap.co,savethevideo.com,
sawlive.tv,scanof.net,sebn.sc,seehd.ru,segiempat.com,sempreinter.com,sendvid.com,se
ries9.to,seriesonlinehd.org,sexarabtv.com,sexmag.biz,shaggyimg.pro,short.pe,shortmo
ny.me,shurikenteam.com,siii.club,simitator.com,softcoretube.org,softpcfull.com,soft
ware-
on.com,solarmovie.net,solarmovie.st,solarmoviefree.co,solarmoviefree.me,solarmovies
c.co,solarmoviex.to,speed4up.com,sportify365.blogspot.co.uk,sportify365.blogspot.hr
,stiffgamerdown.com,stream4free.live,streaming-foot.club,streaming-
football.org,streamingo.org,streamm4u.com,subsmovies.me,swatchseries.to,szs.pw,tami
lmv.cz,tamilrock.org,telepisodes.org,thaihotmodels.com,the123movies.com,thenightser
ies.net,theseriesonline.net,topbestsite.me,toptx.net,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,tug
aanimado.net,tusnovelas.net,twojetv.ws,uii.io,upload.ac,upzone.cc,urgetofap.com,urg
rove.net,userscloud.com,ustreamix.com,vidbob.com,vidcloud.icu,videokhoj.co,vidload.
co,vidlox.me,vidnode.net,vidoevo.com,vidtomp3.info,vimeotomp3.com,viralitytoday.com
,vizhe.xyz,vojkudee.net,vstarmusiq.com,watch-online.biz,watch-series.cc,watch-
series.co,watch32.is,watch5s.me,watchcartoonsonline.eu,watchfilmy.com,watchmovies.p
k,watchncum.com,watchonlinemovies.com.pk,watchparksandrecreation.net,watchrecentmov
ies.co,watchseries.unblockme.xyz,wicr.me,xkeezmovies.com,xmovies8.io,xmovies8.net,x
moviesforyou.com,xxxwebdlxxx.org,yakaracolombia.com,yalla-
shoot.com,yeane.org,ymovies.tv,yt2mp3s.me,zedstream.com,zinkhd.co$$script[tag-
content="zfgloaded"][min-length="30000"][max-length="80000"]
! '#%#//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.onl
ine,mvs4u.tv,arabseed.net,speedvideo.net,watchdbzsuper.tv,gsurl.in,yalla-
shoot.today,earnload.co,gpmojo.co,halacima.co,earnload.com,mangazuki.online,televis
iongratishd.com,videobin.co,seosence.com,todofull.net,zoom-
link.com,urlcloud.us,hdfilme.cc,mangacanblog.com,stalktr.net,lelscan-
vf.com,app.ignition.fun,cafehulu.com,watchwebmovies.com,9anime.vip,0123movies.com,1
23movie.cc,123movie.sc,123movies.productions,123movies.domains,123movies2019.com,12
3movies2019.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,4cima.tv,4oof4u.com,4shw
orld.com,5starmusiq.com,9anime.cloud,9movies.tv,9putlocker.io,9xrockers.pw,adultwal
lpapers.co.in,afghanidata.com,aflam.io,aflam4you.tv,aflamhq.co,aflamonlinee.org,ako
am.net,altadefinizione.bid,altadefinizione01.love,altadefinizione01.site,anime-
odcinki.pl,animedoor.com,animeflv.net,animesave.com,animeskai.biz,animestreams.tv,a
nimeunity.it,animezone.pl,anitube.cz,aovivonatv.com,arabhd.co,arenavision.cc,atozmp
3.co,baixandotudo.net,bestfilmeshd.com,bindassbros.com,btgalaxy.com,bucetasx.com,ca
delanocio.com.br,cambabe.me,camgirlbay.net,caminspector.net,camwhores.adult,camwhor
es.tv,camwhoreshd.com,cb01.io,ceesty.com,chatrooms.org.in,chodan.com,cima5.com,cima
club.com,cinema4tv.com,clicknupload.org,clik.pw,cloudvideo.tv,clubedoaz.com.br,cmov
ieshd.bz,cmovieshd.com,cmovieshd.net,cockhero.org,converto.io,coolmg.com,crackzsoft
.com,cwtvembeds.com,czech3x.net,dailyimages.xyz,darmowa-
telewizja.online,denunciando.com,descargacineclasico.net,despreseriale.ro,dir50.com
,downloadhub.org,downloadhub.ws,downloadming.pro,dp-
stream.com,dramamate.com,dredown.com,ebooksz.net,egybest.net,egybest.site,embed.wat
chasian.co,extreme-d0wn.com,f-
hd.net,f16f.com,fastplay.to,fatimakhamissa.com,ffmovies.ru,filehostguru.online,file
rio.in,filme-
bune.net,filmotopia.org,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,gom
ovies.la,gotdatfire.com,greenmp3.com,gsul.me,gsur.in,hdfilme.net,hdfilme.tv,hdmovie
downloader.com,hdmoviesfree.net,hdmp4mania.world,hdpopcorns.in,her69.net,hevcbay.co
m,hindugodsongs.com,igg-
games.com,indexofmovie.com,indoakatsuki.net,indoxxi.show,ipagal.org,irp.uz,iwatchtw
d.com,japscan.to,joymovies.com,justdubsanime.net,justupload.io,katmovie.de,katmovie
hd.cc,kinofen.net,kinoger.com,kinoger.to,kombatch.com,koursaros.net,kprofiles.com,k
reskowkazone.pl,lapeliculas.com,legendofkorra.tv,libertyvf.co,linkcaptcha.net,m4ufr
ee.io,mangahasu.se,mangaindo.web.id,medeberiyaa.com,mehlizmovies.com,milfzr.com,mit
haaprilia.com,mobilemovieshd.in,momjoi.com,movie1k.pw,movie2free.com,moviebay.io,mo
viemart.in,movies1234.net,movies79.com,movieshd.ru,moviesonline.tf,moviespur.pw,mov
izland.online,mp3-pn.com,mp3-red.co,mp4mania.world,mr-hd.com,mr-
hd.in,mrelhlawany.com,msphubs.com,musicart.ml,my123movies.org,myegy.tv,mywatchserie
s.stream,nepalikanchi.com,new-
mastermovie.com,newpct.com,newpct1.com,nghmaty.com,ngusman.com,niagotch.com,nordicf
ilm.co,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,pir
ateproxy.yt,plg.ovakode.com,polskie-aktorki-
porno.pl,pornley.com,pornlibrary.net,porntrex.com,punjabimoviesonline.org,putlocker
.sk,putlockerfree.net,putlockertv.se,putlockertv.ws,rapidvideo.is,revivelink.com,ru
le34hentai.net,rumahminimalisbagus.com,sa7eralkutub.com,sabwap.co,savethevideo.com,
sawlive.tv,scanof.net,sebn.sc,segiempat.com,sempreinter.com,sendvid.com,seriesonlin
ehd.org,sexarabtv.com,sexmag.biz,shaggyimg.pro,short.pe,shortmony.me,shurikenteam.c
om,siii.club,simitator.com,softcoretube.org,softpcfull.com,software-
on.com,solarmovie.net,solarmovie.st,solarmoviefree.co,solarmoviefree.me,solarmovies
c.co,solarmoviex.to,speed4up.com,sportify365.blogspot.co.uk,sportify365.blogspot.hr
,stiffgamerdown.com,stream4free.live,streaming-foot.club,streaming-
football.org,streamingo.org,streamm4u.com,subsmovies.me,swatchseries.to,szs.pw,tami
lfreemp3songs.com,tamilmv.cz,tamilrock.org,telepisodes.org,thaihotmodels.com,the123
movies.com,thenightseries.net,theseriesonline.net,topbestsite.me,toptx.net,toquemp3
.com,torrentlocura.com,torrentmegafilme.com,torrentrapid.com,torrents9.org,torrents
md.eu.org,tous-
sports.tv,toussports.info,tubebg.com,tubecomplet.com,tudotv.tv,tudotvonline.com,tug
aanimado.net,tusnovelas.net,twojetv.ws,uii.io,upload.ac,upzone.cc,urgetofap.com,urg
rove.net,ustreamix.com,vidcloud.icu,videokhoj.co,vidload.co,vidnode.net,vidoevo.com
,vidtomp3.info,vimeotomp3.com,viralitytoday.com,vizhe.xyz,vojkudee.net,vstarmusiq.c
om,watch-online.biz,watch-
series.co,watch32.is,watch5s.me,watchfilmy.com,watchmovies.pk,watchncum.com,watchon
linemovies.com.pk,watchparksandrecreation.net,watchrecentmovies.co,watchseries.unbl
ockme.xyz,wicr.me,xkeezmovies.com,xmovies8.io,xmovies8.net,xmoviesforyou.com,xxxweb
dlxxx.org,yakaracolombia.com,yalla-
shoot.com,yeane.org,ymovies.tv,yt2mp3s.me,zedstream.com,zinkhd.co#%#//
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,mo
alm-
qudwa.blogspot.com,vivo.sx,ustreamy.co,animeblix.com,toonily.com,mondainai.moe,pnd.
*,underurl.com,goo-
2o.com,vidfast.co,movizland.com,leechpremium.link,cloud9.to,watchasian.to,thepirate
filmes.co,1watchonlinemovies.com.pk,filmesviatorrents.gratis,kazefuri.me,pulsemens.
com,abcvideo.cc,palsweet.live,lefturl.com,pluslive.live,douploads.net,torrentprojec
t.cc,nmac.to,biroads.com,exdb.net,animelove.it,ouofly.com,onbox.me,seriesfilmestorr
ent.net,gdriveplayer.*,hindipix.in,naisho.website,shurt.pw,supervideo.tv,tudogamesb
r.com,masteranime.es,akltu.com,100count.net,playtube.ws,shortpaid.com,gogoanimee.co
m,pandafiles.com,wplink.online,iir.ai,citgratis.com,torrentmegafilmes.tv,pirlotv.es
,kora-
online.tv,hindimean.com,gplinks.co,movies123.pics,adsme.cc,fitgirlrepacks.co,tiny.d
o,vidtoply.com,supersimple.online,sickworldmusic.com,videomega.co,prostream.to,anit
ube.be,uiz.io,shortearn.eu,kisscartoon.info,what.cd,kisscartoon.love,plytv.me,aii.s
h,ckk.ai,oko.sh,lovemovies.ge,bitearns.com,owllink.net,trivisna.com,repayone.net,gn
ula.nu,1tamilmv.com,televisiongratisenvivo.com,rapidotorrents.net,megafilmes.org,vo
xc.org,gplinks.in,bit-
url.com,cmovies.tv,cashearn.eu,superonleech.online,3movierulz.mx,hanimeku.com,isubs
movies.com,vidbm.com,onlinemovieswatch.com.pk,baan-
series.com,acorpe.com,mvs4u.net,tamilmv.win,solarmovie.fun,fuqer.com,downloadgameps
p.com,comando4kfilmes.com,arblionz.tv,kiryuu.co,pingit.im,tvbd.live,tencentgamingbu
ddy.co,latestseoupdate.com,faucet.gold,trucnet.net,drhealthmag.com,mtbtutoriales.co
m,ddownr.com,megaurl.in,harvestofmusic.com,rockindiy.com,baomay01.com,uploadrar.com
,terbit21.co,comandotorrents.com,onlystream.tv,watchxxxfreeinhd.com,5movies.cloud,c
afehulu.com,telewizja-
internetowa.pl,0123movies.org,watchhowimetyourmother.online,moshahda.online,indoxxi
.center,wzayeef.com,ytmp3.mobi,mp4s.org,tamilmv.bid,rapidvid.to,streamloverx.com,is
123moviesfree.com,putlocker.digital,01fmovies.com,123movies.gallery,123movies.gdn,1
23moviespro.net,1337x.unblock2.xyz,2movierulz.ac,animeheaven.es,bludv.tv,foxebook.n
et,indoxx1.show,kkiste.su,revivelink.com,seehd.ru,series9.to,short.pe,watchcartoons
online.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
! $$script[wildcard="*function*break;case*"][min-length="30000"][max-
length="100000"]
!+ NOT_PLATFORM(ext_ff)
d0000d.com,gettapeads.com,cocolamanhua.com,morganoperationface.com,tapeadsenjoyer.c
om,soccerinhd.com,limpaso.com,mhdsportstv.com,do0od.com,mangaokutr.com,coolrea.link
,tranimaci.com,online-
filmek.ac,embedv.net,yeppuu.com,afroditscans.com,ruyamanga.com,vembed.org,forum.rel
ease-
apk.com,movies2watch.tv,kkiste.tel,filmesonlinexhd.biz,stbemucode.com,aniwatch.to,l
ikemanga.io,freewsad.com,mangareader.to,ds2play.com,timberwoodanotia.com,french-
stream.moe,shinden.pl,backfirstwo.site,vembed.net,online-
filmek.me,myflixerz.to,ligaset.com,webdramaturkey.com,vid-
guard.com,watchop.live,f1livestream.top,noblocktape.com,streamvid.net,embed4u.xyz,a
kw.cam,dlhd.*,swatchseries.is,foot2live.cc,exego.app,doods.pro,animeunity.to,bolly2
tolly.wiki,fakedetail.com,antiadtape.com,gotaku1.com,anihdplay.com,exeo.app,uqload.
io,playertv.net,multicanais.li,mega4upload.com,jewelavid.com,hexupload.net,ak.sv,an
imeunity.cc,9animetv.to,akw.mov,akw-
cdn1.link,boophim.org,stakes100.xyz,filmestorrent.tv,arb-softwares.com,up-
4ever.net,akwnet.top,youpit.xyz,hdtoday.tv,tapewithadblock.org,leercapitulo.com,pro
jectlive.info,piraproxy.page,animerigel.com,goku.sx,dooood.com,watchtvseries.bz,joc
kantv.com,bflix.gg,streamlord.com,streamcloud.best,ak4ar.*,seegames.xyz,hinatasoul.
com,embed.scdn.to,sportskart.click,mundoprogramas.net,animeblkom.net,mawsueaa.com,a
kw.to,xn--
mgba7fjn.*,flexyhit.com,vipleague.*,seufilme.net,ak4eg.*,atglinks.com,instamod.net,
khsm.io,eurekaddl.mom,bacakomik.co,crackstreams.*,shahiid-
anime.net,uqload.co,series4pack.com,iptvxtreamcode.blogspot.com,sportcast.life,hena
ojara2.com,youtubevanced.com,hesgoals.top,gameshdlive.xyz,tvpclive.com,streamservic
ehd.click,worldstreams.watch,worldstreams.click,skincarie.com,financerites.com,vava
da5com.com,watchseries1.video,universanime.co,pahaplayers.click,cimaa4u.*,megafilme
shdseries.com,torrentmac.net,shaheed4u.*,govad.xyz,vidshar.org,vadbam.com,myoplay.c
lub,animefenix.tv,gmanga.me,123ecast.me,gocast123.me,comando.la,gocast2.com,manga10
01.su,gogohd.net,iegybest.in,exee.app,fmoviefree.net,exep.app,betteranime.net,asian
play.*,letsupload.io,charexempire.com,kat.mn,footyhunter3.xyz,vumoo.to,exe.app,spor
ts-
stream.*,theflixer.tv,mrpcgamer.co,crackstreamshd.click,sockshare1.com,liveply.me,d
addylivehd.*,bakotv.com,sflix.se,boost.ink,animehditalia.it,720pstream.me,adslink.p
w,linksly.co,anidl.org,eio.io,mangapt.com,wupfile.com,watch-
free.tv,pelisplus.uproxy.page,waploaded.com,streamsport.*,dropgalaxy.com,animesup.*
,comandotorrenthd.org,kingdomfiles.com,forex-
trnd.com,adpps.com,allosoccer.com,mangarawjp.*,novelroom.net,jkanime.video,bitcomar
ket.net,ngomik.net,pelismartv.com,yseries.tv,hds-streaming-hd.com,hh3dhay.xyz,roms-
download.com,freeromsdownload.com,roms-hub.com,animesultra.com,anime-
sanka.com,animes.vision,animeflv.cc,9tsu.*,pelispoptv.com,hikarinoakari.com,mangara
w.*,123moviesfree.*,voiranime.stream,putlockers.*,gdplayer.*,fileguru.net,1movieshd
.com,cool-
etv.net,fmovies2.cx,modsfire.com,atomohd.*,ouo.press,yugen.to,vikistream.com,embeds
tream.me,movies7.to,apkmody.io,couchtuner.show,kimoitv.com,cuevanahd.net,anavidz.co
m,movieskafanda.xyz,askflix.org,watchmovie.*,dembed1.com,file4go.net,file4go.com,ho
thit.me,sflix.to,shrink.*,divicast.com,manhwa68.com,filma24.*,mp3yeni.org,filmeseri
es.top,futemax.gratis,thetodaypost.com,hentaizm.fun,embedflix.net,multicanais.tv,mo
viesjoy.*,animespank.com,hhdmovies.*,upvid.*,mangas-
raw.com,bbb.fm,watchseries.*,superflix.*,fembed.cloud,vizer.vip,kick4ss.com,jpscan-
vf.com,rawkuma.com,2kmovie.cc,losmovies.*,123movieshub.*,intereseducation.com,vizer
.re,123movies-official.site,querofilmehd.*,up-
load.one,aniworld.to,bclikeqt.com,uploadbank.com,190.115.18.20,verflix.net,pikafile
.com,superfilmes.tv,gofilmes.me,warezcdn.com,watchgintama.com,onlinevideoconverter.
com,shadowrangers.live,myflixer.*,serienstream.to,s.to,goyabu.com,190.115.18.20,tli
n.me,databasegdriveplayer.*,mycima.wiki,watchomovies.*,stream-
complet.biz,jujutsukaisenonline.net,hh3dhay.com,manhuascan.*,animesonehd.xyz,cinema
kottaga.*,mangahere.today,manganatos.com,animepahe.*,moviesverse.*,tuktukcinema.co,
playlist-
youtu.be,polstream.live,tamilyogi.best,slink.bid,shavetape.*,imgbase.ru,klubsports.
xyz,world4ufree1.*,fbox.to,vhorizads.com,webhostingpost.com,simsdom.com,send.cm,sam
pledrive.in,telefullenvivo.com,futbolfullenvivo.com,streamtapeadblock.*,speedostrea
m.com,yomovies.*,gum-gum-
stream.com,9xmovie.click,acervofilmes.com,airportseirosafar.com,assistirseriados.ne
t,cmp3.ru,filmovi.ws,gentlewasher.com,hackiee.mobi,mobilephonedir.com,mobiro.org,mp
3-gratis.it,mp3-
vk.ru,peliculontube.net,putlocker68.com,rojadirectahd.online,serijefilmovi.com,stic
kerdeals.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.co
m,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.*,tec
hgeek.digital,hurawatch.*,jujutsukaisen-manga.online,pelismarthd.com,hds-streaming-
vf.com,cima-
club.*,repelis.in,yesmovies.*,a123movies.net,adblockstrtape.link,adblockstrtech.lin
k,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,flixtor.video,hurawatch.at,tainio-
mania.online,vipboxtv.*,upbam.org,myviid.com,vidbam.org,unblockedsites.net,serieska
o.*,uploadflix.org,gdriveplayer.to,lookmoviess.com,beinmatch.*,imgdawgknuttz.com,tv
.hd44.net,animeshow.tv,soap2dayto.org,123-movies.*,dramacool.*,vanime.co,kiss-
anime.*,s4p2.shingekinokyojin.tv,wat32.tv,eplayvid.*,tvply.me,atomixhq.*,bflix.to,s
eeeed.xyz,shortie.link,123movie.*,mycima.ink,nocensor.*,shahed4u.*,series9.me,mp4up
load.com,fmovies.*,egyshare.cc,seriestv.watch,megafilmeshd50.com,uploadrar.com,free
moviesfull.com,mkvhub.*,stape.fun,dopebox.to,xsanime.com,komikindo.id,filmovi.co,ex
tralinks.*,katlinks.site,deportealdia.live,noweconomy.live,hindilinks4u.*,lodynet.a
rt,animeunity.tv,fbstream.tv,daddylive.*,katflys.com,turkish123.com,watchonlinemovi
es50.com.pk,viprow.*,strikeout.*,dl-protect.info,zone-
telechargement.work,123moviesc.*,cuevana3.*,adshort.*,2embed.*,yifysubtitles.vip,me
ssitv.net,oploverz.*,anime4up.*,vipbox.*,govid.cyou,watchseries.*,romshub.com,cima4
u.*,watchdoctorwhoonline.com,allinonedownloadzz.site,gdriveplayer.us,witanime.com,i
llink.net,123ssgm.cc,skidrowcodex.net,melodelaa.link,vidembed.*,birdurls.com,gowatc
hseries.*,1movies.life,bitlinks.pw,soccermotor.com,animesanka.*,bemovies.to,upfiles
.io,cpm10.org,gogomovies.to,pahe.ph,topflix.*,vudeo.net,extramovies.*,netcine.*,asi
anload.cc,mylink.vc,streamani.net,filmyzilla.*,rancah.com,toonanime.tv,futebolplayh
d.com,kingurls.com,streamzz.*,pics4you.net,noweconomy.live,uptomega.me,moviesrush.i
n,vcomic.net,maxitorrent.com,movieshub.top,streamingcommunity.*,pandrama.com,yt-
download.org,m0vs4u.org,movs4u.*,vedsharr.com,vedpom.com,animeworld.*,two.re,strclo
ud.*,linkadshield.xyz,lugatv.com,streamz.*,gomo.to,dailyuploads.net,pelisplus2.io,d
artsstream.me,golfstreams.me,motogpstream.me,ufcstream.me,boxingstreams.me,socceron
line.me,rugbystreams.me,tennisstreams.me,nhlstream.nu,nbastream.nu,mlbstream.me,gam
e3rb.com,naijaray.com.ng,multifaucet.org,pctmix1.com,vedbom.com,arabseed.*,exey.io,
parisanime.com,otakufr.co,5movies.cloud,buffstreams.*,upbbom.com,url4cut.xyz,r2sa.n
et,vidbm.com,movies2.com.pk,9putlocker.*,egydead.com,shrlink.top,mcrypto.club,downl
oadhub.kim,1-2-3movies.com,vidbeem.com,eririo.club,upload-
4ever.com,dlpsgame.*,allkindonline.com,123free.net,warefree01.com,fileoops.com,vidb
em.com,vidshar.net,pewgame.com,uploadmaza.com,filmypur.info,gomovies.*,filmy4wap1.*
,movies4me.*,gofilms4u.pro,vipstand.se,jaanihd.ml,gogoanime.*,cloudvideotv.stream,1
080phds.com,123-
watch.com,123moviesco.site,1kmovies.org,afilmyhouse.blogspot.com,antsmovies.com,eur
opix.us,maamusiq.com,movi.pk,thesouthflix.com,tnmoviez.net,akmm.linksme.xyz,moviesm
on.cyou,filmy4wap1.online,linkshere.work,123moviesfx.live,up-
load.io,filmlinks4u.pro,123movies.net,uploadev.org,nbaup.live,goalup.live,link.ltc2
4.com,moviedekho.in,vexfile.com,sports24.*,themovie123.org,nsw2u.*,lookmovie.*,dtef
rc.online,batmanstream.*,manga.ae,pirlotvonlinehd.com,shortlinkto.top,moviespapa.cl
oud,hinurls.cc,veopartidos.net,trans.firm.in,clipwatching.*,otomi-
games.com,gdirect.site,linksmore.site,world4ufree.*,langitfilm.*,mydownloadtube.*,y
ifyhdtorrent.org,speedvideo.net,moviesub.is,animersindo.net,brbushare.xyz,1kmovies.
*,7movies.com.pk,manhwa18.net,usagoals.*,123movieslinks.live,pelismart.com,ikindleb
ooks.com,zplayer.live,fffmovies.wtf,voody.online,gulf-
up.com,ustream.to,drosbraift.com,thefitnesshints.com,streamsport.icu,hinlinks.club,
uqload.com,gplinks.co,cloudvideo.tv,gogo-
play.net,animeflvnet.com,animeflv.la,watchasian.cc,extreme-
down.tv,anitube.*,mgnetu.com,vidnext.net,voe.sx,vidsaver.net,gnula.nu,askquds.com,r
epack-
games.com,apkshrt.com,linkshorts.me,fusionmovies.to,lefturl.com,gamepciso.com,100co
unt.net,playerbiasa.xyz,akwams.*,racaty.net,videobin.co,bdupload.asia,indishare.org
,gdtot.*,livestreaming24.eu,ilinks.in,hdmovieplus.site,egybest.*,filmvilag.me,reviv
elink.com,owllink.net,goo-
2o.com,akwam.*,multicanais.com,upstream.to,streamtape.*,easyload.io,clipconverter.c
c,readm.org,notube.net,gogo-stream.com,animesonline.cz,doctor-
groups.com,kissanime.nz,ouo.io,budcenter.site,ustreamix.to,ffmovies.co,animekisa.tv
,zone-
annuaire.best,repackov.com,dood.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,
dood.watch,dood.ws,youdbox.com,putlocker.style,watchmovies7.com.pk,manhwa18.com,swa
tchseries.to,mangatx.com,ouofly.com,playtube.ws,iir.ai,bolssc.com,linkjust1.com,fx4
vip.com,mangazuki.online,elsfile.org,exee.io,anonymous-
links.com,pulsemens.com,doramasmp4.com,jkanime.net,flvto.biz,lookmovie.ag$
$script[wildcard="*f
unction*break;case*"][min-length="30000"][max-length="100000"]
! The same rule as above, but without hint. In case if scriptlet doesn't work in
Firefox, for example due to race condition
divicast.com,projectfreetv2.com,moviestars.to,faselhd.*$
$script[wildcard="*function*break;case*"][min-length="30000"][max-length="100000"]
! #%#//scriptlet('abort-current-inline-script', 'String.fromCharCode',
'/emZnbG9hZGVk|break;case \$\.|break;case \d{1}/')
morganoperationface.com,timberwoodanotia.com,tvpclive.com,streamservicehd.click,tor
rentmac.net,anime-
sanka.com,comandotorrenthd.org,file4go.net,file4go.com,watchonlinemovies50.com.pk,k
ingurls.com,strcloud.*,lugatv.com,dailyuploads.net,naijaray.com.ng,multifaucet.org,
pctmix1.com,vedbom.com,parisanime.com,otakufr.co,5movies.cloud,upbbom.com,url4cut.x
yz,r2sa.net,vidbm.com,movies2.com.pk,9putlocker.*,egydead.com,shrlink.top,mcrypto.c
lub,downloadhub.kim,1-2-
3movies.com,vidbeem.com,eririo.club,dlpsgame.*,allkindonline.com,123free.net,e123mo
vies.com,warefree01.com,fileoops.com,vidbem.com,vidshar.net,pewgame.com,filmypur.in
fo,filmy4wap1.*,movies4me.*,gofilms4u.pro,vipstand.se,jaanihd.ml,cloudvideotv.strea
m,1080phds.com,123-
watch.com,123moviesco.site,1kmovies.org,afilmyhouse.blogspot.com,antsmovies.com,eur
opix.us,maamusiq.com,movi.pk,thesouthflix.com,tnmoviez.net,akmm.linksme.xyz,moviesm
on.cyou,filmy4wap1.online,linkshere.work,123moviesfx.live,filmlinks4u.pro,123movies
.net,uploadev.org,nbaup.live,goalup.live,link.ltc24.com,moviedekho.in,vexfile.com,s
ports24.*,themovie123.org,dtefrc.online,batmanstream.*,manga.ae,pirlotvonlinehd.com
,shortlinkto.top,moviespapa.cloud,hinurls.cc,veopartidos.net,trans.firm.in,clipwatc
hing.*,gdirect.site,linksmore.site,world4ufree.*,langitfilm.*,mydownloadtube.*,yify
hdtorrent.org,speedvideo.net,moviesub.is,animersindo.net,brbushare.xyz,1kmovies.*,7
movies.com.pk,manhwa18.net,usagoals.*,ikindlebooks.com,zplayer.live,fffmovies.wtf,v
oody.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,askqu
ds.com,repack-
games.com,apkshrt.com,linkshorts.me,fusionmovies.to,lefturl.com,gamepciso.com,100co
unt.net,playerbiasa.xyz,akwams.*,videobin.co,bdupload.asia,indishare.org,livestream
ing24.eu,ilinks.in,hdmovieplus.site,egybest.*,filmvilag.me,bitfly.io,revivelink.com
,owllink.net,goo-
2o.com,akwam.*,multicanais.com,upstream.to,easyload.io,readm.org,notube.net,gogo-
stream.com,doctor-
groups.com,kissanime.nz,ouo.io,budcenter.site,ustreamix.to,ffmovies.co,animekisa.tv
,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,elsfile.org,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,bitlinks.pw,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,moviesrush.in,vcomic.net,maxitorrent.com,movieshub.top,pandrama.com,jkanime.net
,m0vs4u.org,movs4u.*,vedsharr.com,vedpom.com,animeworld.*,two.re,linkadshield.xyz,s
treamz.*,gomo.to,pewgame.com,dartsstream.me,golfstreams.me,motogpstream.me,ufcstrea
m.me,boxingstreams.me,socceronline.me,rugbystreams.me,tennisstreams.me,nhlstream.nu
,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.*,seriestv.watch,megafilmeshd50.com,pr
movies.ph,uploadrar.com,go-
stream.site,mp3juice.info,gogoplay.*,freemoviesfull.com,nxbrew.com,stape.fun,gomovi
es.*,xsanime.com,rodanesia.com,gnula.nu,filmovi.co,123movies2022.org,thenetnaija.co
,extralinks.*,katlinks.site,animasu.vip,4anime.gg,deportealdia.live,noweconomy.live
,lodynet.art,fbstream.tv,mangalek.com,skidrowcodex.net,katflys.com,watchonlinemovie
s50.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.c
om,yifysubtitles.vip,oploverz.*,jkanime.net,tamilfreemp3songs.com,ostreaming.tv,gov
id.cyou,watchseries.*,onedaythreeautumns.com,romshub.com,mp3juices.cc,comedyshow.to
,streamta.*,watchdoctorwhoonline.com,allinonedownloadzz.site,gdriveplayer.us,watcht
heoffice.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')
gettapeads.com,tapeadsenjoyer.com,embedv.net,vembed.org,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", "", "[$.")
streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animet
v.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", "[$.")
streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animet
v.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,animekisa.tv,repackov.com#%#//scriptlet("prevent-
setTimeout", "[$.")
streamsb.online,fstream365.com,holymanga.net,januflix.expert,mangareader.to,9animet
v.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,voirserie
s.io,movies2watch.tv,turkish123.com,mangatuli.com,theproxy.to,y2mate.com,noweconomy
.live,pelismart.com,downloadingadda.com,hhdstreams.club,uhdstreams.club,beef1999.bl
ogspot.com,movies123.pk,sportstreamtv.live,samehadaku.vip,kickass.ws,kickass.love,a
nimafan.biz,manga-raw.club,kissanime.nz,animekisa.tv,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")
linksly.co,anidl.org,hxfile.co,vikistream.com,embedstream.me,2kmovie.cc,up-
load.one,aniworld.to,bclikeqt.com,uploadbank.com,serien.cam,190.115.18.20,verflix.n
et,pikafile.com,superfilmes.tv,gofilmes.me,warezcdn.com,gowatchseries.*,watchgintam
a.com,onlinevideoconverter.com,shadowrangers.live,serienstream.to,goyabu.com,190.11
5.18.20,tlin.me,databasegdriveplayer.*,mycima.wiki,watchomovies.*,stream-
complet.biz,jujutsukaisenonline.net,hh3dhay.com,animesonehd.xyz,cinemakottaga.*,man
gahere.today,manganatos.com,animepahe.*,moviesverse.*,tuktukcinema.co,playlist-
youtu.be,pelishouse.me,polstream.live,messitv.net,tamilyogi.best,slink.bid,shavetap
e.*,imgbase.ru,klubsports.xyz,world4ufree1.*,birdurls.com,fbox.to,vhorizads.com,web
hostingpost.com,simsdom.com,send.cm,sampledrive.in,telefullenvivo.com,futbolfullenv
ivo.com,streamtapeadblock.*,bflix.to,speedostream.com,yomovies.*,gum-gum-
stream.com,9xmovie.click,acervofilmes.com,airportseirosafar.com,assistirseriados.ne
t,cmp3.ru,filmovi.ws,gentlewasher.com,hackiee.mobi,mobilephonedir.com,mobiro.org,mp
3-gratis.it,mp3-
vk.ru,peliculontube.net,putlocker68.com,rojadirectahd.online,serijefilmovi.com,stic
kerdeals.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.co
m,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.*,tec
hgeek.digital,hurawatch.*,jujutsukaisen-
manga.online,pelismart.com,pelismarthd.com,up-load.io,hds-streaming-
vf.com,animebagus.id,cima-
club.*,repelis.in,yesmovies.*,a123movies.net,adblockstrtape.link,adblockstrtech.lin
k,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,flixtor.video,hurawatch.at,tainio-
mania.online,vipboxtv.*,upbam.org,myviid.com,vidbam.org,stardima.net,stardima.com,u
nblockedsites.net,serieskao.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbyst
reams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,nhlstream.n
u,mlbstream.me,nbastream.nu,divicast.com,uploadflix.org,gdriveplayer.to,lookmoviess
.com,beinmatch.*,imgdawgknuttz.com,tv.hd44.net,animeshow.tv,soap2dayto.org,123-
movies.*,dramacool.*,vanime.co,kiss-
anime.*,s4p2.shingekinokyojin.tv,okanime.tv,wat32.tv,eplayvid.*,tvply.me,shortie.li
nk,projectfreetv2.com,moviestars.to,faselhd.*,123movie.*,mycima.ink,nocensor.*,shah
ed4u.*,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.c
lub,europix.us,123moviesprime.com,attvideo.com,baixartorrents.org,userscloud.com,dm
ovie.co,ssrmovies.world,yomovies1.xyz,ymovies.vip,194.163.183.129,asianload1.com,tn
y.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,hostxy.com,iiyoutube.com,naijal.com,recetas.arrozconleche.info,youtubeai.c
om,vibehubs.com,1stkissmanga.com,bukatoko.my.id,fitasdeled.com,9anime.*,pirlotv.mx,
simpledownload.net,1mlsbd.com,ogario.ovh,mp3fusion.net,8-ball-
magic.com,pelisstar.com,tajpoint.com,youtubetoany.com,strtapeadblock.me,atdhe.pro,f
ilme-
bune.biz,musiklip.ru,phc.web.id,web.livecricket.is,askmaryhub.com,cydiasources.net,
insurancebillpayment.net,mobilemovies.info,mp3cristianos.net,simonetwealth.net,yotr
abajo.info,livesport24.net,nullpk.com,empireg.ru,canonprintersdrivers.com,mega-
p2p.net,1234movies.show,fakaza.com,megafilmes4k.org,moviesonline.fm,readingbd.com,s
ubtitlecat.com,torrentfilmes4k.org,wifi4games.com,watchopm.net,xmovies.is,filmesonl
inex.co,hwnaturkya.com,247movie.net,7025a.com,cinema.cimatna.com,crackevil.com,fore
verwallpapers.com,megafilmestop.com,neomovies.net,rojadirecta.global,uppboom.com,4s
hare-
mp3.net,ajkalerbarta.com,appsfree4u.com,awanishsingh.com,bengalisite.com,bestfullmo
viesinhd.org,beastlyprints.com,briefwatch.com,ch-
play.com,clickforhire.com,codecanyon.website,dailyinsta.xyz,dramaturca.com,dtmaga.c
om,essaysharkwriting.club,exemplarstory.com,featurepacks.com,guns-
bet.com,healthnewsreel.com,hotnews2021.online,iv-
soft.com,jewelry.com.my,johnwardflighttraining.com,justifid.info,kabarportal.com,ks
torymedia.com,lespassionsdechinouk.com,livestreamtv.pk,myfernweh.com,novelepic.com,
orangeink.pk,osoft.xyz,serijehaha.com,shrugemojis.com,talaba.su,tatabrada.tv,thetec
hzone.online,thripy.com,turcasmania.com,urdubolo.pk,watchtvch.club,comandotorrentsh
ds.org,123movies-
official.site,123moviesg.com,123moviestoday.net,watchseri.net,123moviesmix.com,film
yone.com,123moviesme.online,123fox.net,123hbo.com,8putlocker.com,123gostream.fun,01
234movies.email,123movies4up.com,123pirate.com,gogoanimes.*,py.md,arnaqueinternet.c
om,ate9ni.com,dizihdizlet.com,elevationmap.net,hahasports.co,hd44.com,kurdmovie.net
,linkotes.com,linksdegrupos.com.br,mettablog.com,mozkra.com,naijahits.com,nbch.com.
ar,ocnpj.com,onlineproxy.eu,pagodesparabaixar.org,romfast.com,stalkface.com,stivand
z.com,theismailiusa.org,viralitytoday.com,xxxwebdlxxx.top,fulltube.online,vedshar.c
om,mangareader.site,tei.ai,4anime.to,freshi.site,123hulu.com,gamato3.com,updatesmov
ie.xyz,watchsao.tv,watchgoblinslayer.com,haikyuu3.com,watchnoblesse.com,watchsnk.ne
t,watchdrstone.com,demonslayeranime.com,watchblackclover.com,watchoverlord2.com,wat
chboruto.com,watchrezero2.com,123movies.net,hdmo.tv,comandotorrents.org,hackiee.mob
i,avimobilemovies.net,claimcrypto.cc,123films.cc,stream2watch.*,jackstreams.com,jet
animes.com,hdmoviehubs.in,earncoin.site,animefenix.com,9xmovies.*,freemovies4u.xyz,
leermanga.xyz,extreme-
down.video,series9.ac,wpstream.tv,liveonscore.tv,files.im,1primewire.com,animafan.b
iz,gdriveplayer.io,fitgirlrepacks.co,tii.ai,hakie.net,vidcloud9.com,watchseries.mov
ie,xcine.tv,xsanime.com,icouchtuner.club,file-
upload.com,shugraithou.com,gameslay.net,www.4bac.ro,theusajob.com,www.spyloaded.net
,skyshutter.com,applicationg29.com,hasi-
thate.com,maxfilmes.tv,techmagazine.ws,wordandobject.com,egyhd.net,romforandroid.co
m,xsanime.com,try2link.com,uploadrar.com,theproxy.app,japscan.ws,123moviesgo.*,bein
matchtv.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 $.")
d0000d.com,cocolamanhua.com,soccerinhd.com,limpaso.com,mhdsportstv.com,harryaudiobo
oks.net,do0od.com,mangaokutr.com,coolrea.link,aniwatchtv.to,faselhd-
embed.scdns.io,tranimaci.com,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,pobreflix.biz,mangareader.to,ds2play.com,fren
ch-stream.moe,shinden.pl,backfirstwo.site,online-
filmek.me,myflixerz.to,ligaset.com,webdramaturkey.com,watchop.live,f1livestream.top
,streamvid.net,embed4u.xyz,akw.cam,vidstream.pro,aniwave.to,2kmovie.cc,dlhd.*,swatc
hseries.is,foot2live.cc,exego.app,yehfullhd.live,doods.pro,animeunity.to,bolly2toll
y.wiki,serielatinobobesponja.com,fakedetail.com,gotaku1.com,anihdplay.com,exeo.app,
temps-
mail.com,uqload.io,playertv.net,multicanais.li,mega4upload.com,jewelavid.com,123chi
ll.to,lilymanga.net,hexupload.net,ak.sv,animeunity.cc,9animetv.to,akw.mov,akw-
cdn1.link,boophim.org,ssyoutube.com,stakes100.xyz,filmestorrent.tv,arb-
softwares.com,up-
4ever.net,akwnet.top,youpit.xyz,hdtoday.tv,tapewithadblock.org,leercapitulo.com,pro
jectlive.info,piraproxy.page,animerigel.com,goku.sx,dooood.com,solarmovies.video,wa
tchtvseries.bz,dopebox.to,jockantv.com,niadd.com,bflix.gg,mgnetu.com,streamlord.com
,streamcloud.best,ak4ar.*,seegames.xyz,hinatasoul.com,embed.scdn.to,sportskart.clic
k,mundoprogramas.net,animeblkom.net,mawsueaa.com,nsw2u.*,akw.to,xn--
mgba7fjn.*,f123movies.com,flexyhit.com,vipleague.*,embed.meomeo.pw,seufilme.net,ak4
eg.*,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,hena
ojara2.com,youtubevanced.com,hesgoals.top,gameshdlive.xyz,worldstreams.watch,worlds
treams.click,skincarie.com,financerites.com,vavada5com.com,watchseries1.video,unive
rsanime.co,cineblog01.trade,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,manga100
1.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,bitcomar
ket.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,ma
ngaraw.*,metx.me,starlive.xyz,123moviesfree.*,poscitech.click,filmvilag.me,voiranim
e.stream,putlockers.*,gdplayer.*,fileguru.net,1movieshd.com,cool-
etv.net,fmovies2.cx,modsfire.com,atomohd.*,ouo.press,yugen.to,pelisplus2.io,movies7
.to,buffstreams.*,apkmody.io,mycima.cloud,couchtuner.show,kimoitv.com,gdtot.*,cueva
nahd.net,anavidz.com,2embed.*,armagedomfilmes.top,movieskafanda.xyz,streamingcommun
ity.*,askflix.org,s.to,atomixhq.*,anitube.*,ymovies.to,manhuascan.*,dembed1.com,fil
e4go.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,futemax.gratis,thetodaypos
t.com,hentaizm.fun,hitmovies4u.com,embedflix.net,moviesjoy.*,animespank.com,hhdmovi
es.*,short.katflys.com,hindilinks4u.*,topflix.*,flixtor.gg,upvid.*,mangas-
raw.com,bbb.fm,clipconverter.cc,megafilmeshd20.pro,watchseries.*,animesonline.cz,su
perflix.*,fembed.cloud,vizer.vip,kick4ss.com,jpscan-
vf.com,rawkuma.com,pobreflix.top,losmovies.*,123movieshub.*,seriesflix.top,interese
ducation.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.*,multicanais.tv,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,weqnipiuor-ikcuv-
zeijindia.ibo.link,databasegdriveplayer.xyz,vidsrc.*,vido.*,anigogo.net,sendvid.com
,uptostream.com,animeid.to,mcloud.to,vizcloud.cloud,uploadrar.com,gogoplay1.com,gog
oplay2.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,weqnipiuor-ikcuv-
zeijindia.ibo.link,databasegdriveplayer.xyz,vidsrc.*,vido.*,anigogo.net,sendvid.com
,uptostream.com,animeid.to,mcloud.to,vizcloud.cloud,uploadrar.com,gogoplay1.com,gog
oplay2.com,membed.net,goload.*#%#//scriptlet("abort-current-inline-script",
"document.createElement", "break;case $.")
p-api.c19.space,weqnipiuor-ikcuv-
zeijindia.ibo.link,databasegdriveplayer.xyz,vidsrc.*,vido.*,anigogo.net,sendvid.com
,uptostream.com,animeid.to,mcloud.to,vizcloud.cloud,uploadrar.com,gogoplay1.com,gog
oplay2.com,membed.net,goload.*$$script[wildcard="*function*break;case*"][min-
length="30000"][max-length="100000"]
!
! 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))); }
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||spotscenered.info/Scripts/infinity.js.aspx^$domain=watchfree.to|vidbull.com
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
@@||cdn.engine.addroplet.com/Scripts/infinity.js.aspx^$domain=mirrored.to
!
! FastPop rule not working in this case
! popMagic ("var adConfig")
! $$script[tag-content="adConfig"]
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,
overhentai.net,sundukporno.video,kawai.pics,kaoskrew.org,prothots.com,thotslife.com
,hentaiteca.net,amateurporn.co,freepdfcomic.com,iusedtobeaboss.com,gaypornhdfree.co
m,megastream.cam,cpasmieux.homes,str8ongay.com,influencersgonewild.com,wowxxxtube.c
om,arcjav.com,gaypornhot.com,javprime.net,cdimg.blog.2nt.com,pornognomik.info,adult
porn.com.es,javrip.net,thaihotmodels.com,gifcandy.net,desijugar.net,asiaontop.com,n
ukedfans.com,erogarga.com,bondagevalley.cc,zonavideosx.com,manga18.club,mlookalporn
o.com,imagetwist.netlify.app,adslink.pw,fapdrop.com,manhwas.men,krx18.com,javstream
.com,hiperdex.com,javtv.to,thekingofcave.com,cutiecomics.com,javroi.com,hentaihaven
.red,fap16.net,hcbdsm.com,pervertium.com,kissjav.com,boxporn.net,dataporn.pro,sexvi
deos.host,herexxx.com,arabxforum.com,porncomics.to,xforum.live,animetoast.cc,faptub
e.com,hachiraw.com,netfuck.net,javbob.co,pornfuzzy.com,a-
hentai.tv,deepfucks.com,tokyomotion.com,pornxp.org,manga-
scantrad.io,fetishburg.com,560pmovie.com,pianmanga.me,secondcomingofgluttony.com,he
ntaipins.com,manhwascan.net,oncam.me,micmicidol.club,buondua.com,aoashimanga.com,mr
jav.net,seriesyonkis.cx,pornxp.com,pornborne.com,iceporn.tv,house.porn,xfantazy.org
,otomi-
games.com,animeshouse.net,severeporn.com,cosxplay.com,turbogvideos.com,bigwank.tv,h
it-
erotic.com,lubedk.com,ibecamethewifeofthemalelead.com,watchfreekav.com,gayforfans.c
om,kissjav.li,watchporninpublic.com,deepfakeporn.net,deepfakesporn.com,simpcity.su,
darknessporn.com,pisshamster.com,punishworld.com,freepublicporn.com,jizz.us,spycock
.com,pvip.gratis,kubo-
san.com,dandadanmanga.org,xnxx.fit,iporntoo.com,milfzr.com,porn3dx.com,rule34porn.n
et,xanimu.com,hentaiprn.com,jav.monster,javvideoporn.com,javmovieporn.com,tabooporn
.tv,hentaiyes.com,scat.gold,bootyexpo.net,webcams.casa,aav.digital,sfmcompile.club,
hanime.space,javhd.icu,porn78.info,r18hd.com,picyield.com,pictwn.com,dewimg.com,out
letpic.com,tezzpic.com,meetimgz.com,sex-
pornuha.com,3dhentai.club,mangahatachi.com,dbs-
manga.online,pussymaturephoto.com,porn00.org,javbull.tv,javpro.cc,indiansexbazar.co
m,saint.to,7mmtv.sx,exee.app,asianpornfilms.com,watchhentai.net,toon69.com,exep.app
,milf300.com,porntrex.pro,qckprn.com,hentaiworld.tv,pornopuk.com,cat3movie.org,desi
sexmasala.com,tokyomotion.net,jav101.online,javcensored.net,javbake.com,javtsunami.
com,jpvhub.com,onejav.online,redtub.club,spermogon.com,thothd.com,pornopics.site,me
n4menporn.eu,klmanga.com,mushoku-
tensei.online,1piece.online,arifuretamanga.online,bermanga.online,blacksummoner.onl
ine,callofnight.com,classroomofelite.online,danmachimanga.com,dr-
stone.org,hatarakumaou.online,hxmanga.com,isekaimeikyuudeharem.com,kimetsu.online,k
omi-
san.net,madeinabyssmanga.online,opomanga.com,overlordmanga.org,readchainsaw.online,
rentagirlfriendmanga.online,veryfreeporn.com,freepornhdonlinegay.com,unceleb.com,po
rnwatchers.com,xxxfiles.com,tktube.com,xero.porn,ilikecomix.com,glavmatures.com,bjh
ub.me,micmicidol.com,onepunch.online,javneon.tv,uporn.icu,hentai3z.com,mangadass.co
m,gayfor.us,gaygo.tv,spy-x-family.online,onepiece-manga-
online.net,gekkouscans.com.br,besthdgayporn.com,risefromrubble.com,hentaisenpai.*,h
entai-senpai.*,mercenarymanga.online,tomb-raider-
king.com,arabxd.com,drochka.me,gay-
tubes.cc,pornken.com,eshentai.tv,javsaga.ninja,tojav.net,kill-the-
hero.com,bdsmstreak.com,animesex.me,caitlin.top,japteenx.com,javenspanish.com,jav-
asia.top,nhentai.*,webtoonscan.com,readfireforce.com,solomax-
levelnewbie.online,pornblade.com,pornfelix.com,meetdownload.com,waploaded.com,sekai
komik.live,supremebabes.com,watchfreejavonline.co,javfullmovie.com,animeidhentai.co
m,hentai.tv,hentaihaven.com,mypornhere.com,latino69.fun,japaneseasmr.com,chinesesex
movie.net,sexoverdose.com,hentai-
cosplays.com,cervezaporno.com,csrevo.com,jav.one,scatkings.com,familyporner.com,por
nhub-
teen.com,hentaila.com,javxxxporn.com,urgayporn.com,manhwaid.org,bestpornflix.com,4p
orn4.com,vipornia.com,nudevista.com,mangadna.com,porn77.info,tittykings.com,videoja
v.com,returnofthedisasterclasshero.com,beginningmanga.com,hqpornero.com,hentaiasmr.
moe,porner.tv,pornmonde.com,latinohentai.com,dailyporn.club,tokyorevengersmanga.com
,sankakucomplex.com,porntry.com,titshub.com,sexkbj.com,ho6ho.com,madouqu.com,gifhq.
com,comicsporno.xxx,domahatv.com,filmstreamy.com,celebjared.net,turboimagehost.com,
ibomma.*,javhoho.com,hentai-
asia.com,gotxx.com,camgreat.com,bigwank.com,frprn.com,alotporn.com,sexmutant.com,po
rnpaw.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,domaha.tv,movies.meetdo
wnload.com,xemales.com,grigtube.com,b4watch.com,freshscat.com,megapornfreehd.com,se
xyhive.com,darkleia.com,pornrabbit.com,hentai20.com,hpav.tv,hpjav.tv,javraveclub.co
m,xxxshake.com,javmoviexxx.com,xszav.club,85tube.com,fapnado.com,videosputas.xxx,an
imecast.net,pornsai.com,yesvids.com,nuoga.eu,trahodom.com,pixl.is,videovak.com,xxu.
mobi,goodporn.to,sextubefun.com,gaystream.pw,everia.club,xanimehub.com,pinsexygirls
.com,fivestarpornsites.com,xfreehd.com,5moviesporn.net,descargaranimes.com,povaddic
t.com,celebwhore.com,hitprn.com,porno-japones.top,crazyporn.xxx,sexpuss.org,simply-
hentai.com,tabooporns.com,javmobile.net,film1k.com,vcp.xxx,vermangasporno.com,y-
porn.com,yporn.tv,japanxxxmovie.com,sexpox.com,dailyjav.co,xxr.mobi,nsfwalbum.com,j
avhun.com,filmindir.site,gay4porn.com,short.croclix.me,faucet.cryptourl.net,pictoa.
com,pinayvids.com,javpornfull.com,pasend.*,manyakan.com,jujmanga.com,hmanga.asia,my
pornstarbook.net,xfreepornsite.com,hentaitk.net,anybunny.com,celebsnudeworld.com,po
rnbox.cc,pornhex.com,xxxhub.cc,zthots.com,cartoon.porn,mobileporn.cam,fapcat.com,po
rn88.org,toonanime.tv,mangahub.io,westmanga.info,ggbases.com,picmoney.org,manga18fx
.com,watchseries.video,pixhost.to,cine-
calidad.*,womennaked.net,theyarehuge.com,animejpg.com,ytanime.tv,hanimesubth.com,me
jortorrents1.*,sitarchive.com,mangaonline.fun,folgenporno.com,toonanime.co,uniquete
n.net,subdivx.com,celebritynakeds.com,ffjav.com,hotntubes.com,ibradome.com,hornyfan
z.com,javmelon.com,31vakti.*,3prn.com,493428493428c.monster,8muses.xxx,aagmaal.com,
ablefast.com,aii.sh,al4a.com,allpussynow.com,amateurporn.me,animeindo.cc,animeindo.
fun,animeindo.to,animeon.moe,anysex.com,articlix.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.c
c,celebsepna.com,cerdas.com,clicporn.com,cocomanga.com,crockotube.com,cryptoads.spa
ce,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,he
ntaicore.org,hentaienglish.com,hentaiporno.xxx,hentaisea.com,highporn.net,homeporn.
tv,horrortube.fun,hotpornfile.org,huyamba.tv,iir.ai,ileak.xyz,imgbaron.com,imgdew.c
om,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,myrea
dingmanga.info,nesaporn.com,netfapx.com,nightlifeporn.com,novojoy.com,novoporn.com,
nsfw247.to,nudebeachpussy.com,ohmanhua.com,ok.xxx,onemanhua.com,onlyfullporn.com,ot
ube.pl,otuzbir-
vakti.xyz,owllink.net,perfectgirls.net,picbaron.com,plusone8.com,pornchimp.com,porn
ditt.com,pornhat.*,pornhd.com,pornhd8k.net,pornkino.cc,pornktube.porn,pornky.com,po
rnleech.io,pornoakt.*,pornone.com,pornopicshub.com,pornovideoshub.com,primewire.li,
prostream.to,rapidzona.tv,repicsx.com,rule34hentai.net,rushporn.com,rushporn.xxx,sa
radahentai.com,savelink.site,shelovesporn.com,short.croclix.me,stileproject.com,sun
porno.com,taxi69.com,teenskitten.com,thehentaiworld.com,thepiratebay.org,thisvid.co
m,tii.ai,tmohentai.com,topsitestreaming.info,tube-
bunny.com,tubxporn.com,tubxxporn.com,tuhentaionline.com,uflash.tv,uncensoredleak.co
m,up-load.io,upicsz.com,ver-comics-porno.com,ver-mangas-
porno.com,videosection.com,vidspace.io,watchfreenet.org,webcamrips.com,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$$script[tag-content="adConfig"]
! #%#//scriptlet('prevent-addEventListener', 'click', 'popMagic')
xkeezmovies.com,bunkr.*,bestgirlsexy.com,mairimashitairuma-
kun.com,sundukporno.video,pornoxata.net,pornososalka.org,simpcity.su,prothots.com,h
otleak.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,cut
iecomics.com,javroi.com,hentaihaven.red,fap16.net,hcbdsm.com,pervertium.com,kissjav
.com,herexxx.com,gayxx.net,meumundogay.net,drochka.vip,pornfuzzy.com,archivebate.co
m,hdgay.net,ebooxa.com,pornborne.com,iceporn.tv,house.porn,givemeaporn.com,rule34.p
aheal.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,gayfo
r.us,r18hd.com,picyield.com,pictwn.com,pornrewind.com,dewimg.com,outletpic.com,tezz
pic.com,meetimgz.com,sex-
pornuha.com,tioanime.com,watchhentai.net,sexbixbox.com,pornopuk.com,holaporno.xxx,l
eaktube.org,tryboobs.com,holaporno.xxx,x18.xxx,javmobile.net,javdoge.com,javstor.co
m,jav101.online,javcensored.net,javbake.com,javtsunami.com,jpvhub.com,freepornhdonl
inegay.com,torrentgalaxy.to,javvideo.xyz,javuncensored.watch,javporn.tv,javneon.tv,
hero-
porn.com,drochka.me,bdsmstreak.com,gaymaletubes.*,kr18plus.com,japteenx.com,javensp
anish.com,jav-
asia.top,webtoonscan.com,javideo.net,javf.net,hentaihd.xyz,pornktube.tv,vipornia.co
m,dailyporn.club,hentai2read.com,hentai2w.com,domahatv.com,domaha.tv,movies.meetdow
nload.com,cocomanga.com,javraveclub.com,yesvids.com,videovak.com,tubxporn.xxx,fives
tarpornsites.com,5moviesporn.net,pusatporn18.com,povaddict.com,zetporn.com,pornxxxx
tube.net,dailyjav.co,reifporn.de,filmindir.site,faucet.cryptourl.net,javtiful.com,l
ewdweb.net,redwap.me,redwap2.com,redwap3.com,javpornfull.com,mp4porn.space,mobilepo
rn.cam,mangahub.io,mejortorrents1.*,mrcong.com,icyporno.com,31vakti.*,3prn.com,4934
28493428c.monster,8muses.xxx,aagmaal.com,ablefast.com,aii.sh,al4a.com,allpussynow.c
om,amateurporn.me,animeindo.cc,animeindo.fun,animeindo.to,animeon.moe,anysex.com,ar
ticlix.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.c
c,celebsepna.com,cerdas.com,clicporn.com,crockotube.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,he
ntaicore.org,hentaienglish.com,hentaiporno.xxx,hentaisea.com,highporn.net,homeporn.
tv,horrortube.fun,hotpornfile.org,huyamba.tv,iir.ai,ileak.xyz,imgbaron.com,imgdew.c
om,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,myrea
dingmanga.info,nesaporn.com,netfapx.com,nightlifeporn.com,novojoy.com,novoporn.com,
nsfw247.to,nudebeachpussy.com,ohmanhua.com,ok.xxx,onemanhua.com,onlyfullporn.com,ot
ube.pl,otuzbir-
vakti.xyz,owllink.net,perfectgirls.net,picbaron.com,plusone8.com,pornchimp.com,porn
ditt.com,pornhat.*,pornhd.com,pornhd8k.net,pornkino.cc,pornktube.porn,pornky.com,po
rnleech.io,pornoakt.*,pornone.com,pornopicshub.com,pornovideoshub.com,primewire.li,
prostream.to,rapidzona.tv,repicsx.com,rule34hentai.net,rushporn.com,rushporn.xxx,sa
radahentai.com,savelink.site,shelovesporn.com,short.croclix.me,stileproject.com,sun
porno.com,taxi69.com,teenskitten.com,thehentaiworld.com,thepiratebay.org,thisvid.co
m,tii.ai,tmohentai.com,topsitestreaming.info,tube-
bunny.com,tubxporn.com,tubxxporn.com,tuhentaionline.com,uflash.tv,uncensoredleak.co
m,up-load.io,upicsz.com,ver-comics-porno.com,ver-mangas-
porno.com,videosection.com,vidspace.io,watchfreenet.org,webcamshows.org,wetpussy.se
xy,xanimeporn.com,xkeezmovies.com,xlecx.org,xmoviesforyou.net,xpicse.com,xpornzo.co
m,xsexpics.com,xxxhardcoretube.com,xxxmaturevideos.com,xxxrapid.com,xxxtor.com#
%#//scriptlet('prevent-addEventListener', 'click', 'popMagic')
! popMagic - another variants
! #%#//scriptlet("abort-on-property-write", "adConfig")
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,men4menp
orn.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")
! $$script[tag-content="adConfig"]
gayzerhd.club,nsfwmonster.com,bustybloom.com,netfapx.com,viralxvideos.es$
$script[tag-content="adConfig"]
! #%#//scriptlet('abort-current-inline-script', 'document.querySelectorAll',
'popMagic')
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,iu
sedtobeaboss.com,megastream.cam,cpasmieux.homes,str8ongay.com,influencersgonewild.c
om,wowxxxtube.com,arcjav.com,gaypornhot.com,javprime.net,cdimg.blog.2nt.com,adultpo
rn.com.es,javrip.net,thaihotmodels.com,asiaontop.com,nukedfans.com,erogarga.com,zon
avideosx.com,manga18.club,mlookalporno.com,imagetwist.netlify.app,adslink.pw,fapdro
p.com,manhwas.men,krx18.com,javstream.com,javtv.to,thekingofcave.com,boxporn.net,da
taporn.pro,sexvideos.host,arabxforum.com,porncomics.to,xforum.live,animetoast.cc,ne
tfuck.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,he
ntaipins.com,manhwascan.net,oncam.me,micmicidol.club,buondua.com,aoashimanga.com,mr
jav.net,seriesyonkis.cx,pornxp.com,iceporn.tv,house.porn,xfantazy.org,otomi-
games.com,animeshouse.net,severeporn.com,cosxplay.com,turbogvideos.com,bigwank.tv,h
it-
erotic.com,lubedk.com,ibecamethewifeofthemalelead.com,watchfreekav.com,freeomovie.t
o,darknessporn.com,pisshamster.com,punishworld.com,jizz.us,spycock.com,pvip.gratis,
iporntoo.com,milfzr.com,xanimu.com,hentaiprn.com,jav.monster,javmovieporn.com,taboo
porn.tv,scat.gold,bootyexpo.net,webcams.casa,aav.digital,sfmcompile.club,hanime.spa
ce,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,qckprn.co
m,hentaiworld.tv,cat3movie.org,desisexmasala.com,tokyomotion.net,onejav.online,thot
hd.com,mushoku-
tensei.online,1piece.online,arifuretamanga.online,bermanga.online,blacksummoner.onl
ine,callofnight.com,classroomofelite.online,danmachimanga.com,dr-
stone.org,hatarakumaou.online,hxmanga.com,isekaimeikyuudeharem.com,kimetsu.online,k
omi-
san.net,madeinabyssmanga.online,opomanga.com,overlordmanga.org,readchainsaw.online,
rentagirlfriendmanga.online,unceleb.com,pornwatchers.com,xxxfiles.com,xero.porn,ili
kecomix.com,glavmatures.com,bjhub.me,micmicidol.com,onepunch.online,uporn.icu,henta
i3z.com,mangadass.com,gayfor.us,gaygo.tv,spy-x-family.online,onepiece-manga-
online.net,gekkouscans.com.br,besthdgayporn.com,risefromrubble.com,hentaisenpai.*,h
entai-senpai.*,mercenarymanga.online,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,sekai
komik.live,supremebabes.com,watchfreejavonline.co,javfullmovie.com,animeidhentai.co
m,hentai.tv,hentaihaven.com,mypornhere.com,latino69.fun,japaneseasmr.com,chinesesex
movie.net,sexoverdose.com,hentai-
cosplays.com,cervezaporno.com,csrevo.com,jav.one,scatkings.com,familyporner.com,por
nhub-
teen.com,hentaila.com,javxxxporn.com,urgayporn.com,manhwaid.org,bestpornflix.com,4p
orn4.com,nudevista.com,mangadna.com,porn77.info,tittykings.com,videojav.com,returno
fthedisasterclasshero.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,cele
bjared.net,turboimagehost.com,ibomma.*,javhoho.com,hentai-
asia.com,gotxx.com,camgreat.com,bigwank.com,frprn.com,alotporn.com,sexmutant.com,po
rnpaw.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.co
m,b4watch.com,freshscat.com,megapornfreehd.com,sexyhive.com,darkleia.com,pornrabbit
.com,hentai20.com,hpav.tv,hpjav.tv,javmoviexxx.com,xszav.club,85tube.com,fapnado.co
m,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,d
escargaranimes.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,so
larmovie.*,gay4porn.com,short.croclix.me,cc-
comic.com,pictoa.com,pinayvids.com,pasend.*,manyakan.com,jujmanga.com,hmanga.asia,m
ypornstarbook.net,xfreepornsite.com,hentaitk.net,anybunny.com,celebsnudeworld.com,p
ornbox.cc,pornhex.com,xxxhub.cc,zthots.com,cartoon.porn,fapcat.com,porn88.org,toona
nime.tv,westmanga.info,ggbases.com,picmoney.org,manga18fx.com,watchseries.video,pix
host.to,cine-
calidad.*,womennaked.net,theyarehuge.com,animejpg.com,ytanime.tv,hanimesubth.com,si
tarchive.com,mangaonline.fun,folgenporno.com,toonanime.co,uniqueten.net,subdivx.com
,celebritynakeds.com,ffjav.com,hotntubes.com,ibradome.com,hornyfanz.com,javmelon.co
m,palimas.tv,pornchimp.com,mangamovil.net,allpussynow.com,exe.app,bitfly.io,crockot
ube.com,bustybloom.com,hentaienglish.com,hentaiporno.xxx,jav380.com,savelink.site,t
uhentaionline.com,animeon.moe,javix.net,pornone.com,hentaiarena.com,saradahentai.co
m,aagmaal.com,plusone8.com,perfectgirls.net,animeindo.cc,xmoviesforyou.net,xlecx.or
g,multporn.net,filman.cc,31vakti.*,watchfreenet.org,up-
load.io,linkurl.me,camarchive.tv,cryptoads.space,savelink.site,short.croclix.me,pri
mewire.li,articlix.com,fc.lc,xxxrapid.com,kropic.com,kenzato.uk,animeindo.fun,tii.a
i,klikmanga.com,nsfw247.to,javrave.club,ileak.xyz,thepiratebay.org,taxi69.com,uflas
h.tv,pornditt.com,rushporn.xxx,topsitestreaming.info,imgrock.net,fetish-
bb.com,rushporn.com,ero18.cc,hentaicore.org,stileproject.com,fileone.tv,rapidzona.t
v,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,i
mgbaron.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,fullpornfuck.com,xxxstreams.org,24animeporn.com,3dhenta
icomics.com,3dpornpics.pro,3dsex.pics,3dsexcomics.pro,3dsexpictures.net,3xcuties.co
m,41tube.com,4maturesex.com,4xxxtube.com,6asianporn.com,6bdsmporn.com,6gayvideos.co
m,6indianxxx.com,6japaneseporn.com,6lesbianporn.com,6maturesex.com,6maturetube.com,
6momporn.com,6sextube.com,6xxxvideos.com,8xxxvideos.com,adultvideotop.com,alfabbwpo
rn.com,alfablackporn.com,alfahairyporn.com,alfaindianporn.comen,alfamatureporn.come
n,alfavintageporn.comen,alfavoyeurporn.com,allamateurorgasm.com,allbesthairy.com,al
lbondagetube.com,allmomsex.com,allretrotube.com,allsexhub.com,allxxxsex.com,alohaxx
xsex.com,alsobdsmporn.com,alsoporn.com,alsoteenporn.com,alsovintagetube.com,alsoxxx
shemales.com,amateurfreetube.com,amateurgirllab.com,amateurpussyass.com,amateursexb
ox.com,amazingvintagesex.com,animeporn.pro,animepornfilm.com,animepornxxx.com,anime
sex.pro,animesexclip.com,animesexxxx.com,animexxxsex.com,anudeart.com,anyebonysex.c
om,anyindianporn.com,anylesbiansex.com,anymilfporn.com,anyxxxanime.com,anyyoungporn
.com,asia-
xxx.net,asianasssex.com,asianporn.sexy,asianpornfuck.com,asiansex.sexy,asiansexcilp
s.com,asiansexmov.com,asiansextube.me,asiantube.pro,asiantube.xyz,asianxxxass.com,a
sianxxxclips.com,asianxxxjoy.com,asianxxxmovs.com,asiaxxxmovies.com,azpornvideos.co
m,bbwsex.pro,bbwsexporn.com,bbwxxxclips.com,bdsmporn.club,bdsmsex.pro,bdsmsexxxx.co
m,bdsmtube.pro,bdsmtube.video,bdsmxxxmovies.com,bdsmxxxtubes.com,beautymaturegirl.c
om,beeg-
videos.net,beegvideoz.com,bestindiansex.com,bestlesbiantube.com,bestlesbianxxx.com,
bestmilfpussy.com,bestsexhub.com,betavintageporn.com,betaxxxbondage.com,bigbbwporn.
com,bigindiansex.com,bigjapanesesex.com,bigsexhub.com,bigtitsmix.com,bigtitsslutspi
cs.com,bigvintageporn.com,bigyoungsex.com,bitchmomporn.com,blackpornfilms.com,black
sex.me,blackteenpictures.com,blacktube.pro,blackzaur.com,bobmovs.com,bondagepornsex
.com,bondagesexfilms.com,bondagesexporn.com,bustyhornypics.com,bustymompics.com,car
toonporn.picsen,cartoonsexcomix.com,cartoonxxxcomix.com,checklesbianporn.com,checkm
aturesex.com,checkmaturetube.com,chinatownav.com,citrusdesiporn.com,classicpussypor
n.com,classymomsex.com,coolasianporn.com,cougarpornpics.net,coxyteens.com,crazymatu
reporn.com,cupidonmilf.com,curvyteenpics.com,daindianporn.com,dapornvideos.com,deas
ians.com,desipornfilm.com,desipornfilms.com,desipornxxx.com,desisexfilms.com,desixx
xporn.com,dirtyindiansex.com,domilfsex.com,doretrosex.com,dosexteens.com,doxxxindia
ns.com,doxxxtube.com,easymatureporn.com,easyteensex.com,ebonypornsex.com,ebonysexpo
rn.com,ebonyteenpictures.com,ebonytube.pro,ebonytube.video,elitehentaiporn.com,elit
eindianporn.com,elitelesbianporn.com,enjoyasianporn.com,entergayporn.com,enterjapan
eseporn.com,eroticartlab.com,eroticgirlbox.com,everyamateurteen.com,everyhairypussy
.com,exitporn.com,extraindiansex.com,extrajapaneseporn.com,extramatureporn.com,extr
amomporn.com,extrateensex.com,exvintagetube.com,family-
sex.biz,fantasticxxxteen.com,fantasticyoungporn.com,fapporn.me,fastindianporn.comen
,fastteenporn.com,fastteensex.com,fastteentube.com,fastvintageporn.com,fatporn.pro,
fatsexfilms.com,favjapaneseporn.com,favmatureporn.com,favteenporn.com,finehub.com,f
inelesbianporn.com,finemomsex.com,fireblackporn.com,firstasianpussy.com,firstasians
ex.com,firstvintageporn.com,firstyoungporn.com,foxsexvideos.com,free-
xhamster.com,free-xxx-
free.com,freeasianxxxtube.comen,freedeepsex.com,freegayxxxtube.com,freekinkysex.net
,freemomxxxtube.com,freerealvideo.com,freesexpics.pro,freexxxteeny.com,freeyoungvid
eos.com,freshamateursex.com,freshsexonly.com,freteenporn.com,fruitshemaletube.com,f
uckgayporn.com,fuckhairytube.com,fuckindianporn.com,fuckindianpussy.com,fuckindiant
ube.com,fuckmaturesex.com,fuckmaturevideos.com,fuckpussyclips.comen,fuckretrotube.c
om,fucksexhub.com,fuckteenclips.com,fuckteenvids.com,fucktrannyporn.com,fucktube.me
,fuckvintageporn.com,fuckyoungsex.com,fullasiantube.com,fullindiansex.com,fulljapan
esetube.com,fullporn.pro,fullshemaletube.com,fullteenporn.com,fullxhamster.com,full
youngsex.com,gaycockfilms.com,gaydickvideos.com,gayfuckass.com,gaymenboy.com,gayorg
yporn.com,gayporn.pro,gaytube.pro,gaytubefuck.com,gayxxxtv.com,getpornpics.com,gfas
ianpussy.com,glossytube.com,goindiansex.com,goldanimeporn.com,golddesisex.com,golde
rotica.com,goldfatporn.com,goldhentaiporn.com,goldindianporn.com,goldmaturesex.com,
goldmomsex.com,goldmomtube.com,goldpornclips.com,goldpussytube.com,goldretrosex.com
,goldsexhub.com,goldsexvideos.com,goldteenporn.com,goldteensex.com,goldxxxmovies.co
m,goldxxxsex.com,goldxxxtube.com,goodindianporn.com,gosexvideos.com,goteentube.com,
gotrannyporn.com,goyoungporn.com,grandmatureporn.com,grannypornpics.pro,grannytubed
ot.com,greatindianporn.com,greenpornclips.com,hairyasspussy.com,hairymaturetube.com
,hairyporn.me,hairyporn.pro,hairysexporn.com,hairytube.pro,hairyvaginaxxx.com,hairy
xxxtubes.com,hamsterfucktube.com,hamstermaturetube.com,hamsterxxxtube.com,hardasian
sex.com,hardbondageporn.com,harddesitube.com,hardhairysex.com,hardindiansex.com,har
dindianvideos.com,hardretromovies.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,hentaicomics.proen,hentaipornfilms.com,hentaipornmovs.com,hentaise
x.pro,hentaisexfilms.com,hentaisexporn.com,hentaisexxxx.com,hnntube.com,homematuret
ube.com,homesex.bid,hometeentube.com,hornybabepics.com,hornyindianporn.com,hornyind
iansex.com,hornylesbiansex.com,hot-mature-
movies.com,hotbdsmvideos.com,hotindiantube.com,hotindianxxxsex.com,hotjapanporn.com
,hotmatureclips.com,hotorientalporn.com,hotvintagesex.com,hotxxxbdsmporn.com,hq-
jav.com,hqasiananal.com,hqasiangirls.com,hqasianhotties.com,hqhotmoms.com,hqindiant
ube.com,hqjapanesegirls.com,hqjapanesepussy.com,hqjapanesesex.com,hqjavporn.com,hqm
aturehub.com,hqpornclips.com,hqshemaleporn.com,hqteensexmovies.com,hqxxxfuck.com,hu
gefatporn.com,hussyasian.com,indianassvideos.com,indianporn.pro,indianpussymovies.c
om,indiansexbar.com,indiansexpussy.com,indiansexyxxx.com,indiantube.pro,itshemales.
com,itsporn.net,ivintageporn.com,jane-
safo.ru,japaneseasstube.com,japanesefucksex.comen,japanesepussyclips.com,japanesese
x.me,japanesetube.video,japanesexxx.pro,japanesexxxfuck.com,japanpornclip.com,japan
pornmovs.com,japans.me,japansporno.com,japanxxxass.com,japanxxxfilms.com,japanxxxse
x.com,javmimi.com,javteens.com,juicyteenie.com,kindindianporn.com,kindteenporn.com,
kinkyteensex.com,kissteenporn.com,kittypornvideos.com,largepornclips.com,largeteens
ex.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,lik
ehairyporn.com,likematuretube.com,limeteensex.com,lingerievideotube.com,lingeriexxx
tubes.com,lolanimesex.com,longasiansex.com,longblacksex.com,longmilfsex.com,longyou
ngporn.com,lookgayporn.com,lookindianporn.com,lookmaturewoman.com,lovemomporn.com,l
ustfulbabespics.com,madfap.com,madgaytube.com,madgrannytube.com,madhairytube.com,ma
dmomtube.com,madrabbitsex.com,madtrannysex.com,mainxxxtube.com,manpornvideos.com,ma
nyvintageporn.com,mastergaytube.com,mature-
ptv.com,matureanalpics.com,matureathome.com,maturefuckclips.com,maturemagic.com,mat
ureporn.picsen,matureporn.pro,matureporner.com,maturepornmovs.com,maturesex.me,matu
resexvideos.pro,maturetube.xyz,maturevideosex.com,maturextreme.com,maxasiantube.com
,maxretroporn.com,mcjapanporn.com,megaasiansex.com,megablackporn.com,megafatporn.co
m,megahentaitube.com,megaindianporn.com,megaindiantube.com,megajapanesesex.com,mega
vintageporn.com,megayoungporn.com,megayoungsex.com,mikesmatures.com,milfasiantube.c
om,milfporn.pro,milfpussypic.com,milfsex.me,milftube.pro,milfzporn.com,missasianpor
n.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,mommypornvideo
s.com,mompornfilms.com,mompornpics.net,momsex.pro,momsex.xyz,momsexclip.com,momsexf
ilms.com,momsextube.pro,momtube.pro,momvideos.me,momxxxass.com,momxxxclips.com,more
bdsmporn.com,moreblackporn.com,mostindiantube.com,moviezporn.com,mybbwporn.com,myha
iryphotos.com,myhotasian.com,myperfectebony.com,mysuperaffiliatementor.com,myteenph
otos.com,nakedasiansex.com,nakedboysmovies.com,nakedmensex.com,nakedmomtube.com,nak
edolders.com,nakedyoungvideos.com,nakehub.com,nakeporn.com,nakevideos.com,nastyhair
ypussy.com,naturallesbiansex.com,newbdsmsex.com,newjapanesexxx.com,newlesbiansex.co
m,newmaturevideos.com,newmomporn.com,newpornclips.com,newpornfilms.com,newpornpic.c
om,newsexpics.net,newxxxgays.com,newxxxpornvideo.com,newyoungsex.com,nextasianporn.
com,nextlesbianporn.com,nextmatureporn.com,nextsexvideos.com,nextteenporn.com,niceb
lacksex.com,niceretrotube.com,nicesexvideos.com,niceshemaleporn.com,niceteenvideos.
com,nicevintageporn.com,nicevintagesex.com,nowteensex.com,nudehairytube.com,nudemil
ftube.com,nudemilfwomen.com,nudemomxxx.com,nudetuber.com,nudevoyeursex.com,nudexxxm
ovies.com,nylonbabesporn.com,ohahoh.com,okshemaleporn.com,okteenporn.com,oldgirlspo
rn.com,onasianporn.com,onindiansex.com,onlesbianporn.com,onlymaturetube.com,onlymom
porn.com,onlyteasephoto.com,onlyteenbeauty.com,onteenporn.com,onxxxtube.com,orienta
lasianporn.com,originalindianporn.com,originalmaturetube.com,originalretroporn.com,
originalteentube.com,otherbondagesex.com,otherporntube.com,othershemaleporn.com,pau
lsmatures.com,paulsporn.com,pepperclips.com,pepperdesitube.com,pepperlesbiantube.co
m,peppermomporn.com,petiteasiantube.com,petitenakedgirl.com,picgrandma.com,picserot
icgirl.com,plainasianporn.com,playretrosex.com,playyoungsex.com,playyoungtube.com,p
lumpxxxporn.com,pornaf.com,pornasianvideos.com,pornblackporn.com,porncliphub.com,po
rncomics.
me,pornfattube.com,pornhubcom.org,pornjapanesesex.com,pornlesbianporn.com,pornmovs.
pro,pornoplum.com,pornpictures.proen,pornvideotop.com,pornzvideo.com,primehairysex.
com,primeindianporn.com,primelesbianporn.com,primematureporn.com,primemomsex.com,pr
imevintagesex.com,privatepornfilms.com,proasiansex.com,progaysex.com,promomporn.com
,prosextube.com,proyoungporn.com,psmatureporn.com,publicfuckvideo.com,publicxxxvide
o.com,purebbwfuck.com,puremilfporn.com,pureretroporn.com,pussylesbiansex.com,pussym
omsex.com,pussysexdig.com,pussyteenfuck.com,qsextube.com,rawasiansex.com,realclassi
cporn.com,realhentaiporn.com,realjapansex.com,realmomsex.com,realporntubes.com,redm
atureporn.com,redpornpictures.com,redsexhub.com,redteensex.com,redtubecom.orgen,red
xxxsex.com,redxxxvideos.com,reteenporn.com,retroclassicporn.com,retroclassicsex.com
,retroporn.me,retroporn.pro,retrosexclips.com,retrosexfilms.com,retrosexporn.com,re
trotube.xyz,rightxxxtube.com,rockasianporn.com,rocksextube.com,rootdesisex.com,roug
hbdsmsex.com,royalpornvideos.com,rudevintageporn.com,rushteenporn.com,rushteentube.
com,rxphoto.com,schoolgirlsexpics.com,searchxxxvideos.com,seegayvideos.com,seeindia
nporn.com,seematurevideos.com,seeshemaleporn.com,seeteenporn.com,seexxxtube.com,sex
asianfuck.com,sexbdsmsex.com,sexcartoonpics.comen,sexcliphub.com,sexclipshd.com,sex
filmstube.com,sexhubmovs.com,sexindianvideos.com,sexjapansex.com,sexjapanvideos.com
,sexlesbianvideos.com,sexmaturesex.com,sexmomsex.com,sexprontube.com,sexretrotube.c
om,sextubeclip.com,sextubehub.com,sexvintagefilms.com,sexxxxfilms.com,sexyclassicpo
rn.com,sexyhentaivideos.com,sexyindianpussy.com,sexylesbianpussy.com,sexylesbiansex
.com,sexymomsex.com,sexyorientalporn.com,sexyoungmovies.com,sexypussypic.com,sexyte
enagepics.comen,sexytoonporn.com,sexytuber.com,sexyvintageporn.com,sexyyoungsex.com
,shehairy.com,shemaleasstube.com,shemaleclip.com,shemaleporn.pro,shemalepornfilms.c
om,shemaletube.pro,shemalexxxfilms.com,shemalexxxsex.com,slickyoungporn.com,slimtee
nporn.com,slutamateursex.com,smoothteentube.com,soamateurteen.com,sohornymature.com
,sohornyteen.com,soindianporn.com,sonudepics.com,sooldsluts.com,soteenpics.com,sote
enporn.com,sourceclassicporn.com,spicyvintageporn.com,stepmaturesex.com,sucking.cc,
superjapanesesex.com,sweetjapanporn.com,sweetyoungtube.com,teenagedtube.com,teenage
sexpics.com,teenagexxxvideos.com,teenfuck.party,teenfucksex.com,teenpornbomb.com,te
enpornpics.pro,teenpornvideos.pro,teenpussylab.com,teenpussytv.com,teens-fuck-
movies.com,teensex.sexy,teensexass.com,teensexpics.pro,teensextubez.com,teensxxxvid
eos.net,teentube.pro,teentubeme.com,teenvaginapics.com,teenxxxmovs.com,teenxxxtube.
me,theasiansextube.com,thismaturesex.com,thisteentube.com,thisxxxsex.com,toonpornpi
cs.com,toonsex.pics,topasianvideos.com,topbbwporn.com,toplesbiantube.com,topmaturep
ussy.com,topteenpussy.com,totalbbwporn.com,totalclassicsex.com,totalmansex.com,tota
lxxxteens.com,totalxxxtube.com,trannysexfilms.com,trannysexporn.com,trendhairyporn.
com,trendteenporn.com,trueasiansex.com,truepornmovies.com,trueretroporn.com,truetee
nporn.com,trylesbiansex.com,tryyoungporn.com,tube-matures.com,tube8-
teens.com,tube8.pro,tubegift.com,tubepornhot.com,tubezporno.com,tvshemalesex.com,uj
apanesesex.com,ultrabdsmporn.com,ultraindiansex.com,ultralesbianporn.com,ultrapornv
ideos.com,ultrateenpussy.com,ultrateensex.com,ultraxxxtube.com,ultrayoungsex.com,ul
trayoungtube.com,upasiansex.com,uphentaiporn.com,upmatureporn.com,upmomtube.com,upt
ranny.com,upvintagesex.com,upvintagetube.com,upxxxlesbians.com,upxxxmatures.com,upx
xxporn.com,upxxxretro.com,usematuretube.com,usetrannysex.com,useyoungsex.com,uteent
ube.com,variousteenporn.com,vintagesex.me,vintagesex.pro,vintagesex.sexy,vintagetub
e.pro,vintagetube.video,vintagexxxfilms.com,vintagexxxfuck.com,vintagexxxsex.com,vo
yeurpornsex.com,voyeurporntube.me,voyeursextubes.com,voyeursexvideos.com,voyeurxxxt
ube.com,voyeurxxxtubes.com,wantasiantube.com,watchretrosex.com,webcamfuckvideo.com,
wellasianporn.com,wellmatureporn.com,wellmaturetube.com,wellsextube.com,wellsexvide
os.com,whoreasianporn.com,whorelesbianporn.com,whoreteenporn.com,whoreteensex.com,w
horevintagesex.com,wildasianmovies.com,wildbbwtube.com,wilddesiporn.com,wildhentait
ube.com,wildindianporn.com,wildindiantube.com,wildindianvideos.com,wildjapaneseporn
.com,wildjapanesesex.com,wildsexteens.com,wildteenvideos.com,wildvintageporn.com,wi
ldvintagesex.com,wildvoyeurporn.com,wildxxxsex.com,willyporn.com,winmatureporn.com,
worldpornvideos.com,wotube.com,wowindianporn.com,wowindiansex.com,wowjapansex.com,w
owmilfporn.com,wowmomsex.com,wowvintagesex.com,wowyoungporn.com,xasiananal.com,xasi
anbeauties.com,xasianorgy.com,xasianporn.net,xgaymovies.com,xhardcoreaunts.com,xkno
ck.com,xnakedwomen.com,xnmodels.com,xnxxcomvideos.com,xnxxpornclips.comen,xnxxsexcl
ips.com,xnxxtubehd.comen,xpics.me,xpimper.com,xsexcomics.comen,xvideos-
teens.com,xvideoscom.me,xvintagevideos.com,xxindianporn.com,xxx3dcomix.com,xxxanime
movies.com,xxxasianfuck.com,xxxbdsmfilms.com,xxxbdsmfuck.com,xxxboobsporn.com,xxxca
rtoonporn.pro,xxxclassicporno.com,xxxclassictube.com,xxxdesitube.com,xxxdig.com,xxx
fuckfilms.com,xxxfuckhub.com,xxxfuckmom.com,xxxgaydick.com,xxxgayfuck.com,xxxgaytub
ez.com,xxxhairymovies.com,xxxhairysex.com,xxxhamstertube.com,xxxhotgays.com,xxxhubv
ideos.com,xxxindian.pro,xxxindianfilms.com,xxxindiantv.com,xxxjapaneseclips.com,xxx
japanesemovies.com,xxxjapanesepussy.com,xxxjapanesesex.com,xxxjapanesevideos.com,xx
xjapanporno.com,xxxlargeporn.com,xxxlesbianfilms.com,xxxlesbianpussy.com,xxxlesbian
tv.com,xxxmaleporn.com,xxxmaturepussypics.com,xxxmilftoon.com,xxxmomfilms.com,xxxmo
mz.com,xxxmovies.pro,xxxmoviesfuck.com,xxxmoviestube.me,xxxpornindia.com,xxxpornmov
s.com,xxxporntranny.com,xxxpornvideos.pro,xxxredsex.com,xxxretroclips.com,xxxretrom
ovies.com,xxxsex.pro,xxxsexcinema.com,xxxsexmoviez.com,xxxsexpussy.com,xxxsexshemal
es.com,xxxshemalefilms.com,xxxteenfilms.com,xxxteenpussy.net,xxxteensextube.com,xxx
teenvagina.com,xxxteenyporn.com,xxxtube.pro,xxxtube.video,xxxtubegay.com,xxxvintage
films.com,xxxvintagepussy.com,xxxvintagesex.com,xxxvintagesextube.com,xxxvintagevid
eos.com,xxxvoyeurtube.com,xxxyoungfilms.com,xxxyoungxxx.com,xxyoungporn.com,yesnude
.com,yoasiangirls.com,yoasiansex.com,yobatube.com,youngfucktube.com,youngjizztube.c
om,youngpornclip.com,youngpornfilms.com,youngsex.video,youngsexmovs.com,youngsexvid
eos.me,youngteenworld.com,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")
alohatube.xyz,fullpornfuck.com,xxxstreams.org,24animeporn.com,3dhentaicomics.com,3d
pornpics.pro,3dsex.pics,3dsexcomics.pro,3dsexpictures.net,3xcuties.com,41tube.com,4
maturesex.com,4xxxtube.com,6asianporn.com,6bdsmporn.com,6gayvideos.com,6indianxxx.c
om,6japaneseporn.com,6lesbianporn.com,6maturesex.com,6maturetube.com,6momporn.com,6
sextube.com,6xxxvideos.com,8xxxvideos.com,adultvideotop.com,alfabbwporn.com,alfabla
ckporn.com,alfahairyporn.com,alfaindianporn.comen,alfamatureporn.comen,alfavintagep
orn.comen,alfavoyeurporn.com,allamateurorgasm.com,allbesthairy.com,allbondagetube.c
om,allmomsex.com,allretrotube.com,allsexhub.com,allxxxsex.com,alohaxxxsex.com,alsob
dsmporn.com,alsoporn.com,alsoteenporn.com,alsovintagetube.com,alsoxxxshemales.com,a
mateurfreetube.com,amateurgirllab.com,amateurpussyass.com,amateursexbox.com,amazing
vintagesex.com,animeporn.pro,animepornfilm.com,animepornxxx.com,animesex.pro,animes
exclip.com,animesexxxx.com,animexxxsex.com,anudeart.com,anyebonysex.com,anyindianpo
rn.com,anylesbiansex.com,anymilfporn.com,anyxxxanime.com,anyyoungporn.com,asia-
xxx.net,asianasssex.com,asianporn.sexy,asianpornfuck.com,asiansex.sexy,asiansexcilp
s.com,asiansexmov.com,asiansextube.me,asiantube.pro,asiantube.xyz,asianxxxass.com,a
sianxxxclips.com,asianxxxjoy.com,asianxxxmovs.com,asiaxxxmovies.com,azpornvideos.co
m,bbwsex.pro,bbwsexporn.com,bbwxxxclips.com,bdsmporn.club,bdsmsex.pro,bdsmsexxxx.co
m,bdsmtube.pro,bdsmtube.video,bdsmxxxmovies.com,bdsmxxxtubes.com,beautymaturegirl.c
om,beeg-
videos.net,beegvideoz.com,bestindiansex.com,bestlesbiantube.com,bestlesbianxxx.com,
bestmilfpussy.com,bestsexhub.com,betavintageporn.com,betaxxxbondage.com,bigbbwporn.
com,bigindiansex.com,bigjapanesesex.com,bigsexhub.com,bigtitsmix.com,bigtitsslutspi
cs.com,bigvintageporn.com,bigyoungsex.com,bitchmomporn.com,blackpornfilms.com,black
sex.me,blackteenpictures.com,blacktube.pro,blackzaur.com,bobmovs.com,bondagepornsex
.com,bondagesexfilms.com,bondagesexporn.com,bustyhornypics.com,bustymompics.com,car
toonporn.picsen,cartoonsexcomix.com,cartoonxxxcomix.com,checklesbianporn.com,checkm
aturesex.com,checkmaturetube.com,chinatownav.com,citrusdesiporn.com,classicpussypor
n.com,classymomsex.com,coolasianporn.com,cougarpornpics.net,coxyteens.com,crazymatu
reporn.com,cupidonmilf.com,curvyteenpics.com,daindianporn.com,dapornvideos.com,deas
ians.com,desipornfilm.com,desipornfilms.com,desipornxxx.com,desisexfilms.com,desixx
xporn.com,dirtyindiansex.com,domilfsex.com,doretrosex.com,dosexteens.com,doxxxindia
ns.com,doxxxtube.com,easymatureporn.com,easyteensex.com,ebonypornsex.com,ebonysexpo
rn.com,ebonyteenpictures.com,ebonytube.pro,ebonytube.video,elitehentaiporn.com,elit
eindianporn.com,elitelesbianporn.com,enjoyasianporn.com,entergayporn.com,enterjapan
eseporn.com,eroticartlab.com,eroticgirlbox.com,everyamateurteen.com,everyhairypussy
.com,exitporn.com,extraindiansex.com,extrajapaneseporn.com,extramatureporn.com,extr
amomporn.com,extrateensex.com,exvintagetube.com,family-
sex.biz,fantasticxxxteen.com,fantasticyoungporn.com,fapporn.me,fastindianporn.comen
,fastteenporn.com,fastteensex.com,fastteentube.com,fastvintageporn.com,fatporn.pro,
fatsexfilms.com,favjapaneseporn.com,favmatureporn.com,favteenporn.com,finehub.com,f
inelesbianporn.com,finemomsex.com,fireblackporn.com,firstasianpussy.com,firstasians
ex.com,firstvintageporn.com,firstyoungporn.com,foxsexvideos.com,free-
xhamster.com,free-xxx-
free.com,freeasianxxxtube.comen,freedeepsex.com,freegayxxxtube.com,freekinkysex.net
,freemomxxxtube.com,freerealvideo.com,freesexpics.pro,freexxxteeny.com,freeyoungvid
eos.com,freshamateursex.com,freshsexonly.com,freteenporn.com,fruitshemaletube.com,f
uckgayporn.com,fuckhairytube.com,fuckindianporn.com,fuckindianpussy.com,fuckindiant
ube.com,fuckmaturesex.com,fuckmaturevideos.com,fuckpussyclips.comen,fuckretrotube.c
om,fucksexhub.com,fuckteenclips.com,fuckteenvids.com,fucktrannyporn.com,fucktube.me
,fuckvintageporn.com,fuckyoungsex.com,fullasiantube.com,fullindiansex.com,fulljapan
esetube.com,fullporn.pro,fullshemaletube.com,fullteenporn.com,fullxhamster.com,full
youngsex.com,gaycockfilms.com,gaydickvideos.com,gayfuckass.com,gaymenboy.com,gayorg
yporn.com,gayporn.pro,gaytube.pro,gaytubefuck.com,gayxxxtv.com,getpornpics.com,gfas
ianpussy.com,glossytube.com,goindiansex.com,goldanimeporn.com,golddesisex.com,golde
rotica.com,goldfatporn.com,goldhentaiporn.com,goldindianporn.com,goldmaturesex.com,
goldmomsex.com,goldmomtube.com,goldpornclips.com,goldpussytube.com,goldretrosex.com
,goldsexhub.com,goldsexvideos.com,goldteenporn.com,goldteensex.com,goldxxxmovies.co
m,goldxxxsex.com,goldxxxtube.com,goodindianporn.com,gosexvideos.com,goteentube.com,
gotrannyporn.com,goyoungporn.com,grandmatureporn.com,grannypornpics.pro,grannytubed
ot.com,greatindianporn.com,greenpornclips.com,hairyasspussy.com,hairymaturetube.com
,hairyporn.me,hairyporn.pro,hairysexporn.com,hairytube.pro,hairyvaginaxxx.com,hairy
xxxtubes.com,hamsterfucktube.com,hamstermaturetube.com,hamsterxxxtube.com,hardasian
sex.com,hardbondageporn.com,harddesitube.com,hardhairysex.com,hardindiansex.com,har
dindianvideos.com,hardretromovies.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,hentaicomics.proen,hentaipornfilms.com,hentaipornmovs.com,hentaise
x.pro,hentaisexfilms.com,hentaisexporn.com,hentaisexxxx.com,hnntube.com,homematuret
ube.com,homesex.bid,hometeentube.com,hornybabepics.com,hornyindianporn.com,hornyind
iansex.com,hornylesbiansex.com,hot-mature-
movies.com,hotbdsmvideos.com,hotindiantube.com,hotindianxxxsex.com,hotjapanporn.com
,hotmatureclips.com,hotorientalporn.com,hotvintagesex.com,hotxxxbdsmporn.com,hq-
jav.com,hqasiananal.com,hqasiangirls.com,hqasianhotties.com,hqhotmoms.com,hqindiant
ube.com,hqjapanesegirls.com,hqjapanesepussy.com,hqjapanesesex.com,hqjavporn.com,hqm
aturehub.com,hqpornclips.com,hqshemaleporn.com,hqteensexmovies.com,hqxxxfuck.com,hu
gefatporn.com,hussyasian.com,indianassvideos.com,indianporn.pro,indianpussymovies.c
om,indiansexbar.com,indiansexpussy.com,indiansexyxxx.com,indiantube.pro,itshemales.
com,itsporn.net,ivintageporn.com,jane-
safo.ru,japaneseasstube.com,japanesefucksex.comen,japanesepussyclips.com,japanesese
x.me,japanesetube.video,japanesexxx.pro,japanesexxxfuck.com,japanpornclip.com,japan
pornmovs.com,japans.me,japansporno.com,japanxxxass.com,japanxxxfilms.com,japanxxxse
x.com,javmimi.com,javteens.com,juicyteenie.com,kindindianporn.com,kindteenporn.com,
kinkyteensex.com,kissteenporn.com,kittypornvideos.com,largepornclips.com,largeteens
ex.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,lik
ehairyporn.com,likematuretube.com,limeteensex.com,lingerievideotube.com,lingeriexxx
tubes.com,lolanimesex.com,longasiansex.com,longblacksex.com,longmilfsex.com,longyou
ngporn.com,lookgayporn.com,lookindianporn.com,lookmaturewoman.com,lovemomporn.com,l
ustfulbabespics.com,madfap.com,madgaytube.com,madgrannytube.com,madhairytube.com,ma
dmomtube.com,madrabbitsex.com,madtrannysex.com,mainxxxtube.com,manpornvideos.com,ma
nyvintageporn.com,mastergaytube.com,mature-
ptv.com,matureanalpics.com,matureathome.com,maturefuckclips.com,maturemagic.com,mat
ureporn.picsen,matureporn.pro,matureporner.com,maturepornmovs.com,maturesex.me,matu
resexvideos.pro,maturetube.xyz,maturevideosex.com,maturextreme.com,maxasiantube.com
,maxretroporn.com,mcjapanporn.com,megaasiansex.com,megablackporn.com,megafatporn.co
m,megahentaitube.com,megaindianporn.com,megaindiantube.com,megajapanesesex.com,mega
vintageporn.com,megayoungporn.com,megayoungsex.com,mikesmatures.com,milfasiantube.c
om,milfporn.pro,milfpussypic.com,milfsex.me,milftube.pro,milfzporn.com,missasianpor
n.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,mommypornvideo
s.com,mompornfilms.com,mompornpics.net,momsex.pro,momsex.xyz,momsexclip.com,momsexf
ilms.com,momsextube.pro,momtube.pro,momvideos.me,momxxxass.com,momxxxclips.com,more
bdsmporn.com,moreblackporn.com,mostindiantube.com,moviezporn.com,mybbwporn.com,myha
iryphotos.com,myhotasian.com,myperfectebony.com,mysuperaffiliatementor.com,myteenph
otos.com,nakedasiansex.com,nakedboysmovies.com,nakedmensex.com,nakedmomtube.com,nak
edolders.com,nakedyoungvideos.com,nakehub.com,nakeporn.com,nakevideos.com,nastyhair
ypussy.com,naturallesbiansex.com,newbdsmsex.com,newjapanesexxx.com,newlesbiansex.co
m,newmaturevideos.com,newmomporn.com,newpornclips.com,newpornfilms.com,newpornpic.c
om,newsexpics.net,newxxxgays.com,newxxxpornvideo.com,newyoungsex.com,nextasianporn.
com,nextlesbianporn.com,nextmatureporn.com,nextsexvideos.com,nextteenporn.com,niceb
lacksex.com,niceretrotube.com,nicesexvideos.com,niceshemaleporn.com,niceteenvideos.
com,nicevintageporn.com,nicevintagesex.com,nowteensex.com,nudehairytube.com,nudemil
ftube.com,nudemilfwomen.com,nudemomxxx.com,nudetuber.com,nudevoyeursex.com,nudexxxm
ovies.com,nylonbabesporn.com,ohahoh.com,okshemaleporn.com,okteenporn.com,oldgirlspo
rn.com,onasianporn.com,onindiansex.com,onlesbianporn.com,onlymaturetube.com,onlymom
porn.com,onlyteasephoto.com,onlyteenbeauty.com,onteenporn.com,onxxxtube.com,orienta
lasianporn.com,originalindianporn.com,originalmaturetube.com,originalretroporn.com,
originalteentube.com,otherbondagesex.com,otherporntube.com,othershemaleporn.com,pau
lsmatures.com,paulsporn.com,pepperclips.com,pepperdesitube.com,pepperlesbiantube.co
m,peppermomporn.com,petiteasiantube.com,petitenakedgirl.com,picgrandma.com,picserot
icgirl.com,plainasianporn.com,playretrosex.com,playyoungsex.com,playyoungtube.com,p
lumpxxxporn.com,pornaf.com,pornasianvideos.com,pornblackporn.com,porncliphub.com,po
rncomics.me,pornfattube
.com,pornhubcom.org,pornjapanesesex.com,pornlesbianporn.com,pornmovs.pro,pornoplum.
com,pornpictures.proen,pornvideotop.com,pornzvideo.com,primehairysex.com,primeindia
nporn.com,primelesbianporn.com,primematureporn.com,primemomsex.com,primevintagesex.
com,privatepornfilms.com,proasiansex.com,progaysex.com,promomporn.com,prosextube.co
m,proyoungporn.com,psmatureporn.com,publicfuckvideo.com,publicxxxvideo.com,purebbwf
uck.com,puremilfporn.com,pureretroporn.com,pussylesbiansex.com,pussymomsex.com,puss
ysexdig.com,pussyteenfuck.com,qsextube.com,rawasiansex.com,realclassicporn.com,real
hentaiporn.com,realjapansex.com,realmomsex.com,realporntubes.com,redmatureporn.com,
redpornpictures.com,redsexhub.com,redteensex.com,redtubecom.orgen,redxxxsex.com,red
xxxvideos.com,reteenporn.com,retroclassicporn.com,retroclassicsex.com,retroporn.me,
retroporn.pro,retrosexclips.com,retrosexfilms.com,retrosexporn.com,retrotube.xyz,ri
ghtxxxtube.com,rockasianporn.com,rocksextube.com,rootdesisex.com,roughbdsmsex.com,r
oyalpornvideos.com,rudevintageporn.com,rushteenporn.com,rushteentube.com,rxphoto.co
m,schoolgirlsexpics.com,searchxxxvideos.com,seegayvideos.com,seeindianporn.com,seem
aturevideos.com,seeshemaleporn.com,seeteenporn.com,seexxxtube.com,sexasianfuck.com,
sexbdsmsex.com,sexcartoonpics.comen,sexcliphub.com,sexclipshd.com,sexfilmstube.com,
sexhubmovs.com,sexindianvideos.com,sexjapansex.com,sexjapanvideos.com,sexlesbianvid
eos.com,sexmaturesex.com,sexmomsex.com,sexprontube.com,sexretrotube.com,sextubeclip
.com,sextubehub.com,sexvintagefilms.com,sexxxxfilms.com,sexyclassicporn.com,sexyhen
taivideos.com,sexyindianpussy.com,sexylesbianpussy.com,sexylesbiansex.com,sexymomse
x.com,sexyorientalporn.com,sexyoungmovies.com,sexypussypic.com,sexyteenagepics.come
n,sexytoonporn.com,sexytuber.com,sexyvintageporn.com,sexyyoungsex.com,shehairy.com,
shemaleasstube.com,shemaleclip.com,shemaleporn.pro,shemalepornfilms.com,shemaletube
.pro,shemalexxxfilms.com,shemalexxxsex.com,slickyoungporn.com,slimteenporn.com,slut
amateursex.com,smoothteentube.com,soamateurteen.com,sohornymature.com,sohornyteen.c
om,soindianporn.com,sonudepics.com,sooldsluts.com,soteenpics.com,soteenporn.com,sou
rceclassicporn.com,spicyvintageporn.com,stepmaturesex.com,sucking.cc,superjapaneses
ex.com,sweetjapanporn.com,sweetyoungtube.com,teenagedtube.com,teenagesexpics.com,te
enagexxxvideos.com,teenfuck.party,teenfucksex.com,teenpornbomb.com,teenpornpics.pro
,teenpornvideos.pro,teenpussylab.com,teenpussytv.com,teens-fuck-
movies.com,teensex.sexy,teensexass.com,teensexpics.pro,teensextubez.com,teensxxxvid
eos.net,teentube.pro,teentubeme.com,teenvaginapics.com,teenxxxmovs.com,teenxxxtube.
me,theasiansextube.com,thismaturesex.com,thisteentube.com,thisxxxsex.com,toonpornpi
cs.com,toonsex.pics,topasianvideos.com,topbbwporn.com,toplesbiantube.com,topmaturep
ussy.com,topteenpussy.com,totalbbwporn.com,totalclassicsex.com,totalmansex.com,tota
lxxxteens.com,totalxxxtube.com,trannysexfilms.com,trannysexporn.com,trendhairyporn.
com,trendteenporn.com,trueasiansex.com,truepornmovies.com,trueretroporn.com,truetee
nporn.com,trylesbiansex.com,tryyoungporn.com,tube-matures.com,tube8-
teens.com,tube8.pro,tubegift.com,tubepornhot.com,tubezporno.com,tvshemalesex.com,uj
apanesesex.com,ultrabdsmporn.com,ultraindiansex.com,ultralesbianporn.com,ultrapornv
ideos.com,ultrateenpussy.com,ultrateensex.com,ultraxxxtube.com,ultrayoungsex.com,ul
trayoungtube.com,upasiansex.com,uphentaiporn.com,upmatureporn.com,upmomtube.com,upt
ranny.com,upvintagesex.com,upvintagetube.com,upxxxlesbians.com,upxxxmatures.com,upx
xxporn.com,upxxxretro.com,usematuretube.com,usetrannysex.com,useyoungsex.com,uteent
ube.com,variousteenporn.com,vintagesex.me,vintagesex.pro,vintagesex.sexy,vintagetub
e.pro,vintagetube.video,vintagexxxfilms.com,vintagexxxfuck.com,vintagexxxsex.com,vo
yeurpornsex.com,voyeurporntube.me,voyeursextubes.com,voyeursexvideos.com,voyeurxxxt
ube.com,voyeurxxxtubes.com,wantasiantube.com,watchretrosex.com,webcamfuckvideo.com,
wellasianporn.com,wellmatureporn.com,wellmaturetube.com,wellsextube.com,wellsexvide
os.com,whoreasianporn.com,whorelesbianporn.com,whoreteenporn.com,whoreteensex.com,w
horevintagesex.com,wildasianmovies.com,wildbbwtube.com,wilddesiporn.com,wildhentait
ube.com,wildindianporn.com,wildindiantube.com,wildindianvideos.com,wildjapaneseporn
.com,wildjapanesesex.com,wildsexteens.com,wildteenvideos.com,wildvintageporn.com,wi
ldvintagesex.com,wildvoyeurporn.com,wildxxxsex.com,willyporn.com,winmatureporn.com,
worldpornvideos.com,wotube.com,wowindianporn.com,wowindiansex.com,wowjapansex.com,w
owmilfporn.com,wowmomsex.com,wowvintagesex.com,wowyoungporn.com,xasiananal.com,xasi
anbeauties.com,xasianorgy.com,xasianporn.net,xgaymovies.com,xhardcoreaunts.com,xkno
ck.com,xnakedwomen.com,xnmodels.com,xnxxcomvideos.com,xnxxpornclips.comen,xnxxsexcl
ips.com,xnxxtubehd.comen,xpics.me,xpimper.com,xsexcomics.comen,xvideos-
teens.com,xvideoscom.me,xvintagevideos.com,xxindianporn.com,xxx3dcomix.com,xxxanime
movies.com,xxxasianfuck.com,xxxbdsmfilms.com,xxxbdsmfuck.com,xxxboobsporn.com,xxxca
rtoonporn.pro,xxxclassicporno.com,xxxclassictube.com,xxxdesitube.com,xxxdig.com,xxx
fuckfilms.com,xxxfuckhub.com,xxxfuckmom.com,xxxgaydick.com,xxxgayfuck.com,xxxgaytub
ez.com,xxxhairymovies.com,xxxhairysex.com,xxxhamstertube.com,xxxhotgays.com,xxxhubv
ideos.com,xxxindian.pro,xxxindianfilms.com,xxxindiantv.com,xxxjapaneseclips.com,xxx
japanesemovies.com,xxxjapanesepussy.com,xxxjapanesesex.com,xxxjapanesevideos.com,xx
xjapanporno.com,xxxlargeporn.com,xxxlesbianfilms.com,xxxlesbianpussy.com,xxxlesbian
tv.com,xxxmaleporn.com,xxxmaturepussypics.com,xxxmilftoon.com,xxxmomfilms.com,xxxmo
mz.com,xxxmovies.pro,xxxmoviesfuck.com,xxxmoviestube.me,xxxpornindia.com,xxxpornmov
s.com,xxxporntranny.com,xxxpornvideos.pro,xxxredsex.com,xxxretroclips.com,xxxretrom
ovies.com,xxxsex.pro,xxxsexcinema.com,xxxsexmoviez.com,xxxsexpussy.com,xxxsexshemal
es.com,xxxshemalefilms.com,xxxteenfilms.com,xxxteenpussy.net,xxxteensextube.com,xxx
teenvagina.com,xxxteenyporn.com,xxxtube.pro,xxxtube.video,xxxtubegay.com,xxxvintage
films.com,xxxvintagepussy.com,xxxvintagesex.com,xxxvintagesextube.com,xxxvintagevid
eos.com,xxxvoyeurtube.com,xxxyoungfilms.com,xxxyoungxxx.com,xxyoungporn.com,yesnude
.com,yoasiangirls.com,yoasiansex.com,yobatube.com,youngfucktube.com,youngjizztube.c
om,youngpornclip.com,youngpornfilms.com,youngsex.video,youngsexmovs.com,youngsexvid
eos.me,youngteenworld.com,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$$script[tag-content="if(popit ==
true)"]
! asgPopScript
homemade.xxx,playsber.xyz,onscreens.me,xn--
mgbkt9eckr.net,streamsb.net,4kporn.xxx,javct.net,xozilla.xxx,sexu.*,eroticmv.com,4k
pornmovs.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,str
eamingporn.xyz,xxxstreams.org,turbobit.net,vidoza.org,tubsexer.com,vintagetube.xxx#
%#//scriptlet("abort-on-property-read", "asgPopScript")
!
! #%#//scriptlet("abort-on-property-read", "pop")
123phim.top,playvid.host,javmvp.com,playvideo.best,fakyutube.com,videogreen.xyz,hen
tai4.me,gaobook.review#%#//scriptlet("abort-on-property-read", "pop")
! #%#//scriptlet("prevent-addEventListener", "click", "window.open")
vcdn.io,izleorg3.org,fembed.com,pelispop.net,embedmanager.xyz,meowkuplayer.xyz,fjet
vid.com,films5k.com,mrdhan.com,bs.to,burningseries.co,vidohd.com,fplay.cf,fembed.ne
t,sypl.xyz,tvonlinex.com,videobb.site,proxyplayer.xyz,streamhoe.online,animetemaefi
ore.club,anime789.com,redanimedatabase.cloud,javmvp.com,31vakti-
cdn.*,vfilmesonline.net,playvideo.best,ns21.online,asianclub.tv,ondembed.xyz,megahd
filmes.me,player-megahdfilmes.com,hd-
stream.to,dzynet.me,altyazikutu.ml,gaobook.review,th-
jav.co,luxubu.review,embedsito.com,pussyspace.com,animeshouse.biz,gcloud.live,video
green.xyz,hdplay.site,feurl.com,cdn-myhdjav.info,there.to,videohub.tech#%#//
scriptlet("prevent-addEventListener", "click", "window.open")
! #%#//scriptlet('abort-on-property-read', '__Y')
flaswish.com,obeywish.com,guccihide.store,fsdcmo.sbs,gaystream.cloud,javlion.xyz,fv
iplions.com,sfastwish.com,cabecabean.lol,belegug.online,wishfast.top,vidmoviesb.xyz
,vhmovies.to,awish.pro,ankrzkz.sbs,fc2stream.tv,sub123.xyz,leakslove.net,mwish.pro,
embedwish.com,javhahaha.us,abkrzkz.sbs,streamvid.top,abkrzkr.sbs,playertv.net,sbrit
y.com,doodporn.xyz,mycloud123.top,streamsb.click,streamxxx.online,trafficdepot.re,s
blona.com,filelions.*,ahvsh.com,sbrapid.com,streaamss.com,louishide.com,projectfree
tv.lol,streamwish.to,lvturbo.com,javb1.com,sbface.com,rbtstream.info,vidgo.top,sbhi
ght.com,sbbrisk.com,streamhide.to,cloudrls.com,mm9846.com,m4uhd.club,streamm4u.club
,sbchill.com,fbjav.com,imfb.xyz,sbrulz.xyz,baldrfilms.xyz,javbigo.xyz,dizivap.*,dva
pizle.*,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,por
nhubed.com,xvideostream.net,streamsss.net,sbspeed.com,vcdn-
stream.xyz,vanfem.com,javuncen.xyz,vidplay.ch,javenglish.me,ssbstream.net,zojav.com
,watch-jav-english.live,javpornhd.online,yuamikami.xyz,embed-
media.com,obaplayer.xyz,cdn-
myhdjav.info,dlmovies.link,cinegrabber.com,watchjavnow.xyz,luxubu.review,nsfwzone.x
yz,viplayer.cc,cinemaemcasa.xyz,sbfast.com,iframe2videos.xyz,javfu.net,streamas.clo
ud,nashstream.top,yuistream.xyz,jav247.top,viewsb.com,myvideoplayer.monster,cloudem
b.com,moviesland.xyz,jvembed.com,ffem.club,javleaked.com,pornhole.club,ndrama.xyz,f
embed-
hd.com,netflav.com,mambast.tk,cutl.xyz,playerjavhd.com,mycloudzz.com,suzihaza.com,e
mbedsb.com,layarkacaxxi.icu,nekolink.site,sbflix.xyz,javhdfree.icu,streamsb.net,rub
icstreaming.com,javside.com,gdstream.net,animepl.xyz,watchsb.com,sbplay2.*,hentai4.
me,playersb.com,streamabc.xyz,ns21.online,diasfem.com,milfnut.net,pelispop.net,onde
mbed.xyz,tubesb.com,fplayer.info,mm9842.com,sbplay1.com,javmvp.com,japopav.tv,nezuk
o-
ah.nl,pelistop.co,vidcloud.*,mavlecteur.com,xxxjaa.xyz,vcdn2.space,mavplayer.xyz,sb
play.*,sbvideo.net,sbembed4.com,javcl.me,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,ama
teurblog.tv,fashionblog.tv,latinblog.tv,silverblog.tv,xblog.tv,fetishtube.cc,onlyfa
nsleaks.tv,uporn.icu,shorterall.com,familyporn.tv,biqle.com,verhentai.top,lovefap.c
om,sdefx.cloud,info-
english.ru,alluretube.com,anyxvideos.com,fucktheporn.com,hugetits.win,italianporn.c
om.es,mommysucks.com,mzansinudes.com,napiszar.com,onlineporn24.com,porntube15.com,p
ornvdoxxx.com,pozdravlove.ru,sexavgo.com,store-of-
beats.ru,pinayvids.com,dvdplay.*,sxyprn.*,mmopeon.ru,acervodaputaria.com.br,animefe
nix.com,masahub.net,rule34porn.net,hispasexy.org,tokyoblog.tv,idolsblog.tv,sturls.c
om,sexphimhd.net,freeporn.org.uk,xvideos2020.me,pornovidea.net,youporn.red,animesan
ka.*,85tube.com,pornobr.club,ekasiwap.com,hentaidexy.com,pornoruhe.net,girl2sex.com
,suki48.web.id,xpornass.com,javhd.icu,mxtube.net,juicyoldpussy.com,sexofilm.co,xnxx
66.com,illink.net,xxxlucah.com,mangaraw.org,pornbox.cc,pornhex.com,xxxhub.cc,sexe-
libre.org,zplayer.live,ccurl.net,jav688.com,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.c
om,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.c
om,lusttaboo.com,xhomealone.com,mangovideo.club,love4porn.com,hoes.tube,jizzonme.or
g,camclips.tv,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
adultdeepfakes.com,katestube.com,pornfappy.com,tktube.com,hdtube.porn,yourporngod.c
om,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,163bifenzhibo.cn,500wzuqiubifen.cn,allaboutcats.co
m,aomenbocaijishibifen.cn,aosikayulecheng.cn,bo8bifenwang.cn,bocaiwangbifenzhibojin
sha.cn,cookingperfected.com,curbsideclassic.com,fortemplebanana.com,fortsettings.co
m,gethealthyu.com,goldendoodleadvice.com,housingaforest.com,huangguanzoudibifen.cn,
letthemeatgfcake.com,listcaboodle.com,makinglemonadeblog.com,moneyning.com,nanascra
ftyhome.com,pandabeardragonlet.com,parentingpod.com,psychreg.org,qiutanbifenwang.cn
,runeterraccg.com,shijiebeibifen.cn,spacedmagazine.com,strengthandsunshine.com,sunn
yacross.com,tdalabamamag.com,thisisraleigh.com,ticotimes.net,unconventionalbaker.co
m,whereverwriter.com,yulechengbifenzhibo.cn#%#//scriptlet("abort-on-property-read",
"window.adthrive.config")
!
! Ads by Galaksion
hhdstreams.club,uhdstreams.club,akltu.com,9xmovies.app,toonily.com,kiminime.com,kat
moviehd.nl,a2zapk.com,vidload.net,movies123.pics,nsfwyoutube.com,ckk.ai,adsafelink.
com,isekaiscan.com,uppit.com,watchhowimetyourmother.online,kisstvshow.to,arabseed.t
v,updatetribun.org,putlockers.co#%#//scriptlet("abort-on-property-read",
"Object.prototype.Focm")
!
! adshares/adaround
bitcomarket.net,mcrypto.club,claimbits.net,cashearn.cc,faucetclub.net,nevcoins.club
,11bit.co.in,lbprate.com,drivelinks.in,luckydice.net,coinsearns.com,mixfaucet.com,u
ploadbaz.me,bitlinks.pw,faucet.furim.xyz,algorandfaucet.com,hinurls.cc,policiesfory
ou.com,fastcoin.ga,hblinks.pro,hdhub4u.cc,coin.mg,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')
akw.cam,dlhd.*,daddylivehd.*,ak.sv,akw.mov,akw-
cdn1.link,akwnet.top,ak4ar.*,sportskart.click,mawsueaa.com,akw.to,xn--
mgba7fjn.*,ak4eg.*,extramovies.*,eg-
akw.com,khsm.io,enjoy4k.xyz,crackstreamshd.click,coinsparty.com,limetorrents.cyou,p
oscitech.click,daddylive.*,iguarras.com,iputitas.net,coinsurl.com,luckydice.net,coi
nsearns.com,easymp3converter.com,fastconv.com,akwam.*,dogemate.com,promo-
visits.site#%#//scriptlet('abort-on-property-read', 'afScript')
! sadbl
tirexo.ink,dlhd.*,mega4upload.com,liveon.sx,candlesouth.net,bhqwplay.xyz,seehdgames
.xyz,dl-protect.link,extreme-down.moe,up-
4ever.net,uploadbank.com,futemax.app,footybite.to,buzztv.futbol,unbiasedsenseevent.
com,seegames.xyz,millionscast.com,anroll.net,vipleague.*,1l1l.to,livesport24.net,sp
ortsembed.su,legendei.net,coolcast2.com,techclips.net,markkystreams.com,sportcast.l
ife,constraindefiant.net,tinyurl.so,sports-
stream.*,nstream.to,yourtehzeeb.com,cricplay2.xyz,catchystream.com,olacast.live,str
eamservicehd.click,hdsport.biz,eplayer.click,tennisstreams.me,smokelearned.net,dadd
ylivehd.*,sportsonline.*,footyhunter3.xyz,720pstream.me,socceronline.me,rainostream
s.com,daddylive.*,oxtorrent.fi,f1livegp.me,mrpcgamer.co,x1337x.*,atomixhq.*,vipboxt
v.*,poscitech.click,1337x.*,fbstream.tv,filmi123.club,vipbox.*,wigistream.to,watchs
eries.*,1stream.top,allinonedownloadzz.site,game3rb.com,lordchannel.com,uwatchfree.
*,yts.*,1337x.unblockit.*,strikeout.*,eztv.re,liveonscore.tv#%#//
scriptlet("prevent-setTimeout", "sadbl")
!
! e6QQ/IS_POP_COIN
!+ NOT_PLATFORM(ext_ublock)
igg-games.com#%#//scriptlet('abort-on-stack-trace', 'Date', '_0x')
bluemediadownload.lat,musichq.pe,bluemediaurls.lol,coolrea.link,bluemedialink.onlin
e,limetorrents.lol,updown.ninja,urlcut.ninja,moviesjoyhd.to,f2movies.to,kissasian.*
,arponag.xyz,streamvid.net,1l1l.to,fireload.com,kissanimefree.cc,kimcartoon.li,cine
b.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')
updown.ninja,urlcut.ninja,sitenable.*,filesdownloader.com,siteget.net,freeproxy.io,
glodls.to$$script[tag-content="IS_POP_COIN"][min-length="50000"][max-
length="70000"]
!
! FingerprintJS
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")
megaup.net,exeo.app,vidsrc.*,cricstream.me,vipleague.*,socceronline.me,igg-
games.co,crackstreams.*,torrentmac.net,vipboxtv.*,vipbox.*,userscloud.com,game3rb.c
om,soap2day.*,soccerworldcup.me,igg-
games.com,miraculous.to,coloredmanga.com,hentaispark.com,send.cm#%#//
scriptlet("abort-current-inline-script", "navigator", "FingerprintJS")
megaup.net,exeo.app,vidsrc.*,cricstream.me,vipleague.*,socceronline.me,igg-
games.co,crackstreams.*,torrentmac.net,vipboxtv.*,vipbox.*,userscloud.com,game3rb.c
om,soap2day.*,soccerworldcup.me,igg-
games.com,miraculous.to,coloredmanga.com,hentaispark.com,send.cm$
$script[wildcard="*FingerprintJS*;break;case*"][min-length="100000"][max-
length="900000"]
!
! ad script wpadmngr.com
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.t
v,tokyoblog.tv,xblog.tv,ilikecomix.com,edoujin.net,klmanga.net,porncomixonline.net,
tokyoblog.tv,monoschinos2.com,idolsblog.tv,zetporn.com,javtiful.com,torlock.com,jav
hub.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')
d0000d.com,do0od.com,ds2play.com,doods.pro,dooood.com,xxxtik.com,dood.yt,dood.re,do
od.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,forums.socialmediagirls.co
m,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,sx
yprn.net,manga1001.se,mangaraw.io,mangarow.org,syosetu.me,tokyomotion.com,mangarawj
p.io,mrjav.net,yurineko.net,azel.info,clip-
sex.biz,justpicsplease.com,lucagrassetti.com,mihand.ir,nudecelebsimages.com,overwat
chporn.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,windows-
portal.pw,erowall.com,adultwalls.com,motaen.com,camclips.cc,camwhores.biz,freeporn-
site.com,imageteam.org,cambabe.video,cambabe.me,caminspector.net,free-strip-
games.com,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.*,thekickas
s.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickas
st.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kicka
ssuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,ki
ckass-
usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickass
unlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,k
ickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker
.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrent
s.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickas
s.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,ki
ckass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass
2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,
kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kic
kasstorrents2.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.*,thekickas
s.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickas
st.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kicka
ssuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,ki
ckass-
usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickass
unlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,k
ickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker
.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrent
s.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickas
s.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,ki
ckass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass
2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,
kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kic
kasstorrents2.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.*,thekickas
s.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickas
st.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kicka
ssuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,ki
ckass-
usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickass
unlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,k
ickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker
.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrent
s.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickas
s.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,ki
ckass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass
2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,
kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kic
kasstorrents2.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/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")]]
| //*[name()="Period"]/@start | //*[name()="Period"]/@duration', '', '.mpd')
! https://github.com/AdguardTeam/AdguardFilters/issues/171324
bestgirlsexy.com#%#//scriptlet('abort-current-inline-script',
'String.fromCharCode', '_0x')
! 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,scoresports787.com,scoresports788.com,scoresports789.com,scoresp
orts790.com,scoresports791.com,scoresports792.com,scoresports793.com,scoresports794
.com,scoresports795.com,scoresports796.com,scoresports797.com,scoresports798.com,sc
oresports799.com,scoresports800.com,scoresports801.com#%#//scriptlet('abort-on-
property-read', 'newTab')
scoresports786.com,scoresports787.com,scoresports788.com,scoresports789.com,scoresp
orts790.com,scoresports791.com,scoresports792.com,scoresports793.com,scoresports794
.com,scoresports795.com,scoresports796.com,scoresports797.com,scoresports798.com,sc
oresports799.com,scoresports800.com,scoresports801.com#%#//scriptlet('abort-on-
property-write', 'xorEncryptDecrypt')
! https://github.com/AdguardTeam/AdguardFilters/issues/170296
filmcomment.com#%#//scriptlet('trusted-set-cookie', 'fc_global_ad', 'true')
! kotaku.com - removing href attr for ad link which is also used as text in
sentence
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,j
alopnik.com,jezebel.com,kotaku.com,qz.com,theinventory.com,theonion.com,theroot.com
,thetakeout.com#%#//scriptlet('remove-attr', 'href|data-ga|data-vtas-click|target',
'.js_post-content a[rel*="sponsored"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/170170
swatchseries.mx#%#//scriptlet('set-cookie', '__pf', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/169887
myflixerz.nl,flixwave.to,anix.to,fmoviesz.to,aniwave.to#%#//scriptlet('prevent-
window-open')
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')
lootdest.com,loot-link.com,lootlinks.co,loot-links.com#%#AG_onLoad((function()
{const t=PUBLISHER_LINK;if("string"==typeof
t)if(t.startsWith("http"))location.assign(PUBLISHER_LINK);else{const
n=((t,n=5)=>{try{const o=atob(t),r=o.substring(0,n),s=o.substring(n);let
i="";for(let t=0;t<s.length;t++){const n=s.charCodeAt(t),o=n^r.charCodeAt(t
%r.length);i+=String.fromCharCode(o)}return i}catch(t){return
console.error(`Invalid input: ${t}`),null}})
(t);n&&n.startsWith("http")&&location.assign(n)}}));
! https://github.com/AdguardTeam/AdguardFilters/issues/169200
player.euroxxx.net#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/169304
viprow.nu,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/168256
designparty.sx#%#//scriptlet('prevent-eval-if', 'popunder')
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
lookmovie.click,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/167420
pahe.li#%#//scriptlet('prevent-window-open')
! 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
!#if (adguard)
yts.mx#%#//scriptlet('abort-current-inline-script', 'document.write')
!#endif
! 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
7mm001.com,7mmtv.sx#%#//scriptlet('trusted-click-element', 'div[id^="mvspan_"]
[id*="_s_k_i_p_b"]')
7mmtv.sx#%#//scriptlet('prevent-window-open')
mm9845.com#%#//scriptlet('prevent-window-open')
filemoon.sx#%#//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
xz6.top,javboys.cam,vzlinks.com,playvideohd.com,younetu.org,mundosinistro.com,stbne
tu.xyz,diziturk.club,1069jp.com,vertelenovelasonline.com,rpdrlatino.live,ntvid.onli
ne,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,cumgloryhole.com,zerknij.cc,speedporn.net,chilli
cams.net,meucdn.vip,yandexcdn.com,hindipix.in,hindipix.in,waaw1.tv,waaw.*,czxxx.org
,newhost.me,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
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com#%#//scriptlet('set-constant', 'OBR', 'noopFunc')
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com#%#//scriptlet('set-constant', 'OBR.extern', 'noopFunc')
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.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')
||uplynk.com/*.m3u8$hls=/#UPLYNK-SEGMENT:.*\,ad/t,domain=foxsports.com
! 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]')
! https://github.com/AdguardTeam/AdguardFilters/issues/159013
saveinsta.app#%#//scriptlet('set-constant', 'showAd', 'noopFunc')
! 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
embedv.net,vembed.org,vembed.net,vid-
guard.com,v6embed.xyz,gaystream.online,vgembed.com#%#//scriptlet('prevent-window-
open')
embedv.net,vembed.org,vembed.net,vid-
guard.com,v6embed.xyz,gaystream.online,vgembed.com#%#//scriptlet('abort-on-stack-
trace', 'open', '_openAd')
embedv.net,vembed.org,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
watchspongebobsquarepants.com,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:"",setTargetin
gForAppNexus(){},setTargetingForGPT(){},start(){}};t.length;)e(t.shift())})();
! https://github.com/AdguardTeam/AdguardFilters/issues/154277
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:"",setTargetin
gForAppNexus(){},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.com#%#//scriptlet('remove-attr', 'href', 'a[href]#clickfakeplayer')
tellyhd.com#%#AG_onLoad((function(){var e=new MutationObserver((function(){var
c=document.querySelector("a#clickfakeplayer:not([href])");c&&(e.disconnect(),c.clic
k(),setTimeout((()=>{c.click()}),100))}));e.observe(document,{childList:!
0,subtree:!0}),setTimeout((function(){e.disconnect()}),1e4)}));
! 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
rawkuma.com#%#//scriptlet('prevent-addEventListener', 'readystatechange',
'document.removeEventListener')
! 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,cybertechng.comnajserialy.to#%#//
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))}))})).observ
e(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/150428
livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.m
e,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.livetv5
97.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livet
v602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.liv
etv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.l
ivetv612.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,c
dn.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.livetv63
6.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv
641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.live
tv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.li
vetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.
livetv656.me,cdn.livetv657.me#%#//scriptlet('prevent-window-open', '', '1')
! 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/159332
! https://github.com/AdguardTeam/AdguardFilters/issues/148909
bestx.stream,watchx.top#%#//scriptlet('set-constant', 'Set_Popup', '2')
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')
||pubads.g.doubleclick.net/ondemand/hls/*.m3u8$hls=/redirector\.googlevideo\.com\/
videoplayback[\s\S]*?dclk_video_ads/,domain=10play.com.au
! 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,watchseries.id,9anime.to#%#//scriptlet('abort-on-property-read', 'a0a')
aniwave.to,watchseries.id,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')
coolrom.com.au$$script[tag-content="window.location.href='/offers/"][min-
length="100"][max-length="800"]
! 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/144812
sports-stream.site#%#//scriptlet('abort-on-property-read', '_wm')
! 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/142162
cinegrab.com#%#//scriptlet('abort-current-inline-script', 'navigator.userAgent',
'popunder')
! 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/141197
ilive.sbs#%#//scriptlet("abort-current-inline-script", "eval",
"String.fromCharCode")
! 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:\/\/fanyv88.com:443\/https\/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,palimas.org,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/139671
bizzstreams2u.live#%#//scriptlet('abort-on-property-read', '_pop')
! 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,mirr
or.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
!
!+ PLATFORM(windows, mac, android)
classical-music.com#%#(function(){window.DD_LOGS={onReady(){},logger:{log(){}}}})
();
! 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/136016
stbemucodes.tk#%#//scriptlet('abort-current-inline-script', 'window.onload',
'linkArr')
! 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,vikistream.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.enab
leAdPlaygraphs', '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,ze
dporn.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,turbo-
bit.website,turbobits.cc,turbobiyt.net,turbobit.net#%#//scriptlet('trusted-click-
element', 'a#no-thanks-btn')
! https://github.com/AdguardTeam/AdguardFilters/issues/133527
myoplay.club,tutelehd.net#%#//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/133543
! apl*.me - frequently changed domains
apl100.me,apl101.me,apl102.me,apl103.me,apl104.me,apl105.me,apl106.me,apl107.me,apl
108.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,ap
l133.me,apl134.me,apl135.me,apl136.me,apl137.me,apl138.me,apl139.me,apl140.me,apl14
1.me,apl142.me,apl143.me,apl144.me,apl145.me,apl146.me,apl147.me,apl148.me,apl149.m
e,apl150.me,apl151.me,apl152.me,apl153.me,apl154.me,apl155.me,apl156.me,apl157.me,a
pl158.me,apl159.me,apl160.me,apl161.me,apl162.me,apl163.me,apl164.me,apl165.me,apl1
66.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,apl
191.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,ap
l216.me,apl217.me,apl218.me,apl219.me,apl220.me,apl221.me,apl222.me,apl223.me,apl22
4.me,apl225.me,apl226.me,apl227.me,apl228.me,apl229.me,apl230.me,apl231.me,apl232.m
e,apl233.me,apl234.me,apl235.me,apl236.me,apl237.me,apl238.me,apl239.me,apl240.me,a
pl241.me,apl242.me,apl243.me,apl244.me,apl245.me,apl246.me,apl247.me,apl248.me,apl2
49.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,apl
273.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,ap
l298.me,apl299.me,apl300.me#%#//scriptlet("abort-on-property-write",
"ct_siteunder")
! 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,repelishd.com.ar#%#//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/132332
yourporn.to#%#//scriptlet("abort-on-property-read", "__CLP")
yourporn.to#%#//scriptlet("abort-on-property-read", "__CLPP")
yourporn.to#%#//scriptlet('adjust-setInterval', '_0x', '*', '0.02')
yourporn.to#%#AG_onLoad(function(){if(location.href.includes("/embed/")){var c=new
MutationObserver(function(){var a=document.querySelector(".pop-preroll-
close");a&&(c.disconnect(),a.click())});c.observe(document,{childList:!0,subtree:!
0}),setTimeout(function(){c.disconnect()},1E4)}});
! https://github.com/AdguardTeam/AdguardFilters/issues/132270
mvidoo.com#%#//scriptlet('abort-on-property-read', 'popunder')
! https://github.com/AdguardTeam/AdguardFilters/issues/167668
! Removes ad placeholders in sliders
msn.com#%#//scriptlet('json-prune',
'configs.*.properties.slideshowWCSettings.interstitialNativeAds
configs.*.properties.fullScreenSlideshowSettings.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/aHR0cDovL2ZjLmxjL2Z1bGwvP2FwaT00ZjcyNTBhYmU4NmJhNTViNWI3OTM4O
TYwY2M1ZjYwNzdjNWVhNzAxJnVybD1hSFIwY0RvdkwzTm9iM0owWlhKaGJHd3VZMjl0TDNCNE5GVS9WR2ho
Ym1zdGVXOTFNejlVYUdGdWF5MTViM1V6JnR5cGU9Mg==
linkspy.cc#%#//scriptlet("set-constant", "displayAds", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/131671
filemoon.*#%#//scriptlet('set-constant', 'FMPoopS', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/131600
efukt.comefukt.com#%#//scriptlet('set-cookie', 'efi_rec', '1')
! 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/d1516279f07ca1c686f936335a20ca23808d
d7f6#commitcomment-85409626
scratch247.info#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/130400
streamingcommunity.*#%#//scriptlet('prevent-window-open')
streamingcommunity.*#%#//scriptlet('abort-on-stack-trace', 'localStorage',
'cloudfront.net/?')
! 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:\/\/fanyv88.com:443\/https\/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:\/\/fanyv88.com:443\/https\/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.p
rod.clips.enabled=!1),s?.player?.instances)for(var i of
Object.keys(s.player.instances))s.player.instances[i]?.configs?.ads?.ssai?.prod?.cl
ips?.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/124687
hpav.tv,hpjav.tv#%#//scriptlet("abort-on-property-read", "VAST")
! 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')
edoujin.net$$meta[http-equiv="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/easylist/easylist/issues/12450
time4tv.stream#%#//scriptlet("abort-current-inline-script", "atob",
"decodeURIComponent")
! 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/134192
! https://github.com/AdguardTeam/AdguardFilters/issues/122187
whosyour.mom,filemoon.*#%#//scriptlet("prevent-window-open")
whosyour.mom,filemoon.*#%#//scriptlet("abort-current-inline-script", "navigator",
"popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/122207
streamadblockplus.xyz#%#//scriptlet("set-constant", "window.open", "noopFunc")
streamadblockplus.xyz#%#AG_onLoad(function() { setTimeout(function() {var check =
document.getElementsByClassName('play-overlay')[0]; if (check){check.click();
check.click(); }; }, 300); });
! 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")
angelfire.com$$script[tag-content="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
ragnaru.net,cdn1.link$$div[id="adholder"]
ragnaru.net,metx.me,starlive.xyz,daddylive.*,vikistream.com,embedstream.me,streamgo
.to#%#//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,m
emangbau.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")
! popup on clicking thumbnails
xxx-videosex.porn#%#//scriptlet("prevent-window-open")
! 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/115617
glamourhits.org#%#//scriptlet('set-constant', 'click_r', 'true')
! 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).")
! popup
sexlivesex.net,xxxtop.org#%#//scriptlet("abort-current-inline-script", "onload",
"window.open")
! 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)});
ricettafitness.com,yts-subs.dev$$meta[http-equiv="refresh"]
! 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/113205
hpav.tv,hpjav.tv#%#//scriptlet("prevent-window-open")
! 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://forum.adguard.com/index.php?threads/47051/
battleplan.news#%#//scriptlet("set-constant", "Object.prototype.ads", "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')
! popup on click
new-porn.club#%#//scriptlet("abort-current-inline-script", "document.attachEvent",
"prt")
! 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/110016
moviestars.to#%#//scriptlet('prevent-window-open', '', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/156604
conspiracyfact.info,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
!+ PLATFORM(windows, mac, android)
historyextra.com#%#(function(){window.DD_LOGS={onReady(){},logger:{log(){}}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/117078
! https://github.com/AdguardTeam/CoreLibs/issues/1701
!+ PLATFORM(windows, mac, android)
sciencefocus.com#%#(function(){window.DD_LOGS={onReady(){},logger:{log(){}}}})();
! https://github.com/AdguardTeam/CoreLibs/issues/1571
! https://github.com/AdguardTeam/AdguardFilters/issues/102912
!+ PLATFORM(windows, mac, android)
bbcgoodfood.com#%#(function(){window.DD_LOGS={onReady(){},logger:{log(){}}}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/109773
onlyseries.net#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
cinelink.stream#%#AG_onLoad(function(){var
a=document.querySelector('button.redirect[onclick^="window.location.replace("]
[onclick*=".cinestream."]');a&&a.click()});
! popup
xvideos.wptri.com#%#//scriptlet("prevent-window-open")
! 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/108951
eplayer.click#%#//scriptlet("prevent-setInterval", "ppu_")
! 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/108077
cloneplayer.xyz#%#//scriptlet("prevent-window-open", "/^./", "1")
! https://github.com/AdguardTeam/AdguardFilters/issues/108235
hispasexy.org#%#//scriptlet("abort-on-property-read", "_cpp")
! popup on play
atdabb.uk#%#//scriptlet('prevent-window-open')
! 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/107857
hpjav.tv#%#//scriptlet('prevent-window-open', 'ad.pornimg')
! https://github.com/AdguardTeam/AdguardFilters/issues/104441
gaystream.pw#%#AG_onLoad(function(){setTimeout(function(){var
a=document.querySelector(".streams .overlay-close > a");a&&a.click()},2E3)});
! 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
lookmovie100.xyz,lookmovie101.xyz,lookmovie102.xyz,lookmovie103.xyz,lookmovie104.xy
z,lookmovie105.xyz,lookmovie106.xyz,lookmovie107.xyz,lookmovie108.xyz,lookmovie109.
xyz,lookmovie110.xyz,lookmovie111.xyz,lookmovie112.xyz,lookmovie113.xyz,lookmovie11
4.xyz,lookmovie115.xyz,lookmovie116.xyz,lookmovie117.xyz,lookmovie118.xyz,lookmovie
119.xyz,lookmovie120.xyz,lookmovie121.xyz,lookmovie122.xyz,lookmovie123.xyz,lookmov
ie124.xyz,lookmovie125.xyz,lookmovie126.xyz,lookmovie127.xyz,lookmovie128.xyz,lookm
ovie129.xyz,lookmovie130.xyz,lookmovie131.xyz,lookmovie132.xyz,lookmovie133.xyz,loo
kmovie134.xyz,lookmovie135.xyz,lookmovie136.xyz,lookmovie137.xyz,lookmovie138.xyz,l
ookmovie139.xyz,lookmovie140.xyz,lookmovie141.xyz,lookmovie142.xyz,lookmovie143.xyz
,lookmovie144.xyz,lookmovie145.xyz,lookmovie146.xyz,lookmovie147.xyz,lookmovie148.x
yz,lookmovie149.xyz,lookmovie150.xyz,lookmovie151.xyz,lookmovie152.xyz,lookmovie153
.xyz,lookmovie154.xyz,lookmovie155.xyz,lookmovie156.xyz,lookmovie157.xyz,lookmovie1
58.xyz,lookmovie159.xyz,lookmovie160.xyz,lookmovie161.xyz,lookmovie162.xyz,lookmovi
e163.xyz,lookmovie164.xyz,lookmovie165.xyz,lookmovie166.xyz,lookmovie167.xyz,lookmo
vie168.xyz,lookmovie169.xyz,lookmovie170.xyz,lookmovie171.xyz,lookmovie172.xyz,look
movie173.xyz,lookmovie174.xyz,lookmovie175.xyz,lookmovie176.xyz,lookmovie177.xyz,lo
okmovie178.xyz,lookmovie179.xyz,lookmovie180.xyz,lookmovie181.xyz,lookmovie182.xyz,
lookmovie183.xyz,lookmovie184.xyz,lookmovie185.xyz,lookmovie186.xyz,lookmovie187.xy
z,lookmovie188.xyz,lookmovie189.xyz,lookmovie190.xyz,lookmovie191.xyz,lookmovie192.
xyz,lookmovie193.xyz,lookmovie194.xyz,lookmovie195.xyz,lookmovie196.xyz,lookmovie19
7.xyz,lookmovie198.xyz,lookmovie199.xyz,lookmovie200.xyz$
$script[wildcard="*function*break;case*"][min-length="30000"][max-length="100000"]
lookmovie100.xyz,lookmovie101.xyz,lookmovie102.xyz,lookmovie103.xyz,lookmovie104.xy
z,lookmovie105.xyz,lookmovie106.xyz,lookmovie107.xyz,lookmovie108.xyz,lookmovie109.
xyz,lookmovie110.xyz,lookmovie111.xyz,lookmovie112.xyz,lookmovie113.xyz,lookmovie11
4.xyz,lookmovie115.xyz,lookmovie116.xyz,lookmovie117.xyz,lookmovie118.xyz,lookmovie
119.xyz,lookmovie120.xyz,lookmovie121.xyz,lookmovie122.xyz,lookmovie123.xyz,lookmov
ie124.xyz,lookmovie125.xyz,lookmovie126.xyz,lookmovie127.xyz,lookmovie128.xyz,lookm
ovie129.xyz,lookmovie130.xyz,lookmovie131.xyz,lookmovie132.xyz,lookmovie133.xyz,loo
kmovie134.xyz,lookmovie135.xyz,lookmovie136.xyz,lookmovie137.xyz,lookmovie138.xyz,l
ookmovie139.xyz,lookmovie140.xyz,lookmovie141.xyz,lookmovie142.xyz,lookmovie143.xyz
,lookmovie144.xyz,lookmovie145.xyz,lookmovie146.xyz,lookmovie147.xyz,lookmovie148.x
yz,lookmovie149.xyz,lookmovie150.xyz,lookmovie151.xyz,lookmovie152.xyz,lookmovie153
.xyz,lookmovie154.xyz,lookmovie155.xyz,lookmovie156.xyz,lookmovie157.xyz,lookmovie1
58.xyz,lookmovie159.xyz,lookmovie160.xyz,lookmovie161.xyz,lookmovie162.xyz,lookmovi
e163.xyz,lookmovie164.xyz,lookmovie165.xyz,lookmovie166.xyz,lookmovie167.xyz,lookmo
vie168.xyz,lookmovie169.xyz,lookmovie170.xyz,lookmovie171.xyz,lookmovie172.xyz,look
movie173.xyz,lookmovie174.xyz,lookmovie175.xyz,lookmovie176.xyz,lookmovie177.xyz,lo
okmovie178.xyz,lookmovie179.xyz,lookmovie180.xyz,lookmovie181.xyz,lookmovie182.xyz,
lookmovie183.xyz,lookmovie184.xyz,lookmovie185.xyz,lookmovie186.xyz,lookmovie187.xy
z,lookmovie188.xyz,lookmovie189.xyz,lookmovie190.xyz,lookmovie191.xyz,lookmovie192.
xyz,lookmovie193.xyz,lookmovie194.xyz,lookmovie195.xyz,lookmovie196.xyz,lookmovie19
7.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/105170
adlinkfly.wartakilat.com#%#//scriptlet("prevent-window-open")
! 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/easylist/easylist/pull/10184
gomovies.lv#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! 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
!+ PLATFORM(windows, mac, android)
hotcleaner.com#%#(function(){try{var
e=Element.prototype.remove,b=document.querySelectorAll.bind(document),a=new
MutationObserver(function(){try{b("div > ins.adsbygoogle").forEach(function(a)
{return a.parentNode&&Reflect.apply(e,a.parentNode,document)})}catch(a)
{}});a.observe(document,{childList:!0,subtree:!0}),setTimeout(function()
{a.disconnect()},1E4)}catch(a){}})();
! 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/100671
dragontranslation.com#%#//scriptlet("prevent-addEventListener", "*", "JSON.parse")
! 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,slutdump.com,pxrnxx.xyz#%#//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/96087
baominh.tech#%#//scriptlet("prevent-window-open")
! 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/96036
streamon.to#%#(function(){window.addEventListener("load",function(){var
a=document.getElementById("overlay");a&&a.click()})})();
! 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/94099
camclips.tv#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
! 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/"]')
! highload.to - popups
fireload.xyz,embedo.co,highload.to#%#//scriptlet("prevent-window-open")
fireload.xyz,embedo.co,highload.to#%#(function()
{window.addEventListener("load",function(){var
a=document.getElementById("videerlay");a&&a.click()})})();
! 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
sltube.org,soap2day.rs,slwatch.co,slmaxed.com,streamlare.com#%#//
scriptlet("prevent-window-open", "!streamlare")
sltube.org,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/89759
welovestream.xyz#%#//scriptlet("prevent-window-open")
! 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")
||dai.google.com/ondemand/hls/content/*.m3u8$hls=/redirector\.googlevideo\.com\/
videoplayback[\s\S]*?dclk_video_ads/,domain=sbs.com.au
! 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')
redload.co#%#AG_onLoad(function(){setTimeout(function(){var
a=document.querySelector(".plyr-overlay");a&&(a.click(),a.click())},500)});
gettapeads.com,tapeadsenjoyer.com,noblocktape.com,antiadtape.com,tapewithadblock.or
g,streamadblocker.*,adblocktape.*,streamtapeadblockuser.*,strtapewithadblock.*,stap
ewithadblock.monster,adblockeronstape.me,streamadblockplus.com,shavetape.*,streamta
peadblock.*,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,streamadblockp
lus.com,shavetape.*,streamtapeadblock.*,adblockstrtape.link,adblockstrtech.link,adb
lockstreamtape.*,tubeload.co,stape.fun,streamtape.*,strcloud.link#
%#AG_onLoad(function(){setTimeout(function(){var a=document.querySelector(".play-
overlay");a&&(a.click(),a.click())},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/88328
newplayer.playwatchnet.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")
free.dotnet.stream,fembed.stream#%#AG_onLoad(function(){var
a=document.querySelector('button.redirect[onclick^="window.location.replace(\'https
://onionbox.org/"]');a&&a.click()});
! 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")
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')
!https://github.com/AdguardTeam/AdguardFilters/issues/86398
linksht.com#%#//scriptlet('prevent-window-open')
! popunder
deusasporno.com.br,pornos.blog.br,sambaporno2.com,sexoamador.blog.br,videospornozin
hos.com,videosexoquente.com,xvideosf.com#%#//scriptlet("prevent-addEventListener",
"click", "popunder")
! https://github.com/AdguardTeam/AdguardFilters/issues/86329
gogoanime.*#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/86372
oupvideo.xyz,makaveli.xyz,videoloca.xyz,tnaket.xyz#%#//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.*,streanpla
y.*#%#//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/85475
puzzles.msn.com#%#//scriptlet("adjust-setInterval", "game will", "", "0.02")
puzzles.msn.com#%#AG_onLoad(function(){setTimeout(function(){var
a=document.querySelector('ark-ad-div[data-type="play-
button"]');a&&a.click()},1000)});
! 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/84994
streamon.to#%#//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")
vcdn2.space#%#//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/83279
linkadshield.xyz#%#//scriptlet("prevent-window-open")
! 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/83579
javsenpai.site#%#//scriptlet('prevent-window-open')
! 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")
! rumahfilm.live popup
rumahfilm.stream#%#//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,nhlstream.nu,nbas
tream.nu,mlbstream.me,embedstream.me,tvply.me,worldcupfootball.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/4269f6e99ad54f56e04829bbe9eeaf
4c24f4921b#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/79407
coin.mg#%#//scriptlet("prevent-window-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']")
! live-sport24.com - popups
live-sport24.com#%#//scriptlet("abort-on-property-read", "is_clck")
! 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")
! popups, ads
nicy-spicy.pw#%#//scriptlet("prevent-addEventListener", "/click|touchend/", "_0x")
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/79665
arkadium.com#%#AG_onLoad(function() { setInterval(function() { var a =
document.querySelector('ark-ad-div[data-type="play-button"]'); if(a) a.click(); },
50); });
! 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)});
cryptodirectories.com$$meta[http-equiv="refresh"]
! 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')
! mstream.website - popups
mstream.website#%#//scriptlet("prevent-eval-if", "ausgehender_link")
! 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.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*,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
imgqec.online,imgwbfh.online,imgyer.store,imgxuh.cfd,imgngc.sbs,imgezx.sbs,imgxza.s
tore,imgwqr.online,imagehaha.com,imgpukrr.site,imagent.buzz,imagepuitr.buzz,imgblaz
e.net,imgkorle.buzz,imgkaka.xyz,pixsera.net,imgfrost.net,imgair.net#%#//
scriptlet("prevent-addEventListener", "click", "checkTarget")
imgwqr.online,imagehaha.com,imgpukrr.site,imagent.buzz,imagepuitr.buzz,imgblaze.net
,imgkorle.buzz,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")
nflup.live#%#//scriptlet("abort-on-property-read", "S9tt")
! 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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android ||
adguard_ext_firefox)
bing.com#%#//scriptlet('prevent-setInterval', 'logQueue', '10000')
!#endif
! 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/76581
masstamilan.im#%#//scriptlet("prevent-window-open")
! 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/76298
imgair.net,imgko.xyz#%#//scriptlet('abort-on-property-read', 'doOpen')
! 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/74105
fastcheats.net#%#//scriptlet("prevent-window-open", "amzn.to")
! 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,404error.one,player-
cdn.com,kmo.to,nazarickol.com,redirect-ads.com#%#//scriptlet("prevent-window-open",
"!abyss.to", "1")
streamsb.online,rufiguta.com,abysscdn.com,404error.one,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', '')
! https://github.com/AdguardTeam/AdguardFilters/issues/73137
newdmn.icu#%#//scriptlet("abort-on-property-read", "popurl")
! 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,p
ornktubes.net,porhubvideo.com,yesleaks.com,bigojav.com,javchill.com,weloma.*,kmansi
n09.com,porn00.org,kisscos.net,fourquarters.biz,readwebtoononline.net,webtoonplus.c
om,besthdgayporn.com,mangas-
raw.com,latinohentai.com,vegvorous.com,gigmature.com,xmegadrive.com,gogoanime.*,lin
kszia.co,urbharat.xyz,91.208.197.24,edummm.xyz,adslink.pw,pornohubonline.com,movies
kafanda.xyz,mangamovil.net,tatli.biz,naijauncut.com,teenager365.com,10convert.com,m
oviesjoy.*,javenspanish.com,jav-
asia.top,komiklokal.xyz,leermanga.net,leechall.com,kantotflix.com,watchfreenet.com,
javxxx.me,yifysubtitles.vip,536sdms.com,justcastingporn.com,justfamilyporn.com,simp
ly-hentai.com,onlyfoot.net#%#//scriptlet("abort-current-inline-script",
"document.createElement", "/l\.parentNode\.insertBefore\(s/")
! https://github.com/AdguardTeam/AdguardFilters/issues/72811
movierulzfree.is#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/73376
javporn18.com#%#//scriptlet('abort-current-inline-script', 'mypop')
! 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"]')
bitlinks.pw,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/72191
camflow.tv#%#//scriptlet("abort-current-inline-script", "onload", "onclick")
! 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/72309
go2.surf#%#//scriptlet("prevent-window-open")
! 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/72027
ddl-music.to#%#//scriptlet('abort-current-inline-script', 'current_location')
! https://github.com/AdguardTeam/AdguardFilters/issues/71805
userload.co#%#//scriptlet("prevent-window-open")
userload.co#%#//scriptlet("abort-current-inline-script", "$", "popunder")
userload.co#%#(function(){window.addEventListener("load",function(){var
a=document.getElementById("videooverlay");a&&a.click()})})();
! 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
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,pau
lkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kath
leenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.
com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriespo
rail.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,uro
chsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com
,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176
duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestsell
ing244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasose
ptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.
com,toxitabellaeatrebates306.com,telyn610zoanthropy.com,20demidistance9elongations.
com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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")
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,pau
lkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kath
leenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.
com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriespo
rail.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,uro
chsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com
,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176
duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestsell
ing244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasose
ptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.
com,toxitabellaeatrebates306.com,telyn610zoanthropy.com,20demidistance9elongations.
com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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")
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,pau
lkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kath
leenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.
com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriespo
rail.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,uro
chsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com
,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176
duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestsell
ing244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasose
ptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.
com,toxitabellaeatrebates306.com,telyn610zoanthropy.com,20demidistance9elongations.
com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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)}}});
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,edwardarriveoften.com,paulkitchendark.com,st
evenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kathleenmemberhistory.c
om,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.com,nectareousovere
late.com,apinchcaseation.com,timberwoodanotia.com,strawberriesporail.com,valeronevi
jao.com,cigarlessarefy.com,figeterpiazine.com,yodelswartlike.com,generatesnitrosate
.com,chromotypic.com,gamoneinterrupted.com,metagnathtuggers.com,wolfdyslectic.com,r
ationalityaloelike.com,sizyreelingly.com,simpulumlamerop.com,urochsunloath.com,mono
rhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com,tubelessceliolymph
.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176duplicities.com,mat
riculant401merited.com,antecoxalbobbing1010.com,boonlessbestselling244.com,cyamidpu
lverulence530.com,guidon40hyporadius9.com,449unceremoniousnasoseptal.com,321naturel
ikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.com,toxitabellaeatr
ebates306.com,telyn610zoanthropy.com,20demidistance9elongations.com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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)
morganoperationface.com,johntryopen.com,seanshowcould.com,jamiesamewalk.com,bradley
viewdoctor.com,kennethofficialitem.com,lukecomparetwo.com,edwardarriveoften.com,pau
lkitchendark.com,stevenimaginelittle.com,troyyourlead.com,denisegrowthwide.com,kath
leenmemberhistory.com,nonesnanking.com,prefulfilloverdoor.com,phenomenalityuniform.
com,nectareousoverelate.com,apinchcaseation.com,timberwoodanotia.com,strawberriespo
rail.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,uro
chsunloath.com,monorhinouscassaba.com,counterclockwisejacky.com,availedsmallest.com
,tubelessceliolymph.com,tummulerviolableness.com,35volitantplimsoles5.com,scatch176
duplicities.com,matriculant401merited.com,antecoxalbobbing1010.com,boonlessbestsell
ing244.com,cyamidpulverulence530.com,guidon40hyporadius9.com,449unceremoniousnasose
ptal.com,321naturelikefurfuroid.com,30sensualizeexpression.com,19turanosephantasia.
com,toxitabellaeatrebates306.com,telyn610zoanthropy.com,20demidistance9elongations.
com,tinycat-voe-
fashion.com,realfinanceblogcenter.com,uptodatefinishconferenceroom.com,bigclatterho
mesguideservice.com,fraudclatterflyingcar.com,housecardsummerbutton.com,fittingcent
ermondaysunday.com,reputationsheriffkennethsand.com,launchreliantcleaverriver.com,a
udaciousdefaulthouse.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')
srek.net#%#//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/67511
upesportes.com#%#//scriptlet('set-cookie', 'LiberaFunctionAd', '1')
! 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/65508
ownurl.website#%#//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/65379
danc.uk#%#//scriptlet("prevent-window-open")
! https://github.com/AdguardTeam/AdguardFilters/issues/166178
! https://github.com/AdguardTeam/AdguardFilters/issues/78571
opvid.online#%#//scriptlet('trusted-click-element',
'#vplayer[onclick="Code()"] .vjs-big-play-button')
opvid.online,upvid.*#%#//scriptlet("prevent-window-open")
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/64869
melongfilm.org#%#//scriptlet("abort-on-property-write", "i7oo")
melongfilm.org#%#//scriptlet('prevent-setTimeout', 'Q70.')
melongfilm.org#%#//scriptlet("prevent-addEventListener", "", "Q70.")
! 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/61141
goo-2o.com#%#//scriptlet("prevent-addEventListener", "click", "clicking")
! 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/60709
elsfile.org#%#//scriptlet("json-prune", "rot_url pop_type")
elsfile.org#%#//scriptlet("prevent-addEventListener", "", "x20click")
! https://github.com/AdguardTeam/AdguardFilters/issues/60640
m4ufree.yt#%#//scriptlet("json-prune", "rot_url pop_type")
m4ufree.yt#%#//scriptlet("prevent-addEventListener", "", "x20click")
! 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/59956
asupload.com#%#//scriptlet("prevent-window-open")
! 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#%#AG_onLoad(function() { var
el=document.querySelector('input[name="imgContinue"]'); if(el) el.click(); });
! https://github.com/AdguardTeam/AdguardFilters/issues/57969
sportsbay.org,espn-live.stream#%#//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,xyzembed379.net#%#//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")
! shorte-st.online - redirect to ad site on download page
shorte-st.online#%#//scriptlet("prevent-setTimeout", "", "1000")
! 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/55747
articlix.com#%#//scriptlet("prevent-window-open")
! 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/55475
pingit.link#%#//scriptlet("prevent-window-open")
! 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")
! https://github.com/AdguardTeam/AdguardFilters/issues/55088
vidtome.stream#%#//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
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")
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")
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")
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')
! suicidegirlsfree.com - ads
suicidegirlsfree.com#%#//scriptlet("abort-current-inline-script",
"document.addEventListener", "/var ExoLoader[\s\S]*?idzone/")
! 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/53488
camclips.cc#%#//scriptlet("abort-on-property-read", "CCGirls")
! 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/52946#issuecomment-611942461
cambro.tv#%#//scriptlet("abort-on-property-read", "crakPopInParams")
! 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/53172
downloadhub.life#%#//scriptlet("abort-current-inline-script", "Symbol",
"Symbol&&Symbol.toStringTag")
! 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#%#!function(){var b=new MutationObserver(function(){var
a=document.querySelector(".viewer-vad-
control.skip");a&&(a.click(),setTimeout(function()
{b.disconnect()},1E3))});b.observe(document,{childList:!0,subtree:!0})}();
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/50096
adsrt.org#%#//scriptlet("prevent-window-open")
! 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")
promipool.com$$script[tag-content="Flags.autoRecov"][min-length="20000"][max-
length="300000"]
! 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/47699
cambro.tv#%#//scriptlet("abort-on-property-read", "onload")
! 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/46615
imagevenue.com#%#AG_onLoad(function() { var e =
document.querySelector('a[title="Continue to your image"]'); if (e) e.click(); });
! 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")
! overlord2.net - skip timer
!+ NOT_PLATFORM(windows, mac, android)
overlord2.net#%#//scriptlet("adjust-setTimeout", "btn-close-ads", "", "0.02")
!+ PLATFORM(windows, mac, android)
overlord2.net#%#(function(){var c=window.setTimeout;window.setTimeout=function(f,g)
{return g===1e3&&/btn-close-
ads/.test(f.toString())&&(g*=0.01),c.apply(this,arguments)}.bind(window)})();
! 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")
!+ PLATFORM(windows, mac, android)
televisiongratisenvivo.com#%#(function() { var w_open = window.open, regex =
/bit\.ly/; window.open = function(a, b) { if (typeof a !== 'string' || !
regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/45465
yandexcdn.com#%#//scriptlet("prevent-window-open")
!+ PLATFORM(windows, mac, android)
yandexcdn.com#%#window.open = function() {};
! 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")
!+ PLATFORM(windows, mac, android)
shon.xyz#%#window.open = function() {};
! 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")
! https://github.com/AdguardTeam/AdguardFilters/issues/45263
mstream.rocks#%#//scriptlet("abort-on-property-read", "doSecondPop")
! streamcdn.to - popups
!+ NOT_PLATFORM(windows, mac, android)
streamcdn.to#%#//scriptlet("prevent-addEventListener", "click", "dtnoppu")
!+ PLATFORM(windows, mac, android)
streamcdn.to#%#(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/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#%#AG_onLoad(function() { setTimeout(function() { var el =
document.getElementById("player"); if(el) { el.click(); }; }, 1000); });
! https://github.com/AdguardTeam/AdguardFilters/issues/44905
!+ NOT_PLATFORM(windows, mac, android)
cashearn.eu#%#//scriptlet("prevent-window-open")
!+ PLATFORM(windows, mac, android)
cashearn.eu#%#window.open = functon() {};
! 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")
!+ PLATFORM(windows, mac, android)
1819714723.rsc.cdn77.org,streamsforu.com#%#(function(){var
c=window.setInterval;window.setInterval=function(f,g){return
g===1e3&&/timerLayerAdLine/.test(f.toString())&&(g*=0.01),c.apply(this,arguments)}.
bind(window)})();
! 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)/')
!+ PLATFORM(windows, mac, android)
xsexvideos.pro,mature-tube.sexy#%#(function(){var
b=window.setTimeout;window.setTimeout=function(a,c){if(!/window\.location\.href =
("\/sell\.php"|popURL)/.test(a.toString()))return b(a,c)};})();
! 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(decode
URIComponent(a[1]))}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/43470
iddeas.xyz#%#//scriptlet("prevent-window-open")
iddeas.xyz#%#window.open = function() {};
! 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")
!+ PLATFORM(windows, mac, android)
pornlib.*#%#(function() { var open_ = window.open; var w_open = window.open, regex
= /about:blank/; window.open = function(a, b) { if (typeof a !== 'string' || !
regex.test(a)) { w_open(a, b); } }; })();
! https://github.com/AdguardTeam/AdguardFilters/issues/43032
ibit.to#%#//scriptlet("abort-on-property-read", "SmartPopunder")
! 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/43056
darnto.com#%#//scriptlet("prevent-window-open")
darnto.com#%#window.open = function() {};
! 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
mixdropjmk.pw,mdzsmutpcvykb.net,mdfx9dc8n.net,mdbekjwqa.pw,mixdroop.*,mixdrp.*,mixd
rop.*#%#//scriptlet("abort-current-inline-script", "document.createElement",
"dtnoppu")
mixdropjmk.pw,mdzsmutpcvykb.net,mdfx9dc8n.net,mdbekjwqa.pw,mixdroop.*,mixdrp.*,mixd
rop.*#%#//scriptlet("prevent-addEventListener", "click", "dtnoppu")
! typingtestnow.com - ads
!+ NOT_PLATFORM(windows, mac, android)
typingtestnow.com#%#//scriptlet("prevent-setTimeout", "replace_blank_adsense_ads")
!+ PLATFORM(windows, mac, android)
typingtestnow.com#%#(function(){var
b=window.setTimeout;window.setTimeout=function(a,c){if(!/replace_blank_adsense_ads/
.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/42701
video.javdock.com#%#AG_onLoad(function() { setTimeout(function() { var el =
document.querySelector('strong#close-btn-text'); if(el) el.click(); }, 300); });
! https://github.com/AdguardTeam/AdguardFilters/issues/41851
cambro.tv#%#//scriptlet('set-local-storage-item', 'olCounter', 'emptyObj')
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android ||
adguard_ext_chromium)
cambro.tv#%#AG_defineProperty('flashvars.adv_pre_src', {value: ""});
cambro.tv#%#AG_defineProperty('flashvars.adv_postpause_src', {value: ""});
cambro.tv#%#AG_defineProperty('flashvars.popunder_url', {value: ""});
!#endif
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_chromium)
cambro.tv#%#//scriptlet("set-constant", "Object.prototype.flashvars.popunder_url",
"")
!#endif
||cambro.tv^$~script,~stylesheet,~xmlhttprequest,replace=/popunder_url/
popunder_url_/
! 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,cambro.tv#%#//scriptlet('abort-current-inline-script',
'document.attachEvent', 'initBCPopunder')
javbangers.com,cambro.tv$$script[id="BC_P_BONGACAMS_POP"]
!
https://reddit.com/r/Adguard/comments/de5qoh/how_can_i_keep_a_website_from_redirect
ing_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/41701
link.karanpc.com#%#AG_onLoad(function() { var el=document.querySelector('form >
input[alt="Create Download Link"]'); if(el) el.click(); });
! 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/40211
proxo.wtf#%#//scriptlet("abort-on-property-read", "S9tt")
! 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")
!+ PLATFORM(windows, mac, android)
digitallearn.online#%#window.open = function() {};
! 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/38710
filmysign.com#%#//scriptlet("prevent-window-open")
filmysign.com#%#window.open = function() { };
! 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")
!+ PLATFORM(windows, mac, android)
shrtfly.net#%#window.open = function() {};
! 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
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.*,xhplanet
2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xh
amster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet('remove-
cookie', 'video_view_count')
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.*,xhplanet
2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xh
amster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet('set-local-
storage-item', 'popseen', 'true')
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.*,xhplanet
2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xh
amster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*$$script[tag-
content="initTabUnder"][max-length="12000"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.*,xhplanet
2.com,xhamster18.*,xhamster17.*,megaxh.com,xhamster16.*,hamsterix.*,xhamster13.*,xh
amster10.*,xhamster4.*,xhamster3.*,xhamster2.*,xhamster.*#%#//scriptlet("abort-
current-inline-script", "document.createElement", "initTabUnder")
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhplanet2.com,megaxh
.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.co
m,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.com,xhamster14.com,xhamste
r15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamster2.desi,xham
ster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xhamster25.com,
xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,xhamster34.c
om,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster500.com,xham
ster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamster.one,xhamst
er.desi,xhamsterpremium.com$$script[tag-content="window.dataPopUnder"]
! 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")
!+ PLATFORM(windows, mac, android)
shotfly.in#%#window.open = function() {};
! 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/37403
clx.icu#%#window.open = function() {};
! 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("ta
rget","_blank"),n[o].querySelector('input[name="link"]').remove(),i.addEventListene
r("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("targ
et","_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.forEac
h(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()))re
turn 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/upload-ac.32152/
upload.ac#%#AG_onLoad(function() { setTimeout(function() { var el =
document.getElementById("chkIsAdd"); if(el) { el.click(); } }, 300); });
! https://forum.adguard.com/index.php?threads/userscloud-com.32800
userscloud.com#%#//scriptlet("remove-attr", "onclick", "#btn_download")
! dancers `Popping Tool`
myporntape.com,super-
games.cz,hentaipins.com,ahegaoporn.net,hentaicloud.com,camwhoresbay.porn,123strippo
ker.com,chicpussy.net,imgsto.com,lolhentai.net,pics4upload.com,imgstar.eu,porncoven
.com,nakedbabes.club,vibraporn.com,imgtaxi.com,rintor.*,xcity.org,striptube.net,ero
ticity.net,camwhores.film,boobieblog.com,freeuseporn.com,gamesofdesire.com,imgsen.c
om,imgwallet.com,picdollar.com,zehnporn.com,babepedia.com,pornhd720p.com,kvador.com
,sikwap.xyz,imgadult.com,picmoney.org,sexgames.xxx,beautifulero.com,picbaron.com,po
rno-
island.*,wantedbabes.com,ftopx.com,bunnylust.com,mysexgames.com,sexykittenporn.com,
lizardporn.com,doseofporn.com,erotichdworld.com,freyalist.com,guruofporn.com,jennyl
ist.xyz,jesseporn.xyz,kendralist.com,vipergirls.to,8boobs.com,babesinporn.com,busty
bloom.com,fooxybabes.com,hotstunners.com,rabbitsfun.com,silkengirl.com,jumboporn.xy
z,zazzybabes.com#%#//scriptlet("abort-on-property-read", "loadTool")
! healthinsider.online - popups
healthinsider.online#%#window.open = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/34703
ddlflix.com#%#//scriptlet("set-constant", "dtGonza.playeradstime", "-1")
! https://github.com/AdguardTeam/AdguardFilters/issues/34700
kickassz.com#%#(function(){var
c=document.addEventListener;document.addEventListener=function(a,b,d,e){"click"!
=a&&-1==b.toString().indexOf('checkTarget')&&c(a,b,d,e)}.bind(document);})();
! 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")
! https://github.com/AdguardTeam/AdguardFilters/issues/33624
hpjav.tv#%#//scriptlet("set-constant", "NativeAd", "noopFunc")
! fc.lc - popups
fc.lc#%#(function(){var
c=document.addEventListener;document.addEventListener=function(a,b,d,e){"mouseup"!
=a&&-1==b.toString().indexOf(`var U="click";var R='_blank';var
v="href";`)&&c(a,b,d,e)}.bind(document);})();
! https://github.com/AdguardTeam/AdguardFilters/issues/32781
imgadult.com#%#//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:no
ne!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(n)
{Object.keys(n).forEach((function(i){if(i.includes("__reactFiber")||
i.includes("__reactProps"))
{i=n[i];try{if(i.memoizedProps?.children?.props?.children?.props?.children?.props?.
pin?.ad_destination_url||
i.memoizedProps?.children?.props?.children?.props?.children?.props?.children?.props
?.pin?.ad_destination_url){e++,n.style="display: none !important;";var
o=n.querySelector('a[href] span[class*=" "]:last-child');o&&(r.push(["Ad blocked
based on property ["+e+"] -> "+o.innerText]),console.table(r))}}catch(i)
{}}}))}))})).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.leng
th)}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.querySelectorA
ll("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='pre
load'][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,"Spons
ored")):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.leng
th)}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='prelo
ad'][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.queryS
electorAll("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?.cat
egory?.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.query
SelectorAll('#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.leng
th)}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?.includes("MarketplaceFeed")&&(c.style="di
splay: 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/28277
domovies.se#%#(function(){var
b=window.addEventListener;window.addEventListener=function(c,a,d){if(a&&-
1==a.toString().indexOf("popunder"))return b(c,a,d)}.bind(window)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/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")
youngsexhd.net$$script[tag-content="api_host"][max-length="3500"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26502
thoptv.info#%#(function(){window.open_=window.open;var
c=window.open,d=/greatdexchange\.com/;window.open=function(e,f)
{return"string"==typeof e&&d.test(e)?document.body:void c(e,f)}})();
! https://github.com/AdguardTeam/AdguardFilters/issues/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})})();
vivo.sx$$script[wildcard="*setTimeout*about:blank*"][min-length="800"][max-
length="2000"]
vivo.sx$$script[tag-content="encodeURIComponent(document"][min-length="5000"][max-
length="15000"]
! 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("platf
orm"),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=thunde
rdome");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))}ret
urn 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,bestiality
taboo.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,24score.info#%#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,s
lideplayer.cz,slideplayer.dk,slideplayer.es,slideplayer.fi,slideplayer.fr,slideplay
er.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://forum.adguard.com/index.php?threads/https-won-pe.27041/
won.pe#%#//scriptlet('remove-attr', 'href', '#skipbox >
a[href^="http://redirect.won.pe/ad/"]#skip_button')
! 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.c
om,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,tomshardw
are.de,tomshardware.fr,topix.com,windowscentral.com,womansworld.com#
%#URL.createObjectURL=function(){return"about:blank"};
drudgereport.com#%#URL.createObjectURL=function(){return"about:blank"};
54.229.21.199:3480$network
54.246.248.134:3480$network
! 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 = {};
! https://forum.adguard.com/index.php?threads/18375/
verystream.com#%#window.addEventListener("load", function(){ var el =
document.getElementById("videooverlay"); if(el){el.click();} });
! 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/16581/
pron.tv#%#//scriptlet("remove-attr", "style", "#main")
! 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/http-free-mp3-streaming-online.18347/
free-mp3-streaming.online#%#var b=window.open;window.open=function(a,c,d){if(0!
=a.indexOf("https://goo.gl/"))return b(a,c,d)};
! https://forum.adguard.com/index.php?threads/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);
! because of body click event
torrentz.eu#%#document.addEventListener=function() {}
! any.gs autoredirect
any.gs#%#var parts = document.URL.split("/url/"); if (parts.length == 2 &&
parts[1].indexOf('script') < 0 && /^https?:\/\/[a-z0-9.-_]+\/.*$/.test(parts[1])) {
document.location = parts[1]; };
! thepiratebay and pirateproxy anti-popup
pirateproxy.in,pirateproxy.be#%#window.open=function() {};
! Fixing zive.cz video ad
zive.cz#%#AG_onLoad(function() { window.VIDEO_AD_ENABLED = false; } );
! 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/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
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com#$##primary-sidebar { height: calc(100%) !important; }
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com#$##sidebars { height: calc(100%) !important; }
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.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,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.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,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.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/158885
fbdownloader.app#$#body { overflow: auto !important; }
fbdownloader.app#$#div#dlModal[style="display: flex;"] { display: none !
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/159013
saveinsta.app#$#body { overflow: auto !important; }
saveinsta.app#$##dlModal { display: none !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/171736
! https://github.com/AdguardTeam/AdguardFilters/issues/165100
! https://github.com/AdguardTeam/AdguardFilters/issues/162752
! https://github.com/AdguardTeam/AdguardFilters/issues/154778
poscigi.pl,theaviationist.com,portableapps.com,winhelponline.com,scitechdaily.com#$
#span[data-ez-ph-id] { position: absolute !important; left: -3000px !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; }
!+ PLATFORM(android, ios)
thewrap.com#$##js-wrap-scroll-articles { margin-top: 50px !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/bb94bacdb7765b503a4d22c8e9e4b096cff25e7
b#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/92657
proxy.red#$?#body:matches-css(margin-top: 80) { margin-top: 40px !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/85388
zshort.cc#$##fafsf2 { display: block !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,xhwide8.com,xhamster3.*,xhplanet2
.com,xhamster16.*,hamsterix.*,xhamster13.*,xhamster.com,xhamster2.com,xhamster7.com
,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.com,xhamster1
4.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamst
er2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xh
amster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com
,xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamste
r500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamst
er.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; }
!+ PLATFORM(android)
boldsky.com#$#.news-content-cat-block { margin-top: 83px!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/52689
tiny.do#$##inputlink { display: none!important; }
tiny.do#$##download1 { display: none!important; }
tiny.do#$##download2 { display: block!important; }
tiny.do#$##download3 { display: table-row!important; border: none!important;
background: none!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[dat
a-testid="search-results"] > li[data-testid="search-add-result"] > div[class]
{ border-top:0!important; padding-top:0px!important;}
nytimes.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion#$#ol[dat
a-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#$##strea
m-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; }
! katcr.co - ad
katcr.co#$#.alert--danger { visibility: hidden!important; margin-top: 0!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23098
guardiandeals.com#$#div[id^="bsa-block"][style] { position: absolute!important;
left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23221
flyordie.com#$#body > iframe[style*="left: 180px;"] { left: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22782
nfl.com#$#div[data-foobar-id="realthing"] { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/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/16390
mellowads.com#$#.flexBefore { position: absolute!important; left: -4000px!
important; }
mellowads.com#$#div[class^="flexAd"] { position: absolute!important; left: -4000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/15762
!+ PLATFORM(ext_ff, ext_opera)
education-load.com#$#.adsbygoogle { height: 0!important; }
! 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/13402
moonb.ch#$#iframe[src^="//mellowads.com/view/"] { position: absolute!important;
left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13659
livescience.com#$#.tmntag_adlabel { position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/13143
evanstonnow.com#$#.node-content > #node-story-full-group-lead-photo { float:right!
important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12812
reallifecamsex.xyz#$##video_player_container { display:inline!important; }
reallifecamsex.xyz#$##preroll_placeholder { display:none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/11847
xtube.com#$#body.desktopView.hasFooterAd .mainSection { 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/8406
dailyfreebits.com#$#a[href^="//mellowads.com/"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8455
opensnow.com#$#.mobile-ad { position: absolute!important; left: -4000px!
important; }
opensnow.com#$#.wide-ad { position: absolute!important; left: -4000px!important; }
opensnow.com#$#.web-ad { position: absolute!important; left: -4000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/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; }
!#if (!ext_ublock)
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; }
!#endif
! 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
koyhni.ru,torrentking.eu,hotshotgamers.net,hugesharing.net,keepvidi.net,linkshrink.
net,movie2k.io,moviesdbz.net,moviesmast.com,mydownloadtube.com,softango.com,stream2
watch.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; }
! https://forum.adguard.com/index.php?threads/12146/
vidspot.net#$#div[id$="On3Pla1ySpot"] { position: absolute!important; top: -2000px!
important; }
! gismeteo.com - fixing ad leftover at the top, hiding one of leftovers
gismeteo.lt,gismeteo.com,gismeteo.lv#$#.rframe#weather-lb { position: absolute!
important; left: -3000px!important; }
! emgn.com - removed big paddings at the top of the page
emgn.com#$#.inner-wrapper { margin-top: 0!important; }
emgn.com#$#header.header { top: 0!important; }
! https://forum.adguard.com/index.php?threads/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
!+ PLATFORM(windows, mac, android)
#$#.ezoic-ad { position: absolute !important; left: -3000px !important; }
!-------------------
!-------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
thepiratebay.party$$a[href="https://www.onlineuserdefender.com/"]
! 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.
!+ NOT_PLATFORM(ext_ff)
$$script[wildcard="*adcashMacros*zoneSett*"][min-length="2000"][max-length="25000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/69383
youporngay.com$$script[tag-content="{""zone_id"":"""]
! https://github.com/AdguardTeam/AdguardFilters/issues/63153
xvideos.com$$div[class="remove-ads"]
!
! PopAds
d0000d.com,do0od.com,huren.best,infosgj.free.fr,retro-
fucking.com,backfirstwo.com,nizarstream.com,jewelavid.com,streamsport.*,lovesomecom
munity.com,doods.pro,akuma.moe,pornoflux.com,nukedfans.com,filmovitica.com,jpop80ss
3.blogspot.com,streamhub.to,dooood.com,avcrempie.com,javleak.com,belowporn.com,daug
htertraining.com,hornylips.com,originporn.com,pickteenz.com,poseyoung.com,rockdilla
.com,teen-
wave.com,theblueclit.com,thesexcloud.com,tightsexteens.com,shahid4uu.cam,nomery.ru,
nsfwr34.com,mimaletamusical.blogspot.com,portugues-
fcr.blogspot.com,porntn.com,560pmovie.com,adblocktape.*,123moviehub.org,filmesonlin
exhd.biz,nu6i-bg-
net.com,sexgay18.com,ahdafnews.blogspot.com,thaihotmodels.com,vidz7.com,eyeshot.liv
e,sports-
stream.*,fapptime.com,legendei.net,141jav.com,hentaiworld.tv,nolive.me,ytstv.co,str
eamtapeadblockuser.*,ohjav.com,strtapewithadblock.*,witanime.best,stapewithadblock.
monster,adblockeronstape.me,hitomi.la,charexempire.com,9xmovie.*,haho.moe,sharemods
.com,hdmoviesfair.cfd,amateurblog.tv,fashionblog.tv,latinblog.tv,silverblog.tv,xblo
g.tv,pxxbay.com,wwwsct.com,dogemate.com,masaporn.xyz,socceron.name,pornstreams.co,a
nimes.vision,mangaboat.com,shemale6.com,sgpics.net,curvaweb.com,jiofiles.org,adslin
k.pw,playdede.*,xn--xvideos-espaol-1nb.com,meusanimes.net,xxxxvideo.uno,read-
onepiece.net,estrenosdoramas.net,nocensor.sbs,animeyt.es,mangagenki.me,rojadirectat
venvivo.com,ovamusic.com,tvseries.video,masahub.net,shadowrangers.live,dvdplay.*,cu
evana3.fan,entrepelis.org,85videos.com,javmost.*,nzbstars.com,animesonehd.xyz,rinto
r.*,javf.net,animestotais.xyz,yts-subs.dev,123-
movies.*,hesgoal.tv,themoviesflix.*,vhorizads.com,onlyfullporn.video,allplayer.tk,r
agnaru.net,serijefilmovi.com,askim-
bg.com,ytstv.me,androidadult.com,everia.club,sexdicted.com,bdnewszh.com,birdurls.co
m,vipboxtv.*,crackstreams.*,hatsukimanga.com,037jav.com,beinmatch.*,imgdawgknuttz.c
om,youjax.com,silverpic.com,okanime.tv,kuxxx.com,aotonline.org,hispasexy.org,pastem
ytxt.com,yayanimes.net,kantotinyo.com,tokyoblog.tv,flizmovies.*,yourdailypornvideos
.ws,123movieshub.*,idolsblog.tv,tvply.me,fbstream.tv,dengeki-
plusv2.xyz,itdmusics.com,cricstream.me,mixdrop.*,viprow.*,strikeout.*,scatfap.com,p
ornez.net,gotxx.com,messitv.net,123watchmovies.*,1stream.top,ytmp3eu.com,vidlox.me,
streamta.*,123moviesme.online,bestnhl.com,egyshare.cc,animesanka.*,olympusscanlatio
n.com,webcamrips.com,wickedspot.org,justfullporn.org,123moviesprime.com,masahub.com
,viveseries.com,olarixas.xyz,kissanimee.ru,javhun.com,findav.*,thebussybandit.com,p
ornofaps.com,85tube.com,bajarjuegospcgratis.com,balkanportal.net,celebrity-
leaks.net,comicsmanics.com,datawav.club,desivdo.com,directupload.net,doctormalay.co
m,dvdfullestrenos.com,ebookhunter.net,electro-torrent.pl,femdom-
joi.com,gaysex69.net,hentaistream.co,javjunkies.com,lightdl.xyz,lightdlmovies.blogs
pot.com,palimas.org,pirateiro.com,pornobr.club,pornotorrent.com.br,sexofilm.co,spor
tstream.tv,torrage.info,video.az,vstorrent.org,watchjavidol.com,xanimeporn.com,javh
oho.com,xsober.com,kinemania.tv,manga-
mx.com,gambarbogel.xyz,nuoga.eu,mediapemersatubangsa.com,gomo.to,theicongenerator.c
om,javgayplus.com,strtapeadblock.me,picdollar.com,myonvideo.com,hwnaturkya.com,javs
ex.to,cinema.cimatna.com,animefire.net,password69.com,film1k.com,gaydelicious.com,t
ensei-shitara-slime-datta-
ken.com,hitprn.com,123moviesg.com,hollymoviehd.cc,pmovi.pk,findporn.*,123movies4u.s
ite,hexupload.net,desiflix.club,filmesonlinex.org,popimed.com,adz7short.space,mixdr
op.sx,xxxwebdlxxx.top,anroll.net,sextgem.com,vikv.net,youdbox.net,pctmix1.com,watch
series.*,url4cut.xyz,1-2-
3movies.com,blurayufr.com,jorpetz.com,daddylive.*,vupload.com,rapelust.com,katmovie
hd4.com,videostreaming.rocks,imx.to,zonarutoppuden.com,yomovies.*,incestflix.com,do
od.yt,dood.re,dood.wf,dood.la,dood.pm,dood.so,dood.to,dood.watch,dood.ws,sports24.*
,videoproxy.*,dropgalaxy.com,hikarinoakari.com,givemenflstreams.com,givemenbastream
s.com,givememmastreams.com,givemeredditstreams.com,proxybit.*,virpe.com,ownurl.webs
ite,300mbplus.*,hdmovieplus.site,get-
to.link,mangovideo.club,pctmix.com,mirrorace.*,300mbfilms.*,youdbox.com,gaypornmast
ers.com,wordcounter.icu,darmowatv.ws,baixarhentai.net,scnlog.me,itopmusic.com,onlys
tream.tv,koreanaddict.net,nowagoal.xyz,bestjavs.com,nocensor.*,thepiratebay0.org,on
ceddl.org,freeomovie.to,uii.io,short.pe,snahp.it,animeshouse.net,drobfilx.com,skymo
vieshd.fit,porncomix.info,zobacz.ws,legendas.dev,shinden.pl,megasubtitles.com,sukid
esuost.info,ouofly.com,mixdrop.co,putload.tv,exdb.net,skidrowcodex.net,drycounty.co
m,ouo.io,shon.xyz$$script[data-cfasync="false"]
[wildcard="*['push']*['shift']*decodeURIComponent*"][min-length="1000"][max-
length="4000"]
ustream.to$$script[wildcard="*['push']*['shift']*decodeURIComponent*"][min-
length="1000"][max-length="4000"]
! PopAds - 'Privet darkv'
balkantelevizija.net,veneapp.com,zobacz.ws$$script[data-cfasync="false"][tag-
content="Privet darkv"][min-length="1000"][max-length="3000"]
! PopAds - 'PopAds%20CGAPIL%20'
123movieshd.*,pornyhd.com,pornxbit.com,putlockerslinks.com,baixarhentai.net,mypornh
d.com,freeservice.info,hindimean.com,drobfilx.com,nacastle.com,erai-ddl3.info,erai-
ddl2.info,scnlog.me,plytv.me,premiersport.tv,mixdrop.to,streamcdn.to,300mbfilms.io,
oloadporn.com,tamilyogi.vip,anime-
odcinki.pl,phim2online.com,sportstream.to,acefile.co,watchxxxfreeinhd.com,premiumle
echer.com,egybest2.com,mygoodstream.pw,shinden.pl$$script[data-cfasync="false"]
[tag-content="PopAds%20CGAPIL%20"][min-length="1000"][max-length="3000"]
! PopAds
d0000d.com,mixdropjmk.pw,wolverdon.fun,do0od.com,mdzsmutpcvykb.net,remaxhd.cam,rema
xhd.fun,mdfx9dc8n.net,asialiveaction.com,myeasymusic.ir,thepiratebay10.info,sportst
ream1.cfd,paste3.org,a2zcrackworld.com,adricami.com,aeblender.com,animespire.net,bl
ackporncrazy.com,cgpelis.net,erovoice.us,filthy.family,forumchat.club,freeporncomic
.net,freeuse.me,gamepcfull.com,gamesfullx.com,gostosa.cf,influencersgonewild.org,it
unesfre.com,keralatvbox.com,ladangreceh.xyz,maturegrannyfuck.com,milfmoza.com,monas
kuliner.ac.id,naughtypiss.com,notformembersonly.com,ojearnovelas.com,oldbox.cloud,o
nlyfams.net,onlyfams.org,pervertgirlsvideos.com,piratefast.xyz,pmvzone.com,pornfeti
shbdsm.com,publicsexamateurs.com,rule34.club,scripts-
webmasters.net,sextubebbw.com,slut.mom,shadowrangers.live,shadowrangers.net,sportsk
art.xyz,sxnaar.com,tabooflix.cc,tabooflix.org,teenporncrazy.com,torrsexvid.com,ufcf
ight.online,vfxmed.com,visifilmai.org,watchaccordingtojimonline.com,watchbrooklynni
ne-
nine.com,wpdeployit.com,xxxfree.watch,yts.vin,pornhoarder.*,showmanga.blog.fc2.com,
diskusscan.com,mdy48tn97.com,ekasiwap.com,akuma.moe,mdbekjwqa.pw,ebookhunter.net,pe
eplink.in$$script[data-cfasync="false"][wildcard="*popundersPerIP*atob*"][min-
length="500"][max-length="4000"]
!
! AdMaven
hexupload.net$$script[wildcard="*switch*case*XDomainRequest*"][min-length="9000"]
[max-length="20000"]
gounlimited.to$$script[wildcard="*break;case*XDomainRequest*amazonaws*"][min-
length="50000"][max-length="70000"]
bluemediadownload.lat,bluemediaurls.lol,bluemedialink.online,bluemediafile.*,blueme
diafiles.*,downloadpirate.com$$script[tag-content="window.Fingerprint2"][min-
length="100000"][max-length="350000"]
exee.app,shon.xyz$$script[tag-
content="window.Fingerprint2.FP2Options;a.exclude.PixelRatio"][min-length="350000"]
[max-length="700000"]
! hilltopads ex. (function(__htas)
nudeslegion.com,sxyprn.com,sexdiaryz.us,fucksporn.com,fullxcinema1.com,pornxp.com,p
ornktubes.net,porhubvideo.com,yesleaks.com,bigojav.com,javchill.com,weloma.*,kmansi
n09.com,porn00.org,kisscos.net,fourquarters.biz,readwebtoononline.net,besthdgayporn
.com,mangas-
raw.com,latinohentai.com,vegvorous.com,gigmature.com,xmegadrive.com,gogoanime.*,lin
kszia.co,urbharat.xyz,91.208.197.24,edummm.xyz,adslink.pw,pornohubonline.com,movies
kafanda.xyz,mangamovil.net,tatli.biz,naijauncut.com,teenager365.com,10convert.com,g
ogoanime.*,javenspanish.com,jav-asia.top,yifysubtitles.vip,onlyfoot.net,1tanah-
abang.com,211po.com,300mbmovies.me,345fen.com,627ti.com,713ewm3.com,920ya.com,acssu
pply.net,admiralxd163.info,ahri-
plus.com,ahri.site,ahri.xyz,ahri8.com,akali.club,all-adult-
moves.gdn,allgoods.pro,andrewcaseyelectric.net,ankarasacekimimerkezleri.com,apksugg
est.com,appgaming.info,appinviter.net,arizonahomeproperties.com,arteytartas.com,asl
ibet.net,bestpornbabes.com,betullife.com,boracaypools.net,bounceusa.us,boyintransit
.com,bulkmod.info,buxxter.net,bwinir90game.com,bybulentyacht.com,cabinetpsybordeaux
.com,cabinsofthesmokymountains.org,cairnsbond.com,casinokings.info,celebrateliferet
reat.com,cemejp.biz,cerkita.net,cfapfakes.com,chiamiablogs.com,chn171.com,cl8282.co
m,classifiedonlineads.net,clubmediterran.info,coastalorganizingandstagingsolutions.
com,cod787.com,cslivechat100.com,datingsworld13.com,derekpaulgendron.com,directory-
two.co.uk,duibusters.info,dzierzoniow24.pl,emergencymanagementsummit.org,emeufootma
ker.info,emp4.link,emp4s.info,erotischesexgeschichten.club,evolutiondigital.group,e
yraric.website,ezclassifiedads.com,fapbraze.com,fbcinema.com,filemonster.org,filmed
esexo.blog.br,fitmarketingalliance.com,fjavhub.xyz,free-adult-
scene.gdn,freepornhdonlinegay.com,frisons.fr,fullxxxmovies.me,fwebdirectory.com,gol
dstaragents.com,good2golimo.com,gpcllw.biz,guidemyride.us,gxzmjc.com,h799g.com,hafh
410.org,hardikmehta.in,healthofficials.xyz,hellxx.com,holiganbet86.com,homenssemcam
isa.com,hot-periscope-
replay.com,hotshame.com,iklanmu.info,indiansexvideos.tv,instituteofdanceaus.com,inx
porn.com,inzesttube.com,iyottube.commost-
recent,jav69.vip,javfor.xyz,javhd.xyz,javhub.vip,jcp.mobi,joinurbio.com,kaisa.world
,kfapfakes.com,killuminatistore.com,knownshelter.info,lachesis.fr,laportewithkids.c
om,littleteenporn.com,livraisonfleursmans.fr,lromco.biz,luhanastore.com,luxurysotog
randeproperty.com,makemebeautifulsalon.info,mangovideo.pw,manhwahand.com,mbrojtjane
pune.com,mcfucker.com,mikescomputersga.net,montenegrobet06.com,moviesboys.com,mthoo
.net,mulheresnaplayboy.com,music-
hiroba.info,nepaliputi.net,netflixporno.net,nienfd.com,obscene-desires-
xxx.top,oknassau.com,onlygaytube.com,orgasm-denial.net,pandorabutikk.com,parimatch-
now9.com,patriciaadler.info,pinkrod.com,planet-
translation.com,plashporn.net,playindiansex.com,playstoremarket.com,poolvantage.com
,porn-
stories.asia,pornalized.com,pornam.com,porndude.ws,pornfinder.is,porngo.club,porngo
.site,pornhegemon.com,pornleech.ws,pornlist.vip,pornocaseiro.vlog.br,pornoisy.com,p
ornopaulista.net,pornoreal.com.br,pornowatch.me,pornpete.com,pornsharing.com,pornul
t.com,pornvibe.org,pottsmail.us,processofpregnancy.com,proogle.info,protect-
download.com,pusathwi.com,qajxaq.biz,realtrannyvideos.com,redfly.xyz,refilm.net,ren
tberry.se,resasunshine.com,rimandfuck.com,royalfigure.com,rqbwfb.biz,safegardra.net
,scatville.com,scratchdead.com,sendcast.info,seventysixdistrict.com,sexopornogay.co
m.br,sexsaoy.com,shemalepower.xyz,shinmeilvxing.com,sixthdistrictwim.org,socialcove
rgenerator.com,sourcefirstinc.com,spectaclemagie.fr,spectrevariant.com,speedporn.ne
t,spooncook.info,stampedhairsulotions.com,sugarmumy.net,sukkisukki.com,supernua.com
,sxwhuc.biz,teeniebay.com,teohandsome.com,terrariumtvios.com,thefappening.one,thefa
ppening2015.com,thefappeningnew.com,thefrappening.so,themetart.com,themvmtacademy.c
om,thenewporn.com,thoughtfulangels.net,tontonfilem.com,totalsportek-
streams.blogspot.com,totoworld.net,toxixvape.com,trbet211.com,trendbunda.com,ugafc.
com,updatetube.com,uploadion.com,uscollegeinternational.com,uwczfk.biz,vapetab.com,
videochatrandom.com,videosamadoresreais.com.br,vitalizeskinformen.com,vivation-
italia.com,vnidpr.biz,vpornvideos.com,welovenudes.net,www-11088.com,wzpm.xyz,xn--
paypa-9tb.com,xnma.com,xojav.com,xtapes.meadult,xxx-
beat.com,xxxallsex.net,xxxgaysporno.com,xxxparodyhd.net,xxxpornmikelenaisus.com,xxx
stream.me,yarddigitaloc.review,yespornplease.ws,ytb-mp3-
converter.org,zq8p.com,rgfootball.net$
$script[wildcard="*d.createElement('script')*l.parentNode.insertBefore(s*"][max-
length="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/99846
! https://github.com/AdguardTeam/CoreLibs/issues/1576
sonyliv.com$$meta[name="referrer"][content="never"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97540
fastconv.com$$script[tag-content="afScript"][min-length="5000"][max-length="7000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97093
ytmp3.cc$$script[wildcard="*function*break; case*"][min-length="30000"][max-
length="100000"]
ytmp3.cc$$script[wildcard="*function*break;case*"][min-length="30000"][max-
length="100000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/97067
easymp3converter.com$$script[tag-content="afScript"][min-length="5000"][max-
length="7000"]
! xxxtime.sextgem.com popup on visit
xxxtime.sextgem.com$$script[tag-content="open"][max-length="100"]
! https://github.com/AdguardTeam/AdguardFilters/issues/72379
isaiminiweb.online$$meta[http-equiv="refresh"]
! https://github.com/AdguardTeam/AdguardFilters/issues/71805
userload.co$$script[wildcard="*document.getElementById*mp3zik.net*"][max-
length="100"]
! ouo.io - ads
ouo.io$$script[wildcard="*track*atob*ShadowRoot*"][min-length="5000"][max-
length="10000"]
! hclips.com
hclips.com$$script[tag-content="neverblock"][max-length="7000"]
! MGID ads
bodysize.org,porngo.com,heavy-r.com,y2mate.com,niceporn.xxx,0gomovies.com,igg-
games.com$$iframe[srcdoc="XMLHttpRequest"]
! https://github.com/AdguardTeam/AdguardFilters/issues/54220
megasubtitles.com$$meta[http-equiv="refresh"]
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
tube8.com$$script[tag-content="loadPopUnder"][min-length="100000"][max-
length="200000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35648
nosteamgames.ro$$script[tag-content="javascript:window.focus();"][min-
length="3000"][max-length="12000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/35671
erome.com$$script[tag-content="tiPopAction"][min-length="4000"][max-length="6000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/36247
motherless.com$$script[tag-content="_ml_ads_ns"][min-length="4000"][max-
length="5000"]
! viprow.net - ad reinject
viprow.net$$script[tag-content="SEYfRO"][min-length="49000"][max-length="52000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33064
pornhub.com,pornhub.org,pornhub.net$$script[tag-content="loadPopUnder"][min-
length="30000"][max-length="60000"]
! https://forum.adguard.com/index.php?threads/up-4-net.30856
up-4.net$$script[tag-content="document:{currentScript:null}"][min-length="40000"]
[max-length="45000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/23434
nettruyen.com$$div[class="yanad yanpc text-center"]
nettruyen.com$$div[class="yanad yanmobile text-center"]
! https://github.com/AdguardTeam/AdguardFilters/issues/19883
opensubtitles.org$$script[tag-
content="window.Fingerprint2.FP2Options;a.exclude.PixelRatio"][min-length="270000"]
[max-length="272000"]
! go.oclasrv.com clickunder
gsul.me,123moviesfree.com,gameofbay.org,piratebays.co.uk,pirateproxy.wf,pirateproxy
.yt$$script[src="//go.oclasrv.com/apu.php?"][onerror="()"]
! androidcentral.com - ads
androidcentral.com$$script[tag-content="tmntag.cmd.push"][max-length="200"]
! htapop
alotporn.com,porneq.com,dato.porn$$script[tag-content="var __htapop = {};"][max-
length="400"]
! https://forum.adguard.com/index.php?threads/msn-com.21237/
msn.com$$li[class="hasimage"][tag-content="""NativeAdHeadlineItemViewModel"""][max-
length="2000"]
! https://forum.adguard.com/index.php?threads/17040/
nitroflare.com$$script[tag-content="window.open(""https://adsrvmedia.adk2x.com"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3606
aranzulla.it$$script[tag-content="\x6c\x6f\x63\x6b\x65\x64\x2d\x66\x69\x72\x65\x66\
x6f\x78\x2e\x70\x68\x70"][max-length="13000"]
! https://forum.adguard.com/index.php?threads/13055/
jkmk.net$$script[tag-content="(function(){ var g=window;g[""_"]
! https://forum.adguard.com/index.php?threads/11841/
stream2watch.co$$script[tag-content="eval(function(p,a,c,k,e,d)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11892
speedtest.net$$div[class="dfp-ab-leaderboard"]
! Stream close button: http://hdstreams.net/channel-35/
wiz1.net$$div[id="floatLayer1"]
! we are using content-rule because pages with ads are too small
yycast.com,webcaston.com$$div[id="adsdiv"]
! http://forum.adguard.com/showthread.php?2219
tvtoss.com$$script[tag-content="ads-wrap"]

!-------------------------------------------------------------------------------!
!------------------ 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=tru
e
!
/getjs?nadipdata$third-party,replace=/[\s\S]+openOriginalUrl[\s\S]+/
openOriginalUrl()/
!
! Banner names
!
!
https://github.com/AdguardTeam/AdguardFilters/commit/76971ea821a06ab04ada21f1291e60
81ad54c428#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/issues/158316
://trk.*.run^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/156603
! Pseudo-dating sites
?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,8}\/)?\/?
(?:article\d{4}\.doc)?\?[ou]=[0-9a-z]{7}&[ou]=[0-9a-z]{7}/$document,match-case
!+ PLATFORM(ios, ext_safari)
/^https?:\/\/[0-9a-z]*\.?[-0-9a-z][-0-9a-z][-0-9a-z][-0-9a-z]+\.[a-z][a-z]+\/([0-
9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z]+\/)?\/?\?[ou]=[0-9a-z][0-9a-z][0-9a-
z][0-9a-z][0-9a-z][0-9a-z][0-9a-z]&[ou]=[0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-
9a-z][0-9a-z]/$document,match-case
!
! PopAds
.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/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/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
!
&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
/jsa.hh?$script
/drh.hh?$subdocument
/cb/cb.ta.js?v=
/cb/cb.xb.js?v=
/ab/thejsfile.js
.xyz/1clkn/
.club/1clkn/
!+ PLATFORM(ios, ext_safari)
/\/[0-9][0-9][0-9][0-9][0-9]\?version_name=[a-z]$/$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/65588
!+ PLATFORM(ios, ext_safari)
.adriver.$domain=~adriver.co
! https://github.com/AdguardTeam/AdguardFilters/issues/44105
.com/*?*&refer=*fmovies.*&adb=$all
!+ PLATFORM(ios, ext_safari, ext_android_cb)
.com/*?*&refer=*fmovies.*&adb=
! PopAds redirects
!+ PLATFORM(ios, ext_safari, ext_android_cb)
.com/s?cid=*&iuid=*&ts=*&ps=*&pw=*&pl=*&r=
! 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/
!
!
.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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
.com/watch?key=
!+ PLATFORM(ios, ext_safari, ext_android_cb)
.click/?ip=$popup
! 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/
.com/ad.$domain=~ad-tuning.de
/?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[]=https%3A%2F%2Ffanyv88.com%3A443%2Fhttp%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
!+ PLATFORM(ios, ext_safari)
&tid=*&red=1&abt=
!+ PLATFORM(ios, ext_safari)
?tid=*&red=1&*&abt=
!+ PLATFORM(ios, ext_safari)
/?&pid=*&subid=
!+ PLATFORM(ios, ext_safari)
/?&subid=*&pid=
!-------------------------------------------------------------------------------!
!------------------ 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|
pron.tv|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|pron.tv|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|pron.tv|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|
pron.tv|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|
pron.tv|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|pron.tv|
yourporn.sexy
!
! system.popunder
vizer.tv,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
||bing.com/api/$app=Skype.exe
! uTorrent
||utclient.utorrent.com/offers/mac-ut-adfree/i18n/en/offer.json
||bt.co/network/index-mac-ut.html$redirect=nooptext,important
||bt.co/adzerk/$app=utorrentie.exe
||ad.bench.utorrent.com^$app=uTorrent.exe
! Edge Browser start page ads
||bing.com/retailexp/msn/api/*/trendingprods
!
! Viber for desktop
||api.mixpanel.com^$app=com.viber.osx
||s-bid.rmp.rakuten.com^$app=com.viber.osx|Viber.exe
!
!***
!* Metro Apps
||gamessumo.com^$app=backiee.exe
||api.taboola.com^$app=Mahjong.exe|Solitaire.exe|Microsoft.Msn.News.exe
||adduplex.com/*/GetAd
||impus.tradedoubler.com/imp?type(img)
! https://github.com/AdguardTeam/AdguardForWindows/issues/1572
||frank-luttmann.de/banner/
||palmendeals.blob.core.windows.net
||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
||audio-*.scdn.co/audio/$media,redirect=noopmp4-1s,app=Spotify.exe
! https://github.com/AdguardTeam/AdguardFilters/issues/165079
||creativeservice-production.scdn.co/mp3-ad/
*.mp3$media,~xmlhttprequest,redirect=noopmp4-1s,app=Spotify.exe
||audio-ak*-spotify-com.akamaized.net/audio/
$media,~xmlhttprequest,redirect=noopmp4-1s,app=Spotify.exe
||spclient.wg.spotify.com/ad-logic/flashpoint
! Breaks next track button and seeking
! ||spotify.com/track-playback/$xmlhttprequest,jsonprune=\$.state_machine.tracks[?
(key-eq 'content_type' 'AD')]
!
! 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=kissasian.mx|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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
/^https:\/\/[a-z][a-z][a-z]+\.[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]
+\.top\/[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]+\/[a-z][a-z][a-z][a-z]
[a-z]+$/$script,third-party,match-case,domain=kissasian.mx|moviesjoy.is|
rawkuma.com|anichin.top
! Example for rule below - https://qp.manoirshrine.com/rxO4BfGdWziu3/NoBoq
/^https:\/\/[a-z][a-z]+\.[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]
+\.com\/[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-
9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9]+\/[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z]+$/
$script,third-party,match-case,domain=yugenanime.tv|lookmovie.foundation
! Example for rule below - https://gastersliddry.com/rkJx9gZyKGK9pqX/eGaom
/^https:\/\/[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]+\.com\/[a-zA-Z0-9]
[a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-Z0-9][a-zA-
Z0-9][a-zA-Z0-9]+\/[a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z][a-zA-Z]+$/$script,third-
party,match-case,domain=witanime.org
!#endif
! 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)
!+ PLATFORM(ios, ext_android_cb, ext_safari)
//[0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z]+/[0-9a-z][0-9a-
z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z][0-9a-z]+.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|senzuri.tube|shemalez.com|sss.xxx|thegay.*|
tubepornclassic.com|tuberel.com|txxx.com|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
!
! 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|camclips.cc|camwhores.biz|freeporn-site.com|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|pornhd720p.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,xanimetoon.org,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,mangafr
eak.net,mangapanda.com,memecenter.com,mangareader.net,animetoon.org,goodanime.co,an
imeplus.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
://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|compupaste.com|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|
watchjavidol.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|gostosa.cf|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|paste3.org|pornredit.com|smoner.com|
sportstream1.cfd|myeasymusic.ir|thepiratebay10.info|asialiveaction.com|tojav.net|
wolverdon.fun
/^https:\/\/fanyv88.com:443\/https\/www\.[a-z]{8,16}\.com\/(?:js\/)?(?:css\/)?(?:images\/)?(?:static\/)?
(?:common\/)?(?:assets\/)?(?:scripts\/)?(?:api\/)?(?:js\/)?(?:[0-9A-Za-z_]{1,20}
[-.])*(?:min|[a-z]dom4|dotdotdot|editor|f(?:ire)?base|jfloating|leaflet\.toolbar|
masync|mijs|proj4|sext-all|sha|ummenu|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|compupaste.com|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|watchjavidol.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|gostosa.cf|
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|paste3.org|pornredit.com|smoner.com|
sportstream1.cfd|myeasymusic.ir|thepiratebay10.info|asialiveaction.com|tojav.net|
wolverdon.fun
!+ PLATFORM(ios, ext_safari)
/^https:\/\/fanyv88.com:443\/https\/www\.[a-z][a-z][a-z][a-z][a-z][a-z][a-z][a-z]+\.com\/(js\/)?(css\/)?
(images\/)?(static\/)?(common\/)?(assets\/)?(scripts\/)?(api\/)?(js\/)?([0-9A-Za-
z_]+[-.])*(min|[a-z]dom4|dotdotdot|editor|f(ire)?base|jfloating|leaflet\.toolbar|
masync|mijs|proj4|sext-all|sha|ummenu|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|compupaste.com|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|watchjavidol.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|gostosa.cf|
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|gameshdlive.net|paste3.org|pornredit.com|
smoner.com|sportstream1.cfd|myeasymusic.ir|thepiratebay10.info|asialiveaction.com|
tojav.net|wolverdon.fun
! 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
!+ PLATFORM(ios, ext_safari)
/*/*/*/*/*$third-party,script,domain=internetchicks.com|1tanah-abang.com|211po.com|
300mbmovies.me|345fen.com|627ti.com|713ewm3.com|920ya.com|acssupply.net|
admiralxd163.info|ahri-plus.com|ahri.site|ahri.xyz|ahri8.com|akali.club|all-adult-
moves.gdn|allgoods.pro|andrewcaseyelectric.net|ankarasacekimimerkezleri.com|
apksuggest.com|appgaming.info|appinviter.net|arizonahomeproperties.com|
arteytartas.com|aslibet.net|bestpornbabes.com|betullife.com|boracaypools.net|
bounceusa.us|boyintransit.com|bulkmod.info|buxxter.net|bwinir90game.com|
bybulentyacht.com|cabinetpsybordeaux.com|cabinsofthesmokymountains.org|
cairnsbond.com|casinokings.info|celebrateliferetreat.com|cemejp.biz|cerkita.net|
cfapfakes.com|chiamiablogs.com|chn171.com|cl8282.com|classifiedonlineads.net|
clubmediterran.info|coastalorganizingandstagingsolutions.com|cod787.com|
cslivechat100.com|datingsworld13.com|derekpaulgendron.com|directory-two.co.uk|
duibusters.info|dzierzoniow24.pl|emergencymanagementsummit.org|emeufootmaker.info|
emp4.link|emp4s.info|erotischesexgeschichten.club|evolutiondigital.group|
eyraric.website|ezclassifiedads.com|fapbraze.com|fbcinema.com|filemonster.org|
filmedesexo.blog.br|fitmarketingalliance.com|fjavhub.xyz|free-adult-scene.gdn|
freepornhdonlinegay.com|frisons.fr|fullxxxmovies.me|fwebdirectory.com|
goldstaragents.com|good2golimo.com|gpcllw.biz|guidemyride.us|gxzmjc.com|h799g.com|
hafh410.org|hardikmehta.in|healthofficials.xyz|hellxx.com|holiganbet86.com|
homenssemcamisa.com|hot-periscope-replay.com|hotshame.com|iklanmu.info|
indiansexvideos.tv|instituteofdanceaus.com|inxporn.com|inzesttube.com|
iyottube.commost-recent|jav69.vip|javfor.xyz|javhd.xyz|javhub.vip|jcp.mobi|
joinurbio.com|kaisa.world|kfapfakes.com|killuminatistore.com|knownshelter.info|
lachesis.fr|laportewithkids.com|littleteenporn.com|livraisonfleursmans.fr|
lromco.biz|luhanastore.com|luxurysotograndeproperty.com|makemebeautifulsalon.info|
mangovideo.pw|manhwahand.com|mbrojtjanepune.com|mcfucker.com|mikescomputersga.net|
montenegrobet06.com|moviesboys.com|mthoo.net|mulheresnaplayboy.com|music-
hiroba.info|nepaliputi.net|netflixporno.net|nienfd.com|obscene-desires-xxx.top|
oknassau.com|onlygaytube.com|orgasm-denial.net|pandorabutikk.com|parimatch-
now9.com|patriciaadler.info|pinkrod.com|planet-translation.com|plashporn.net|
playindiansex.com|playstoremarket.com|poolvantage.com|porn-stories.asia|
pornalized.com|pornam.com|porndude.ws|pornfinder.is|porngo.club|porngo.site|
pornhegemon.com|pornleech.ws|pornlist.vip|pornocaseiro.vlog.br|pornoisy.com|
pornopaulista.net|pornoreal.com.br|pornowatch.me|pornpete.com|pornsharing.com|
pornult.com|pornvibe.org|pottsmail.us|processofpregnancy.com|proogle.info|protect-
download.com|pusathwi.com|qajxaq.biz|realtrannyvideos.com|redfly.xyz|refilm.net|
rentberry.se|resasunshine.com|rimandfuck.com|royalfigure.com|rqbwfb.biz|
safegardra.net|scatville.com|scratchdead.com|sendcast.info|seventysixdistrict.com|
sexopornogay.com.br|sexsaoy.com|shemalepower.xyz|shinmeilvxing.com|
sixthdistrictwim.org|socialcovergenerator.com|sourcefirstinc.com|spectaclemagie.fr|
spectrevariant.com|speedporn.net|spooncook.info|stampedhairsulotions.com|
sugarmumy.net|sukkisukki.com|supernua.com|sxwhuc.biz|teeniebay.com|teohandsome.com|
terrariumtvios.com|thefappening.one|thefappening2015.com|thefappeningnew.com|
thefrappening.so|themetart.com|themvmtacademy.com|thenewporn.com|
thoughtfulangels.net|tontonfilem.com|totalsportek-streams.blogspot.com|
totoworld.net|toxixvape.com|trbet211.com|trendbunda.com|ugafc.com|updatetube.com|
uploadion.com|uscollegeinternational.com|uwczfk.biz|vapetab.com|
videochatrandom.com|videosamadoresreais.com.br|vitalizeskinformen.com|vivation-
italia.com|vnidpr.biz|vpornvideos.com|welovenudes.net|www-11088.com|wzpm.xyz|xn--
paypa-9tb.com|xnma.com|xojav.com|xtapes.meadult|xxx-beat.com|xxxallsex.net|
xxxgaysporno.com|xxxparodyhd.net|xxxpornmikelenaisus.com|xxxstream.me|
yarddigitaloc.review|yespornplease.ws|ytb-mp3-converter.org|zq8p.com|
pornovideoshub.com|rgfootball.net|fourquarters.biz|yesleaks.com
!
! remains from generichide rule `tnt-adblock`
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogre
ss.com,stltoday.com,journalstar.com##.ad-col
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogre
ss.com,stltoday.com,journalstar.com##.item-ad
gazettetimes.com,missoulian.com,kenoshanews.com,cumberlink.com,trib.com,dailyprogre
ss.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.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)
.com/watch?v=$replace=/"auxiliaryUi":\{"messageRenderers":\
{"bkaEnforcementMessageViewModel.*?e\}\}\}\,//,domain=www.youtube.com
.com/watch?v=$replace=/("trackingParam":"kx_fmPxhoPZR)[-_0-9A-Za-z]{150}[-_0-9A-Za-
z]+?([-_0-9A-Za-z]{43}BwOcCE59TDtslLKPQ-SS"\})/\$1\$2/,domain=www.youtube.com
/youtubei/v*/player?key=$replace=/"auxiliaryUi":\{"messageRenderers":\
{"bkaEnforcementMessageViewModel.*?e\}\}\}\,//,domain=www.youtube.com
/youtubei/v*/player?key=$replace=/("trackingParam":"kx_fmPxhoPZR)[-_0-9A-Za-z]{150}
[-_0-9A-Za-z]+?([-_0-9A-Za-z]{43}BwOcCE59TDtslLKPQ-SS"\})/\
$1\$2/,domain=www.youtube.com
!#endif
! Modify YT xhr responses
.com/watch?v=$xmlhttprequest,jsonprune=\$..[adPlacements\, adSlots\,
playerAds],domain=youtubekids.com|youtube-nocookie.com|youtube.com
/youtubei/v*/player?key=$jsonprune=\$..[adPlacements\, adSlots\,
playerAds],domain=youtubekids.com|youtube-nocookie.com|youtube.com
.com/playlist?list=$jsonprune=\$..[adPlacements\, adSlots\,
playerAds],domain=youtubekids.com|youtube-nocookie.com|youtube.com
! $replace rules for Firefox
!#if (adguard_ext_firefox)
! https://github.com/AdguardTeam/AdguardFilters/issues/167440
! The rule below causes breakage on tv.youtube.com, so tv.youtube.com is excluded
from this rule
! and simple workaround is used instead
/youtubei/v*/player?key=$replace=/\"adPlacements.*?([A-Z]"\}|"\}
{2})\}\]\,//,domain=youtubekids.com|youtube-nocookie.com|youtube.com|
~tv.youtube.com
.com/playlist?list=$replace=/\"adPlacements.*?([A-Z]"\}|"\}
{2})\}\]\,//,domain=youtubekids.com|youtube-nocookie.com|youtube.com|
~tv.youtube.com
/youtubei/v*/player?key=$replace=/"adPlacements"/"no_ads"/,domain=tv.youtube.com
.com/playlist?list=$replace=/"adPlacements"/"no_ads"/,domain=tv.youtube.com
!
.com/watch?
v=$replace=/\"adPlacements.*?\"\}\}\}\]\,//,xmlhttprequest,domain=youtubekids.com|
youtube-nocookie.com|youtube.com
.com/watch?
v=$replace=/\"adSlots.*?\}\]\}\}\]\,//,xmlhttprequest,domain=youtubekids.com|
youtube-nocookie.com|youtube.com
/youtubei/v*/player?
key=$replace=/\"adSlots.*?\}\]\}\}\]\,//,domain=youtubekids.com|youtube-
nocookie.com|youtube.com
.com/watch?
v=$replace=/\"playerAds.*?\}\}\]\,//,xmlhttprequest,domain=youtubekids.com|youtube-
nocookie.com|youtube.com
/youtubei/v*/player?key=$replace=/\"playerAds.*?\}\}\]\,//,domain=youtubekids.com|
youtube-nocookie.com|youtube.com
!#endif
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !
adguard_ext_firefox)
! https://github.com/AdguardTeam/AdguardFilters/pull/170936
www.youtube.com#%#//scriptlet('trusted-replace-fetch-response', '/"auxiliaryUi":\
{"messageRenderers":\{"bkaEnforcementMessageViewModel.*?e\}\}\}\,/', '', 'player?
key=')
www.youtube.com#%#//scriptlet('trusted-replace-fetch-response',
'/("trackingParam":"kx_fmPxhoPZR)[-_0-9A-Za-z]{150}[-_0-9A-Za-z]+?([-_0-9A-Za-z]
{43}BwOcCE59TDtslLKPQ-SS"\})/', '$1$2', 'player?key=')
www.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '/"auxiliaryUi":\
{"messageRenderers":\{"bkaEnforcementMessageViewModel.*?e\}\}\}\,/', '',
'/playlist\?list=|player\?key=|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]
{43}BwOcCE59TDtslLKPQ-SS"\})/', '$1$2', '/playlist\?list=|player\?key=|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})\}\]\,/', '', '/^(?!.*(\/\/tv\.youtube\.com)).*(playlist\?list=|
player\?key=|watch\?v=)/')
tv.youtube.com#%#//scriptlet('trusted-replace-xhr-response', '"adPlacements"',
'"no_ads"', '/playlist\?list=|player\?key=|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('trusted-replace-fetch-response', '/"adPlacements.*?([A-
Z]"\}|"\}{2})\}\]\,/', '', 'player?key=')
!#endif
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
m.youtube.com,music.youtube.com,youtubekids.com,youtube-nocookie.com#%#//
scriptlet('json-prune', 'playerResponse.adPlacements playerResponse.playerAds
playerResponse.adSlots adPlacements playerAds adSlots')
!#endif
! 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:\/\/fanyv88.com:443\/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
!+ PLATFORM(ios)
youtube.com/get_video_info?*=adunit&
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
!+ NOT_OPTIMIZED
||googlevideo.com/videoplayback*ctier=L
!#endif
! Fixing embedded video player
! https://github.com/easylist/easylist/issues/5112
!
https://github.com/easylist/easylist/commit/3ed65e66e22963dc08a659dce6baa344ff15866
4
@@||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.ic
u,5movies.buzz,xxxparodyhd.net,movgotv.com,123movies.*,bluemovies.co,freeomovie.inf
o,gofilms4u.co,gomovies.ltd,gomovieshd.be,hindilinks4u.co,movi.pk,moviesahd.com,my1
23movies.org,novamovie.net,openloadmovies.stream,prmovies.co,putlocker.*,putlockers
links.com,rdxhd.cool,streamporn.pw,streamup.pro,the123movies.com,xopenload.me##.mvi
c-btn > a.btn-successful
! '##.mvic-btn'
watchmoviesss.*,watchseriesproject.info,0123movies.cat,d123movies.to,123movies.*,12
3movieshd.ws,gomovies.la,z123movies4u.com##.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
!+ PLATFORM(ios, ext_safari)
/.com\/[a-z0-9][a-z0-9]\/[a-z0-9][a-z0-9]\/.*.js$/$third-party,domain=mac-
torrents.io|ling.online|pelisplushd.net|bestjavporn.com|bitchyx.it|fzmovies.net|
fzmovies.host|raw.senmanga.com|onejav.com|extreme-down.live|animepahe.org|
animepahe.com|animepahe.ru
! https://prevotch.com/r8WLKGtgCSjddY/11983
!+ PLATFORM(ios, ext_safari)
/\/[0-9][0-9][0-9][0-9][0-9]$/$third-party,script,domain=toonily.com|japscan.me|
animepahe.org|animepahe.com|animepahe.ru|hentaivn.la|chapmanganato.com
! https://jickodsa.com/5/5729178
/\/[0-9][0-9][0-9][0-9][0-9][0-9][0-9]$/$third-party,script,domain=bingewatch.to
!
! common names
! ##.banner
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,blackpo
olgazette.co.uk,mitly.us,eurohoops.net,diudemy.com,links.medipost.org,match3games.c
om,adultdeepfakes.com,rawporn.org,xpshort.com,miltonkeynes.co.uk,jakiwniosek.pl,sco
re808.com,audiosexstories.net,ipleak.org,mahjong.com,mykissasian.com,charexempire.c
om,photocollage.com,linkszia.co,subtitlist.com,belsat.eu,vikiporn.com,vidoo.org,isr
aelnationalnews.com,pixeldrain.com,coderedirect.com,beautyass.com,nini08.com,vidnox
.com,3dsportal.net,neongames.com,linkres.in,sputniknews.com,sputniknews.gr,onlineco
nvertfree.com,kijiji.ca,go.gets4link.com,youtubetrimmer.com,geekmi.news,iasparliame
nt.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.bdnew
sx.com,earncoin.site,rb7url.net,teenlolly.com,best18porn.com,fotodovana.com,1shorte
n.com,dextools.io,alternativeto.net,nakedneighbour.com,viral-
topics.com,recipestutorials.com,tawiia.com,18tube.xxx,18porno.tv,youx.xxx,caixinglo
bal.com,bitcoinly.in,fakemail.net,internewstv.com,trinddz.com,omni.se,earnguap.com,
cashurl.in,abdeo8.com,xfantazy.com,printscreenshot.com,photoeditor.com,9c717baaf805
a8436afd7912039e826c.link,uflash.tv,hellomagazine.com,adsme.cc,planetanime.co,rocke
tfiles.com,pornwhite.com,sex3.com,softonic.com,3pornstarmovies.com,govtsmartjob.com
,cutearn.ca,cll.press,hellporno.net,youramateurporn.com,getlink.pw,keygames.com,flv
2mp3.by,doodhwali.com,smutindia.com,dvdcover.com,xxxadultphoto.com,gabicoins.com,qp
download.com,windows10portal.com,2conv.com,javcloud.com,cutwin.com,hqasiananal.com,
bradsknutson.com,flv2mp3.org,subscene.com,yourlink.in,iplayer.pw,qpornx.com,sofifa.
com,jawcloud.co,indiansgetfucked.com,medi-
bayreuth.de,oxforddictionaries.com,tube18.sex##.banner
! ##.banners
xxxn.club,camseek.tv,pornflix.to,theporngod.com,eurogirlsescort.com,xxxdl.net,manof
many.com,hotstunners.com,punishbang.com,hdtube.porn,pornburst.xxx,worldofmods.com,v
ibexxx.com,wantedbabes.com,wonderopolis.org,thehackernews.com,xxxadultphoto.com,tee
nfuckhd.com,mumbrella.com.au##.banners
! ##body .ad
terabox.*,fedscoop.com,statescoop.com,edscoop.com,defensescoop.com,cyberscoop.com,h
alotracker.com,battlefieldtracker.com,destinytracker.com,gocmod.com,uptoearn.xyz,ib
elieve.com,uploadsea.com,bleacherreport.com,thewindowsclub.blog,lovetoknow.com,colo
rxs.com,imaging-
resource.com,fieldmag.com,investorplace.com,prosettings.net,gifcandy.net,gingersoft
ware.com,bitsofco.de,crn.com,techlusive.in,thehentaiworld.com,winporn.net,airport-
charles-de-
gaulle.com,getdaytrends.com,theurbanlist.com,dynamicwallpaper.club,delfi.lt,updates
tar.com,worldstarhiphop.com,pdf.io,online-audio-
converter.com,appsious.com,pythontutorial.net,flightglobal.com,lilymanga.com,outsid
er.com,servers.fivem.net,psdetch.com,phoneky.com,newsd.in,indiatvnews.com,yokibu.co
m,macleans.ca,clevelandclinic.org,readingrockets.org,martech.org,earlygame.com,trip
advisor.*,myhoustonmajic.com,gmanetwork.com,businessinsider.com,bgr.in,online-
video-
cutter.com,alison.com,mysqltutorial.org,sqlservertutorial.net,picmix.com,aim400kg.c
om,justfall.lol,epson-event-manager-
utility.en.lo4d.com,barchart.com,politico.eu,thelayoff.com,ehow.com,tvweb.com,hiper
dex.com,infobyip.com,uptodown.com,soundclouddownloader.org,r3sub.com,citra-
emu.org,ipaddress.com,mobafire.com,movieweb.com,ndtv.com,owfire.com,samistream.com,
trafficland.com,forvo.com,apornotube.net,instadp.com,elophant.com,thurrott.com,mtlb
log.com,accuweather.com,narcity.com,mywebtimes.com,ancient.eu,gradesaver.com,nytime
s.com,nytimesn7cgmftshazwhfgzm37qxb44r64ytbb2dj3x62d2lljsciiyd.onion,tempostorm.com
,defensesystems.com,whatsmydns.net,newatlas.com,gtplanet.net,investopedia.com,manga
fox.la,sexhoundlinks.com,ibc.org,dcode.fr,pinkvilla.com,greasyfork.org,ranker.com,p
ornhd.com,history.com,icefilms.info,saavn.com,www-technologyreview-
com.cdn.ampproject.org,bombhopper.io,worms.lol,satelite.io,javascripttutorial.net,j
ungle.lol,1v1.lol,tricksplit.io,filehippo.com,supersextube.pro,zipi.com,nejm.org,er
tyu.org,howchoo.com,dvdsreleasedates.com##body .ad
! ##.ads
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,ga
metop.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,indiatoda
y.in,vidcloud.icu,appvn.com,h2mp3.com,photagram.net,tapas.io,freefrontend.com,ally.
sh,myplaycity.com,mercadojobs.com,thepiratebay.org,sgxnifty.org,justmp4.com,cybersc
oop.com,filmcomment.com,youngpornvideos.com,eventcinemas.com.au,findyourlucky.com,l
inuxmint.com,mobafire.com,themepack.me##.ads
! ##.banner-inner
shortyget.com,clk.wiki,tinys.click,adpayl.ink,baicho.xyz,clk.asia,namaidani.com,sho
rt2fly.xyz,bestcash2020.com,du-
link.in,shrink.*,4cash.me,shorthero.site,cookdov.com,myshrinker.com,linkjust.com,ad
cripto.com,adlinkweb.com,vklinks.com,seulink.online,gtlink.co,coinadfly.com,fire-
link.net,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,shorth
itz.com,adsy.pw,intothelink.com,linkviet.xyz,adslinkfly.online,placestourist.com,lk
op.me,shlinko.com,oncehelp.com,shorterall.com,s-
url.xyz,encurta.eu,stfly.io,shrtfly.net,vivads.net,skiplink.pw,fc.lc,icutlink.com,u
rlcloud.us,suqdz.com,cutlinks.pro,shortzon.com,bloggingdekh.xyz,kutz.io,geki.tech,e
arn-url.com,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,footballrom
a.com,web.yokugames.com,cimavids.live,cimanow.*,2shrt.com,cnvids.com,iogames.army,c
lassic-retro-games.com,ytmp3.cc,fxsolves.com,kodi-
addons.club,lastpass.com,jsoneditoronline.org,mgnet.me,animeseed.com,robinwidget.co
m,ascoltareradio.com,bg-
radio.org,ceskaradiaonline.cz,ecouterradioenligne.com,emisora.cl,emisora.org.es,emi
soras.com.gt,emisoras.com.mx,emisoras.com.py,nederlandseradio.nl,nettiradiot.org,ne
ttradionorge.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,radi
os.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,radiosonlin
e.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.co
m,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,girlsgogame
s.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,m
ousebreaker,mousebreaker.com,newsweek.com,ojogos.com.br,ourgames.ru,oyunskor.com,pe
rmainan.co.id,pornwatchers.com,spel.nl,spela.se,spelletjes.nl,spielen.com,stileproj
ect.com,unogs.com,velonews.com,videogameschronicle.com##.advert
! ###fancybox-outer
royalcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongac
am.net,bongacam.org,bongacams-
chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,clipmass.com,prostocam
s.com,smutcam.com###fancybox-outer
! ###fancybox-overlay
royalcams.com,adultcams.me,adultchat2100.com,alphafreecams.com,bimbolive.com,bongac
am.net,bongacam.org,bongacams-
chat.ru,bongacams.com,bongacams.eu,bongacams2.com,cammbi.com,clipmass.com,prostocam
s.com,smutcam.com###fancybox-overlay
! ###floatLayer1
worldstreams.watch,togotv.cyou,superfastvideos.xyz,supervideogameshd.com,cricfree.l
ive,cricfree.stream,alivefoot.net,mbfsports.com,wizhdsports.fi,tuttosportweb.fi,wiz
hdsports.be,hdgameslive.com,stream4watch.me,blogspot.com,bollymovies.in,buzina.xyz,
c247.la,c247.tv,eplstream.org,hdfree.tv,lethalstreams.xyz,newzion02.top,stream2watc
h.me,streamlivebox.com,vipracing.biz,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,camclips.tv,ufile.io,pornbrb.com,lesbian
8.com,zedporn.com,bigtitslust.com,fpo.xxx,fontyukle.net,porno90.online,pornchimp.co
m,lolhentai.net,vikiporn.com,its.porn,swiftbysundell.com,uiporn.com,heroero.com,cam
whores.tv,heroero.com,magnetfox.com,sexwebvideo.com,pornfapr.com,watchmyexgf.net,al
phaporno.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.co
m,familyporn.tv,freehardcore.com,moviesand.com,momvids.com,hdzog.com,pornbimbo.com#
#.spot
! ##.advertisement
faceitstats.com,ichgcp.net,cinestaan.com,operanews.com,tasteofhome.com,readersdiges
t.ca,gramfile.com,outlookindia.com,cnbctv18.com,internationalnewsandviews.com,addit
udemag.com,motoroctane.com,serverhunter.com,rogerebert.com,blavity.com,nuvid.*,disc
ordemoji.com,soft112.com,perfectgirls.net,indaily.com.au,generatorlinkpremium.com,8
tracks.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,globalne
ws.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,reddittorjg6rue252oqsxryoxengawnmo46qy
4kyii5wtqnwfj4ooad.onion,dvbtmap.eu,infinityfree.net,ibtimes.co.uk,amp-
businessinsider-com.cdn.ampproject.org,deviantart.com,usatoday.com##.ad-container
! ##.adsbygoogle
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,bravofl
y.com,seomafia.net,uploadx.link,socketloop.com,fileoops.com,elsfile.org,medicalnews
today.com,susutinv2.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,com
puterera.co.in,dailyuploads.net,download.mokeedev.com,file-
upload.cc,genbird.com,realses.com,shink.in,uplod.ws,urlex.org,livenewschat.eu,onlin
emschool.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,scatking
s.com,pornflix.to,xbjav.com,heavyfetish.com,tabootube.xxx,amateur8.com,maturetubehe
re.com,crazyporn.xxx,pornissimo.org,lesbian8.com,enf-
cmnf.com,filtercams.com,thesquarshers.com,bigassporn.tv,camhoes.tv,porn00.org,keeka
ss.com,fuckit.cc,camwhoresbay.com,camwhoreshd.com##.block-video > div.table
! ##body .code-block
poscigi.pl,environmentenergyleader.com,econostrum.info,repack-
games.com,cryptopolitan.com,windowsactivators.org,asuratoon.com,chatgbt.one,njbeach
cams.com,nokiapoweruser.com,tricksndtips.com,naijaremix.com,rockandrollgarage.com,f
irstcuriosity.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,swarmmanga.com,coffeenerd.blog,nsw2u.*,thegeekpage.com
,crewbase.net,watchseinfeld.cc,vavada5com.com,dandadanmanga.org,vgkami.com,tvtonigh
t.com.au,lilymanga.com,pornstash.in,warsawnow.pl,silverspoon.site,asura.gg,getdroid
tips.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,tektutorial
shub.com,fossbytes.com,borncity.com,profitableventure.com,guru99.com,whatisthemeani
ngofname.com,techpp.com,troypoint.com,bakabuzz.com,conservativebrief.com,xyzcomics.
com,desiflix.club,jujmanga.com,myhealthgazette.com,cryptodirectories.com,secondlife
translations.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,br
owserhow.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.footba
ll,nbalivestream.top,mysocceraustralia.com,rayinfosports.com,hesgoals.top,dviraly.u
k,sequencecard.xyz,ripple-
stream.com,nbagaffer.net,totalsportek.soccer,metaporky.site,nbabite.to,cyfostreams.
com,olympicology.com,sportfacts.net,gamerarcades.com,f1livestream.top,maxsports.sit
e,bestreamsports.org,wpking.in,eegybest.xyz,sakarnewz.com,playstore.pw,sevenjournal
s.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,seque
ncecard.xyz,nbagaffer.net,matchtime.co,thegentleclass.com,sportspellz.com,bestreams
ports.org,allsportsdaily.co,silverspoon.site,supertipz.com,techobest.com###dismiss-
btn
! propeller-tracking.com for CB
! Requests lile https://almstda.tv/5/6202259
!+ PLATFORM(ios, ext_safari, ext_android_cb)
/\/[0-9][0-9][0-9][0-9][0-9][0-9][0-9]$/$xmlhttprequest,script,third-
party,domain=ev01.sx|thestreameast.to|asianhd1.com
!
! 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|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)).*$/$third-
party,script,_____,domain=fapfappy.com|onestream.xyz|123movieshd.*|sportsonline.*|
dlhd.*|ducumon.click|klto9.com|f2movies.to|streamcenter.pro|xx0day.com|streamtb.me|
sextb.net|bosscast.net|gocast2.com|animetvn.xyz|alexsports.site|bizzstreams2u.live|
xxxymovies.com|cr7soccer.club|javhdo.net|daft.sex|tv.puresoul.live|stakes100.xyz|
veryfreeporn.com|bestsolaris.com|link.ltc24.com|linkebr.com|bitfly.io|go2.surf|
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|ownurl.website|300mbplus.*|
hdmovieplus.site|shrinkme.in|gibit.xyz|btcdot.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|
short.articlix.com|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|sanos.xyz|
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|otakudesu.moe|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|worldcupfootball.me|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|fembed.stream|watchmalcolminthemiddle.com|
reddit.tube|btcmovies.xyz|outletpic.com|la123movies.com|streamingworld.club|
gomo.to|yesmovies.sx|fire-link.net|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|bitlinks.pw|
hentaiblue.com|yifysubtitles.vip|anonymz.com|torrentgalaxy.to|fmoviesto.cc|
dragontranslation.com|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|khangtm.tk|hacamchicac.com|mangas-raw.com|flyfaucet.com|
streamadblockplus.com|imgsen.com|imgstar.eu|picdollar.com|pics4upload.com|
silverpic.com|apkmody.io|imgsto.com|poscitech.click|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|enjoy4k.xyz|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|switchcast2.com|ufcfight.online|biggamez.xyz|
trannyteca.com|youpits.xyz|lilymanga.net|123moviesite.one|soap2day.monster|
bestporncomix.com|zinchanmanga.com|mixdroop.bz|yaoimangaonline.com|
worldstreams.lol|zoechip.cc|zoechip.com|olahdplay.xyz|monoplay.xyz|oxy.st|
backfirstwo.com|3dporndude.com|thepiratebay.zone|mmsbee24.com|123-movies.lol|
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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
$third-party,script,domain=klto9.com|f2movies.to|readcomiconline.li|
filmyzilla.autos|hacamchicac.com|mangafreak.net|webtoonplus.com|yourporngod.com|
zinchanmanga.com|yaoimangaonline.com|yehfullhd.live
! 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|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,_____,domain=fapfappy.com|
onestream.xyz|123movieshd.*|sportsonline.*|dlhd.*|ducumon.click|sextb.net|sports-
stream.*|igg-games.com|pcgamestorrents.com|igg-games.co|coolcast2.com|
watchcriminalminds.com|up-4.net|upload-4ever.com|123movie.*|millionscast.com|
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|yehfullhd.live|mixdroop.*|hentaiasmr.moe|daddylivehd.*|
meetdownload.com|file-upload.org|sotwe.com|streamvid.net|1337xx.to|freehdgames.xyz|
opensubtitles.org|backfirstwo.site|bunkrr.su|oxy.st|backfirstwo.com|5.45.95.74|
3dporndude.com|thepiratebay.zone|mmsbee24.com|faselhd.*|faselhd-tv.cyou|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.lat|mixdropjmk.pw|drivemoe.com
!
! 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
!
||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
websleuths.com##a[data-dnasolvesslug]
websleuths.com##.block-body > div[style*="text-align: center; padding:
10px;"]:has(> a[data-dnasolvesslug])
websleuths.com##.p-body-sidebar > .block:not([data-widget-id]):has(> .block-
container > .block-body > a[data-dnasolvesslug])
||dnasolves.com/static/js/embed.js$domain=websleuths.com
pokebattler.com##.row > div.col-xs-12:has(> div.curse-ad)
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##div[style^="clear:both;border-radius:8px;"]
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)
www-livemint-com.cdn.ampproject.org,livemint.com##.budgetBox
allevents.in##.ads_place_right
allevents.in##.ads-past-event-desc
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-"])
terabox.*##.pause-patch-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
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
blurayufr.me###banner_iklan_top
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
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)
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,j
alopnik.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.com##div[style="width:100%;display:block"]
crazygames.com##div[style="width: 100%; display: block;"]
pornobae.com##.promo-cabecera
free-codecs.com##.full__ad
free-codecs.com###bannerTop
/^https:\/\/fanyv88.com:443\/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;"]
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]
footybite.to##center > a[target="_blank"] > img
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=$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"])
pokebattler.com##.curse-ad + div[style^="font-weight: 700;"]
subtitlecat.com##div.header-top
pokebattler.com#?#.row > div.col-xs-12:has(> div.curse-ad)
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_"]
anonymousemail.me##.center > a[target="_blank"] > img
||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
fulltv.tv##.pie:empty
fulltv.tv##.akj-728-top
fulltv.tv##.social > div[class^="top"]
fulltv.tv##div[class^="top"][class$="1"]
fulltv.tv##div[class^="top"][class$="2"]
fulltv.tv##div[class^="top"][class$="3"]
fulltv.tv##div[class^="top"][class$="4"]
||full.video^$domain=fulltv.tv
||full.video/b.js
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-"]
msn.com##div[id^="watch-feed-native-ad-"]
||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,pun
ishworld.com##div[id^="before-list-boxes-mobile-singl"]
xanimu.com,familyporner.com,darknessporn.com,freepublicporn.com,pisshamster.com,pun
ishworld.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.org|clicknupload.click|
clicknupload.link|clicknupload.red|clicknupload.vip|clicknupload.xyz|
clickndownload.space
/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))
independent.co.uk###taboola-mid-article-thumbnails-iii
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)
deccanherald.com###desktop-ad
||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)
apkonline.net,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.*
/remote/https/*/b/*$image,domain=agf.nl|freshplaza.*
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
versuri.online##div[class^="block"][style^="min-width: 300px; min-height: 250px;"]
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^="gg"]:has(> center > a[href]
[target="_blank"])
thehackernews.com##.bb-side-box-1
thehackernews.com##.zz-box-1
thehackernews.com##.check_two.babsi
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)
7mm001.com,7mmtv.sx##div[id][style^="position: absolute; z-index: 12345;width:
100%; height: 100%; left: 0; top: 0;background: gold;"]
7mm001.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/suv5.js$third-party,domain=vipbox.lc|streambucket.net
/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)
diyprojectslab.com##.theiaStickySidebar a[href^="https://www.pcbway.com/"] > img
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.xyz###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"]
/invoke.js$script,third-party,redirect=noopjs,domain=ksk.moe
/\/(?:[0-9a-f]{2}\/){3}[0-9a-f]{32}\.js/$script,third-
party,redirect=noopjs,domain=ksk.moe
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-"]
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
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"]
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"]
1337xx.to##a[href="/freevpn/"]
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,euautopie
ces.fr,euautoczesci.pl,euantallaktika.gr,euautorecambios.es,euautopecas.pt,euautoon
derdelen.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_wr
apper
||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,j
alopnik.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/"]
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%;"]
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/
embedv.net,vembed.org,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
thisisanfield.com,divernet.com##div[class^="ai-viewport-"]
rightrasta.com,kaystls.site,gamertweak.com,mrinformatico.it,pianetacellulare.it,inw
epo.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,putlockernew.vc,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=abkrzkr.sbs|abkrzkz.sbs|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
||searchenginereports.net/gimgesad/
searchenginereports.net##.showthad
searchenginereports.net##.sidebar > span[style].mt20.mb10
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|cumgloryhole.com|
zerknij.cc|speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|hindipix.in|
hindipix.in|waaw1.tv|waaw.*|czxxx.org|newhost.me|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
/js/script_*.js?$~third-party,domain=video.q34r.org|korall.xyz|porntoday.ws|
tabooporns.com|netuplayer.top|wiztube.xyz|netu.ac|cumgloryhole.com|zerknij.cc|
speedporn.net|chillicams.net|meucdn.vip|yandexcdn.com|hindipix.in|hindipix.in|
waaw1.tv|waaw.*|czxxx.org|newhost.me|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
||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"]
assia25.com##div[class^="ban"]
||assia25.com/css/banr*.html
||assia25.com/css/jquerymin*.js
||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
glonaabot.eu##.advert-panel-top-horizontal-wrapper
iseeyouandyouseeme.me##div[style^="position: absolute; left:120px;"]
||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
augustman.com,prestigeonline.com,ephotozine.com##.masthead-container
||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.ne
t##.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,cookoz.net,cookar.net,cookad.net##.shrs_re_adunit
shramikcard.in,cookoz.net,cookar.net,cookad.net##.shr_interstitial_container
shramikcard.in,cookoz.net,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##.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
kickassanime.am##.hide-button
kickassanime.am##.hide-button + p > a[target="_blank"] > img
||static.wixstatic.com/media/$domain=kickassanime.am
||api.plebmasters.de/v1/info/partners$xmlhttprequest,redirect=noopjson
||plebmastersforgeassets.blob.core.windows.net/partneradvertisements/
$domain=forge.plebmasters.de
||api.plebmasters.de/v1/search$jsonprune=\$.results..[?(has adTitle)]
forge.plebmasters.de#?#.forge-background > .justify-center > .v-col-sm-8:has(>
h2:contains(/^Sponsors$/))
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/partneradvertisement
s/"])
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"]
plagiarismchecker.co##div[style^="height: 320px; text-align: center;"]
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"]
||tronmaster.tk/anuncios/betfury300x250.gif
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]
plagiarismdetector.net##aside[id*="_slotttt"] + div[id^="img"]
||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:\/\/fanyv88.com:443\/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-"]
kissasian.li###mg_vd2
kissasian.li###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
searchenginereports.net##.slots-for
searchenginereports.net##.grammarly-overall
searchenginereports.net##div[class^="adverts-"]
ipa4fun.com,searchenginereports.net##div[style*="min-height:"]
||searchenginereports.net/*/teriiii_
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###zapperSquar
e
croxyproxy.rocks,croxy.org,datatech.icu,croxyproxy.net,croxyproxy.com###croxyExtraZ
apper
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.co
m,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,broomfi
eldenterprise.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
screenov.site##body > div.images > :not(table)
||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:\/\/fanyv88.com:443\/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
swarmmanga.com##.c-top-sidebar
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,shieldsgazett
e.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
torrentgalaxy.mx,torrentgalaxy.to##a[href*="."][href*="?"][href*="="]
img[src^="http"]:not([alt])
||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/
terabox.app,4funbox.com,terabox.com##.patch-ad
soccerstreams2.com##.content-area#primary ~ #right-sidebar
cryptonews.com.au##.cna-bnr
soccerstreams2.com,worldsports1.live##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-"]
hitstreams.live###floatLayer1
hitstreams.live##div[style="position:absolute;right:0%;top:-21px;cursor:pointer"]
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
watchseries.id##html > div[class][style^="pointer-events: none;"]
||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:"]
hpav.tv##.single-vad
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_a
d
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##di
v[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__"]
||streamplayer.eu/js/jquery/jquery.min.js
baseball-reference.com##.adblock.stn
prothomalo.com##.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
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,c
ybersecurityconnect.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
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]
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/"]
gogoanime.mom##.brand_resp
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
okmalayalam.com##.ad-preroll
okmalayalam.com##.play-screen
||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
||fs1.1oldcdn.ml/new.gif$domain=filmyzilla.*
||fs1.1oldcdn.ml/dlo2x.gif$domain=filmyzilla.*
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
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:\/\/fanyv88.com:443\/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,hdtoday.tv,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
shoot-yalla.tv,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
tech2ind.in,gyanitheme.com,yotrickslog.tech,meclipstudy.in,adzz.in###adtera
hanime.tv##.subtext + div.event-container
pixivision.net###ads-article-rectangle
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[ro
le="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
||jpegworld.com/media/banners/
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.n
et,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]
livetv.sx##td[bgcolor="#123456"]
livetv.sx##td[bgcolor="#000000"]
livetv.sx##td[valign="top"] > iframe[src*="/html/redtram"]
livetv.sx##td[valign="top"] > iframe[src*="/html/redtram"] + div[align="right"]
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"]
hitstreams.live###modal
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
tinyurl.so##.splash
tinyurl.so##a[href^="mailto:sportspanel4"]
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"]
roshy.tv##.roshy-native-banner
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
roshy.tv##div[class^="roshy-native-banner-"]
roshy.tv##div[class^="roshy-banner-"]
roshy.tv##.roshy-multizone-footer-desktop
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##.bnnr
s-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
limetorrents.cyou###wimia
||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,hdtoday.tv,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,thehouseof
portable.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[clas
s*="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.soccerlov
erss.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,mixdrop.ch##body > div[style^="position: absolute;"][style*="z-
index"]
||sciencefocus.com/pricecomparison/widget/
sciencefocus.com##.promotion-cards
musinfo.net###rtm-top
||hmbxsalezde.com/hAL.aspx?_
||tprzachf.com/c.js
||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
||yourporn.to/script*/ad*.js
yourporn.to##body > div[style^="position:fixed"][style*="z-index:"]
[style*="opacity:"]
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;"]
roshy.tv##.beeteam368-player-sub-element
roshy.tv##.roshy-widget
||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:"]
dlsite.win###frameContainer
||alistore.pro^$domain=dlsite.win
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^="te
xt-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)
||mycdn01.one/site/usagoals/sitelinks/xpopme.js
castmax.live###cover
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##.vide
o-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=
voraciousglove.net##.jwplayer ~ object ~ div[onclick="$(this).remove();"]
streamonsport8.buzz##a[href*="dude.php"]
.aspx$domain=alexsports.click
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
rlxtech.tech###sidepar > div[class="widget HTML"][id^="HTML"]
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
hdtoday.tv,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
||ueoaosnydppwjwl.com^
||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
versuri.online##.block[style^="margin"][style*="min-width:"][style*="min-height:"]
||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##.leaderbo
ard-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"]
rainostreams.com##.content-banner
rainostream.net,rainostreams.com##.billboard-banner
rainostreams.com##div[class$="-sticky-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,watchserie
s.id,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
||networkbest.ru.com/pep/*.js
||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##.cam
items
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
xero.porn###popad
xero.porn##div[onclick^="$\(\"#videoAd"]
xero.porn##div[style="background:#222;width:100%;overflow:hidden;"]
||xero.porn/videoAd
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"]
||torrentgalaxy.to/cache/cachelite.js
||torrentgalaxy.to/cache/bearable.js
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;"]
||allinonedownload.in/wp-content/uploads/2021/11/
cooltext397128484700148.png$domain=go.linkbnao.com
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"]
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
mdisk.me##.live-ad
mdisk.me##.sterra-ad
||assets.mdisk.me/convertor/img/direct-link-ad-bottom.
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
torrentgalaxy.to##div[class^="col-"] > center > div[style^="padding:8px;"]
torrentgalaxy.to##a[href="/vpn.php"]
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
1cloudfile.com##center > a[onclick^="window.open"] > 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,softon
ic.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
1337x.unblockit.cat,1337x.unblockit.*,1337x.to##a[href$="-VpnHideMe"]
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
||camstreams.tv/player/html.php?aid=*_html&video_id=*&*&referer
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
||jcbsrv.com/player/ad-units.*.js
||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
mangaowls.com##.ads_center_item
herdeaths.net##.e3lan-post > a[href]
iafd.com##.bancol
etherealgames.com,vivahentai4u.net,windowsnoticias.com,alitajran.com,mojobb.com,rls
bb.ru,536sdms.com,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,pdf
extractor.com,pdfjoiner.com,html2pdf.com,imagecompressor.com,mobi2epub.com,epub2kin
dle.com,pdf2kindle.com,epubtopdf.com,pubtopdf.com,svgoptimizer.com,epstopng.com,eps
tosvg.com,svgtopdf.com,pdftosvg.com,jpg2svg.com,svgtojpg.com,svgtopng.com,png2svg.c
om,pngtogif.com,giftopng.com,gifcompressor.com,giftomp4.com,pdf2tiff.com,tiff2pdf.c
om,jpg2tiff.com,tiff2jpg.com,png2tiff.com,tiff2png.com,pdf2doc.com,doctopdf.com,pdf
toimage.com,jpg2pdf.com,pdf2docx.com,pdf2png.com,png2pdf.com,pdfcompressor.com,comb
inepdf.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-"]
||nngirls.party/img/top.jpeg
adult-sex-
gamess.com,hentaigames.app,mobilesexgamesx.com,mysexgamer.com,porngameshd.com,sexga
mescc.com##.ntkSides
adult-sex-
gamess.com,hentaigames.app,mobilesexgamesx.com,mysexgamer.com,porngameshd.com,sexga
mescc.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
faucetclub.net###adCenter
faucetclub.net##div[id^="fixedban"]
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:hidde
n;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
||bindadoptfeatureextraterrestrialgiant.com^$domain=titantv.com
||burstleashformgloomfine.com^$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-"]
searchenginereports.net##.for_ads
/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
||bcdn.ga/random.js
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
0123movies.cat###tab-ad
||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=uneasydoll.com|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.*,privateh
omeclips.com,upornia.*,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/"]
||projectfreetv.one/ajax/banner/
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"]
||hpav.tv/a720.html
||hpjav.tv/a720.html
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=animeheaven.ru|kissanime.com.ru|
animehub.ac|animeflv.*
nzbstars.com##a[href="usenetbucket.php"]
||nzbstars.com/?page=getimage&messageid=$image
||gif.7mmtv.tv/*.gif
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,de
monslayermanga.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
moviewatchonline.com.pk##h3 > em > strong > a.buttn.red[target="_blank"]
pridesource.com,moviewatchonline.com.pk###custom_html-21
moviewatchonline.com.pk###custom_html-30
dailymusicroll.com,moviewatchonline.com.pk###custom_html-32
moviewatchonline.com.pk###custom_html-33
moviewatchonline.com.pk##a[href^="https://deserterstrugglingdistil.com/"]
||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"]
/vast4.js$domain=hpav.tv|hpjav.tv
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.co
m,gemsblitz.com,flowersyard.com,freegames.guru,mysteryvale.com,mysteryarcade.com,oc
eaniaplay.com,criminalcase.co,hiddensaga.com,stumbleplay.com,mmosquare.com,gamestou
gh.com,sportsgameslive.com,onlineanimegames.com,appstoplay.com,playmmorts.com,playm
mofps.com,wwgdb.com,watchtoplay.com,slotsbingofun.com,bingospell.com,slotsevens.com
,pokerworldz.com,social-casino-
games.com,virtualworldsland.com,horseplains.com,virtualworldgames3d.com,glamoursqua
re.com,girlgamestown.com,petsvale.com,babyclaps.com,virtualrealitygamesfree.com,san
dboxworlds.com,gameseducatekids.com##div[class^="bnr_"]
farmgamesfree.com,mahjonginn.com,solitairevale.com,gamesparkles.com,wordgamesfun.co
m,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
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_"]
upornia.com##.ekzrfosepkncc-onaaref
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
xvideos.com##div[class^="foot"]
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"]
||hazmolive.stream/hazmoLive.js
||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
mdn.rest###myModal2
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
||myapi.faststream.xyz/forumhu/ts.js
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;"]
dartsstreams.com,vipboxtv.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbystre
ams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,nhlstream.nu,
mlbstream.me,nbastream.nu,cricstream.me##.m-1.fw-bold.btn-danger.btn
dartsstreams.com,vipboxtv.*,dartsstream.me,golfstreams.me,motogpstream.me,rugbystre
ams.me,socceronline.me,tennisstreams.me,boxingstreams.me,ufcstream.me,nhlstream.nu,
mlbstream.me,nbastream.nu,live.crackstreams.se##.position-absolute.bg-opacity-50
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,n
ewcastleherald.com.au##.lg\:min-w-mrec.lg\:sticky
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,n
ewcastleherald.com.au###billboard-container
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,n
ewcastleherald.com.au##div[id^="newswell-"][id$="-container"]
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,n
ewcastleherald.com.au##div.bg-gray-100[id^="story"][id$="-container"]
crookwellgazette.com.au,thecourier.com.au,thesenior.com.au,dailyadvertiser.com.au,n
ewcastleherald.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[d
ata-cypress="sticky-header"] div[class$="-Advert"]
ladbible.com,unilad.com,unilad.co.uk,gamingbible.com,tyla.com,sportbible.com##div[c
lass$="-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
mdisk.me##.disk-ad
ascii-code.com##div[style="min-height: 240px;"]
moviestars.to##a[href="/join.php"]
moviestars.to##a[href="/register.php"]
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
1337x.proxyninja.org##a[href^="/vpnd-"]
||javx.vip/wp-content/uploads/*.gif
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,javfin
dx.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,nin
tendoeverything.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]
atdabb.uk##.mtaddiv
||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,te
stdebit.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,te
stdebit.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
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,l
ivesportstream.club,dataversity.net,fullform.website,collegelearners.com###block-3
bizzstreams2u.live,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:\/\/fanyv88.com:443\/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.gd|
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##[styl
e="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##.vide
o__wrapper > div.wrapper.headline
in-
porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##.wrap
per > article
in-
porn.com,sextu.com,mrgay.tube,xmilf.com,blackporn.tube,bdsmx.tube,inporn.com##secti
on[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,pdf
extractor.com,pdfjoiner.com,html2pdf.com,imagecompressor.com,mobi2epub.com,epub2kin
dle.com,pdf2kindle.com,epubtopdf.com,pubtopdf.com,svgoptimizer.com,epstopng.com,eps
tosvg.com,svgtopdf.com,pdftosvg.com,jpg2svg.com,svgtojpg.com,svgtopng.com,png2svg.c
om,pngtogif.com,giftopng.com,gifcompressor.com,giftomp4.com,pdf2tiff.com,tiff2pdf.c
om,jpg2tiff.com,tiff2jpg.com,png2tiff.com,tiff2png.com,pdf2doc.com,doctopdf.com,pdf
toimage.com,jpg2pdf.com,pdf2docx.com,pdf2png.com,png2pdf.com,pdfcompressor.com,comb
inepdf.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,celebjared.net###text-10
celebjared.net##a[href^="https://minepi.com/"]
||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
dragontranslation.com##div[style$="position: fixed;"][style*="z-index:
2147483647;"]
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
||watchahv.com/worker/ahv.js
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
iplocation.net,pureinfotech.com,insurance-
space.xyz,issueexplorer.com,coderedirect.com##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])
yggtorrent.me##a[href="/engine/go_vpn"]
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.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.a
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.b
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.c
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.d
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.e
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.net##.f
allcryptoz.net,crewbase.net,crewus.net,shinbhu.net,shinchu.net,thumb8.net,thumb9.ne
t,topcryptoz.net,uniqueten.net,ultraten.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,forexmab.com,newforex.online##.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"]
xv-videos1.com,xvideos.*###video-ad + div[class]
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/"]
yrkkhdesiserial.com,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##.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
tukif.com##.vjs-producer
searchenginereports.net##div[id^="adbox_"]
||searchenginereports.net/imgs/plugin.
||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
flaswish.com,vidhidepro.com,fc2stream.tv,mycloud123.top,doodporn.xyz,guccihide.com,
streamtb.me,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[sty
le^="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"]
instadp.org###ad-slot
||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
rlslog.net##body > div[style^="width: 800px;"]
||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 .adsbygoogl
e: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/main*.js?v=$domain=streamhide.to|guccihide.com|filelions.to|
abkrzkr.sbs|abkrzkz.sbs|mwish.pro|javplaya.com|sub123.xyz|ankrzkz.sbs|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|belegug.online|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|nezuko-ah.nl|dfmagazine.co.uk|javcl.me|bazavox.com|avhost.xyz|
asianclub.tv|javlove.club|javip.pro|videogreen.xyz|ujav.me|mavplayer.xyz|
vcdn2.space|xxxjaa.xyz|mavlecteur.com|vidcloud.*|javmvp.com|mm9842.com|
fplayer.info|ondembed.xyz|fakyutube.com|streamabc.xyz|hentai4.me|animepl.xyz|
gdstream.net|rubicstreaming.com|layarkacaxxi.icu|mycloudzz.com|playerjavhd.com|
cutl.xyz|myvideoplayer.monster|cinemaemcasa.xyz|luxubu.review|cinegrabber.com|
obaplayer.xyz|yuamikami.xyz|cloudrls.com|javpornhd.online|watch-jav-english.live|
zojav.com|javenglish.me|vidplay.ch|vanfem.com|vcdn-stream.xyz|av4asia.com|
javsubbed.xyz|xsub.cc|mavavid.com|baldrfilms.xyz|streamm4u.club|m4uhd.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,hdtoday.tv,goku.to,f2movies.to,dokicloud.one,mzzcloud.l
ife,fmovies.app,moviesjoy.to,sflix.to,himovies.to,vidcloud.pro,vidcloud.msk.ru###ov
erlay-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.l
at,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.l
at,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.l
at,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
download-video.com##.remove-bg-ads
||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
||nyahentai.pw/js/check_cat.js
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.co
m##.invideo.pignr
shemalesin.com,ebony8.com,sortporn.com,freeporn8.com,amateur8.com,maturetubehere.co
m##.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
youtubez.com##.top-alert
||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-
danc.uk##.textAd
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
tubedare.net,xv-horezeedipaif.com,xnxx.wapka.cc,xnxx.com,xvideos.com##.banner-game
||tabooporn.tv^$domain=63290r.com
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_wrapp
er
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,letmejerk
7.com##div[class^="lmj"]
letmejerk.com,letmejerk3.com,letmejerk4.com,letmejerk5.com,letmejerk6.com,letmejerk
7.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_"]
igram.io##div[style="height: 90px !important; max-height: 90px !important;"]
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
||vkprime5.com/*/vast.js
||dailymotion.com/embed/video/$domain=mavanimes.co
||mavplay.xyz/asset/jquery/slim.min.js
||vkspeed.xyz/*/vast.js
proxybb.com###secondary > #text-5
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,filmyzilla.radio.am##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,xxx-videosex.porn,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,watchp
ornfree.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,dragontranslation.com,sektekomik.com,pornve.com###tea
ser2
||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
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"]
||pornopremium.com.br/trailer/start/popads.js
||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
castancestor.net,linenstandard.net,candlesouth.net,abolishstand.net,earthquakecensu
s.com,unbiasedsenseevent.com,constraindefiant.net,nstream.to,smokelearned.net,wigis
tream.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"]
poscitech.click,korall.xyz,pahaplayers.click,leaknud.com,daddylive.*,imsdb.pw,ikuhe
ntai.net,vidplaystream.top,toolsolutions.top,niraw.com,welovestream.xyz,bitlinks.pw
##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,worldcupfootball.me###opalayer
worldcupfootball.me##a[target="_blank"].btn
worldcupfootball.me##.text-center > a[target="_blank"] > .btn-danger
ecchi.iwara.tv##.extra-content-block
||tagbom.com/vstnetu/vast.php
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
||solidtorrents.net/sw.js
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
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
||pelisplustv.live/sw.js
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,topcryptoz.net##.wpsafe-top + #content-wrap
allcryptoz.net,topcryptoz.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.*,outl
etpic.*,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,bitlinks.pw,krypto-
trend.de,yellowfaucet.ovh,coin.mg,paidtomoney.com,coinadster.com,diamondfaucet.spac
e,cryptodirectories.com,ultraten.net,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 .GRVMp
uWrapper
thaitrieuvi.live##.mh-container > center > a > img
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/
thaitrieuvi.live##center ~ .mh-clearfix.mh-wrapper
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
||grauroocm.com/*/js/tag.min.js
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,watcho
verlord2.com,read7deadlysins.com,readfairytail.com,readnaruto.com,watchsao.tv,watch
goblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,readkaguyasama.com,readto
werofgod.com,readnoblesse.com,readmha.com##.js-a-container
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watcho
verlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.
com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,read
kaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.co
m##.justify-center > div > b:first-child
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watcho
verlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.
com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,read
kaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.co
m##.justify-center > div > br:nth-of-type(-n+5)
readhxh.com,readsnk.com,readkingdom.com,readonepiece.com,readvinlandsaga.com,watcho
verlord2.com,demonslayermanga.com,read7deadlysins.com,readfairytail.com,readnaruto.
com,watchsao.tv,watchgoblinslayer.com,readdrstone.com,dbsmanga.com,readopm.com,read
kaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnoblesse.com,readmha.co
m##.justify-center > div > center
readopm.com,readkaguyasama.com,readjujutsukaisen.com,readtowerofgod.com,readnobless
e.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
||hackiee.mobi/atag.js
||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|ultraten.net|
topcryptoz.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,find
i.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/"])
lookmovie.top##a[href^="https://vip.movies-flix.club/"]
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
imgpukrr.site##div[id][style^="position: fixed; display: block; width: 100%;"]
imgpukrr.site##div[style="width:100%;height:110px"]
/(?:buzz|com|icu|net|site|xyz)\/(?!shrinker).*/$script,~third-
party,domain=imagent.buzz|imgblaze.net|imgkaka.xyz|pixsera.net|imgfrost.net|
imgkorle.buzz|imagepuitr.buzz
http$third-party,~image,domain=imagent.buzz|imgblaze.net|imgkaka.xyz|pixsera.net|
imgfrost.net|imgkorle.buzz|imagepuitr.buzz|imgpukrr.site
aerotime.aero,nightdreambabe.com##.banner_place
searchenginereports.net##.ads_boxx
||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
||beautifulero.com/nhEt4YuL9U6Q.js
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
nomics.com##.bs-ad-banner-top
nomics.com##broadstreet-zone-container
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.is##center > a[style="text-decoration:none;font-size: 25px;"]
||movierulzfree.is/watchmovie.php$popup
movierulzfree.com,watchmovierulz.co,movierulzfree.is##.ad_watch_now
bmoviesfree.ru,ffmovies.ru,putlockertv.to,fmovies.unblocked.vc,movierulzfree.is##.h
d-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
camflow.tv###kt_player > a[target="_blank"][style*="z-index: 170;"]
camflow.tv##.rltd
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
krx18.com,flacdl.com,gitlink.pro,blogmado.com,pornstash.in,1shorten.com,aylink.co,p
rivatemoviez.*,gdrivez.xyz,tlin.me,antiscan.me,illink.net,downturk.net,app.stream2w
atch.sx,uploadflix.org,uploadraja.com,modsfire.com,cryptofuns.ru,kvador.com,tweetyc
oin.com,speed4up.com,spaste.com##center > a[target="_blank"] > img
kitguru.net###bg_url_kg
coin.mg##span[style^="height: 90px;"][style*="width:728px;"]
||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;"]
||sports24.site/nflol.php
||algoply.com^$domain=sports24.club
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
desertsucculents.com##a[href^="https://hop.clickbank.net/"]
||desertsucculents.com/wp-content/uploads/*/Lose-belly-fat-gif.gif
||desertsucculents.com/wp-content/uploads/*/3-life-changing-video-to-lose-
weight.gif
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##.pro
mo
||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/"]
||mp3zik.net^$domain=userload.co
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/
upornia.*##.video-ad-videos + div.aa_label
upornia.*##div[class$="related"] + div.aa_label
upornia.*##.videoplayer-wrapper + div > div[class]:only-child
||thesquarshers.com/images/Banner
livejasmin.com##.container_banner
||dditscdn.com/*/advertisement.js
thesquarshers.com##a[class="item"][target="_blank"]
thesquarshers.com##.bottomadv
||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,henta
iasmr.moe##.happy-header
pornoamatorialeitaliano.it,sexkbj.com,gotocam.net,mundoxgay.com,pornxday.com,animeh
entaihub.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
xvideos.com,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
||seriy2sviter11o9.com/*/tghr.js$script,redirect=noopjs
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
||rsc.cdn77.org/native-latest-trlink.js
camhoes.tv##body > div[style^="position: fixed; top: 50%; left: 50%;"]
camhoes.tv##body > div[style*="opacity: 1; pointer-events: auto; z-index:"]
camhoes.tv##.rltd
||camhoes.tv/player/html.php?aid=
camhoes.tv##iframe[src^="https://camhoes.tv/player/html.php?aid="]
camhoes.tv###kt_player > a[target="_blank"]
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/"]
welovestream.xyz##.video-fake
||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
userload.co##a[target="_blank"][id^="click"]
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;"]
crockotube.com##div[class^="vis-"]
crockotube.com##div[class*="vision"]
||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.tub
e,jizzberry.com,love4porn.com,gaysearch.com,submityourflicks.com,chubbyporn.com##.f
p-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
||statics.javkiki.com/assets/love/index.
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_H
TMLWidget
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
embedv.net,vembed.org,vembed.net,vid-
guard.com,v6embed.xyz,vgembed.com,vgfplay.com,fusevideo.net,erome.com,coolors.co,ps
tream.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
clockks.com##.bam-topbar
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
yock.games##iframe[src^="//serviceyock.me/"]
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,course
forfree.net,javhoho.com,playsexgames.xxx###text-6
mlsbd.shop,esports.net,10hd.xyz,vivahentai4u.net,dmerharyana.org,learncomputerscien
ceonline.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,clockks.com,tellynewsarticles.com##.sticky_ad_des
ktop_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/
zeenite.com,shemalesin.com,faptube.com,cambay.tv,hqbang.com,blowjobs.pro,ebony8.com
,amateurest.com,watchporn.to,bravoerotica.net,thothd.com,hairyerotica.com,theporngo
d.com,sexoverdose.com,bestpornflix.com,4porn4.com,kuxxx.com,gettubetv.com,hoes.tube
,cluset.com,xtits.*,pornsai.com,jizzberry.com,63290r.com,love4porn.com,cartoonprn.c
om,celebwhore.com,sexcams-
24.com,camwhorescloud.com,bigtitslust.com,camfox.com,camflow.tv,pornchimp.com,xmega
drive.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
vapsgroup.com##.manga-info-text > li > a[href][rel="nofollow"] > img
||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
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,melongfilm.org##.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
hardwaretimes.com,siasat.com,androidtvbox.eu##.stream-item
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
/\/(200x200|160600[a-z]?|rectangle)\.(gif|png)/$domain=tron-faucet.xyz
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,faucetclub.net,faucetofbob.xyz,bitlinks.pw,faucet.furim.xy
z,algorandfaucet.com,you-
porn.com,coin.mg,payittechnology.com,nobinbarta.com,youporngay.com,hdhub4u.cc,katmo
viehd.*,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,ne
watlas.com,plymouthherald.co.uk,chroniclelive.co.uk,hulldailymail.co.uk,thesportbib
le.com,foreignpolicy.com##.taboola
phoenixnap.com,freexcafe.com,worldfree4u-
lol.online,majorgeeks.com,wetpussygames.com,hentairules.net,technicaljayendra.com,l
ubedfan.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
kissasian.li##iframe[src^="/Ads/"]
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
||entaiarena.com/curly-mode-$script
||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
gogoanime.movie##.anime_video_body_cate >
div[style="height:250px;overflow:hidden;"]
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"]
vecdn.pw##.overlay_video
vecdn.pw##.boxof
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.*,f
indercdn.me,javqd.tv,javmec.*,media.cloudcdnvideo.com,eplayer.is,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.c
om,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,gaymaletub
e.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,owfire.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
cambro.tv##.vdvwad
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,cccccccccccccccccccccccccccccccccc18pussy.porn,tabooporn.tv,camwhoresba
y.*,femdomtb.com,zeenite.com,wankyjob.com,amateurporn.me,anon-
v.com,javwhores.com,javbangers.com,porntrex.com,pornfapr.com,freepornvideo.sex##.op
t
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,whattow
atch.com##.hawk-placeholder
pcgamer.com,itproportal.com,laptopmag.com,windowscentral.com,tomsguide.com,tomshard
ware.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"]
nebulaz.io###adArea1
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,di
sasterscans.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
bitlinks.pw##img[id^="ads-"]
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,free
hardcore.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^
||vidplayer.cz/asset/bill.js
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/
myabandonware.com##.box > a[href][target="_top"][onclick] > img
||myabandonware.com/media/img/pwn/
/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.f
un###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,puzzles.msn.com##div[class^="DisplayAd__container_"
]
cambay.tv,cambro.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,dl.ocanoke.com,afly.us##.box-main >
.blog-item
vipbox.lc,watch-
serieshd.cc,semawur.com,tamilblasters.unblockit.dev,tinyzonetv.to,ekinomaniak.net,m
anganelo.link,janusnotes.com,leechall.com,kissmanga.link,disasterscans.com,savesubs
.com,mkvcinemas.*,mangakik.com,akwam.*,europixhd.io,monoschinos.com,soccerstreams.n
et,bagas31.info,bacakomik.co,mangasee123.com,watchmovies7.com.pk,anitube.biz,elsfil
e.org,m4ufree.yt,ask4movie.co,watchsomuch.org,kisstvshow.to,downloadhub.fans,thewat
chcartoononline.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/"]
||suicidegirlsfree.com/b/$script
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"]
larvelfaucet.com,shorterall.com,cpmlink.net##iframe[src^="//mellowads.com/"]
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
pornbimbo.com,faptube.com,amateur8.com,maturetubehere.com,lesbian8.com,sortporn.com
,bigtitslust.com,18pussy.porn,pornrabbit.com,love4porn.com,fpo.xxx,keekass.com##.fo
oter-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
||api.camclips.cc/api/*?a=
camclips.cc###app > .container > div:not([class]):not([id]) >
div:not([class]):not([id]) > div[class][style$="px; display: block;"]
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###tr
acking-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
||hdplay.site/asset/default/player/plugins/vast*.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"]
gosixs.com,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,rushporn.com###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
||plagiarismdetector.net/img-pop/1234.png
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;"]
palimas.tv##body > #content[style^="position: fixed;"][style*="z-index:"]
[style*="visibility"]
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
epxmovies.net,europixhd.pro,europixhd.io,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
akltu.com,9xmovies.app,toonily.com,kiminime.com,katmoviehd.*,vidload.net,movies123.
pics##div[class^="glx-slider-container-"][style*="z-index:"]
solidtorrents.net##.elevation-2
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
||rsc.cdn77.org/watchstream.php$domain=sportsbay.org
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,free-ethereum.ltd,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
||aplayer2.me/js/pop.js
||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,tr
ipadvisor.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,tripadvi
sor.jp,tripadvisor.net,tripadvisor.nl,tripadvisor.se,tripadvisor.be##.ppr_priv_head
er_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,tecnicalboy.com,freemagazines.top,forexl
ap.com,torkitty.com,torrentkitty.se,torrentkitty.vip,torrentkitty.tv###fixedbanner
torkitty.com,torrentkitty.se,torrentkitty.vip,torrentkitty.tv##a[href*=".affiliates
cn.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
tiny.do##a.btn-captcha[href][target="_blank"]
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,torrentz.io###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
||shotly.io/img/download.jpg
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
haxdown.com##.bannersinglefot
haxdown.com##a[href*="/go.php?a_aid="]
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
proxy.red,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,mixdrop.co##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;"]
irisbuddies.ml##.ticker-outer > #ticker:last-child
||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[d
ata-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
fort-russ.com##img[alt^="Banner"]
jav.guru##.inside-right-sidebar > aside.widget_custom_html
free4pc.org##form#download_file[target="_blank"]
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,he
ntaianime.tv,pornxxx.tv,cartoonporn.tv,hentaimovie.tv###myContent
watchanime.video,animeporn.tube,hentaiporn.tube,hentaivideo.tv,naughtyhentai.com,he
ntaianime.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.co
m,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
serialkey.info,free4pc.org##button[class^="button-"].user
muzamilpc.com,cracxpro.com##button.button-red
pirate-bays.net###vpnModal
ibit.to##a[href^="https://hide.me/en/promotion/"]
ibit.to##a[href^="https://torrentprotect.com/?friend="][href*="&banner="]
[target="_blank"]
||ibit.to/s/ext/pop.js
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
mixdrop.co##body > div[class][style^="position:absolute;"][style*=";width:
100%;height: 100%;z-index:"]
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
||cambro.tv/player/html.php?aid=
cambro.tv##iframe[src^="https://www.cambro.tv/player/html.php?aid="]
||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,fmovie
free.net,vidcloud.*###overlay-center
vidcloud.co###overlay-bottom
rushbitcoin.com,speedcoins.xyz,btcbunch.com,getdoge.io,ccurl.net##div[id^="wcfloatD
iv"]
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
cambro.tv##.cbchat
ultrahorny.com,veporn.com##.ads-on-player
||rsc.cdn77.org^$domain=lnk.news
||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
live.harleyquinnwidget.live##iframe ~ div > a[target="_blank"] > img
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
||free-icons-download.net/images/red-close-button-icon-
$image,domain=supergoodtvlive.com
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
||chaturgirl.ddns.net^$domain=pornyfap.com|imgtorrnt.in
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,watchsnk.net,watchtowerofg
od.com,watchdrstone.com,demonslayeranime.com,watchblackclover.com,watchkaguyasama.c
om,haikyuu3.com,watchoverlord2.com,watchboruto.com,watchsao.tv,watchrezero2.com,sem
awur.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,vkprime5.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
||secretblogging.co/wpsafelink.js
winporn.com##.relatedvideos ~ .relatedvideos:not([style])
myabandonware.com###content > .abox
||myabandonware.com/media/img/g2a/
||myabandonware.com/media/img/innog/
||myabandonware.com/media/img/wgm/
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"])
||cambro.tv/contents/ostshsesrs/player/*.mp4
sexcelebrity.net,3movs.com,filtercams.com,cambro.tv,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
gogoanime.pe,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
editorsdepot.com##.footer-sponsor-section
||editorsdepot.com/images/edmdbanner.png
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
||torrentgalaxy.to/common/exs/presenter.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_li
st > div > a[href][target="_blank"] > img
tryfist.net##aside > a[target="_blank"] > img
javengsub.com##div[id^="ahd"]
jawcloud.co##.loloba
putlockerstoworld.com##a[href^="https://deloplen.com/"]
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_co
ntainer
macrotrends.net##.adx_top_ad
myabandonware.com###l > #std > a[href] > img
cricfree.sc##.links-buttons > .watch.live-color > a[href="http://iptvlive.com"]
cricfree.sc##.kbps > .watch.live-color > a[href="https://cricfree.live/"]
[target="_blank"]
||cricfree.sc/banner.png
tekrevue.com##.ad-post-trail
jigsawplanet.com##.ts-ad-wrap
trueachievements.com###sidebar > .side-unit
||stfly.io/download.png
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,2embed.kbjyqupbhk.sbs,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="displ
ay: block;"] > .close.ico
fmovies.gallery,123movies.gallery,01fmovies.com,123movies.domains##div[style="displ
ay: 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;"]
||jsfiddle.net^$domain=bitsnoop.me,important
||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
gainslink.com##div[dir="rtl"]
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/
fmovies.wtf##a[href^="https://staticf.akacdn.ru/f/assets/premium/
stream_in_hd.html?"]
fmovies.wtf##a[href^="https://staticf.akacdn.ru/f/assets/premium/
download_in_hd.html?"]
||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,hpjav.tv##.home-featured-ad
hpjav.tv##body > div[style^="position: fixed; overflow: hidden; right:"][style$="z-
index: 999;"]
livesport.ws##a[href^="http://clickstats.online/"]
||xopenload.me/wp-content/themes/PsyPlay/nex1.
javsubtitle.co###impanel
||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,freeteenporn.xxx##.thumb-banner
anime-planet.com,freeteenporn.xxx##.video-banner
||freeteenporn.xxx/js/script.js
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.co
m,bucyrustelegraphforum.com,burlingtonfreepress.com,centralfloridafuture.com,citize
n-times.com,clarionledger.com,coloradoan.com,courier-
journal.com,courierpress.com,dailyworld.com,delawareonline.com,delmarvanow.com,dese
rtsun.com,desmoinesregister.com,floridatoday.com,freep.com,fsunews.com,greatfallstr
ibune.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,indystar.com,jconlin
e.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.co
m,stevenspointjournal.com,tallahassee.com,tcpalm.com,theadvertiser.com,thecaliforni
an.com,thegleaner.com,thenews-
messenger.com,thenewsstar.com,thespectrum.com,thestarpress.com,thetimesherald.com,t
hetowntalk.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
bosscast.net##a[href^="http://smokeandhoney.storenvy.com/collections/"]
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,szs.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##.eaca97
t1v
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|guacamoley.com|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
||ad.kisscartoon.is^
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^="/ddl-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/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.p
ro,leechpremium.link###myModal
vedbex.com,adomainscan.com,clicksbee.com,cutlinks.pro,btc.ms,watch5s.to##.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,clicknupload.org,yalla-
shoot.com,ffmovies.ru,fmovies.to##a[href^="//"][rel="nofollow norefferer noopener"]
[style^="position: fixed; z-index:"]
trueachievemenets.com##.side-unit > div[id^="nn_mpu"]
download.mokeedev.com##.ad-wrapper+div[class="center-align"] > span[class="grey-
text text-darken-2"]
/asset/revad.js$domain=asianclub.tv|fembed.com
||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_"]
||torrentgalaxy.org/common/exs/exs.php
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
camclips.cc##.toasted.error
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"])
mlbstream.tv##.mlbst-before-content > a[href] > img
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
hpjav.tv##.video-boxad
xbjav.com,javdragon.com,hpjav.tv##.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]
rawindianporn.com###divtime
||rawindianporn.com/f_rawindianporn.com.js
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
myabandonware.com##.art > a[target] > img
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
x1337x.se##a[href^="/vpn"][href*=".php"]
x1337x.se##.aabfdbb[id][href*=".php"]:not([onclick])
||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,openloadmovies.to##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,pornbrb.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,thetruedefen
der.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,cambro.tv,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[ite
mtype="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_p
layer > .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,c
oursesxpert.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,mang
adeep.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
popofthestream.com,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##.outbra
in
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,ga
mermatters.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
ebay.de,ebay.it,ebay.com##div.vi-lb-placeholder[id^="scandal"]
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,nud
ostar.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
||search.stream.cr/core/ads.js
||search.stream.cr/core/webfont.js
msn.com##.secondary > li[data-m*='NativeAdHeadlineItemViewModel']
nationalpost.com###sidebar > .adsizewrapper
wikihow.com##div[id^="rightrail"][style^="height:"][class="rr_container"]
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
||mellowads.com/js/popunder$important
||mellowads.com/pop.js$important
/^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.*,wenger.stream,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
mgnet.me###page-ad
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,praj
waldesai.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,watchcurbyoure
nthusiasm.com,watchsmallvilleonline.net,watchpsychonline.net,watchdoctorwhoonline.c
om,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|vastgold.cc|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"]
soft7star.com##div[style="text-align:center;"] > button
soft7star.com##center > div[style="cursor:pointer"] > img.user
||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,rgmechanicsgames.com###fanback
rgmechanicsgames.com##a[href*="VPN.exe"]
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,kissasian.li###adsFloat1
kissasian.li##.wrap > div[style*="text-align: center; margin: 10px"]
kissasian.li##iframe[src^="http://kissasian.li/ads"]
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
||siterdm.com/apu.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
||hypoot.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
||pttsite.com/apu.php?
||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
||aoredi.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,upornia.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##.leaderboar
d-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,c
utlinks.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
||streamporn.me/zfrontend_loader.js
||streamporn.me/see.js
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,boreham
woodtimes.co.uk,braintreeandwithamtimes.co.uk,bridportnews.co.uk,bromsgroveadvertis
er.co.uk,bucksfreepress.co.uk,burytimes.co.uk,campaignseries.co.uk,chelmsfordweekly
news.co.uk,clactonandfrintongazette.co.uk,cotswoldjournal.co.uk,cravenherald.co.uk,
croydonguardian.co.uk,dailyecho.co.uk,darlingtonandstocktontimes.co.uk,dorsetecho.c
o.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,har
rowtimes.co.uk,harwichandmanningtreestandard.co.uk,heraldseries.co.uk,herefordtimes
.com,hillingdontimes.co.uk,ilkleygazette.co.uk,keighleynews.co.uk,kidderminstershut
tle.co.uk,knutsfordguardian.co.uk,lancashiretelegraph.co.uk,ledburyreporter.co.uk,l
eighjournal.co.uk,ludlowadvertiser.co.uk,maldonandburnhamstandard.co.uk,malverngaze
tte.co.uk,messengernewspapers.co.uk,middlewichguardian.co.uk,milfordmercury.co.uk,n
ewsshopper.co.uk,northwichguardian.co.uk,northyorkshireadvertiser.co.uk,oxfordmail.
co.uk,oxfordtimes.co.uk,penarthtimes.co.uk,prestwichandwhitefieldguide.co.uk,reddit
chadvertiser.co.uk,richmondandtwickenhamtimes.co.uk,romseyadvertiser.co.uk,runcorna
ndwidnesworld.co.uk,salisburyjournal.co.uk,southendstandard.co.uk,southwalesargus.c
o.uk,southwalesguardian.co.uk,stalbansreview.co.uk,sthelensstar.co.uk,stourbridgene
ws.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.u
k,westerntelegraph.co.uk,wharfedaleobserver.co.uk,wiltsglosstandard.co.uk,wimbledon
guardian.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
downloadfullfree.com##a[href^="http://pay.fastserver.me"]
||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
megadrive.co##.elite_vp_popup
||megadrive.co/images/ban/
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)
gearbest.com##header > .back-top-banner
funnygames.biz,funnygames.org,funnygames.nl,funnygames.eu,funnygames.ch,funnygames.
pl,funnygames.com.br,funnygames.com.tr,funnygames.com.co,funnygames.it,funnygames.p
h,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,radi
o.org.ph,radioau.net,radionp.com,radioonline.co.id,radioonline.kr,radioonline.my,ra
dios.tw,radiosingapore.org,radioth.net##.add-box-top
jpradio.jp,onlineradios.in,radio.com.lk,radio.net.bd,radio.net.pk,radio.org.nz,radi
o.org.ph,radioau.net,radionp.com,radioonline.co.id,radioonline.kr,radioonline.my,ra
dios.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,xxxpornindia.com,megayoungsex.c
om,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
xxxpornindia.com##.ho-bawra
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,destina
tionweddingmag.com,dirtrider.com,fieldandstream.com,floridatravellife.com,flyingmag
.com,islands.com,marlinmag.com,motorcyclecruiser.com,motorcyclistonline.com,outdoor
life.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^
||imgrock.info/amload.js
||imgrock.info/vtrack
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
||pornhd3x.to/video-ads.ejs
torrentking.eu##.rty
torrentking.eu##a[href^="/movie-download/"][rel="nofollow"]
torrentking.eu##a[href^="//inclk.com/adServe/"]
||bonertube.com/*/script.js
||bonertube.com/*/license.*.js
||bonertube.com/*frntldr.js
bitcoinker.com##iframe[data-lazy-src^="//coinad.com/ads/"]
||cdne-static.yjcontentdelivery.com/app/1/js/puWeb^$script
||navegacom.com/protect/redirect$redirect=nooptext
youjizz.com##[data-i18n^="ads."]
bonusbitcoin.co###adX
bonusbitcoin.co##a[href^="https://coinad.com"]
swissadspaysfaucet.com,bonusbitcoin.co##a[href^="//mellowads.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
||forum.xda-cdn.com/honor-hub/images/honorbanner
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,faucetcoins.org,club,getdogecoins.com,dutchycorp.
space,moremoney.io,bitcoinly.in,cointalk.club,100count.net,faucetcrypto.com,freebit
coin.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###df
p_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
||redirect.won.pe/ad/$popup,domain=won.pe
digit.in##.gadgetDealSideBar
digit.in##.advertisements
digit.in##.recommended-box
digit.in##.top-promo
lolskill.net##div[class^="container text-center aaa aaa"]
androidcentral.com,windowscentral.com,imore.com##.article-leaderboard
geniuskitchen.com##.smart-card-wrap > div.smart-aside
||thisvid.com/js/exblk/
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###f
ootZones
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
namaidani.com,coin.mg,shorterall.com,konstantinova.net,mondainai.moe,luckybits.io##
a[href^="//mellowads.com/"]
||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
videosexarchive.com##.botad > .botadx
||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,onwatchseries.to##.shd_button
onwatchseries.to##.freeEpisode
||static.ewatchseries.to/templates/default/images/300x250n*.png
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
stream365.live###overlay-ads
jav789.com##.player-ads-bottom
vidoza.net###juic
||watchjavonline.com/images/ad
javqd.com###loading
javqd.com###pauseroll
||static.javhd.com/sb/*-728x90
||whatsmyip.thedevelopmentstore.com/VudhaScript/GetScript$third-party
gumtree.com.au##.header__leaderboard-ad
gumtree.com.au###leaderboard-header-banner
gumtree.com.au##.search-results-page__ad-sense
||id.katyporn.net/akp/jsbanner.js
||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,wcoanime
dub.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,bitlinks.pw,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
||katyporn.net/*/jspopup.js
||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,handjob
hub.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.ne
t,moviesdaweb.blogspot.com,123freemovies.net##a[href*="/afu.php?"]
putlocker.rs##a[href^="/player/"][href*="_in_hd.html?title="]
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,da
ilyporn.club,freefeds.com,teleriumtv.com,deportealdia.live,techgeek.digital,sharer.
pw,za.gl,fcc.lc,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.c
om,porngun.net,eteenporn.com,camwhores.tv,sexboomcams.com,pornformance.com,vivud.co
m##.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
kissasian.li##div[style$="height: 261px; position: relative;"]
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/
||medianetworkinternational.com/js/awrapper.js^
prnt.sc##.grundik-div
||1watchmygf.com/js/mes.js
||1watchmygf.com/js/mygf*.js
androidapksfree.com##.post-content > div[style="text-align:center"] > div >
i:first-child
androidapksfree.com##.post-content > div[style="text-align:center"] > i:first-child
newser.com##.RightRailAds
||image.winudf.com/*/upload/promopure/$domain=apkpure.*
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.c
om###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"]
katcr.co###__scr__adstop
||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.wi
n,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^
okmalayalam.com##.rek
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##.ad
1
||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,l
atimes.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
onwatchseries.to##.sp-leader
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/
||gebadu.com/apu.php$redirect=nooptext,important
||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
||yourlink.in/links/popad$popup
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
rlslog.net##body > div:not([id]):not([style]) > div[style="text-align:center;font-
family:Tahoma;"]
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:"]
pron.tv##.lextra
babia.to,technofino.in,reef2reef.com,minebbs.com,craxpro.io,affiliatefix.com,myiptv
forum.com,hifivision.com,worldofiptv.com,altenen.is,beermoneyforum.com,germancarfor
um.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
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,tell
ows.co.za,tellows.com,tellows.com.br,tellows.cz,tellows.de,tellows.es,tellows.fr,te
llows.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
watch5s.to###IDX
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.st
ream,educaplay.com,cloudplayer.online,goldenbbw.com,streamvid.co,olink.icu,vlink.ic
u,eatcells.com,vidload.co###banner
myp2p.biz,realstreamunited.tv###bannerInCenter
tubesex.me###banneradv
ebay.co.uk,ebay.com,ebay.de###billboardSideBanner
windowsxlive.net###billboard_placeholder
neogamr.net,neowin.net###billboard_wrapper
wagnardmobile.com###block-block-3
rslinks.org###block-block-58
stomp.com.sg###block-boxes-q0010-widget
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
vidspot.net###iframebanner
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###invid
eo_2
modelsxxxtube.com,pornexpanse.com,tubesex.me,tubevintageporn.com,xxxadd.com,whitexx
xtube.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;"]
xvideos.com###main > div.large-screen-show > div[id] > img[style]
youjizz.co###main > table[width="100%"] > tbody > tr > td[width][style="padding-
right:0px;"]
porntube.com###main-banner-grid
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,me
ssytube.com,madnessporn.com,gaytiger.com,italianoxxx.com,shemalestube.com,pornwatch
ers.com,ashemaletv.com,homemoviestube.com,pornclipsxxx.com,freepornhq.xxx,nudez.com
###playerOverlay
exashare.com###player_imgo
watch5s.to###pop-subscribe
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
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
bbcgoodfood.com,pokebattler.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
onwatchseries.to##.block-left-home-inside[style*="252px; text-align:"]
hdzog.com##.block-showtime
inoreader.com##.block_article_ad
wccftech.com##.body.clearfix > div[style$="text-align:center; margin:0 0 15px 0;"]
bdsmboard.org##.body_wrapper > a[rel="nofollow"] > img
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
onwatchseries.to##.category-item-ad
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,bimb
olive.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,kissasian.li,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,sexgaypl
us.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,bimb
olive.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
ebay.co.uk,ebay.com,ebay.de##.rtmCss
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
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=eiforia.net|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?"]
eiforia.net##a[href*="datafile.com/getpremium.html?r="]
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"]
free4pc.org,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?"]
rlslog.net##a[href^="https://www.hidemyass.com/vpn/"]
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;"]
emgn.com##body > div[style^="position: fixed; width: 100%; text-align: center;
height 110px;"]
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.co
m,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
bosscast.net##div.bossPlayer#bossPlayer
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"]
myabandonware.com##div[class^="item itemListGame be"]
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,tamilyogi.nu,leechpremium.link,cpmlink.net,shink.in##div[i
d*="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-"]
ebay.co.uk,ebay.com,ebay.de##div[id^="rtm_div_"]
ebay.co.uk,ebay.com,ebay.de##div[id^="rtm_html_"]
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"]
eiforia.net##img[alt^="turbobit_730"]
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"]
eiforia.net##img[width="720"][alt="pornoripmania.org"]
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
||bosscast.net/content/images/close1.png
||bosscast.net/content/js/player2.js
||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|vizer.tv|itdmusic.com|
prefiles.com|cloudyfiles.co|anime-odcinki.pl|clicknupload.link|unblocked.lol|
lipstickalley.com|addic7ed.com|animeflv.net|avxhome.in|avxhome.se|baiscopelk.com|
feliratozz.hu|filescdn.com|javgo.me|katcr.co|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|
manganelo.tv|ziperto.com|bluemediafile.*|oxtorrent.sk|bluemedialink.online|
bluemediaurls.lol|bluemediadownload.lat
||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
||exashare.com/ad.js
||eztv.ag/images/pcprotect/
||fakku.net/static/seele-footer.html
||fetishshrine.com/_p4.php
||fijilive.com/images/wrap/
||file.rocks/images/add2.jpg
||file.rocks/images/des-add*.jpg
||filerio.in/interstl.html
||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/
||katcr.co/site/static/seed/seed.css
||koksenergy.de/animiert.gif
||kovla.com/static/js/popunder
||l2j.lt/ads/
||l2servers.com/promo/
||l2topzone.com/SdihusDsa/
||letitbit-porno.com^$popup,domain=fastpik.net
||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.lat
||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"])
11alive.com#?#.grid__content_full-width_false > .grid__main
> .grid__cell.grid__cell_columns_1:has(> .grid__module_padding_full:only-child
> .grid__module-sizer_name_ad > .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,letmejerk
7.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-"])
searchenginereports.net#?#.sidebar > .sidebar-wrpper:has(> .for_ads)
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.*#?#.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"])
streamspass.live#?##__next > :is(.header, .footer):contains(ads):not(:has(>*))
streamspass.live#?#.content > .ds_content:contains(Ads):not(:has(>*))
streamspass.live#?#.sidebar > div[class^="rightside"]:contains(ads):not(:has(>*))
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$/)
simplyelizabetholsen.com#?##sidebar > .widget_text:has(> .widget_custom_html > h2 >
span:contains(Ads))
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)
cutscenes.net#?#.item > div[id^="ts_ad_native"]:upward(1)
cutscenes.net#?#.item > iframe[src^="https://go."]:upward(1)
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))
hpjav.tv#?#.home-img-box > div.center-ad > div.video-box-ad:upward(2)
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))
gogoanime.pe,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/"]))
bitlinks.pw#?##link-view > .row > .col-md-4 > [id*="ScriptRoot"]:upward(2)
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"]
myabandonware.com#?#div[id^="myabandonware_medrec_"]:upward(1)
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)
tube-bunny.com#?#.page-wrapper div[class]:has(> div.title-vis > p >
span:contains(Advertisement))
tube-bunny.com#?#span:contains(Advertisement)
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$/)
nomics.com#?#.home-dashboard_wrap > .home-dashboard_module-5 > .br2 > div >
broadstreet-zone-container:upward(3)
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; }
d4rkexecutor.com#?#div[data-mesh-id="ContainerqkltfinlineContent-gridContainer"] >
div[id^="comp-"]:not([data-testid]):not([style]) > iframe[title="Google
AdSense"]:upward(1)
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"])
iphonehacks.com#?##content > div[class="hentryr"] > center > div[id^="div-gpt-
ad-"]:upward(2)
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)
southsideshowdown.com,thelandryhat.com,housethathankbuilt.com,friarsonbase.com,aira
lamo.com,thejetpress.com,thevikingage.com,titansized.com#?#main > div.viewablity-
block > figure[class]:has(div[id^="mm-player-placeholder-"])
rhymejunkie.com#?#main figure:has(> div > div[id^="mm-player-placeholder"])
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"])
watchspongebobsquarepants.com,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)
kickassanime.am#?#.flickity-slider > .show-wrapper:has(> .rs-handler > .hide-
button)
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; }
myabandonware.com#?#div:matches-attr(/data-[a-z][0-9]{3,4}-ad/)
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)
bizzstreams2u.live#?#.entry-content > p:has(> script[src$="/invoke.js"])
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))
livetv.sx#?#tr > td[bgcolor="#ffffff"]:has(> table[width="100%"] > tbody > tr > td
> iframe[src^="//ads."])
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)
coderedirect.com#?#.sidebarSecond:has(> div.ten > div[id^="bsa-zone_"])
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)
searchenginereports.net#?#.sidebar div[id^="adbox_"]:upward(1)
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: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))
note4tech.com#?#div[data-testid="mesh-container-content"] > div[id^="comp-"]:has(>
div[style] > div[class] > div[class]:contains(/^Widget Didn’t Load$/))
note4tech.com#?#div[data-testid="mesh-container-content"] > div[id^="comp-"]:has(>
iframe[title="Google AdSense"])
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)
jerkoffer.com#?#.thumbs > li.thumb:has(> iframe[src^="//a.o333o.com/"])
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))
humannootropicsindex.com#?##sidebar > div.widget_text:has(> h4 >
span:contains(Ads))
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)
upornia.*#?#.video-content > div[class] > div.text > a[href="#"]:upward(2)
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))
fort-russ.com#?#.wpb_wrapper > div.wpb_single_image:has(> figure.wpb_wrapper >
a.vc_box_border_grey)
fort-russ.com#?#.sidebar > div.widget:has(> div[class] > div.pwz-container >
img[alt^="Banner"])
horriblesubs.info#?##secondary > div.well:has(> div.showpage-sponsor)
official-amtemu.com#?#.theiaStickySidebar > div.widget:has(> div > ins.adsbygoogle)
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)
galaxylifereborn.com#?#.absolute-center > .section > .container > .row > .col-12
> .box[style]: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
camclips.cc#?#.video-container > .plyr + div[class]:has(> a[href="/upgrade"])
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 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/))
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,ad
linkfly.wartakilat.com,shortlink.prz.pw,baominh.tech,za.uy,coinsparty.com,enagato.c
om,clikern.com,linkadshield.xyz,webshort.in,linkmit.us,oncehelp.com,tui.click,adpop
.me,adnit.xyz,fwarycash.moviestar.fun,clickhouse.xyz,bloggingguidance.com,charexemp
ire.com,adnet.cash,go2.surf,cryptoads.space,okec.uk,paidtomoney.com,za.gl,pureshort
.link,curto.win,4rl.ru,ownurl.website,danc.uk,url.namaidani.com,xz2.xyz,doctor-
groups.com,gibit.xyz,pkr.pw,dz4win.com,asupload.com,shortearn.in,stfly.me,shorthitz
.com,btc2019.tk,mitly.us,afly.us,rifurl.com,shrt10.com,adclic.pro,uii.io,shortearn.
eu,cashearn.eu,vivads.net,urlcloud.us,coin.mg,shrinkurl.org,lkop.me,egovtjob.in,shr
tfly.net,clx.icu,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])
!
! torrentgalaxy.to - changes ads frequently
tgx.rs,torrentgalaxy.to##div[style="margin-bottom:10px;"] div > a > div > img
tgx.rs,torrentgalaxy.to##div[style="margin-top:10px;"] div > a > div > img
tgx.rs,torrentgalaxy.to##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,scoresp
orts790.com,scoresports791.com,scoresports792.com,scoresports793.com,scoresports794
.com,scoresports795.com,scoresports796.com,scoresports797.com,scoresports798.com,sc
oresports799.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,myradioon
line.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradio
live.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,myradioon
line.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradio
live.com#$#._bannerTop1 { background-color: transparent !important; }
irishradiolive.com,myonlineradio.at,myonlineradio.de,myonlineradio.hu,myonlineradio
.nl,myonlineradio.sk,myradioendirect.fr,myradioenvivo.ar,myradioenvivo.mx,myradioon
line.cl,myradioonline.es,myradioonline.it,myradioonline.pl,myradioonline.ro,ukradio
live.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###bot
tomads > 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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###sea
rch 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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.ilo
vz
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.uEi
erd
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##a[da
ta-ad-tracking-url]
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###tad
s
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.luh
b-div
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###cen
ter_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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
gerasanews.com#?#.iads_border
gerasanews.com#?#[class^="bestaAds_"]
gerasanews.com#?#[class^="adsSpacer"]
!#endif
!
! 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##.mt-3\.5 > div > div[id*="t"][id*="a"][class] img.gofull
check-host.net#?#a[href]:contains(/[pP]rote|[сcЗ]айт|[𝅺]/)
check-host.net#?#div + *[class*="_"]:last-child:contains(/^.*[x×✕X☓χx⨯✗\+\+\﹢

хХΧẊẋ].*$/):upward(1)
!
! 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,learnsc
ala.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,learnsc
ala.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,learnsc
ala.org,learnshell.org,learnsqlonline.org#?##google-ad-right >
h4:contains(Sponsors) + div > a
!
! facebook.com
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##div[ro
le="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[ro
le="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[da
ta-pagelet^="BrowseFeedUpsell_"] div[class][style^="max-width:"] > span
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion###megam
all_rhc_ssfy_pagelet
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion###pagel
et_ego_pane > .pagelet:not(.egoOrganicColumn)
m.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.fac
ebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebo
ok.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.facebookwkhpilnemxj
7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mtouch.facebookwkhpilnemxj7asaniu7vnjjb
iltxjqhye3mhbshg7kx5tfyd.onion,x.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7k
x5tfyd.onion,iphone.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,
touch.beta.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,m.faceboo
k.com,m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,b-
m.facebook.com,b-
m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mobile.facebook.co
m,mobile.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion##article[da
ta-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,webnovelpu
b.com#?#.container > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpu
b.com#?#.comment-list > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpu
b.com#?##chapter-container > div[class]:has(> *:is([data-stpd], [id^="gpt_slot_"]))
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpu
b.com#?#.container > div[class]:has(> .adsbygoogle)
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpu
b.com#?#.comment-list > div[class]:has(> .adsbygoogle)
lightnovelpub.fan,lightnovelpub.vip,lightnovelpub.com,lightnovelspot.com,webnovelpu
b.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
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com##.header-billboard
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com##.mosaic-banner
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com###top-stories > li:not([class])
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com###inner-content-secondary > div#sidebars
! only for the sites with '/posts/' in article pathes (+ in social filter)
12thmanrising.com,1428elm.com,8points9seconds.com,acceptthisrose.com,airalamo.com,a
llcougdup.com,allfortennessee.com,allstokedup.com,allucanheat.com,alongmainstreet.c
om,amazonadviser.com,animeaway.com,apptrigger.com,aroundthefoghorn.com,aroyalpain.c
om,arrowheadaddict.com,artofgears.com,askeverest.com,audiophix.com,autzenzoo.com,aw
aybackgone.com,awinninghabit.com,badgerofhonor.com,balldurham.com,bamahammer.com,ba
msmackpow.com,bayernstrikes.com,bealestreetbears.com,beargoggleson.com,beaverbyte.c
om,behindthebuckpass.com,beyondtheflag.com,bigredlouie.com,birdswatcher.com,blackan
dteal.com,blackhawkup.com,blackoutdallas.com,bladesofteal.com,bleedinblue.com,blogg
ingdirty.com,blogoflegends.com,blogredmachine.com,bluelinestation.com,bluemanhoop.c
om,boltbeat.com,boltsbythebay.com,bosoxinjection.com,broadstreetbuzz.com,buffalowdo
wn.com,bustingbrackets.com,bvbbuzz.com,calltothepen.com,caneswarning.com,cardiaccan
e.com,catcrave.com,causewaycrowd.com,champagneandshade.com,chopchat.com,chowderandc
hampions.com,cincyontheprowl.com,claireandjamie.com,claretvillans.com,climbingtalsh
ill.com,clipperholics.com,cubbiescrib.com,culturess.com,dailyddt.com,dailyknicks.co
m,dairylandexpress.com,dawgpounddaily.com,dawindycity.com,dawnofthedawg.com,dbltap.
com,dearoldgold.com,deathvalleyvoice.com,detroitjockcity.com,devilsindetail.com,dir
edota.com,districtondeck.com,dodgersway.com,dogoday.com,dorksideoftheforce.com,dunk
ingwithwolves.com,ebonybird.com,editorinleaf.com,empirewritesback.com,everythingbar
ca.com,everythingontap.com,eyesonisles.com,factoryofsadness.co,fansided.com,fanside
dmma.com,fightinggobbler.com,flameforthought.com,flywareagle.com,foodsided.com,fore
verfortnite.com,fourfourcrew.com,foxesofleicester.com,friarsonbase.com,garnetandcoc
ky.com,gbmwolverine.com,geeksided.com,gigemgazette.com,glorycolorado.com,gmenhq.com
dawindycity.com,gojoebruin.com,goldengatesports.com,gonepuckwild.com,greenstreetham
mers.com,guiltyeats.com,hailfloridahail.com,hailwv.com,halohangout.com,hardwoodhoud
ini.com,hiddenremote.com,highposthoops.com,hookemheadlines.com,hoopshabit.com,hoosi
erstateofmind.com,horseshoeheroes.com,hotspurhq.com,houseofhouston.com,housethathan
kbuilt.com,howlinhockey.com,huskercorner.com,insideibrox.com,insidetheiggles.com,in
sidetheloudhouse.com,interheron.com,jaysjournal.com,jetswhiteout.com,justblogbaby.c
om,kardashiandish.com,kckingdom.com,keepingitheel.com,kingjamesgospel.com,kingsofka
uffman.com,krakenchronicle.com,lakeshowlife.com,lasportshub.com,lastnighton.com,law
lessrepublic.com,lobandsmash.com,localpov.com,lombardiave.com,mancitysquare.com,mar
linmaniac.com,maroonandwhitenation.com,milehighsticking.com,mlsmultiplex.com,motorc
itybengals.com,musketfire.com,netflixlife.com,newcastletoons.com,nflspinzone.com,ni
nernoise.com,nolanwritin.com,northbankrsl.com,nothinbutnets.com,nugglove.com,octopu
sthrower.com,oilonwhyte.com,oldjuve.com,olehottytoddy.com,orangeintheoven.com,orlan
domagicdaily.com,otowns11.com,paininthearsenal.com,pelicandebrief.com,penslabyrinth
.com,phinphanatic.com,pippenainteasy.com,pistonpowered.com,playingfor90.com,pokespo
st.com,poppicante.com,precincttv.com,predlines.com,predominantlyorange.com,princeru
pertstower.com,progolfnow.com,psgpost.com,puckettspond.com,puckprose.com,pucksandpi
tchforks.com,pucksofafeather.com,raisingzona.com,ramblinfan.com,ranchesandreins.com
,raptorsrapture.com,rayscoloredglasses.com,razorbackers.com,redbirdrants.com,reddev
ilarmada.com,redshirtsalwaysdie.com,reignoftroy.com,reportingkc.com,reviewingthebre
w.com,rhymejunkie.com,riggosrag.com,rinkroyalty.com,ripcityproject.com,risingapple.
com,roxpile.com,rubbingtherock.com,rumbunter.com,rushthekop.com,sabrenoise.com,sain
tsmarching.com,saturdayblitz.com,scarletandgame.com,section215.com,senshot.com,show
snob.com,sidelionreport.com,sircharlesincharge.com,skyscraperblues.com,slapthesign.
com,soaringdownsouth.com,sodomojo.com,soundersnation.com,southboundanddown.com,sout
hsideshowdown.com,spacecityscoop.com,spartanavenue.com,sportdfw.com,stairwayto11.co
m,starsandsticks.com,stillcurtain.com,stormininnorman.com,stormthepaint.com,stripeh
ype.com,survivingtribal.com,swarmandsting.com,teaandbanter.com,tenntruth.com,terrap
instationmd.com,thatballsouttahere.com,thecanuckway.com,thecelticbhoys.com,thehusky
haul.com,thejetpress.com,thejnotes.com,thelandryhat.com,theparentwatch.com,thepewte
rplank.com,theprideoflondon.com,therattrick.com,therealchamps.com,thesixersense.com
,thesmokingcuban.com,thetimberlean.com,thetopflight.com,theviewfromavalon.com,thevi
kingage.com,throughthephog.com,thunderousintentions.com,tipofthetower.com,titansize
d.com,tomahawktake.com,torontoreds.com,torotimes.com,tripsided.com,trumanstales.com
,undeadwalking.com,underthelaces.com,unionandblue.com,valleyofthesuns.com,vegashock
eyknight.com,venomstrikes.com,victorybellrings.com,vivaligamx.com,whitecleatbeat.co
m,whodatdish.com,wildcatbluenation.com,winteriscoming.net,withthefirstpick.com,wizo
fawes.com,wreckemred.com,writingillini.com,yanksgoyard.com,yellowjackedup.com,zonaz
ealots.com#?#.viewablity-block > figure:has(div#mm-player-placeholder-large-screen)
!
! Metroland Media Group
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com##.polarBlock
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com##.adLabelWrapperManual
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.pagesuite-professional.co.uk,hub.metroland.com##div[data-lpos="more-from-the-
star-partners"]
thestar.com,thespec.com,therecord.com,thepeterboroughexaminer.com,stcatharinesstand
ard.ca,niagarafallsreview.ca,wellandtribune.ca,bramptonguardian.com,caledonenterpri
se.com,cambridgetimes.ca,durhamregion.com,flamboroughreview.com,guelphmercury.com,h
amiltonnews.com,insidehalton.com,insideottawavalley.com,mississauga.com,muskokaregi
on.com,mykawartha.com,newhamburgindependent.ca,niagarathisweek.com,northbaynipissin
g.com,northumberlandnews.com,orangeville.com,ourwindsor.ca,parrysound.com,sachem.ca
,simcoe.com,theifp.ca,toronto.com,waterloochronicle.ca,yorkregion.com,legacy.com,ed
ition.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##.promote
dlink: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,j
alopnik.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,j
alopnik.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,j
alopnik.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,theinventory.com,sportskeeda.com,avcl
ub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinven
tory.com,theonion.com,theroot.com,thetakeout.com##.connatix-container
clickhole.com,lifehacker.com,splinternews.com,theinventory.com,sportskeeda.com,avcl
ub.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,qz.com,theinven
tory.com,theonion.com,theroot.com,thetakeout.com##.ad-container
clickhole.com,lifehacker.com,splinternews.com,avclub.com,deadspin.com,gizmodo.com,j
alopnik.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,j
alopnik.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,j
alopnik.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,j
alopnik.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,j
alopnik.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,j
alopnik.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,j
alopnik.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,j
alopnik.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##[class*="carosl"]
smallseotools.com###garammarly_model
smallseotools.com##.modal-backdrop
smallseotools.com##.px305
smallseotools.com##.px265
smallseotools.com##.px105
smallseotools.com##body .sticki_ssb
smallseotools.com##.px306
smallseotools.com##rk[class][data-after]
! https://smallseotools.com/url-shortener/
smallseotools.com##a[data-link*="smallseotools"]
!
||cloudfront.net^$domain=duplichecker.com,image
duplichecker.com##[style^="display: inline-block"] > a[target="blank"]
duplichecker.com##div[style="height: 278px;"]
duplichecker.com##div[style="min-height: 303px;"]
duplichecker.com##div[style="min-height:304px"]
duplichecker.com##div[style="height: 277px;"]
duplichecker.com##div[class^="avds"]
duplichecker.com##div[style="min-height:302px"]
duplichecker.com##div[style="min-height:303px"]
duplichecker.com##div[style="height: 276px;"]
duplichecker.com##.nisdh
duplichecker.com##.logo-ads
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,motorspo
rt24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.c
om,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,
scoreboard.com##.adsenvelope
flashscore.*,horseracing24.com,darts24.com,handball24.com,volleyball24.com,motorspo
rt24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.c
om,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,motorspo
rt24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.c
om,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,motorspo
rt24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.c
om,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,motorspo
rt24.com,golflive24.com,baseball24.com,cricket24.com,icehockey24.com,basketball24.c
om,tennis24.com,diretta.it,livescore.in,soccer24.com,soccerstand.com,livesport.com,
scoreboard.com##.boxOverContent__banner
!
! https://github.com/AdguardTeam/AdguardFilters/issues/133543
! apl*.me - frequently changed domains
! apl250.me etc. + the rule in general_extensions.txt
||emb.apl*.me/export/ltv_popup.php
/^https?:\/\/ii\.apl\d+\.me\/js\/pop\.js$/
##body[bgcolor="#000000"] > div[id="ads"][style^="position: absolute; z-index:"]
##body[bgcolor="#000000"] > div[id="adbtm"][style^="position: fixed;"]
! 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
||brightcove.com/playback/*/*?
ad_config_id$removeparam=ad_config_id,xmlhttprequest,domain=tvnz.co.nz|
roosterteeth.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.*,streanpla
y.*##.ad
stre4mplay.*,streampiay.*,stemplay.*,steamplay.*,steanplay.*,streamp1ay.*,streanpla
y.*###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/
||jstatic.org/j/m/qqq.js
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|
ikwildepiratebay.org|pirate.trade|piratebay.red|piratebaymirror.eu|
piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateprox.club|pirateproxy.tf|
piratetoday.click|proxypirate.in|proxyproxyproxy.nl|proxyship.click|
proxyspotting.in|thepiratebay-proxy.com|thepiratebay.uk.net|tpbmirror.us|
tpbportal.in|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|
ikwildepiratebay.org|pirate.trade|piratebay.red|piratebaymirror.eu|
piratebayproxy.tf|piratebays.co|piratebays.co.uk|pirateprox.club|pirateproxy.tf|
piratetoday.click|proxypirate.in|proxyproxyproxy.nl|proxyship.click|
proxyspotting.in|thepiratebay-proxy.com|thepiratebay.uk.net|tpbmirror.us|
tpbportal.in|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.*,thekickas
s.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickas
st.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kicka
ssuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,ki
ckass-
usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickass
unlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,k
ickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker
.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrent
s.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickas
s.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,ki
ckass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass
2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,
kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kic
kasstorrents2.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.*,thekickas
s.*,kickassz.*,kickasstorrents2.*,topkickass.*,kickassgo.*,kkickass.*,kkat.*,kickas
st.*,kick4ss.*,katbay.*,kickasshydra.*,kickasskat.*,kickassbay.*,torrentkat.*,kicka
ssuk.*,torrentskickass.*,kickasspk.*,kickasstrusty.*,katkickass.*,kickassindia.*,ki
ckass-
usa.*,kickassaustralia.*,kickassdb.*,kathydra.*,kickassminds.*,katkickass.*,kickass
unlocked.*,kickassmovies.*,kickassfull.*,bigkickass.*,kickasstracker.*,katfreak.*,k
ickasstracker.*,katfreak.*,kickasshydra.*,katbay.*,kickasst.*,kkickass.*,kattracker
.*,topkickass.*,thekat.*,kat.*,kat2.*,kick4ss.*,kickass.*,kickass2.*,kickasstorrent
s.*,kat.fun,kat2.app,kat2.space,kat2.website,kat2.xyz,kick4ss.net,kickass.cd,kickas
s.earth,kickass.id,kickass.kim,kickass.love,kickass.name,kickass.one,kickass.red,ki
ckass.vc,kickass.ws,kickass2.app,kickass2.fun,kickass2.mobi,kickass2.online,kickass
2.space,kickass2.top,kickass2.website,kickass2.xyz,kickassgo.com,kickasstorrent.cr,
kickasstorrents.fun,kickasstorrents.icu,kickasstorrents.mobi,kickasstorrents.to,kic
kasstorrents2.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##ifra
me[src^="/r/"]
torrentproject2.*,torrentproject2.com,torrentproject2.net,torrentproject2.org##a[hr
ef][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
||cdn.livetv*.me/tmp/515x45-
livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.m
e,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.livetv5
97.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livet
v602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.liv
etv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.l
ivetv612.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,c
dn.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.livetv63
6.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv
641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.live
tv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.li
vetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.
livetv656.me,cdn.livetv657.me##td[height="91"][align="center"][bgcolor="#000000"]
livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.m
e,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.livetv5
97.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livet
v602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.liv
etv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.l
ivetv612.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,c
dn.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.livetv63
6.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv
641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.live
tv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.li
vetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.
livetv656.me,cdn.livetv657.me###localpp
livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.m
e,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.livetv5
97.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livet
v602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.liv
etv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.l
ivetv612.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,c
dn.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.livetv63
6.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv
641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.live
tv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.li
vetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.
livetv656.me,cdn.livetv657.me##td[background^="//cdn.livetv"] > table[width="100%"]
> tbody > tr > td[valign="top"] + td[align="right"]
livetvstream.pro,cdn.livetv584.me,cdn.livetv585.me,cdn.livetv586.me,cdn.livetv587.m
e,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.livetv5
97.me,cdn.livetv598.me,cdn.livetv599.me,cdn.livetv600.me,cdn.livetv601.me,cdn.livet
v602.me,cdn.livetv603.me,cdn.livetv604.me,cdn.livetv605.me,cdn.livetv606.me,cdn.liv
etv607.me,cdn.livetv608.me,cdn.livetv609.me,cdn.livetv610.me,cdn.livetv611.me,cdn.l
ivetv612.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,c
dn.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.livetv63
6.me,cdn.livetv637.me,cdn.livetv638.me,cdn.livetv639.me,cdn.livetv640.me,cdn.livetv
641.me,cdn.livetv642.me,cdn.livetv643.me,cdn.livetv644.me,cdn.livetv645.me,cdn.live
tv646.me,cdn.livetv647.me,cdn.livetv648.me,cdn.livetv649.me,cdn.livetv650.me,cdn.li
vetv651.me,cdn.livetv652.me,cdn.livetv653.me,cdn.livetv654.me,cdn.livetv655.me,cdn.
livetv656.me,cdn.livetv657.me##iframe[src^="//ads."]
||cdn.livetv*.me/*ads*/getbanner.php
!
! xhamster.com
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class*="pauseSpotContainer"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##[class^="yld-pc"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.banner-wrapper
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class*="containerBottomSpot"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##iframe[src^="https://vidsfull.online/"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##a[href^="https://faphouse.com/"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##aside[data-role="yld-pcpromo"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[data-role="pornstar-banner"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com#?#.main-wrap div.yxd-j:has(div.yxd-jcams-widget)
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com#?#.main-wrap > aside:has(> div.yxd-j > div.yxd-
jcams-widget)
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##aside[data-role="yld-pdpromo"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class$="-containerPauseSpot"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div.xp-banner-bottom
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.traffic-stars
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.xplayer-b
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.ytd-jright-rectangle
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class^="wixx-"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class*="premium-overlay"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.clipstore-bottom
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.xplayer-banner
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##.video-thumb[class*="__look-like-item"]
xhvid.com,xhtab2.com,xhamster20.desi,xhamster19.desi,xhwebsite2.com,xhamster18.desi
,xhadult3.com,xhadult2.com,xhmoon5.com,xhwide1.com,xhwide8.com,xhamster3.com,xhplan
et2.com,megaxh.com,xhamster16.*,hamsterix.*,xhamster.com,xhamster2.com,xhamster7.co
m,xhamster8.com,xhamster9.com,xhamster10.com,xhamster12.com,xhamster13.*,xhamster14
.com,xhamster15.com,xhamster17.*,xhamster18.*,xhamster19.com,xhamster1.desi,xhamste
r2.desi,xhamster3.*,xhamster4.desi,xhamster20.com,xhamster22.com,xhamster23.com,xha
mster25.com,xhamster26.com,xhamster27.com,openxh.com,xhamster31.com,xhamster32.com,
xhamster34.com,xhamster35.com,xhamster36.com,xhamster37.com,xhamster38.com,xhamster
500.com,xhamster5.desi,xhopen.com,openxh1.com,xhamster39.com,xhamster40.com,xhamste
r.one,xhamster.desi,stripchat.com##div[class*="sp-b"]
||xhvid.com/*/vast?
||xhamster.com/*/vast?
||*.doppiocdn.com/hls/*/master/*.m3u8$domain=xhvid.com|xhtab2.com|xhamster20.desi|
xhamster19.desi|xhwebsite2.com|xhamster18.desi|xhadult3.com|xhadult2.com|
xhmoon5.com|xhwide1.com|xhwide8.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|xhamster500.com|xhamster5.desi|xhopen.com|
openxh1.com|xhamster39.com|xhamster40.com|xhamster.one|xhamster.desi
||go.xhamsterlive.com/api/models$third-party
||xhamster*/api/models/vast?*preroll
!
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
||turbo-bit.website/glx_*.js
/pus/script$domain=turbo-bit.website|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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
!+ NOT_OPTIMIZED
mail.yahoo.com#?#a[data-test-id="bottom-sticky-pencil-ad"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#a[data-test-id="pencil-ad"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#div[data-test-id="pencil-ad"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#div[data-test-id="video-container"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#a[href^="https://b.gemini.yahoo.com/mbclk?"][target="_blank"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#a[href^="https://beap.gemini.yahoo.com/mbclk?"][target="_blank"]
!+ NOT_OPTIMIZED
mail.yahoo.com#?#a[data-test-id^="pencil-ad-messageList"]
!#endif
!
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|clicknupload.org|
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|
animeforce.it|streamporn.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,al
lfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,a
llrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswing
er.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltra
nnystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.
com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,as
ianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com
,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,assh
otfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomt
raining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,
bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdompor
n.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,but
tstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfet
ish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com
,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.co
m,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,
eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspank
inginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.co
m,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalep
ublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdo
mpicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstrapon
sex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com
,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freeb
ondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com
,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbia
ntgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylon
fetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetis
h.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthu
mbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.c
om,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,hotbbwga
lleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,
hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdo
mgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicki
ng.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,hotswi
ngerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,h
otupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.co
m,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hql
adyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalep
ics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latex
fetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.co
m,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide
.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.c
om,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeri
epics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries
.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.c
om,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.co
m,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfe
cttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.c
om,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publ
icflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realf
emdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarch
ives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com
,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychu
bbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesb
iangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,she
malecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictu
res.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxst
ars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spi
cyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.co
m,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.
com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxx
pics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.c
om,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thef
emdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topl
adyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com
,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vin
tagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xlad
yboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.co
m##.space
adultlingeriepics.com,adultlingeriepics.com,adultspankingtgp.com,allfeetporn.com,al
lfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,a
llrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswing
er.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltra
nnystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.
com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,as
ianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com
,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,assh
otfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomt
raining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,
bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdompor
n.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,but
tstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfet
ish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com
,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.co
m,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,
eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspank
inginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.co
m,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalep
ublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdo
mpicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstrapon
sex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com
,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freeb
ondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com
,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbia
ntgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylon
fetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetis
h.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthu
mbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.c
om,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,hotbbwga
lleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,
hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdo
mgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicki
ng.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,hotswi
ngerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,h
otupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.co
m,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hql
adyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalep
ics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latex
fetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.co
m,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide
.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.c
om,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeri
epics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries
.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.c
om,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.co
m,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfe
cttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.c
om,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publ
icflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realf
emdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarch
ives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com
,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychu
bbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesb
iangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,she
malecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictu
res.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxst
ars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spi
cyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.co
m,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.
com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxx
pics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.c
om,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thef
emdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topl
adyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com
,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vin
tagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xlad
yboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.co
m##.content
adultlingeriepics.com,adultlingeriepics.com,adultspankingtgp.com,allfeetporn.com,al
lfemdompics.com,allgfpics.com,allhairysex.com,allhotgayporn.com,allrealvoyeur.com,a
llrealvoyeur.com,allsexylegs.com,allshemalemodels.com,allshemalemodels.com,allswing
er.com,allswinger.com,alltrannypics.com,alltrannypics.com,alltrannystars.com,alltra
nnystars.com,allvoyeurxxx.com,allvoyeurxxx.com,amateurbbwpussy.com,amateursexypics.
com,asianfuckthumbs.com,asianhotxxx.com,asianhotxxx.com,asianladyboypictures.com,as
ianladyboyspics.com,asianladyboyssex.com,asianladyboyssex.com,asianpicturesporn.com
,asianpicturesporn.com,asianshemalesex.com,asianshotporn.com,asianshotporn.com,assh
otfuck.com,asshotfuck.com,barefeetsex.com,bbwhardporn.com,bbwhotxxx.com,bdsmfemdomt
raining.com,bdsmfemdomtraining.com,bdsmsextgp.com,bdsmsextgp.com,bestasianpics.com,
bestasianpics.com,bestassparade.com,bestbbwsex.com,bestfemdomporn.com,bestfemdompor
n.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,but
tstgp.com,classicpornpost.com,classicpornpost.com,classicretrosex.com,clubfemdomfet
ish.com,dailyfemdomporn.com,dailyfootporn.com,dailyhairyporn.com,dailylatexporn.com
,dailynylongalleries.com,dailyvintageporn.com,doubleanalfucking.com,eroticchubby.co
m,eroticchubby.com,eroticfootgallery.com,eroticfootgallery.com,eroticlatexporn.com,
eroticlingeriephotos.com,eroticnylonpics.com,eroticspankinginternet.com,eroticspank
inginternet.com,eroticvoyeurporn.com,eroticvoyeurporn.com,extremebondagepictures.co
m,extremelatexsex.com,extremestraponsex.com,faterotic.com,fatpussysluts.com,femalep
ublicflashers.com,femdombest.com,femdomhard.com,femdomhard.com,femdomlove.com,femdo
mpicstgp.com,femdompicstgp.com,fetishfootporn.com,fetishlatexporn.com,fetishstrapon
sex.com,flashersporn.com,flashersporn.com,footfetishcollection.com,footfreeporn.com
,forcedfemdomtgp.com,forcedfemdomtgp.com,freeasiantgp.com,freebdsmarchive.com,freeb
ondagehardcore.com,freebondagehardcore.com,freebondagetorture.com,freefemdomart.com
,freefemdomart.com,freegallerybdsm.com,freegallerybdsm.com,freegftgp.com,freelesbia
ntgp.com,freelesbiantgp.com,freelingeriegalleries.com,freelingerietgp.com,freenylon
fetish.com,freenylonfetish.com,freenylontgp.com,freenylontgp.com,freepantyhosefetis
h.com,freepantyhosefetish.com,freepicsamateur.com,freeretropics.com,freeswingersthu
mbs.com,freetitsporn.com,freeupskirttgp.com,freeupskirttgp.com,freevintagegallery.c
om,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,hotbbwga
lleries.com,hotbbwgalleries.com,hotbbwgallery.com,hotbbwgallery.com,hotbdsmtgp.com,
hotbdsmthumbs.com,hotbdsmthumbs.com,hotchubbyporn.com,hotfemdomgallery.com,hotfemdo
mgallery.com,hotlatexporn.com,hotlegsporn.com,hotlesbianlicking.com,hotlesbianlicki
ng.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,hotswi
ngerspictures.com,hotswingerspictures.com,hotswingersporn.com,hotswingersporn.com,h
otupskirtshots.com,hotupskirtshots.com,hotvintagepictures.com,hotvintagepictures.co
m,hotvoyeurporn.com,hotvoyeurporn.com,hotvoyeursex.com,hotxxxass.com,hqcfnm.com,hql
adyboys.com,inpublicflashing.com,inpublicflashing.com,juicyassporn.com,justshemalep
ics.com,ladyboypornpictures.com,latexbest.com,latexerotic.com,latexerotic.com,latex
fetishpics.com,latexleatherporn.com,latexporngirls.com,legsthumbs.com,legsthumbs.co
m,lingeriepornfree.com,lingeriepornfree.com,lingeriepornguide.com,lingeriepornguide
.com,lingeriethumbs.com,lingeriethumbs.com,matureswingercouples.com,mybdsmlibrary.c
om,mybdsmlibrary.com,myladyboys.com,nastyebonyporn.com,nastymilfsex.com,nudelingeri
epics.com,nudelingeriepics.com,nudenylon.com,nudepublicporn.com,nudevoyeurgalleries
.com,nylonstockingsex.org,nylonstockingsex.org,oldandyoungxxx.com,onlyshemalepics.c
om,onpublicporn.com,ourladyboy.com,paintgp.com,perfectassporn.com,perfectassporn.co
m,perfectbuttfuck.com,perfectbuttfuck.com,perfectfemdom.com,perfectfemdom.com,perfe
cttitsfuck.com,pornbbwpics.com,pornbondagegalleries.com,pornnylons.com,pornnylons.c
om,privatevoyeurweb.net,privatevoyeurweb.net,publicerotic.com,publicerotic.com,publ
icflashinggalleries.com,publicfuckspy.com,publicporntgp.com,publicporntgp.com,realf
emdomsex.com,realfemdomsex.com,realstraponporn.com,realvoyeurpost.com,retropornarch
ives.com,retropornarchives.com,retroporngallery.com,retrothumbs.com,retrothumbs.com
,ropebondageporn.com,sexyboobsporn.com,sexyboobsporn.com,sexychubbyporn.com,sexychu
bbyporn.com,sexylatexfetish.com,sexylatexpics.com,sexylesbiangalleries.com,sexylesb
iangalleries.com,sexylingerietgp.com,sexynylongalleries.com,sexyupskirtporn.com,she
malecollection.com,shemaledatabase.com,shemaledb.net,shemaledb.net,shemalefreepictu
res.com,shemalemodeldb.com,shemalemodellist.com,shemalexxxpictures.com,shemalexxxst
ars.com,shemalexxxstars.com,spankinghotporn.com,spicyasianporn.com,spicyass.com,spi
cyass.com,spyvoyeurs.com,straponhot.com,straponhot.com,straponit.com,straponlive.co
m,straponsextgp.com,superbdsm.com,swingerfreeporn.com,swingerlust.com,swingersbest.
com,swingerspornparties.com,swingerspornparties.com,swingersxxxpics.com,swingersxxx
pics.com,swingerthumbnails.com,teenladyboy.net,thailadyboyporn.com,thailadyboysex.c
om,thailadyboysex.com,thailandshemale.com,thaishemalesex.com,thefemdomporn.com,thef
emdomsex.com,titssuper.com,titssuper.com,titsthumbnails.com,titsthumbnails.com,topl
adyboy.com,trannyfreefuck.com,trannysuperstar.com,transsexpics.com,transsexpics.com
,truevoyeurphotos.com,upskirtpussyspy.com,upskirtviewers.com,upskirtviewers.com,vin
tagehotporn.com,vintagehotporn.com,vintagehunterporn.com,vintagethumbnails.com,xlad
yboys.com,xxxbdsmtgp.com,xxxbondagegalleries.com,xxxlatexladies.com,xxxnylonpics.co
m##.contentrow
!
! https://github.com/AdguardTeam/AdguardFilters/pull/124850
!#if (adguard_app_ios || adguard_ext_safari)
/^https:\/\/[a-z0-9-][a-z0-9-][a-z0-9-][a-z0-9-][a-z0-9-]+\.com\/[0-9a-f][0-9a-
f]\/[0-9a-f][0-9a-f]\/[0-9a-f][0-9a-f]\/[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-
9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-
f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]
[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]\.js/$script,xmlhttprequest,third-
party
/^https:\/\/[a-z0-9-][a-z0-9-][a-z0-9-][a-z0-9-][a-z0-9-]+\.com\/[0-9a-f][0-9a-f]
[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-
9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-
f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f]\/
invoke\.js/$script,third-party
!#endif
! 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
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
/\.com\/[a-z-]+\.html$/$subdocument,~third-party,domain=imgadult.com|imgtaxi.com|
imgwallet.com
/\.net\/[a-z-]+\.html$/$subdocument,~third-party,domain=imgdrive.net
/\.com\/[0-9a-f]+\.js$/$script,~third-party,domain=imgadult.com|imgtaxi.com|
imgwallet.com
/\.net\/[0-9a-f]+\.js$/$script,~third-party,domain=imgdrive.net
!#endif
!
!
!+ 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,fox
rochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.co
m,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,turnto1
0.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.c
om,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[cla
ss^="index_displayAd__"]
!+ NOT_OPTIMIZED
foxbaltimore.com,foxchattanooga.com,foxillinois.com,foxnebraska.com,foxreno.com,fox
rochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.co
m,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,turnto1
0.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.c
om,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,fox
rochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.co
m,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,turnto1
0.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.c
om,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,fox
rochester.com,foxsanantonio.com,nbcmontana.com,okcfox.com,siouxlandnews.com,wach.co
m,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,turnto1
0.com,fox11online.com,mynbc15.com,nbc16.com,dayton247now.com,fox23maine.com,nbc24.c
om,fox28media.com,myfox28columbus.com,fox42kptm.com,fox45now.com,fox56.com##div[cla
ss^="index_adBeforeContent__"]
!+ NOT_OPTIMIZED
##.primis-ad
!+ NOT_OPTIMIZED
nautil.us##.browsi-ad
!+ NOT_OPTIMIZED
gayvideo.me,gaypornlove.net,pvstreams.com,evolutionofbodybuilding.net,embetronicx.c
om,analyticsinsight.net,firesticktricks.com##.sgpb-popup-dialog-main-div-wrapper
!+ NOT_OPTIMIZED
gayvideo.me,gaypornlove.net,pvstreams.com,evolutionofbodybuilding.net,embetronicx.c
om,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
!+ PLATFORM(ext_safari)
reuters.com#?##content > div[class]:has(> div[style="display: none;"])
!+ 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
!+ PLATFORM(ext_ublock)
eztv.re#?#body > div#header_holder > table[class="forum_header_border_normal"]
[border="0"]:has(> tbody a[href][id="noShow"][style="color: #ecf0f1; font-
size:9px;"])
!+ PLATFORM(windows, mac, android)
hltv.org#$?#body[style*="background"] { background-image: none !important; }
!+ 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##.gpt
Slot
!+ 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##.o
iad-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
!+ PLATFORM(windows, mac, android)
/_a_xb/*$xmlhttprequest,domain=m.xcum.com|hellporno.com,redirect-rule=nooptext
!+ 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,myma
nagementguide.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,justlightnove
ls.com###custom_html-2
!+ NOT_OPTIMIZED
ringwitdatwixtor.com,metropolisjapan.com,hentai-
sharing.net,hentaiomg.com,jav1080.com,javrookies.com,sakuravrjav.com,pridesource.co
m,switchrls.co,4sysops.com,idevicecentral.com,presentslide.in,forex-
articles.com,forums.flyer.co.uk,3xplanet.com,getintocourse.com,schooldrillers.com,a
ceofhacking.com,linuxpip.org,kodi-
tutorials.uk,yofreesamples.com,thispointer.com,freesoft.id,stevessmarthomeguide.com
,animenhentai.com,sharkserve.rs,softvela.us,hwnews.in,collegelearners.com,watchmalc
olminthemiddle.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,e
ftm.com,streamempire.cc,pennbookcenter.com,floxblog.com,aceofhacking.com,watchtheof
fice.cc,newtechworld.net,gfxdrug.com,collegelearners.com,tecmint.com,firesticktrick
s.com###custom_html-4
!+ NOT_OPTIMIZED
hutporner.com,javzh.com,thesource.com,javcrave.com,indiansexbazar.com,gossipfunda.c
om,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
dailymusicroll.com,cdromance.com,pridesource.com,watchtv24.com,4sysops.com,artifici
alintelligencestechnology.com,paradacreativa.es,desiflix.club,cdromance.com,techspi
te.com,aceofhacking.com,nationalchronicle.in,valuewalk.com###custom_html-8
!+ NOT_OPTIMIZED
hitbdsm.com,pridesource.com,bollyflix.lol,artificialintelligencestechnology.com,tec
mint.com,embetronicx.com,arabtimesonline.com,javsister.com,desiflix.club,vladan.fr#
##custom_html-9
!+ NOT_OPTIMIZED
linux.how2shout.com,reneweconomy.com.au,hitbdsm.com,artificialintelligencestechnolo
gy.com,freecoursesonline.me,arabtimesonline.com,healthy4pepole.com,upscpdf.com###cu
stom_html-10
!+ NOT_OPTIMIZED
gcamera.co,4sysops.com,upscpdf.com,javsister.com,freecoursesonline.me,arabtimesonli
ne.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
gossipfunda.com,coingape.com,sonyalpharumors.com,investmentwatchblog.com,onlinecour
ses24x7.com,darkcapture.app###custom_html-15
!+ NOT_OPTIMIZED
thepcenthusiast.com,4thsight.xyz,gossipfunda.com,stockingfetishvideo.com###custom_h
tml-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
||onejav.com^$referrerpolicy=origin
! https://github.com/AdguardTeam/AdguardFilters/issues/166718
! Home timeline ads
||twitter.com/i/api/graphql/*/HomeLatestTimeline$jsonprune=\
$.data.home.home_timeline_urt.instructions..entries..[?(key-substr 'entryId'
'promoted-tweet-')]
! Thread ads
||twitter.com/i/api/graphql/*/TweetDetail$jsonprune=\
$.data.threaded_conversation_with_injections_v2.instructions..entries.[?(has "\
$.content.items..item.itemContent.promotedMetadata.advertiser_results")]
! https://github.com/AdguardTeam/AdguardFilters/issues/163220
!+ PLATFORM(windows, mac, android)
imagetostl.com#?#.nc
! 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
!+ PLATFORM(windows, mac, android)
||magsrv.com/splash.php?$redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/167668
! https://github.com/AdguardTeam/AdguardFilters/issues/160865
! Removes ad placeholders on the main page
||assets.msn.com/service/news/feed/pages/$jsonprune=\
$.sections..subSections..cards..[?(key-substr 'type' 'nativead')]
! Removes ad placeholders in articles in "More for You" section
||assets.msn.com/serviceak/news/feed/pages/viewspage$jsonprune=\$.sections..cards..
[?(key-substr 'type' 'PartnerUpsell')]
! Removes ad placeholders in sliders
||msn.com/resolver/api/resolve/$jsonprune=\$.configs['GalleryPage/
ntpmsn'].properties.slideshowWCSettings.interstitialNativeAds
||msn.com/resolver/api/resolve/$jsonprune=\$.configs['GalleryPage/
ntpmsn'].properties.fullScreenSlideshowSettings.interstitialNativeAds
||msn.com/resolver/api/resolve/$jsonprune=\$.configs['SlideShow/
ntpmsn'].properties.additionalChildExperiences..children..childExperienceConfigInfo
.configRef[?(key-substr '\$' 'NativeAd')]
! https://github.com/AdguardTeam/AdguardFilters/issues/142849
!+ PLATFORM(ios)
||nessainy.net^$script,xmlhttprequest
! 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,69x.online,zerknij.cc##a[onclick*="openAuc();"]
! https://github.com/AdguardTeam/AdguardFilters/issues/142898
! https://github.com/AdguardTeam/AdguardFilters/issues/163535#issuecomment-
1756129396
!+ PLATFORM(ext_edge, ext_safari)
bing.com#?#main[aria-label="Search Results"] > #b_pole:has(#cu_polebanner
#cu_poleMSPromoText)
! https://github.com/AdguardTeam/AdguardFilters/issues/127267
!+ PLATFORM(ios, ext_safari)
myflixer.to###overlay-container
! https://github.com/AdguardTeam/AdguardFilters/issues/121684
cagedarkbang.work##head > style[nonce]
! 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
!+ PLATFORM(ios, ext_safari)
moviesjoy.to###overlay-container
! 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
!+ PLATFORM(windows, mac, android)
||bravotube.net/cc/*/*.php$xmlhttprequest,other,redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/97360
!+ PLATFORM(windows, mac, android)
||a.o333o.com/api/spots/$xmlhttprequest,other,redirect=nooptext,domain=eroticmv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/96126
!+ PLATFORM(windows, mac, android)
||cupidonmedia.com/api/spots/$xmlhttprequest,other,redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/96334
!+ PLATFORM(windows, mac, android)
||xtremeserve.xyz/*.php$xmlhttprequest,other,redirect=nooptext
! 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
!+ PLATFORM(windows, mac, android)
||edinburghgin.com/sw.js
! https://github.com/AdguardTeam/AdguardFilters/issues/146499
! It's necessary to block service worker, otherwise element hiding and javascript
rules do not work
!+ PLATFORM(windows, mac, android)
||cafe-royal.app.baqend.com/v*/speedkit/sw.js$domain=cafe-royal.com
! https://github.com/AdguardTeam/AdguardFilters/issues/91307
! It's necessary to block service worker, otherwise element hiding and javascript
rules do not work
!+ PLATFORM(windows, mac, android)
||tripadvisor.*/ServiceWorker?render$other,script
!+ NOT_PLATFORM(ext_safari, ios)
/popup1000.js|$domain=manga1000.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@/\/\d\d\d\d\d$/$xmlhttprequest,script,other,third-party,domain=jujmanga.com
!+ NOT_OPTIMIZED
gadgetsnow.com##.shopping_wdgt
!+ PLATFORM(ios, ext_android_cb)
online-fix.me##img[src*=";base64"]
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
codingnepalweb.com##.adsbygoogle
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
reuters.com##div[class^="TwoColumnsLayout-leaderboard-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/81174
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
krypto-trend.de###top_adspace
krypto-trend.de##.adsbygoogle
krypto-trend.de###captcha-adspace
krypto-trend.de###middle-adspace
krypto-trend.de##.text-center > p > a[target="_blank"][rel="noopener"]
!#endif
! 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
!+ PLATFORM(ios)
nytimes.com##div[id^="ad-"]
! 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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||biguz.net/vast*.php$redirect=nooptext
||bngpt.com/promo.php$redirect=nooptext
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/72860
!+ PLATFORM(ios)
||cdn2.myvidster.com/ads/
!+ PLATFORM(ext_android_cb)
myvidster.com##img[data-cfsrc^="//cdn2.myvidster.com/ads"]
! https://github.com/AdguardTeam/AdguardFilters/issues/55784
!+ NOT_OPTIMIZED PLATFORM(windows, mac, android)
||syndication.realsrv.com/splash.php?$redirect=nooptext
! 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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||a.adtng.com/get/$xmlhttprequest,redirect=nooptext
||go.celebjihad.live/smartpop/$xmlhttprequest,redirect=nooptext
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/53359
!+ PLATFORM(windows, mac, android)
||bestcontentfood.top/video?$redirect=nooptext,domain=lesbian8.com
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
thoughtcatalog.com##div[x-enc][style*="width: 336px; height: 280px;"]
thoughtcatalog.com##div[x-enc][style*="width: 970px; height: 250px;"]
thoughtcatalog.com##div[x-enc][style*="width: 728px; height: 90px;"]
thoughtcatalog.com##div[x-enc][style*="width: 300px; height: 250px;"]
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/44083
!+ PLATFORM(windows, mac, android)
||engine.phn.doublepimp.com/preroll.engine?
$redirect=nooptext,important,domain=youramateurporn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34665
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
headfonics.com##.cb-sidebar > div.headf-widget
! neowin.net
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari ||
adguard_app_ios || adguard_ext_android_cb)
neowin.net##.widget-ad
neowin.net##.header-banner-ads
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
freetutorialsus.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/36619
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
direct-link.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/35273
!+ NOT_PLATFORM(windows, mac, android)
theseotools.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/36921
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
jelajahinternet.me##.adsbygoogle
! https://forum.adguard.com/index.php?threads/speed4up-com.32807/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
speed4up.net##div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/34832
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
kickedface.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/34742
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
4downfiles.org##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/34311
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
kubadownload.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/34338
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
muhammadyoga.me##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/34224
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
litepaste.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/34176
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
myshorturls.blogspot.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/33476
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
freecourseweb.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/33348
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
tamilyogi.eu##div[id*="ScriptRootC"]
! https://github.com/AdguardTeam/AdguardFilters/issues/33373
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
desirecourse.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/33125
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
ioscreator.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/32580
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
myxclip.com###player-advertising
! https://github.com/AdguardTeam/AdguardFilters/issues/32479
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
suarankri.me##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/32119
!+ NOT_OPTIMIZED
pesstatsdatabase.com##.ad-tag + center > a > img
! https://github.com/AdguardTeam/AdguardFilters/issues/31400
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
letsdownloads.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/31174
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
1idsly.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/31126
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
magesypro.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/31091
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
updatetribun.org##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30995
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
ttsmp3.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30725
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
wehellas.gr##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30875
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
file-up.org##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30728
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
shrtfly.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30547
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
up-to-down.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/30456
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
freecourselab.com##.adsbygoogle
! 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/30114
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
akanosora.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/29138
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
lingolex.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/29605
!+ PLATFORM(ios, ext_android_cb, ext_safari)
gametop.com##.adsbygoogle
! 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
!+ PLATFORM(windows, mac, android)
||syndication.exosrv.com/splash.php?$redirect=nooptext
! https://github.com/AdguardTeam/AdguardFilters/issues/28240
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
courseclub.net##.adsbygoogle
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
purposegames.com##.adbar
! https://github.com/AdguardTeam/AdguardFilters/issues/26600
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
freecoursesite.com##.adsbygoogle
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
freecoursesite.com##.widget_better-ads
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
oemdtc.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/25468
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
techposts.org##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/25322
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
textmechanic.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/25105
!+ PLATFORM(ios, ext_android_cb)
geekrar.com##.adsbygoogle
! 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
!+ PLATFORM(ios, ext_android_cb)
leitesculinaria.com##.ad-wrap
! https://github.com/AdguardTeam/AdguardFilters/issues/22277
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
ministryofsolutions.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/22142
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
superyachtfan.com##.adsbygoogle
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
mp3fiber.com##a[href*="/adServe/banners?"]
! https://github.com/AdguardTeam/AdguardFilters/issues/20026
!+ PLATFORM(ios, ext_android_cb)
radiocut.fm##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/19935
!+ PLATFORM(ios, ext_android_cb)
developerinsider.co##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/19494
!+ PLATFORM(ext_edge)
bing.com##li[class=""][data-bm][style*="margin-bottom"]
! https://github.com/AdguardTeam/AdguardFilters/issues/17669
!+ PLATFORM(ios, ext_safari, ext_android_cb)
/http(s?):\/\/.+\.com\/([0-9][0-9][0-9]+)\/$/$domain=putlockerhd.co
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
bikeradar.com##.dfp-plugin-advert
! https://github.com/AdguardTeam/AdguardFilters/issues/16909
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
visionias.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/16553
!+ NOT_OPTIMIZED
gamerevolution.com##.aside-promo
! https://github.com/AdguardTeam/AdguardFilters/issues/15273
!+ PLATFORM(ios, ext_android_cb)
donnaglamour.it##.adv
!+ PLATFORM(ios, ext_android_cb)
donnaglamour.it##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/15275
!+ PLATFORM(ios, ext_android_cb)
ripple.is##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/14969
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
blogthetech.com##.td-g-rec
! https://github.com/AdguardTeam/AdguardFilters/issues/14460
!+ PLATFORM(ios, ext_safari, ext_android_cb)
courant.com##aside[data-adloader-networktype]
!+ PLATFORM(ios, ext_safari, ext_android_cb)
courant.com##div[data-load-method="trb.vendor.taboola.init"]
!+ PLATFORM(ios, ext_safari, ext_android_cb)
courant.com##aside[data-load-method="trb.vendor.yieldmo.init"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13425
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
automobile-catalog.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/10387
!+ NOT_OPTIMIZED
androidcentral.com##p > a[rel="nofollow"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/12098
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
porngun.net##.adv-container
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
porngun.net###player-advertising
! https://github.com/AdguardTeam/AdguardFilters/issues/11159
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
mimaletadepeliculas.blogspot.com##div[id*="ScriptRootC"]
! https://github.com/AdguardTeam/AdguardFilters/issues/10856
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
adlpu.com##.adsbygoogle
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
voipsipclient.blogspot.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/8720
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
thedenverchannel.com##.container--ad
!+ PLATFORM(ios, ext_android_cb)
loveawake.com###main_ad
!+ 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
!+ PLATFORM(ios, ext_safari, ext_android_cb) NOT_OPTIMIZED
||kitz.co.uk/files/jump2/
! https://forum.adguard.com/index.php?threads/12858/
!+ PLATFORM(windows, mac, android)
||adxpansion.com/ads.php$redirect=nooptext,important
!+ PLATFORM(windows, mac, android)
||pornhd.com/connect/stat^$redirect=nooptext,important
!+ PLATFORM(windows, mac, android)
||syndication.exoclick.com/splash.php$redirect=nooptext,important,domain=pornhd.com
! https://forum.adguard.com/index.php?threads/23423/
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
tomsguide.com##.page-content-rightcol > div[id] > div[class^="_"]
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
tomsguide.com##.page-content > div.p-u-1.txt-center > div[id] > div[id="[ID]"]
[class^="_"]
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
tvarticles.me##div[id^="div-gpt-ad-"]
!+ PLATFORM(ios, ext_android_cb)
||shink.me/img/downloadad.png
!+ PLATFORM(ios, ext_android_cb)
shink.me##div[id^="M"][id*="ScriptRoot"]
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock)
thetalko.com##.ad-zone-container
!+ PLATFORM(ios, ext_safari, ext_android_cb)
theatlantic.com##.c-ad
!+ PLATFORM(ios, ext_safari, ext_android_cb)
usgamer.net##.advert-container
!+ 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
! TikTok Ads API for advertisers
||ads-api.tiktok.com^$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
! random bait
partner.ads.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
!+ NOT_PLATFORM(ext_chromium, ext_ff, ext_edge, ext_ublock, ext_safari, ext_opera)
NOT_OPTIMIZED
adguard.info,adguard.com,adguard.app##.hello_from_adguard_apps
!+ PLATFORM(windows, mac, android, ios) NOT_OPTIMIZED
adguard-dns.io##.hello_from_adguard_apps
!

!-------------------------------------------------------------------------------!
!-------------- 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/AdGuardForSafari/issues/947
! Fixes performance issue in Safari
!+ PLATFORM(ios, ext_safari)
youtube.com#@#body > ytd-app > #content.ytd-app.style-scope > tp-yt-app-
drawer#guide.ytd-app.style-scope[align="start"][role="navigation"]
[style^="transition-duration:"][position] + ytd-mini-guide-renderer.ytd-app.style-
scope + ytd-page-manager#page-manager.ytd-app.style-scope > ytd-browse.ytd-page-
manager.style-scope[page-subtype="home"][role="main"] > ytd-settings-sidebar-
renderer.ytd-browse.style-scope + dom-if.ytd-browse.style-scope + ytd-two-column-
browse-results-renderer.grid-disabled.grid.ytd-browse.style-scope[page-
subtype="home"][style] > #primary.ytd-two-column-browse-results-renderer.style-
scope > ytd-rich-grid-renderer.ytd-two-column-browse-results-renderer.style-
scope[style^="--ytd-rich-grid-item-max-width:"] > #spinner-container.ytd-rich-grid-
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[items-per-row]:has(>
#content.ytd-rich-item-renderer.style-scope > ytd-ad-slot-renderer.ytd-rich-item-
renderer.style-scope:not(:empty))
! https://github.com/AdguardTeam/CoreLibs/issues/1855
! https://github.com/AdguardTeam/AdguardFilters/issues/170372
!+ PLATFORM(windows, mac, android)
@@||nhk.or.jp^$content
! 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
!+ PLATFORM(ios, ext_safari)
@@||adv.yomiuri.co.jp^$domain=adv.yomiuri.co.jp
! https://github.com/AdguardTeam/CoreLibs/issues/1830
! TODO: check the bug status 14.12.23
!+ PLATFORM(windows, mac, android)
@@||unicode.org^$content
! https://github.com/AdguardTeam/CoreLibs/issues/1808
! TODO: Remove the following rules if the above issue is resolved.
!#if (adguard_app_windows || adguard_app_mac)
@@||bing.com/VisualSystem/
AudioConsentInfo$xmlhttprequest,elemhide,jsinject,extension
!#endif
! 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.
!#if (adguard_app_ios || adguard_ext_safari)
channel4.com#@%#//scriptlet('prevent-xhr', 'v.fwmrm.net/ad/')
!#endif
! 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
!+ PLATFORM(windows, mac, android)
@@||bing.com/search?showselans=$document,subdocument,important
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/170565
@@||jetpack.io^$elemhide,jsinject,extension,content
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/169776
!+ PLATFORM(windows, mac, android)
@@||react-spring.dev^$elemhide,extension,content
! https://github.com/AdguardTeam/CoreLibs/issues/1730
! https://github.com/AdguardTeam/AdguardFilters/issues/143916
!+ PLATFORM(windows, mac, android)
@@||radar.cloudflare.com^$elemhide,extension,content
! https://github.com/AdguardTeam/AdguardFilters/issues/140891
! https://github.com/AdguardTeam/PopupBlocker/issues/283
! TODO: remove it when it will be fixed in AdGuard Popup Blocker userscript
@@||freelancer.com^$extension
! 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/a1dfdcb3158f463578bb9a5737934b95d5fe702
5#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
!+ PLATFORM(windows, mac)
@@||edgeservices.bing.com^$elemhide,jsinject,extension,content
! 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
@@||cdpn.io/freeCodeCamp/$extension
! 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]
!+ PLATFORM(ext_ff)
@@||download.ros.org/*.xsd$document
! NOTE: Temporary end
! !SECTION: Temporary
!##################
!
!
!
!
! github.io - too wide rule
@@||github.io^$generichide,badfilter
! 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
@@||googletagmanager.com/gtag/js$domain=godaddy.com
@@||googletagmanager.com/gtm.js$domain=godaddy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171345
!+ PLATFORM(windows, mac, android)
@@||static*.nytimes.com/newsgraphics/*/_assets/graphics/
$xmlhttprequest,elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_safari)
@@||ads.reddit.com^$domain=ads.reddit.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=physicsandmathstutor.com
! 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
!+ PLATFORM(ios, ext_safari)
@@||reddit.com/r/*_banner_ads_
! https://github.com/AdguardTeam/AdguardFilters/issues/169331
!+ PLATFORM(windows, mac, android)
@@||devicebind.ebay.*/signin/sub/tt.html$elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||gn-web-assets.api.bbc.com/ngas/*/dotcom-ads.js$domain=bbc.com
! 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
!+ PLATFORM(windows, mac, android)
@@://www.atlassian.com^$elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/165932
@@/clickn(download|upload)\.[a-z]{3,5}/
$script,xmlhttprequest,domain=clickndownload.org|clicknupload.click|
clicknupload.link|clicknupload.red|clicknupload.vip|clicknupload.xyz|
clickndownload.space
! https://github.com/AdguardTeam/AdguardFilters/issues/165770
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=iheartradio.ca
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=iheartradio.ca
! https://github.com/AdguardTeam/AdguardFilters/issues/165367
prothomalo.com#@#.adsBox
prothomalo.com#@##top-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/165383
! Fixes problem with loading video
||stluserehtem.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/164877
@@||yandex.ru/ads/system/adsdk.js$domain=kino.tricolor.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/164823
!+ PLATFORM(ext_ff)
@@||an.yandex.ru^$image,domain=aliexpress.ru
! 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
@@||championat.com^$extension
! 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
!+ PLATFORM(mac)
@@||scorecard.api.mywot.com^$document
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/161514
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=soonersports.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_opera)
@@||js-sec.indexww.com/ht/*.js$domain=bloomberg.com
! 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
!+ PLATFORM(windows, mac, android)
@@||faas-fe-prd-ext.prd.aws-cb.nl/api/product-reviews/
view$xmlhttprequest,elemhide,jsinject,extension,domain=consumentenbond.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/161344
!+ PLATFORM(windows, mac, android)
@@||ebank.bsstarozreby.pl^$elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/161220
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=healthline.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/
pubads_impl.js$domain=healthline.com
!#endif
! 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
!+ PLATFORM(windows, mac, android)
@@||vpnconnect.ru$jsinject,elemhide,extension
! 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
!+ PLATFORM(windows, mac, android)
@@||live.streamtheworld.com/*/playlist.m3u8$elemhide,jsinject,extension,content
! 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
!+ PLATFORM(ios, ext_android_cb, android)
@@||static-cdn.spot.im/production/ads/tags/*/ads/ads.js$domain=cgmagonline.com
! 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
!+ PLATFORM(windows, mac, android)
@@||sso.adperfect.com/client_authentication/?
$elemhide,jsinject,extension,xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/158096
kleinanzeigen.de#@#.adItem
! https://github.com/AdguardTeam/AdguardFilters/issues/158007
!+ PLATFORM(windows, mac, android)
@@||b24-*.bitrix24.ru^$xmlhttprequest,elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||ads.nextday.media/prebid/jw-video/*.min.js$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ PLATFORM(ios, ext_safari)
@@||duckduckgo.com/?q=$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/152302
!#if (adguard_ext_safari || adguard_app_ios)
@@||link.adtidy.org/forward.html
@@||reports.adguard.com^
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/152148
!+ PLATFORM(ios, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=repubblica.it
! https://github.com/AdguardTeam/AdguardFilters/issues/152279
!+ NOT_OPTIMIZED
@@||nintendo.co.jp/ring/*/adv$~third-party
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/tag/js/gpt.js$domain=wunderground.com
@@||pagead2.googlesyndication.com/pagead/managed/js/gpt/*/
pubads_impl.js$domain=wunderground.com
!#endif
! 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/AdguardFilters/issues/150428
apl100.me,apl101.me,apl102.me,apl103.me,apl104.me,apl105.me,apl106.me,apl107.me,apl
108.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,ap
l133.me,apl134.me,apl135.me,apl136.me,apl137.me,apl138.me,apl139.me,apl140.me,apl14
1.me,apl142.me,apl143.me,apl144.me,apl145.me,apl146.me,apl147.me,apl148.me,apl149.m
e,apl150.me,apl151.me,apl152.me,apl153.me,apl154.me,apl155.me,apl156.me,apl157.me,a
pl158.me,apl159.me,apl160.me,apl161.me,apl162.me,apl163.me,apl164.me,apl165.me,apl1
66.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,apl
191.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,ap
l216.me,apl217.me,apl218.me,apl219.me,apl220.me,apl221.me,apl222.me,apl223.me,apl22
4.me,apl225.me,apl226.me,apl227.me,apl228.me,apl229.me,apl230.me,apl231.me,apl232.m
e,apl233.me,apl234.me,apl235.me,apl236.me,apl237.me,apl238.me,apl239.me,apl240.me,a
pl241.me,apl242.me,apl243.me,apl244.me,apl245.me,apl246.me,apl247.me,apl248.me,apl2
49.me,apl250.me#@#[id^="adv-"]:not(#adv-settings)
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/
pubads_impl.js$domain=scotsman.com
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=abcya.com
@@||cdnjs.cloudflare.com/ajax/libs/videojs-contrib-ads/*/
videojs.ads.css$domain=abcya.com
!#endif
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=click2houston.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142849
!#if (adguard_app_ios)
||nessainy.net^$popup,badfilter
||nessainy.net^$badfilter
!#endif
! 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
!#if (adguard_ext_safari || adguard_app_ios)
@@||cdn.ziffstatic.com/pg/ign.js$domain=ign.com
@@||cdn.ziffstatic.com/pg/ign.prebid.js$domain=ign.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/157859
! https://github.com/AdguardTeam/AdguardFilters/issues/145327
!+ NOT_OPTIMIZED
@@||simkl.com^$xmlhttprequest,elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_safari)
@@||realescort.fi/ads/
! 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_specifi
c_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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cargames.com|yiv.com|
puzzlegame.com
! https://github.com/AdguardTeam/AdguardFilters/issues/142773
@@||dell.com/support/components/$xmlhttprequest,jsinject,elemhide,extension
! 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|soap2day.to,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
!+ PLATFORM(ext_android_cb)
@@||s*-prod.glasgowlive.co.uk/*/prebid.js$domain=glasgowlive.co.uk
! 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
@@||ensonhaber.com/assets/html/*.html$xmlhttprequest,elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/141317
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-
ima3,domain=zygomatic.arkadiumarena.com
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
@@||ebay.*/bfl/placebid/$xmlhttprequest,elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/141000
!#if (adguard_ext_safari || adguard_app_ios)
@@||s.optnx.com^
@@||chaturbate.com^
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/140950
@@||sonichits.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/140893
!+ PLATFORM(ext_ff)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=prostomob.com
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||manifest.auditude.com/auditude/variant/$domain=adultswim.com
@@||pcva*.manifest.auditude.com/auditude/live/live$domain=adultswim.com
!#endif
! 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
!+ PLATFORM(mac)
@@||static-cdn.spot.im/production/ads/tags/*/ads/ads.css
! 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
!+ PLATFORM(ios, ext_safari)
@@||forums.dovetailgames.com/threads/advert-
! https://github.com/AdguardTeam/AdguardFilters/issues/139223
@@||dropbox.com^$generichide,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/138802
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=eticket.gsc.com.my
! https://github.com/AdguardTeam/AdguardFilters/issues/139049
!#if (adguard_ext_android_cb || adguard_app_ios || ext_ublock ||
adguard_ext_firefox || adguard_ext_opera)
@@||static.ads-twitter.com/oct.js$domain=itemmania.in.th
!#endif
! 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
@@||ov-chipkaart.nl^$extension
! 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=123animes.mobi|1337x.buzz|720pstream.tv|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|apl100.me|apl96.me|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|dulu.to|
embedsito.com|fembed-hd.com|file-upload.com|filemoon.sx|freeplayervideo.com|
geoip.redirect-ads.com|gogoanime.lol|gogoanime.nl|haes.tech|highload.to|
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.ch|mixdrop.click|mixdrop.club|mixdrop.co|mixdrop.sx|mixdrop.to|
mixdrops.xyz|mixdrp.to|monstream.org|myflixer.to|ninjastream.to|oneproxy.org|
owodeuwu.xyz|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|
streambee.to|streamhide.to|streamlare.com|streamon.to|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|telyn610zoanthropy.com|theproxy.ws|trafficdepot.xyz|
tubeload.co|un-block-voe.net|uploadfiles.pw|uproxy.best|uproxy.co|upstream.to|
upvid.biz|uqload.com|userload.co|uwatchfree.fo|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|ytmp3.sh,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/136430
@@||nu.nl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/131310
!+ PLATFORM(windows, mac, android)
@@||doka.guide/html^$elemhide,jsinject,extension
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||car-assets.bauersecure.com/dist/js/prebid/prebid-$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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=sportbible.com
! https://github.com/AdguardTeam/AdguardFilters/issues/134275
!+ PLATFORM(windows, mac, android)
@@||amazonaws.com/*/ui-service/wagenreihung-
de.html$elemhide,jsinject,extension,xmlhttprequest,domain=reiseauskunft.bahn.de
! 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
!+ PLATFORM(windows, mac, android)
||eporner.com^$subdocument,~third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/132964
!+ PLATFORM(windows, mac, android)
@@||bwoty-pricematrix-
prd.azurewebsites.net^$elemhide,jsinject,extension,xmlhttprequest,domain=ving.se
! 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
!+ PLATFORM(mac)
@@||adinvent.engine.adglare.net^$other,xmlhttprequest,domain=gayboystube.com
! 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
!+ PLATFORM(ios, ext_safari)
@@||forum.advance-rp.ru/forums/reklama.$domain=advance-rp.ru
! 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
!+ PLATFORM(ios, ext_safari)
@@||xda-developers.com/app/plugins/xda-kco-affiliate/public/js/xda-kco-affiliate-
public.js
! 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
!+ PLATFORM(windows, mac, android)
@@||sandbox.cryptpad.info^$elemhide,jsinject,content,extension
! 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
@@||applet.danid.dk/launcher/$extension
! 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
!+ PLATFORM(windows, mac, android)
@@||cloud.189.cn^$xmlhttprequest,elemhide,jsinject,extension
! 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
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
@@||sankakucomplex.com/*/post/index.content?
next=$xmlhttprequest,jsinject,elemhide,extension
@@||sankakucomplex.com/post/index.content?next=*&page=$jsinject,elemhide,extension
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/103899
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
!+ NOT_OPTIMIZED
@@||xvideos.*/pornstars/$elemhide,jsinject,extension,xmlhttprequest
!+ NOT_OPTIMIZED
@@||xvideos.*/profiles/$elemhide,jsinject,extension,xmlhttprequest
!+ NOT_OPTIMIZED
@@||xvideos.*/*-channels/*/videos/$elemhide,jsinject,extension,xmlhttprequest
!+ NOT_OPTIMIZED
@@||xvideos.*/models/$elemhide,jsinject,extension,xmlhttprequest
!+ NOT_OPTIMIZED
@@||xvideos.*/channels/$elemhide,jsinject,extension,xmlhttprequest
!+ NOT_OPTIMIZED
@@||xvideos.*/amateur-channels/$elemhide,jsinject,extension,xmlhttprequest
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/22203
!+ PLATFORM(ios, ext_safari)
@@||playercdn.net/*.mp4
! https://github.com/AdguardTeam/AdguardFilters/issues/24177
!+ PLATFORM(ios, ext_safari)
@@||nytimes.com/*-advertisement.html
! bazaraki.com - blocked page in Safari
!+ PLATFORM(ios, ext_safari)
@@||bazaraki.com/adv/
! https://github.com/AdguardTeam/AdguardFilters/issues/22944
@@||static.doubleclick.net/instream/ad_status.js$domain=investing.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23359
@@||leclercdrive.fr/_res/release/$xmlhttprequest,elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardForWindows/issues/2323
!+ PLATFORM(windows, mac, android)
@@||static.mega.co.nz/*/html/pdf$extension,jsinject,elemhide,content
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||s.ntv.io/serve/load.js$domain=titantv.com
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||cdn.adswizz.com/adswizz/js/SynchroClient*.js$domain=jacarandafm.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128133
!+ PLATFORM(ios)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=abcnews.go.com
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||ads.pubmatic.com/AdServer/js/pwt/*/pwt.js$domain=wionews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/125900
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||ads.pubmatic.com/AdServer/js/pwt/*/pwt.js$domain=dnaindia.com
! uBO cname issue by ||cloudfront.net^$domain=
!+ PLATFORM(ext_ublock)
@@||dsag3w1du2cu2.cloudfront.net^$image,domain=soap2day.ai
! 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
@@||findernet.com^$content
! 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
!+ PLATFORM(ios, ext_safari)
@@||blog.malwarebytes.com/*/20*/|$~script,~xmlhttprequest
! 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
!+ PLATFORM(mac)
$popup,third-party,domain=dramacool.ee,badfilter
!+ PLATFORM(mac)
$popup,third-party,domain=dembed1.com,badfilter
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/122766
!+ PLATFORM(ios, ext_safari)
@@||alouktaboutric.xyz/?*&dstl=$domain=1337x.to
! 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
!+ PLATFORM(ios, ext_safari, mac)
@@||hbr.org^$generichide
! 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/1cabce688481281dccb756acf649ea
f98f89be4c#r75718630
||fwcdn1.com/js/storyblock.js$badfilter
! https://github.com/AdguardTeam/CoreLibs/issues/1647
@@||crazygames.com^$content
! 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,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws#@#a[h
ref^="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
!+ PLATFORM(windows, mac, android)
@@||prod.pandateacher.com/web-fos/app/$xmlhttprequest,elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/128875
||sizyreelingly.com^$badfilter
||realfinanceblogcenter.com^$badfilter
||uptodatefinishconferenceroom.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/118378
||valeronevijao.com^$badfilter
||321naturelikefurfuroid.com^$badfilter
!#if (adguard_ext_safari || adguard_app_ios)
/^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|
123movies.tc|123movies2022.org|123moviesfree4u.com|123movieshub.tc|
123moviesme.online|123series.ru|19turanosephantasia.com|1movieshd.com|
20demidistance9elongations.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|clipconverter.cc|
cloudvideo.tv|cmovies.online|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|
flixtor.video|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.co|mixdrop.sx|mkvcage.site|mkvhub.tech|mlbstream.me|
mlsbd.shop|movierulz.cam|movies2watch.ru|movies2watch.tv|movies7.to|moviesrulz.net|
moviestars.to|moviesverse.mobi|mp4upload.com|myflixer.it|myflixer.pw|myflixer.ru|
myflixer.site|myflixer.today|myflixer.ws|myflixertv.to|nbastream.nu|nflstream.io|
ngomik.net|nhlstream.nu|nkiri.com|nswgame.com|olympicstreams.me|paidnaija.com|
playemulator.online|primewire.today|prmovies.bz|prmovies.org|projectfreetv.one|
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|
watchseries.pub|watchserieshd.bz|watchserieshd.tv|watchserieshd.watch|
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,badfilter
$popup,third-party,domain=123animes.mobi|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|apl100.me|apl96.me|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|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.bz|
mixdroop.co|mixdrop.bz|mixdrop.ch|mixdrop.click|mixdrop.club|mixdrop.sx|mixdrop.to|
mixdrops.xyz|mixdrp.co|mixdrp.to|monstream.org|noblocktape.com|okru.link|
oneproxy.org|owodeuwu.xyz|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.com|streamadblocker.store|streamadblocker.xyz|streamas.cloud|
streambee.to|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|tapeantiads.com|tapeblocker.com|
tapenoads.com|tapewithadblock.com|tapewithadblock.org|telyn610zoanthropy.com|
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|vembed.org|
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,badfilter
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/118188
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||i.cdn.turner.com/ads/adfuel/*/nba-teams-ais.min.js$domain=nba.com
! https://github.com/AdguardTeam/AdguardFilters/issues/117915
@@||megatube.xxx/atrm/s/s/js/m/pr-before.js
!
https://github.com/easylist/easylist/commit/1789e141b5284d0eae5e59263802c2bdfbfac73
0#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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$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/115202
@@||a-delivery*.mxdcontent.net/*/*?$popup,domain=mixdrop.co
! 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
!+ PLATFORM(ios, ext_safari)
@@||blog.gouline.net/ads-b-feeders-on-raspberry-pi-
! https://github.com/AdguardTeam/AdguardFilters/issues/114668
!+ PLATFORM(ios, ext_safari)
@@||tweakers.net/aanbod/admanager/
! https://github.com/AdguardTeam/AdguardFilters/issues/113461
!+ PLATFORM(ios, ext_safari)
@@||xda-developers.com/adsninja_package/js/adsninja-refreshing-ad-zone.js
! 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/114109
taraavery.com#@##banner-container
! 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://github.com/AdguardTeam/AdguardFilters/issues/112221
@@||mixdrop.co/panel/actions/load.php
/^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
@@||next.vuetifyjs.com^$content
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=yiv.com
! 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
!+ PLATFORM(windows, mac, android)
||yandex.ru/ads/system/adsdk.js$script,redirect=noopjs,domain=sportrecs.com
! 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
!+ PLATFORM(windows, mac, android)
||imasdk.googleapis.com/js/sdkloader/
ima3.js$script,redirect=noopjs,domain=ultimedia.com
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||i.cdn.turner.com/ads/adfuel/adfuel-*.min.js$domain=cnn.com
! 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
!+ PLATFORM(windows, mac, android)
@@||beaconx.com/index.html$elemhide,jsinject,content,extension
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||securenetsystems.net/cirruscontent/js/prebid.js
! 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
!+ PLATFORM(windows, mac, android)
@@||xnxx.com/porn-maker/$xmlhttprequest,elemhide,jsinject,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/98055
||scws.xyz^$badfilter
! 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,goo
gle.cl,google.co.id,google.co.il,google.co.in,google.co.jp,google.co.ke,google.co.k
r,google.co.nz,google.co.th,google.co.uk,google.co.ve,google.co.za,google.com,googl
e.com.ar,google.com.au,google.com.br,google.com.co,google.com.ec,google.com.eg,goog
le.com.hk,google.com.mx,google.com.my,google.com.pe,google.com.ph,google.com.pk,goo
gle.com.py,google.com.sa,google.com.sg,google.com.tr,google.com.tw,google.com.ua,go
ogle.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,goo
gle.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
!+ PLATFORM(windows, mac, android)
@@||orion-http.gw.postman.co/v*/request$jsinject,elemhide,extension
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=wsj.com|edition.cnn.com
! 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
@@||streamrapid.ru/embed-$subdocument
! 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
!+ PLATFORM(windows, mac, android)
@@||app.freeinvoicebuilder.com/*/
index.php$xmlhttprequest,elemhide,jsinject,extension
! 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
!+ PLATFORM(ext_ff)
linkdrop.net$@$script[tag-content="absda"]
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||googletagservices.com/tag/js/gpt.js$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
!+ PLATFORM(ext_safari, ios)
@@/tghr.js$domain=manga1000.com|manga1001.com
!+ PLATFORM(ext_safari, ios)
@@||livezombymil.com/*/tghr.js$domain=manga1000.com|manga1001.com
!+ PLATFORM(ext_safari, ios)
@@||cloudfront.net^$domain=manga1000.com|manga1001.com
! 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
!+ PLATFORM(windows, mac, android)
@@||xnxx.com/pornstar/$xmlhttprequest,jsinject,elemhide,extension
! 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
!+ PLATFORM(ext_safari, ios)
@@||techdirt.com/articles^
! 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
!+ PLATFORM(ext_safari, ios)
@@||ads.springer.de^$domain=ads.springer.de
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=nationthailand.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83484
!+ PLATFORM(ios, ext_safari)
@@||capital.bg/biznes/media_i_reklama/
! 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|mixdrop.co|mp4upload.com|
olympicstreams.me|player.cineflixtv.com|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
!+ PLATFORM(windows, mac, android)
@@||getuikit.com/docs/pages/*.md$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/78573
avbil.net#@#.ad_img
! https://github.com/AdguardTeam/AdguardFilters/issues/77234
facebook.com,facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#@#a[hre
f^="/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
!+ PLATFORM(ios, ext_safari)
@@||cdn.snigelweb.com/adconsent/adconsent.js$domain=notebookcheck-ru.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$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
!+ PLATFORM(ios, ext_safari)
@@||promo.allo.ua^$domain=allo.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/74505
@@||ib.adnxs.com/getuidj|$domain=independent.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/74595
!+ PLATFORM(windows, mac, android)
||hostadserver.com/www/delivery/
asyncjs.php$script,other,redirect=noopjs,domain=aznude.com
! 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/74073
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_edge)
@@||hostedprebid.com/*/jita.js$domain=sonichits.com
! 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
@@||titlestorage.xboxlive.com/json/*/data/Ads/$app=Solitaire.exe
! 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/71283
player.tubia.com#@#.companion-ads
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=enikos.gr
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=enikos.gr
!#endif
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=downdetector.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=downdetector.com
!#endif
! 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
!+ PLATFORM(windows, mac, android)
@@||airbnb.com/book?$jsinject,elemhide,extension
! 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
!+ PLATFORM(windows, mac, android)
@@||teambition.com^$jsinject,elemhide,extension
! 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
!+ PLATFORM(ios, ext_safari)
@@||beardycast.com/reklama/
! https://github.com/AdguardTeam/AdguardFilters/issues/67920
!+ PLATFORM(ios)
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=thesun.co.uk
! 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
!+ PLATFORM(ext_safari, ios)
@@/[Ww]eb[Tt]racking/$~subdocument,domain=ups.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67120
!+ PLATFORM(ext_safari, ios)
@@||z.moatads.com/*/moatheader.js$domain=xda-developers.com
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=mixdownmag.com.au
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=mixdownmag.com.au
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||img.1fichier.com/css/
! 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
!+ PLATFORM(windows, mac, android)
@@||jackjones.com^$generichide
! 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
!+ PLATFORM(windows, mac, android)
||creativecdn.com/tags?
id=*_listing_$~script,~xmlhttprequest,redirect=nooptext,domain=olx.ro,important
! 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/64899
@@||ads.agiliro.gq/style.css$domain=ads.agiliro.gq
@@||ads.agiliro.gq/script.js$domain=ads.agiliro.gq
@@||ads.agiliro.gq/template/728x100.png$domain=ads.agiliro.gq
! https://github.com/AdguardTeam/AdguardFilters/issues/64780
!+ PLATFORM(ext_safari, ios)
@@||zergnet.com^$script,domain=zergnet.com
! 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
@@||gls-group.eu^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/62478
@@||vape.ru/*/?filter_count=$jsinject,elemhide,extension
@@||vape.ru/*/action.php?$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/62383
!+ PLATFORM(ext_safari, ios)
@@||arbetsformedlingen.se/platsbanken/annonser/
! https://github.com/AdguardTeam/AdguardFilters/issues/61862
@@||time.adp.com^$document
! Plex media server - excluding assistant in full screen
@@||app.plex.tv^$extension
! 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
!#if (adguard_app_android || adguard_app_ios || adguard_ext_android_cb)
@@||yastatic.net/pcode/adfox/loader.js$domain=onedio.ru
@@||yastatic.net/pcode/adfox/header-bidding.js$domain=onedio.ru
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/61065
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=politico.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=politico.com
@@||acdn.adnxs.com/prebid/*/pb.js$domain=politico.com
!#endif
! 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
!+ PLATFORM(ext_ff)
@@||myhdjav.net^$content
! 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
!+ PLATFORM(ext_safari, ios)
@@||yelp.com/advertise/
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=bullet.town
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=bullet.town
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/60012
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-
gpt,domain=chelseafc.com
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||googletagservices.com/tag/js/gpt.js$domain=chelseafc.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=chelseafc.com
!#endif
! 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
!+ PLATFORM(ext_safari, ios)
@@||static.tornadomovies.co/images/
! 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
!+ PLATFORM(ios)
@@||static.crunchyroll.com/config/cx-vilos-ads/crunchyroll-web.json
! https://github.com/AdguardTeam/AdguardFilters/issues/59266
@@||jkanime.net/*.php?$popup,domain=jkanime.net
! https://github.com/AdguardTeam/AdguardFilters/issues/59273
!+ PLATFORM(ext_safari, ios)
@@||nytimes.com/*/google-ads-
! 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|bumpercars.io|memegames.space|
erigato.space|inkwars.io|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/57650
!+ PLATFORM(windows, mac, android)
@@||header-footer-service.live.rea-asia.com/header?$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/57085
!+ PLATFORM(ios, ext_android_cb)
lapumia.org#@##videoAd
! 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
!+ PLATFORM(ios, ext_safari)
@@||pocketpc.ch/magazin/advertorial/*
! 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|streamz.bz,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
!+ PLATFORM(windows, mac, android)
@@||syndication.exosrv.com/splash.php$domain=vqtube.com|taxi69.com
! 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
!+ PLATFORM(ext_ff)
nulledpremium.com$@$script[wildcard="*eval*babasbmsgx*"][min-length="5000"][max-
length="20000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/52841
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@/tghr.js$domain=biqle.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
researchgate.net#@#.lite-page-ad
! 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.c|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.c|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/50870
@@||informaxonline.com/wp-content/plugins/wp-safelink-v3/assets/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/50788
@@||mixdrop.co/loadremotesub.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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cd.adition.com/assets/adition/*/*.mp4$domain=orf.at
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/49542
@@||rsc.cdn77.org/UpFiles/*.ts$domain=kora-online.tv
@@||rsc.cdn77.org/UpFiles/*.m3u8$domain=kora-online.tv
@@||jwpsrv.com/library/*.js$domain=kora-online.tv
@@||ssl.p.jwpcdn.com/player/v/*/translations/*.json$domain=kora-online.tv
! 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/48713
@@||akacdn.ru/*/subtitle/*.vtt$domain=mcloud.to
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium)
@@||googlevideo.com/videoplayback/*dclk_video_ads$domain=10play.com.au
! 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
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_edge)
@@||punosy.com/pns?*&source=bcvc&$domain=ouo.today
! 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
!+ PLATFORM(ios)
@@||bdstatic.com^$domain=doupocangqiong1.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46796
!+ PLATFORM(ext_ff)
up-load.io$@$script[tag-content="zfgloaded"][min-length="30000"][max-
length="80000"]
! https://github.com/AdguardTeam/AdguardFilters/issues/50722
! https://github.com/AdguardTeam/AdguardFilters/issues/46672
!+ PLATFORM(ext_ff)
gplinks.co,gplinks.in$@$script[tag-content="zfgloaded"][min-length="30000"][max-
length="80000"]
! 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/46063
@@||staticf.akacdn.ru/assets^
! 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
!+ PLATFORM(ios)
@@||leroymerlin.ru^$urlblock
! 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
@@||odc.officeapps.live.com/odc/$elemhide,jsinject,extension
! 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
!+ PLATFORM(ext_ff)
adshort.club$@$script[tag-content="zfgloaded"][min-length="30000"][max-
length="80000"]
! 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
!+ PLATFORM(windows, mac, android)
@@||shikimori.*/comments/*/edit$extension
! 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
!+ PLATFORM(windows, mac, android)
@@||courseware-marketplace.com^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/42679
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||aznude.com^$script,domain=aznude.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||93.174.95.29/_ads/
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb, android)
@@||adnet.pravda.com/examples/adriver.core.2.minifire.js
! https://github.com/AdguardTeam/AdguardFilters/issues/41705
@@||www-league.nhlstatic.com/video/config/ads/advertise/adsense/banner/smart/
atlas/appnexus/adserver/ads.json
! 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
!+ PLATFORM(ext_safari, ios)
@@||pubdirecte.com/script/pop.php$domain=extreme-down.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/40778
@@||imgtaxi.com/img-*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/40756
!+ PLATFORM(ext_safari, ios)
@@||github.com/*/*$~third-party
! 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_websit
e/
datpiff.com#@#div > iframe
@@||datpiff.com^$csp=script-src 'self' * blob: data:
! https://github.com/AdguardTeam/AdguardFilters/issues/38955
@@||thechive.files.wordpress.com/*?quality=*&strip=info
! https://github.com/AdguardTeam/AdguardFilters/issues/38903
@@||js.adsrvr.org/up_loader.*.js$domain=cornettocekilis.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38437
bestporncomix.com#@#.adsbar
! https://github.com/AdguardTeam/AdguardFilters/issues/38563
@@||rapidvid.to/e/$subdocument,third-party
@@||kimcartoon.to/Register/GetCaptcha
@@||kimcartoon.to/*Bookmark$other,xmlhttprequest
@@||kimcartoon.to/Content/ui-lightness/jquery.ui.progressbar.css
! https://github.com/AdguardTeam/AdguardFilters/issues/38298
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=weheartit.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38389
@@||hotpornfile.org/wp-admin/admin-ajax.php$domain=hotpornfile.org
! https://github.com/AdguardTeam/AdguardFilters/issues/38261
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rapidvid.to
@@||rapidvid.to/assets/js/videojs-contrib-ads.js
! 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/33693
@@||cdn.streamroot.io/videojs-hlsjs-plugin/*/videojs-hlsjs-
plugin.js$domain=infowars.com
! https://github.com/AdguardTeam/AdguardFilters/issues/36640
@@||mangasail.co/sites/default/files/*//*_adsense_
! https://github.com/AdguardTeam/AdguardFilters/issues/36491
@@||js-sec.indexww.com/ht/htw-baltimore-sun.js$domain=baltimoresun.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=baltimoresun.com
! https://github.com/AdguardTeam/AdguardFilters/issues/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&targetexp
erience=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
@@||stacksnippets.net^$jsinject,elemhide,extension
! 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/33624
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_edge)
@@||cdn.tsyndicate.com/sdk/v*/n.js$domain=hpjav.tv
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||kimcartoon.to/ads/propVast.aspx
! https://github.com/AdguardTeam/AdguardFilters/issues/31210
!+ PLATFORM(ext_edge)
@@||9140657.fls.doubleclick.net/activityi;$domain=wwws.lacapitale.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31257
!+ PLATFORM(ext_android_cb)
@@||deviantart.com^$elemhide
! daum.net - broken
!+ PLATFORM(ext_android_cb)
@@||display.ad.daum.net/sdk/native?ctag=$domain=daum.net
! 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#@##botto
m-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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||coinmarketcap.com^$domain=coinmarketcap.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||shareasale.com/r.cfm?
! https://github.com/AdguardTeam/AdguardFilters/issues/28689
@@||ebonus.gg/static/videojs.ads.css
@@||ebonus.gg/static/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ebonus.gg
@@||cdn.pubguru.com/pg.js$domain=ebonus.gg
@@||m2d.m2.ai/pghb.ebonusgg.web.watch$domain=ebonus.gg
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ebonus.gg
! https://github.com/AdguardTeam/AdguardFilters/issues/28483
@@||mssl.fwmrm.net/p/nbcu_test_jsam/AdManager.js$domain=m.eonline.com
@@||v.fwmrm.net/ad/p/1?$domain=m.eonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28398
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=motociclismo.it
! https://github.com/AdguardTeam/AdguardFilters/issues/26342
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||z.moatads.com/freewheel*/MoatFreeWheelJSPEM.js$domain=yahoo.com
@@||mssl.fwmrm.net/p/nbcu_sports_tp_live/AdManager.js$domain=yahoo.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/26831
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=m.standaard.be
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=m.standaard.be
!#endif
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/27831
@@||xda-cdn.com/css/webfonts/$font
@@||algolia.net/*/indexes/*/queries^$domain=xda-developers.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27595
carsales.com.au#@#.ad-info
! https://github.com/AdguardTeam/AdguardFilters/issues/27509
@@||mangareader.net/sup/js/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||adv.bloop.info^
! 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
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pubads.g.doubleclick.net/gampad/ads?*nhl_*video&*&output=xml_vmap*&url=https%3A
%2F%2Fwww.nhl.com
@@||static.adsafeprotected.com/vans-adapter-google-ima.js$domain=nhl.com
!#endif
! 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
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||cdn.run-syndicate.com/sdk/v1/n.js$domain=mangarock.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22956
@@||cdn.sofifa.org/scripts/main.min.js$domain=sofifa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22850
@@||them4ufree.com/*/player.php?$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/22798
@@||forum.notebookreview.com/threads^
! https://github.com/AdguardTeam/AdguardFilters/issues/22778
@@||t.propbn.com/redirect/?spot_id=$domain=proporn.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=xxxdan.com
@@||vjs.zencdn.net/*/video-js.css
@@||netdna.bootstrapcdn.com/font-awesome^
! https://github.com/AdguardTeam/AdguardFilters/issues/22770
@@||gstatic.com/ads/external/images/
logo_google_ads_*px.png$domain=support.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22541
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=pikes.io
! https://github.com/AdguardTeam/AdguardFilters/issues/22514
@@||trafficdeposit.com/bvideo^$domain=yourporn.sexy
! https://github.com/AdguardTeam/AdguardFilters/issues/22317
@@||deals.cheapovegas.com^$domain=cheapovegas.com
cheapovegas.com#@#a[href*="/www/delivery/"]
! translate.google.com does not translate if url block value is included in text
@@||translate.google.*/translate_a/single^
! https://forum.adguard.com/index.php?threads/https-www-stream2watch-org-will-not-
play-if-adguard-is-enabled.29418/#post-171687
@@||sportsbay.org/stream^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/22240
@@/userad/*$domain=jd.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/22225
mozilla.org#@#iframe[width="100%"][height="120"]
! https://github.com/AdguardTeam/AdguardFilters/issues/22027
@@||cdn.jsdelivr.net/*/clappr^
@@||cdn.jsdelivr.net/gh/video-dev^
! https://forum.adguard.com/index.php?threads/this-site-does-not-show-tv-program-
of-radio-broadcasting-site.29377/
@@||iframe.statics.space/magma/rc/libs/contribAds/*/
videojs.ads.min.js$domain=vmf.edge-apps.net
! https://github.com/AdguardTeam/AdguardFilters/issues/21950
1001tracklists.com#@#[id][width]
! https://github.com/AdguardTeam/AdguardFilters/issues/21820
@@||gelbooru.com/css^
! https://github.com/AdguardTeam/AdguardFilters/issues/21424
@@||wsr.pearsonvue.com^$extension
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/19037
@@||otakustream.me/site/api/check_file.php
@@||otakustream.tv/player.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/18883
diet-weight-lose.com#@#.ad-position
! https://github.com/AdguardTeam/AdguardFilters/issues/18197
slogen.ru#@##ad_text:not(textarea)
! https://github.com/AdguardTeam/AdguardFilters/issues/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
@@||intentmedia.net/adServer/edaaObaCtl?action_id=3$domain=youronlinechoices.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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||kijiji.ca/b-search.html
! https://github.com/AdguardTeam/AdguardFilters/issues/17181
virgintrainseastcoast.com#@#.banner-top
! https://github.com/AdguardTeam/AdguardFilters/issues/16741
!+ PLATFORM(ios, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=widgets.ign.com
! 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/16390
@@||mellowads.com^$stylesheet,domain=mellowads.com
@@||mellowads.com/img/$domain=mellowads.com
@@||mellowads.com/*icon.$image,domain=mellowads.com
@@||mellowads.com/fonts/$domain=mellowads.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16136
@@.pexcard.com^$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/16137
@@||app.impact.com^$jsinject,elemhide,extension
! https://github.com/AdguardTeam/AdguardFilters/issues/45326
! https://github.com/AdguardTeam/AdguardFilters/issues/16141
! @@||yimg.com/uu/api/res^$domain=yahoo.com
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||yimg.com/uu/api/*/ads/$redirect=nooptext,important,image,domain=yahoo.com
||yimg.com/*/api/res/*/curveball/ads/$redirect=nooptext,domain=yahoo.com
!#endif
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||gist.github.com/ad^
! 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
@@||konto.play.pl^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/2248
@@||protopage.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/31083
!+ PLATFORM(ext_safari, ext_android_cb, ios)
@@||mssl.fwmrm.net/p/nbcu_*/AdManager.js$domain=rottentomatoes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22524
@@||cdn.syndication.twimg.com/tweets.json?callback=$domain=wrestlinginc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/22425
@@||storetorrents.xyz/download|$xmlhttprequest
! 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
@@||hbogo.pl^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/20470
@@||jkanime.net/jk.php?
@@||jkanime.net//buscar/q/?q=
@@||staticxx.facebook.com/connect/xd_arbiter/*.js?version=$domain=jkanime.net
! https://github.com/AdguardTeam/AdguardFilters/issues/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/16631
@@||kissasian.li/GetMirror?episodeId=$popup
@@||kissasian.li/*/*?id=$popup
@@||kissasian.li/cdn-cgi/l/chk_jschl?jschl_vc=$popup
! https://github.com/AdguardTeam/AdguardFilters/issues/16915
motors.mega.mu#@#.ad-row
motors.mega.mu#@#.ad-icon
motors.mega.mu#@#.ad-card
! https://github.com/AdguardTeam/AdguardFilters/issues/16893
@@||animeflv.ru/assets/vast/videojs.ads.min.js
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=animeflv.ru
@@||embed.animeflv.ru/player.php?
! https://github.com/AdguardTeam/AdguardFilters/issues/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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||s.ntv.io/serve/load.js$domain=bloomberg.com
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||jadserve.postrelease.com/t?ntv_url=$domain=bloomberg.com
! https://github.com/AdguardTeam/AdguardFilters/issues/15074
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@.com/ad/$~third-party,domain=localbitcoins.com
! 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/14040
bestdeaths.com#@#object[width="100%"][height="300"]
! https://github.com/AdguardTeam/AdguardFilters/issues/14339
@@||btdunyasi.net/wp-content/plugins/adrotate-pro/library/jquery.cookie.js
! https://github.com/AdguardTeam/AdguardFilters/issues/14735
ma-bank.net#@#.ad_top
! https://github.com/AdguardTeam/AdguardFilters/issues/14240
!+ PLATFORM(ios, ext_safari, ext_android_cb)
||member.aetna.com/appConfig/navReporting/tealeaf.js
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||thenational.scot/news/*_adverts/
! https://github.com/AdguardTeam/AdguardFilters/issues/13294
@@||adpic.pchome.com.tw/adpics/
! https://github.com/AdguardTeam/AdguardFilters/issues/13795
!+ PLATFORM(ext_edge)
@@$websocket,domain=xvideos.com
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||amazon.*/gp/r.html?C=
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/12655
@@||cdnjs.cloudflare.com/ajax/libs/$domain=fmovies.to
@@||static1.akacdn.ru/assets/min/public/all.css$domain=fmovies.to
@@||mcloud.to/embed/$domain=fmovies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/12459
katcr.co#@#.ad__container
! 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
!+ PLATFORM(ext_edge)
@@||datawrapper.dwcdn.net^$jsinject
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||ib.adnxs.com/getuid?http://*.pch.com/
! https://github.com/AdguardTeam/AdguardFilters/issues/9779
@@||google.*/images/icons/product/adsense-
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/926
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari, ext_android_cb)
@@||adservice.google.*/ddm/clk
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari, ext_android_cb)
@@||ad.doubleclick.net/ddm/trackclk/
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari, ext_android_cb)
@@||ad.doubleclick.net/ddm/clk/
! 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)
!+ NOT_OPTIMIZED PLATFORM(ios, ext_android_cb, ext_safari)
@@||googleadservices.com/pagead/aclk?
!+ NOT_OPTIMIZED PLATFORM(ios, ext_android_cb, ext_safari)
@@||ad.doubleclick.net/searchads/link/click?
!#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
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/reader.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/jquery.
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/pagination.min.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/download.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/galler*.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/js.cookie.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/moveimage.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/limitlists.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/moment-with-locales.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/common.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/jquery-ui/jquery-ui.min.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/jszip.min.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/FileSaver.min.js
!+ NOT_OPTIMIZED PLATFORM(ios, ext_safari)
@@||hitomi.la/date.js
! 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^
@@||admin.mailchimp.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/7691
@@||portal.newdaycards.com^$extension
! https://github.com/AdguardTeam/AdguardFilters/issues/7750
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=watch.nba.com
! https://forum.adguard.com/index.php?threads/26882/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=history.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7566
@@||ally.sh/static/js/jquery.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7603
androidauthority.com#@#.tpd-box
@@||s.206ads.com/core.js$domain=androidauthority.com
@@||s.206ads.com/prebid.js$domain=androidauthority.com
@@||s.206ads.com/helper.js$domain=androidauthority.com
@@||s.206ads.com/js/data/androidauthority.com.js$domain=androidauthority.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7534
usedalberni.com#@#.ad-img
usedalberni.com#@#.ad-container
! onlinemschool.com - infinite loading
@@||pagead2.googlesyndication.com/pub-config/ca-pub-
$script,domain=onlinemschool.com
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl.js$domain=onlinemschool.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7344
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=tvmovie.de
! https://github.com/AdguardTeam/AdguardFilters/issues/7890
@@||xhcdn.com/*/fonts$font
! https://github.com/AdguardTeam/AdguardFilters/issues/7295
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||mobil.blocket.se/newad.html
! https://github.com/AdguardTeam/AdguardFilters/issues/7233
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=iz.ru
! https://forum.adguard.com/index.php?threads/15844/
@@||ads.ayads.co/ajs.php?zid=$domain=411mania.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7198
! caused by `||thepiratebay.org/*.php?`
@@||thepiratebay.*/ajax_
! https://forum.adguard.com/index.php?threads/26245/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=ntvspor.net
! https://forum.adguard.com/index.php?threads/14368/
@@||gelbooru.com/script/try.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7029
@@||k.uecdn.es/html5/html5lib/*/modules/DoubleClick/resources/
mw.DoubleClick.js$domain=videos.marca.com
! https://forum.adguard.com/index.php?threads/bgames-com-anti-adblock.25936/
@@||pub.tunnl.com/AdTag?id=$domain=video-static.tunnl.com
! https://forum.adguard.com/index.php?threads/myplaycity-com.25958/
@@||m.myplaycity.com/online/*/admanager.js
! https://github.com/AdguardTeam/AdguardFilters/issues/7131
godlikeproductions.com#@#img[width="468"][height="60"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7100
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||snopes.com/photos/advert*/*.asp
! 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
!+ PLATFORM(windows, mac, android)
@@||checkout.paddle.com^$elemhide,jsinject,content
! unnecessary js/css injection to a hidden xhr
!+ PLATFORM(windows, mac, android)
@@||global.localizecdn.com^$elemhide,jsinject,content
! https://github.com/AdguardTeam/AdguardFilters/issues/6744
@@||m.azonline.de/var/storage/images/*_image_300_250.jpg$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/6745
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=noz.de
! https://github.com/AdguardTeam/AdguardFilters/issues/6914
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||pikabu.ru/story/*_reklama_
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||thepiratebay.org^$~script,domain=thepiratebay.org
! https://github.com/AdguardTeam/AdguardFilters/issues/6883
!+ PLATFORM(ios, ext_android_cb, android)
crunchbase.com#@##mobile-ad
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||freevintageposters.com/search/label/advertising
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@.com/ad/$~image,~script,~third-party,domain=sso-idp.evergent.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6696
@@||wpengine.netdna-cdn.com/wp-content/uploads/$image,domain=freedomoutpost.com
! cwseed.com - player is broken
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=cwseed.com
! https://github.com/AdguardTeam/AdguardFilters/issues/6821
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||adblock.adguard.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/6799
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@/advertising-$~script,~image,domain=forums.macrumors.com
! 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
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||app.typetopia.com/media/ad/*.mp3|
! 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
@@||testufo.com/*.html$jsinject,elemhide,extension
! 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/6159
@@||comicincorrect.wpengine.netdna-cdn.com/wp-content/uploads/
$image,domain=comicallyincorrect.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6113
@@||yastatic.net/pcode/adfox/loader.js$domain=hitfm.ru
!
! https://github.com/AdguardTeam/AdguardFilters/issues/6150
!+ PLATFORM(mac)
@@||8ch.net^$elemhide,jsinject,content
!
! 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/
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||reddit.com/r/*_advertising/
!
! 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
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||mensenlinq.nl/site/advertentie/$domain=mensenlinq.nl
!
! 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
!+ PLATFORM(ios, ext_android_cb)
@@||mcloud.to/resources/$domain=fmovies.to
!
! 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
!+ PLATFORM(ext_safari, ext_android_cb, ios)
@@://adbar.io^|$domain=adbar.io
!+ PLATFORM(ext_safari, ext_android_cb, ios)
@@://adbar.fi^|$domain=adbar.fi
! adamas.ru- filter is broken by Adguard injections
!+ NOT_PLATFORM(windows, mac, android)
@@||adamas.ru^$jsinject,elemhide
@@||adamas.ru^$jsinject,elemhide,extension
!
! 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/
@@||messenger.com^$extension
! https://forum.adguard.com/index.php?threads/http-gelbooru-com.14368/
gelbooru.com#@##paginator
! https://forum.adguard.com/index.php?threads/16846/
@@||phubcdn.com^$domain=pornhub.com|pornhub.org|pornhub.net
! 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
! https://github.com/AdguardTeam/AdguardFilters/issues/4555
@@||a-d-k.ru/bitrix/templates/ad/
! dashboard.jwplayer.com - broken by Adguard injections
@@||dashboard.jwplayer.com^$document
! adsjudo adblock detection - https://forum.adguard.com/index.php?threads/vmovee-
click.19958/#post-128586
@@||precheck-in.adsjudo.com/*/advertisement.js^
! https://forum.adguard.com/index.php?threads/19934/
blag-vesti.ru#@#.adslot_1
! https://github.com/AdguardTeam/AdguardFilters/issues/4526
@@||c.betrad.com/geo/h1.js$domain=video.corriere.it
@@||c.betrad.com/pub/c/*.js$domain=video.corriere.it
! Skype app - Assistant in the auth window
@@||clientlogin.cdn.skype.com^$document
! 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/4023
@@||latitu.ru^*/advert_$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/11609
@@||mssl.fwmrm.net/crossdomain.xml$domain=msn.com
@@||mssl.fwmrm.net/p/msn_live/AdManager.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://github.com/AdguardTeam/AdguardFilters/issues/3350
@@||cdne-st.redtubefiles.com/css/*$domain=redtube.com|redtube.net
! 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/
@@||thewindowsclub.thewindowsclubco.netdna-cdn.com/wp-includes/
*$domain=thewindowsclub.com
@@||c.disquscdn.com/next/embed/*$domain=thewindowsclub.com
@@||google.com/uds/api/search/$domain=thewindowsclub.com
! https://forum.adguard.com/index.php?threads/19163/
@@||gl.hdmoviezone.net/ads.js$script,domain=hdmoviezone.net
@@||creative.wwwpromoter.com/*.js?d=300x250$script,domain=hdmoviezone.net
@@||creative.wwwpromoter.com/*.js?d=728x90$script,domain=hdmoviezone.net
! https://forum.adguard.com/index.php?threads/19006/
@@||camif.fr/skin/m/
! https://forum.adguard.com/index.php?threads/18964/
torm-egan.ru#@#iframe[width="240"][height="400"]
! https://forum.adguard.com/index.php?threads/16836/
stopgame.ru#@#iframe[width="240"][height="400"]
! https://github.com/AdguardTeam/AdguardFilters/issues/3295
@@||ebookbb.com/wp-content/plugins/wp-minify/min/?f=
! https://forum.adguard.com/index.php?threads/15314/
topserver.ru#@##ads1
! https://forum.adguard.com/index.php?threads/15294/
@@||uptobox.com/jquery-*.min.js$script
! https://github.com/AdguardTeam/AdguardFilters/issues/3265
@@||pdk.video.snidigital.com/*/AdManager.swf$domain=hgtv.com
@@||adm.fwmrm.net/p/scripps_pdk_flash_live/AdManager.swf$domain=hgtv.com
@@||adm.fwmrm.net/p/scripps_pdk_flash_live/Video2AdRenderer.swf$domain=hgtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3255
@@||mssl.fwmrm.net/p/nbcu_*/AdManager.js$domain=nbcsports.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=nbcsports.com
@@||mps.nbcuni.com/fetch/ext/load-nbcsports-web.js$domain=nbcsports.com
@@||mps.nbcuni.com/request/page/jsonp?
CALLBACK=mpsCallback&cat=home$domain=nbcsports.com
@@||mps.nbcuni.com/request/component/automagic?name=abga.js$domain=nbcsports.com
@@||mps.nbcuni.com/images/MPS-ERROR-REPORTING.png$domain=nbcsports.com
@@||pdk.theplatform.com/*/AdManager.swf$domain=vplayer.nbcsports.com
@@||mssl.fwmrm.net/crossdomain.xml$domain=vplayer.nbcsports.com
@@||bea4.v.fwmrm.net/ad/u$domain=nbcsports.com
@@||mssl.fwmrm.net/p/nbcu_sports_tp_live/AdManager.swf$domain=vplayer.nbcsports.com
! https://forum.adguard.com/index.php?threads/15098/
@@||p2.2elotoaraba.com/Advert/*$domain=2elotoaraba.com
! https://forum.adguard.com/index.php?threads/15064/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=diziler.com
! https://forum.adguard.com/index.php?threads/14815/
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=haberler.com
! https://forum.adguard.com/index.php?threads/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=fox.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/11334/
@@||libgen.io/ads.php
! 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?10594
realmadrid.ru#@#img[width="240"][height="400"]
! http://forum.adguard.com/showthread.php?10458
@@||chatropolis.com:1588/*/amazing?sid=$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1956
@@||usaa.com^$document
! https://github.com/AdguardTeam/AdguardForAndroid/issues/443
@@||appex-rf.msn.com/*.js?adtype=
! 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
! Fixed aliexpress.com styles
@@||style.aliunicorn.com^$domain=alibaba.com|aliexpress.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/161
!+ PLATFORM(windows, mac, android)
@@||dnsleaktest.com^$content,elemhide,jsinject
! 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
! http://forum.adguard.com/showthread.php?4415
@@||topmarques.co.uk/classified/advert/$domain=topmarques.co.uk
! https://github.com/AdguardTeam/ExperimentalFilter/issues/360
oregonlive.com#@##adv_header
! Fixing player on private.com/scenes/T
@@||p.jwpcdn.com/*/skins/$third-party
! http://forum.adguard.com/showthread.php?4206
@@||adm.fwmrm.net^$domain=nhl.com
! http://forum.adguard.com/showthread.php?4235-faberlic-com
@@||faberlic.com/images/banners/
! http://forum.adguard.com/showthread.php?4139-www-omegle-com
@@||omegle.com^$jsinject
! 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
@@||redtubefiles.com/_videos_
@@||web.any.do^$document
!
@@||alllaw.112.2o7.net^
@@||puma.112.2o7.net^
@@||vitacost.122.2o7.net^
! Fixing ABPIndo (site hangs)
@@||ad.admitad.com/goto/$domain=atavi.com
detik.com#@#.banner_reg
! https://github.com/AdguardTeam/ExperimentalFilter/issues/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.fac
ebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebo
ok.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.facebookwkhpilnemxj
7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mtouch.facebookwkhpilnemxj7asaniu7vnjjb
iltxjqhye3mhbshg7kx5tfyd.onion,x.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7k
x5tfyd.onion,iphone.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,
touch.beta.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,m.faceboo
k.com,m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,b-
m.facebook.com,b-
m.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion,mobile.facebook.co
m,mobile.facebookwkhpilnemxj7asaniu7vnjjbiltxjqhye3mhbshg7kx5tfyd.onion#@##m_newsfe
ed_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
@@||adstop.org^
@@||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
! Fixing menu-bar
sfml-dev.org#@##banner-container
! 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 /adload. rule
@@||adload.ru^
! 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
! Testing hiding rules [ @@||pixlr.com^$content,elemhide,jsinject ]
!+ PLATFORM(windows, mac, android)
@@||pixlr.com^$content,jsinject
!
@@||ad.91.sellertool.com/
@@||anti-virus4u.com/v/
@@||imasdk.googleapis.com^$domain=cnet.com
@@||kastatic.com^$domain=kickass.to
@@||mediaplex.com$domain=cnet.com
@@&ad_type=$domain=ultimate-guitar.com
@@.aliimg.com$domain=aliexpress.com
@@.instantservice.com$document
@@||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
@@||hometheater.com^$elemhide
@@||innerfidelity.com^$elemhide
@@||shutterbug.com^$elemhide
@@||stereophile.com^$elemhide
! end: because of adbackground rule
@@|steamgamesales.com^$urlblock
@@||content.newegg.com$document
@@||filecheck.ru^$elemhide
@@||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.at|wisedock.co.uk|wisedock.com|
wisedock.de|wisedock.eu
@@||player.arsenal.com/adverts/video
@@||static.mobile.eu^*/resources/images/ads/
superteaser_$image,domain=automobile.fr|automobile.it|mobile.eu|mobile.ro
@@||tous-sports.fr/js/advertisement-AdBlock.js
@@||tous-sports.tv/js/advertisement-AdBlock.js
!

!-------------------------------------------------------------------------------!
!------------------ 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
!+ PLATFORM(windows, mac, android)
@@||account.adobe.com^$document,domain=services.adobe.com,stealth=useragent
! fix AdGuard account authorisation [Stealth Mode - TTL of first-party cookies = 0]
! current as of 20.09.2022
!+ PLATFORM(android)
@@||adguard.com^$stealth
!#########################################
!
!
!
! 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
!+ PLATFORM(windows, mac, android)
@@||stacksocial.com^$stealth=referrer
! 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/170918
!#if (adguard_app_windows || adguard_app_android || adguard_app_mac)
@@||auth.gateway.tumblr-live.com^$stealth=referrer
@@||api.gateway.tumblr-live.com^$stealth=referrer
!#endif
! 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]
!+ PLATFORM(windows, mac, android)
@@||www.nzherald.co.nz^$stealth=useragent
! sportsurge - player not working [Stealth Mode - Referrer]
@@/cache2/*=.m3u8$xmlhttprequest,stealth=referrer,domain=weblivehdplay.ru
@@/gen.php?playerid$subdocument,stealth=referrer,domain=fastreams.live|
xestreams.sx|fastreams.com
@@premium$stealth=referrer,xmlhttprequest,domain=olalivehdplay.ru|weblivehdplay.ru|
dlhd.sx
@@/premiumtv/*.php$subdocument,stealth=referrer,domain=klubsports.space|dlhd.sx
@@premium*.php$stealth=referrer,subdocument,domain=venushd.click
@@/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
@@playlist/*/load-playlist$xmlhttprequest,stealth=referrer,domain=1stream.eu|
1stream.soccer|streameast.app|thecrackstreams.live
@@/chunklist.m3u8$xmlhttprequest,stealth=referrer,domain=niaomea.me
@@/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
@@/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
@@/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
@@||video.ucplayer1.com/hembedplayer$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/164123 [Stealth Mode -
Referrer]
@@||101streams.net^$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
@@||walletkeyslocker.me/?stream=$domain=sinvida.me,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]
@@||aes128.seckeyserv.me/?stream=$stealth=referrer
@@||walletkeyslocker.me^$domain=nolive.me,stealth=referrer
@@||bscfsdf.azzureedge.xyz/scripts/*.m3u8$stealth=referrer
@@||topsgun.online/chunklist/*.m3u8$stealth=referrer
@@||ddolahdplay.xyz/premiumtv/*.php$stealth=referrer
@@||advertising1.shop/*/tracks-v1a1$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/160621 [Stealth Mode -
Referrer]
@@||ddolahdplay.xyz/premiumtv/livetvon.php$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]
!#if (adguard_app_windows || adguard_app_android || adguard_app_mac)
@@||moeni.net^$document,stealth=webrtc
!#endif
@@||shinsekai.me/bbs/board.php$stealth=webrtc
@@||cdn*.movcdns.xyz^$xmlhttprequest,stealth=referrer|ip
@@||api.moeni.net^$xmlhttprequest,stealth=referrer|ip
@@||cdn*.movcdn.xyz^$xmlhttprequest,stealth=referrer|ip
! https://github.com/AdguardTeam/AdguardFilters/issues/158007
!+ PLATFORM(windows, mac, android)
@@||b24-*.bitrix24.ru^$stealth
! 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
! sportshub.fan - video not loading [Stealth Mode - Referrer]
@@||wecast.to/embed$stealth
! 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|dizipal708.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|dizipal729.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|
dizipal742.com|dizipal743.com|dizipal744.com|dizipal745.com|dizipal746.com|
dizipal747.com|dizipal748.com|dizipal749.com|dizipal750.com|dizipal751.com|
dizipal752.com|dizipal753.com|dizipal754.com|dizipal755.com|dizipal756.com|
dizipal757.com|dizipal758.com|dizipal759.com|dizipal760.com|dizipal761.com|
dizipal762.com|dizipal763.com|dizipal764.com|dizipal765.com|dizipal766.com|
dizipal767.com|dizipal768.com|dizipal769.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/148595
@@||cloudblaze.co^$image,stealth,domain=mangaraw.io
! 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:\/\/fanyv88.com:443\/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/145037 [Stealth Mode -
Referrer]
@@||adbull.me^$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/143907 [Stealth Mode -
Referrer]
@@||hydra.wakasa-imaushi.tk^$stealth
! 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/143956 [Stealth Mode -
Referrer]
@@||ihlamur2.xyz/cdn/hls/$stealth
! 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/141202 [Stealth Mode -
Referrer]
@@||bazon.site^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/141678 [Stealth Mode -
Referrer]
@@||bidons.site/iframe.php$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/140943 [Stealth Mode -
Referrer]
@@||dipodeng.cloud^$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/139968 [Stealth Mode -
Referrer]
@@||yellowmap.de/api_rst/$stealth,domain=ing.de
! 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/136448 [Stealth Mode -
Referrer]
@@||burunplayer.lol/iframe.php$stealth
! 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/AdguardTeam/AdguardFilters/issues/135225 [Stealth Mode -
Referrer]
@@||deardefaler.cloud/iframe.php$stealth
! https://github.com/List-KR/List-KR/pull/448 [Stealth Mode - Block third-party
Authorization header]
@@||om-apis.sk-pay.co.kr^$stealth,app=com.elevenst
! 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
@@||m.dcinside.com/movie/$stealth,app=com.dcinside.app.android|com.dcinside.app
@@||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
! images broken on manga1001.su [Stealth Mode - Referrer]
@@||shonenjumpmangas.com^$image,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/132477 [Stealth Mode -
Referrer]
@@||constraindefiant.net^$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/132344 [Stealth Mode -
Referrer]
@@||sport247.me/api/$stealth,domain=dzeko11.net
! 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
! viprow.nu - broken player [Stealth Mode - Referrer]
@@||icetoot.me/*/chunklist.m3u8$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/130518 [Stealth Mode -
Referrer]
@@||slive.webhockey.xyz/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130519 [Stealth Mode -
Referrer]
@@||weak.nonsavefiles.xyz/live$stealth
@@||weak.weakcdn.xyz/live$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130493 [Stealth Mode -
Referrer]
@@||worldeo.site/iframe.php$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130490 [Stealth Mode -
Referrer]
@@/live/*.m3u8$stealth,domain=tutele.nl|futbollibre2.net
! https://github.com/AdguardTeam/AdguardFilters/issues/130284 [Stealth Mode -
Referrer]
@@||olacast.live^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130286 [Stealth Mode -
Referrer]
@@||vikistream.com/embed$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/130444 [Stealth Mode -
Referrer]
@@||smokelearned.net/embed/$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/129332 [Stealth Mode -
Referrer]
@@||wecast.to/*.php?stream=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129335 [Stealth Mode -
Referrer]
@@||reels2watch.com/hls/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/129560 [Stealth Mode -
Referrer]
@@||lapido.link/iframe.php$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/128838 [Stealth Mode -
Referrer]
@@||music1.muonmusic.com/?path=$stealth
@@||music1.muonmusic.com/*.m4u$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/128912 [Stealth Mode -
Referrer]
@@||wecast.to/walid.php^$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
@@||streamservicehd.click/*.php$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/127703 [Stealth Mode -
Referrer]
@@||deliriousholistic.net/embed$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/127122 [Stealth Mode -
Referrer]
@@||catlat.link/iframe.php$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
@@||cdn.raino.xyz/hls/*.m3u8$stealth
@@||eplayer.click/*/*.php$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
! https://github.com/AdguardTeam/AdguardFilters/issues/123401 [Stealth Mode -
Referrer]
@@||zyz.sdljwomen.com/*/?url=$stealth
! studienwahl.de - adblock detection [Stealth Mode - Referrer]
@@||ced.sascdn.com/tag/*/smart.js$domain=studienwahl.de,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/123604 [Stealth Mode -
Referrer]
@@||cm.blazecloud.co/*.jpg$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122871 [Stealth Mode - Block
third-party Authorization header]
@@||api.hbo.com^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/122907 [Stealth Mode -
Referrer]
@@||img.eplayer.is^$stealth,domain=hpav.tv
@@||pornimg.xyz^$stealth,domain=hpav.tv
! 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/122892 [Stealth Mode -
Referrer]
@@||orospucocugi.xyz/mp4/$stealth,media
! 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/119041 [Stealth Mode -
Referrer]
@@||vid.xilften.ru/embed-$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=futemax.gratis|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/117013 [Stealth Mode -
Referrer]
@@||img.*.net^$stealth,domain=bnman.net
@@||img*.kangaroobro.com^$stealth,domain=bnman.net
! https://github.com/AdguardTeam/AdguardFilters/issues/116948 [Stealth Mode -
Referrer]
@@||sejasaudavel.net^$stealth
@@||cqvboeirsvugo.biz/*.php?id=$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/116799 [Stealth Mode -
Referrer]
@@||servermonster.online/*.mp4$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/116349 [Stealth Mode -
Referrer]
@@||hotpoint.pw/iframe.php$stealth
! 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
@@||embeds.filmezando.net/player/$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]
@@||4kya.com/?url=$stealth,domain=netflix.mom
! 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=tutele.sx|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
@@||img.eplayer.is^$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/107857 [Stealth Mode -
Referrer]
@@||pornimg.xyz^$stealth,domain=hpjav.tv
@@||img.eplayer.is^$stealth,domain=hpjav.tv
! 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/102628 [Stealth Mode -
Referrer]
@@||mggm.club/thum/$image,stealth,domain=manga1000.com
! 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]
@@||weqnipiuor-ikcuv-zeijindia.ibo.link/player/$stealth
@@/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]
@@||sudoroot.net/*/|$stealth
@@||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]
@@||izifilm.net^$stealth,app=Kinoplay.exe
! 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/96541 [Stealth Mode -
Referrer]
@@||internetowa.tv^$stealth,domain=hejo.tv
@@||cdnnetwork.info^$stealth,domain=hejo.tv
! 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.live
! 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/90545 [Stealth Mode -
Referrer]
@@||nhanhtruyen.org/data/images/$stealth,domain=nettruyenvip.com
! 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
@@||powvibeo.cc^$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/81323 [Stealth Mode -
Referrer]
@@||scan-trad.fr^$stealth,image,domain=scantrad.net
! 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/68597 [Stealth Mode -
Referrer]
@@||stream.tn/embed-$stealth
@@||vidoz.org/hls/$stealth
! 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/68287 [Stealth Mode -
Referrer]
@@||mp4.sh/embed/$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/AdguardFilters/issues/63234 [Stealth Mode -
WebRTC, Referrer]
@@||bazon.site/embed/$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://github.com/AdguardTeam/AdguardFilters/issues/61832 [Stealth Mode -
Referrer]
@@||mkklcdnv7.com^$stealth,image
! 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/56530 [Stealth Mode -
Referrer]
@@||dotice.me/*.m3u8$stealth
@@||key.seckeyserv.me^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/57017
@@||registrierung.web.de^$stealth
@@||registrierung.gmx.net^$stealth
! https://forum.adguard.com/index.php?threads/20532/ [Stealth Mode - Referrer]
@@||ttranslit.com^*.m3u8?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/55883 [Stealth Mode -
Referrer]
@@||privateuploads.net/%$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/56860 [Stealth Mode -
Referrer]
@@||tvizorcdn.ru/*.php$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/56020 [Stealth Mode -
Referrer]
@@||123tv.live^$stealth,domain=123tvnow.com
@@/live/*/*.m3u8$stealth,domain=123tvnow.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]
@@||youtube.com/$stealth,app=MicrosoftEdgeCP.exe
! 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/41774 [Stealth Mode -
Referrer]
@@||hls.jetcdn.co/public/dist/index.html$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/39103 [Stealth Mode -
Referrer]
@@||stream365.live/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/36904 [Stealth Mode -
Referrer]
@@||zhengdongwuye.cn/upload/$image,stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/35064 [Stealth Mode -
Referrer]
@@/track?vid=*&mime=video/
mp4&*&domain=*.drive.google.com$stealth,domain=kissasian.sh
@@/videoplayback?vid=*.drive.google.com&*&mime=video/
mp4$stealth,domain=kissasian.sh
! https://github.com/AdguardTeam/AdguardFilters/issues/36932 [Stealth Mode -
Referrer]
@@||amhcdn.net/*/*.mp4$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/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/38345 [Stealth Mode -
Referrer]
@@||player*.kotakhitam.casa/?$stealth
@@||player.kotakcoklat.casa/?$stealth
@@||player.kotaksilver.casa/?$stealth
@@||player.mittui.com/?$stealth
@@||player.akubebas.com/?$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33933 [Stealth Mode -
Referrer]
@@||kotakhitam.casa/?*token=$stealth
@@||kotakcoklat.casa/?*token=$stealth
@@||kotaksilver.casa/?*token=$stealth
@@||mittui.com/?*token=$stealth
@@||akubebas.com/?*token=$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/33905 [Stealth Mode -
Referrer]
@@||uzmantv.com/metadata/$stealth
!
https://reddit.com/r/Adguard/comments/bq0cab/how_to_configure_so_that_kinja_sites_g
izmodo/ [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|
stream.televall.site
! 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
@@212.103.68.8:443$network
@@185.88.236.76:443$network
@@185.88.236.77:443$network
@@5.148.189.205:443$network
@@5.148.189.204:443$network
@@5.148.189.203:443$network
! https://github.com/AdguardTeam/AdguardFilters/issues/14618 [Stealth Mode -
Referrer]
@@||places.nbnco.net.au/places/$stealth
! https://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://github.com/AdguardTeam/AdguardFilters/issues/3985 [Stealth Mode - Hide
search queries]
@@||tvizor.org/channels/*.html$stealth
! https://forum.adguard.com/index.php?threads/14865/ - Firefox only [Stealth Mode -
User-agent]
@@||portal.mail.ru^$stealth
@@||account.mail.ru^$stealth
@@||auth.mail.ru^$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/3771 [Stealth Mode - Hide
search queries]
@@||vkluchi.tv/channels/$stealth
! https://github.com/AdguardTeam/AdguardFilters/issues/3758 [Stealth Mode - Hide
search queries]
@@||marketing.dropbox.com/?referrer=$stealth
! door2windows.com - fixing downloading [Stealth Mode - Referrer]
@@||www.door2windows.com^$stealth
! Netflix metro app - can't launch the app [Stealth Mode - User-agent]
@@||api-*.netflix.com/win/uwa/$stealth
! 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/9779/ [Stealth Mode - Referrer]
@@||zenexplayer.com^$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?7610 [Stealth Mode - Referrer]
@@||xda-cdn.com^$stealth,domain=xda-developers.com
! http://forum.adguard.com/showthread.php?7463 [Stealth Mode - Referrer]
@@||kastatic.com^$stealth,domain=kickass.to
! http://forum.adguard.com/showthread.php?7539 [Stealth Mode - Referrer]
@@||mycdn.me^$stealth
@@||odnoklassniki.ru/get$stealth
@@||ok.ru/web-api/music/conf$stealth
! https://github.com/AdguardTeam/ExperimentalFilter/issues/883 [Stealth Mode -
Referrer]
@@||media-imdb.com^$stealth,domain=imdb.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/812 [Stealth Mode -
Referrer, third-party cookies]
@@||datacloudmail.ru^$domain=cloud.mail.ru
! https://github.com/AdguardTeam/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]
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
!
@@||bcbsks.com^$stealth=dpi
@@||gc.ca^$stealth=dpi
@@||belkagomel.by^$stealth=dpi
@@||flightradar24.com^$stealth=dpi
@@||inven.co.kr^$stealth=dpi
@@||datacomp.sk^$stealth=dpi
@@||dnipro-m.ua^$stealth=dpi
@@||akademia.nfz.gov.pl^$stealth=dpi
@@||hvz.baden-wuerttemberg.de$stealth=dpi
@@||nirsoft.net^$stealth=dpi
@@||transcend-info.com^$stealth=dpi
@@||deutsches-museum.de^$stealth=dpi
@@||tripcentral.ca^$stealth=dpi
@@||zmdownload.zoho.com/zm/imagedisplay$stealth=dpi
@@||m.dcinside.com^$stealth=dpi
@@||qa.smbc.co.jp^$stealth=dpi
@@||faq.viewcard.co.jp^$stealth=dpi
@@||e-gen.or.kr^$stealth=dpi
@@||rut-miit.ru^$stealth=dpi
@@||ebank.bsstarozreby.pl^$stealth=dpi
@@||colendilabs.com^$stealth=dpi
@@||lso.ca^$stealth=dpi
@@||cherrymx.de^$stealth=dpi
@@||trailrunnermag.com^$stealth=dpi
@@||stylist.co.uk^$stealth=dpi
@@||womensrunning.com^$stealth=dpi
@@||oxygenmag.com^$stealth=dpi
@@||vegetariantimes.com^$stealth=dpi
@@||thecollector.com^$stealth=dpi
@@||stereonet.com^$stealth=dpi
@@||outsideonline.com^$stealth=dpi
@@||kraj-lbc.cz^$stealth=dpi
@@||go.kr^$stealth=dpi
@@||my.onvista.de^$stealth=dpi
@@||climbing.com^$stealth=dpi
@@||essentiallysports.com^$stealth=dpi
@@||yogajournal.com^$stealth=dpi
@@||q-net.or.kr^$stealth=dpi
@@||backpacker.com^$stealth=dpi
@@||hellomagazine.com^$stealth=dpi
@@||my.nextdns.io^$stealth=dpi
@@||tacool.com^$stealth=dpi
@@||lk.gpnbonus.ru^$stealth=dpi
@@||kafan.cn^$stealth=dpi
@@||egmobile.co.kr^$stealth=dpi
@@||tgc1.ru^$stealth=dpi
@@||unimedsorocaba.coop.br^$stealth=dpi
@@||bhc.co.kr^$stealth=dpi
@@||kifir2.kir.hu^$stealth=dpi
@@||oktatas.hu^$stealth=dpi
@@||cnpack.org^$stealth=dpi
@@||nintendo.co.kr^$stealth=dpi
@@||elearning.ual.pt^$stealth=dpi
@@||bb.com.br^$stealth=dpi
@@||bancobrasil.com.br^$stealth=dpi
@@||mbank.pl^$stealth=dpi
@@||letskorail.com^$stealth=dpi
@@||etalonline.by^$stealth=dpi
@@||covid19m.kdca.go.kr^$stealth=dpi
@@||cov19ent.kdca.go.kr^$stealth=dpi
@@||comsclub.com^$stealth=dpi
@@||korail.com^$stealth=dpi
@@||seoulland.co.kr^$stealth=dpi
@@||ac.kr^$stealth=dpi
@@||lghellovision.net^$stealth=dpi
@@||uptodate.com^$stealth=dpi
@@||p30download.ir^$stealth=dpi
@@||wko.at^$stealth=dpi
@@||ric-ul.ru^$stealth=dpi
@@||sravni-labs.ru^$stealth=dpi
@@||mpt.gov.by^$stealth=dpi
@@||bachhoaxanh.com^$stealth=dpi
@@||mojedatovaschranka.cz^$stealth=dpi
@@||osym.gov.tr^$stealth=dpi
@@||suwonlib.go.kr^$stealth=dpi
@@||go.gov.il^$stealth=dpi
@@||bcee.snet.lu^$stealth=dpi
@@||kun.uz^$stealth=dpi
@@||gosuslugi.ru^$stealth=dpi
@@||filecity.co.kr^$stealth=dpi
@@||bankrespublika.az^$stealth=dpi
@@||aztelekom.az^$stealth=dpi
@@||ghxi.com^$stealth=dpi
@@||mfah.org^$stealth=dpi
@@||blog.torproject.org^$stealth=dpi
@@||mil.by^$stealth=dpi
@@||pravo.by^$stealth=dpi
@@||tvr.by^$stealth=dpi
@@||beltelecom.by^$stealth=dpi
@@||dienmayxanh.com^$stealth=dpi
@@||thegioididong.com^$stealth=dpi
!#endif
! 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.
!
! Good: ||example.org/video-links$replace=/vast":/vast_":/
! Bad: ||example.org/video-links (should be in specific.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/165930
! https://github.com/AdguardTeam/CoreLibs/issues/1825
! TODO: remove when issue in CoreLibs is fixed
||transfermarkt.com.tr^$replace=/<tm-consent[\s\S]*?<\/tm-consent>(<!DOCTYPE
html>)/\$1/,document
! https://github.com/AdguardTeam/AdguardFilters/issues/168442
||nbalpng.akamaized.net/vod-pz/a/hls-wvpr/*.m3u8$replace=/#EXT-X-DATERANGE:ID="AD-
BREAK:[\s\S]*?(\.googlevideo\/|fwmrm\.net)[\s\S]*?#EXT-X-
DISCONTINUITY//,domain=nba.com
! https://github.com/AdguardTeam/AdguardFilters/issues/165623
||10play.com.au/js/playerBase.compiled.js$replace=/=this\.props\.disableAds\|\|
this\._noAds/=true/
||10play.com.au/js/ShowsIndex.compiled.js$replace=/=this\.props\.disableAds\|\|
this\._noAds/=true/
! https://github.com/AdguardTeam/AdguardFilters/issues/160305
||gplinks.in/track/js/main.js$replace=/(var isOverGoogleAd = false;)([\s\S]*)
(sendPostback\(\n[\s\S]*?\))/\$1\$3;\$2\$3/
! https://github.com/AdguardTeam/AdguardFilters/issues/164615
! https://github.com/AdguardTeam/AdguardFilters/issues/150836
! https://github.com/AdguardTeam/AdguardFilters/issues/148543
.mpd$replace=/<Period.{0\,400}value="Ad"[\s\S]*?<\/
Period>//,xmlhttprequest,domain=amazon.com|amazon.co.jp|amazon.de
.mpd$replace=/start="[0-9A-Z.]+?">/>/,xmlhttprequest,domain=amazon.com|
amazon.co.jp|amazon.de
! https://github.com/AdguardTeam/AdguardFilters/issues/152366
||pluto.tv/*/dash/*/*.mpd$replace=/<Period.{1\,100}?><BaseURL>.
{1\,100}\.plutotv\.net\/.{1\,50}_ad\/.*?<\/BaseURL>[\s\S]*?<\/Period>//
||pluto.tv/*/session.json$jsonprune=\$.adBreak.*
||pluto.tv/*/session.json$jsonprune=\$.adBreaks.*
||pluto.tv/*/session.json$jsonprune=\$.adBreakLocations.*
! https://github.com/AdguardTeam/AdguardFilters/issues/145289
||swarm.video/uhdstream.js$replace=/_wm\.format\.popunder/a/
! https://github.com/AdguardTeam/AdguardFilters/issues/142397
||jpvhub.com/static/js/main.*.chunk.js$replace=/\,window.location="[\w\d:\/.-]+"//
! https://github.com/AdguardTeam/AdguardFilters/issues/135478
||assets.msn.com/service/news/feed/pages/winfullpage$replace=/
{"id":"nativead-.*?"type":"nativead".*?}\,{/{/,domain=microsoftstart.msn.com
! 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
||pubads.g.doubleclick.net/ondemand/*/content/*/vid/*/streams/*/
manifest.mpd$replace=/<Period
id="(pre|mid|post)-roll-.-ad-[\s\S]*?>[\s\S]*?<\/Period>//,domain=cbs.com|
paramountplus.com
||pubads.g.doubleclick.net/ondemand/hls/*.m3u8$replace=/#EXTINF:(\d|\d\.\d+)\,\
nhttps:\/\/fanyv88.com:443\/https\/redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?
&source=dclk_video_ads&[\s\S]*?\n//,domain=paramountplus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/128144
||registry.api.cnn.io/bundles/fave/latest-*.x/js$replace=/prod:{clips:{enabled:!0/
prod:{clips:{enabled:!1/,domain=cnn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/124348
||claim.fun^$replace=/elem && elem.tagName ==
'IFRAME'/elem/,~stylesheet,~script,~xmlhttprequest
||claim.fun^$replace=/elem = document\.activeElement/elem =
document\.querySelector('body')/,~stylesheet,~script,~xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/123687
||imgur.com/*-assets/js/main.*.js$replace=/("hasSeenUploadRewardVideo"\,)!
1/\$1true/
! https://github.com/AdguardTeam/AdguardFilters/issues/112829
! Fixes loading comments
||independent.co.uk/_build/main.*.js$replace=/(checkAdBlocker[\s\S]*?:..=).\.sent/\
$1true/
! https://github.com/AdguardTeam/AdguardFilters/issues/110514
||imasdk.googleapis.com/js/sdkloader/ima3_dai.js$replace=/function iD\(a\,b\,c\)
{return a\+b\+"\/vid\/"\+c\+"\/streams"}/function iD\(a\,b\,c\)
{}/,domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/105079
! Fix ad placeholders in iframe
||app.easycontent.com/css/app.css$replace=/(\.block-ads-wrapper)/\$1_/
||app.easycontent.com/css/app.css$replace=/(\.block\.-ads\{)[\s\S]*?\}/\
$1display:none;}/
! 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
!+ PLATFORM(windows, mac, android)
||sonyliv.com/App.*.chunk.js$replace=/\,\{url:"https:\/\/fanyv88.com:443\/https\/imasdk\.googleapis\.com\/
js\/sdkloader\/ima3\.js"\,type:"script"\}//
! https://github.com/AdguardTeam/AdguardFilters/issues/99009
||popcornflix-prod.cloud.seachange.com/playback/popcornflix/playback/
ticket$replace=/"adEnabled":true/"adEnabled":false/
! https://github.com/AdguardTeam/AdguardForWindows/issues/3846
!+ PLATFORM(windows, mac, android)
||dnf.qq.com/*/js/act_nav.js$replace=/var _style=document\.getElementsByTagName\
("style"\)\[0\];/var _style=document.querySelector("head > style:not([nonce])");/
! https://github.com/AdguardTeam/AdguardFilters/issues/82415
||chinesepod.com/home/js/app.*.js$replace=/(showAds:function\(\)\
{return)"free"===this\.userInfo\.access\}/\$1 false}/
! https://github.com/AdguardTeam/AdguardFilters/issues/88692
! https://github.com/AdguardTeam/AdguardFilters/issues/64874
! https://github.com/AdguardTeam/AdguardFilters/issues/62913
||dai.google.com/ondemand/hls/*.m3u8$replace=/#EXTINF:(\d|\d\.\d+)\,\nhttps:\/\/
redirector\.googlevideo\.com\/videoplayback\?[\s\S]*?&source=dclk_video_ads&[\s\
S]*?\n//,domain=sbs.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/59268
||seamless.mtvnservices.com/api/*/playlist.m3u8$replace=/http:\/\/
seamless.mtvnservices.com\/\/media\/\?beaconUrl=.*.ts%3FisAd%3Dtrue//
! https://github.com/AdguardTeam/AdguardFilters/issues/92390
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=heraldsun.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/76160
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=couriermail.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/57444
||ssaiplayback.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=dailytelegraph.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/51856
||webtech-web-grn-assets.pluto.tv/assets/bundle/webapp-*.js$replace=/\
{adBreak:.\}/{adBreak:undefined}/
||service-stitcher*.clusters.pluto.tv/*/session.json$replace=/("(adBreak)":\{)[\s\
S]*?(\}\,"streamInfo")/\$1\$3/
||service-stitcher*.clusters.pluto.tv/*/session.json$replace=/
("(adBreakLocations)":\[)[\s\S]*?(\]\,)/\$1\$3/
||service-stitcher*.clusters.pluto.tv/*/session.json$replace=/("(adBreaks)":\[)[\s\
S]*?(\]\,"deltaFromClient")/\$1\$3/
||service-stitcher*.clusters.pluto.tv/*/session.json$replace=/("(adBreak)":\{)[\s\
S]*?(\}\,"version")/\$1\$3/
||service-stitcher*.clusters.pluto.tv/*stitch/hls/*/playlist.m3u8$replace=/
(#EXTINF:\d\,\nhttps:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/creative\/[\S]*?\n|#EXT-
X-KEY:METHOD=[\S]*?\,URI="https:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/creative\/[\
S]*?\n|#EXTINF:\d\.\d[\S]*?\,\nhttps:\/\/[\S]*?\.plutotv\.net\/[\S]*?_ad\/
creative\/[\S]*?\n)//
||service-stitcher*.clusters.pluto.tv/*stitch/hls/*/playlist.m3u8$replace=/
(#EXTINF:\d\,\nhttps:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\n|#EXT-X-
KEY:METHOD=[\S]*?\,URI="https:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\n|
#EXTINF:\d\.\d[\S]*?\,\nhttps:\/\/[\S]*?\.pluto\.tv\/[\S]*?_ad\/creative\/[\S]*?\
n)//
! https://github.com/AdguardTeam/AdguardFilters/issues/50891
||7news.com.au/static/js/*-content-Video-providers-
SwmPlayerProvider_*.js$replace=/(\,.=")ssaibeacon";/\$1csai";/,domain=7news.com.au
! crackle.com - ads
||fwlive.crackle.com/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\
['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=crackle.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68834
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=taste.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/67838
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=news.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/45744
||ssaimanifest.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=9now.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/44342
||pubads.g.doubleclick.net/gampad/ads?*nhl_*video&*&output=xml_vmap*&url=https%3A
%2F%2Fwww.nhl.com$replace=/(<vmap:VMAP[\s\S]*?>)[\s\S]*<\/vmap:VMAP>/\$1<\/
vmap:VMAP>/
! https://github.com/AdguardTeam/AdguardFilters/issues/25012#issuecomment-487447994
||vid.springserve.com/vast/*einthusan.ca$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\
$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.com$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/
VAST>/\$1<\/VAST>/,important
||vid.springserve.com/vast/*einthusan.tv$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\
$1<\/VAST>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/32945
||whichtalk.com/api/v*/services/vast/$replace=/(<DAAST[\s\S]*?>)[\s\S]*<\/DAAST>/\
$1<\/DAAST>/,domain=trinitymedia.ai
! https://forum.adguard.com/index.php?threads/video-ads-on-https-www-news-com-
au.31659
||ssaiplayback.prod.boltdns.net/playback/once/v*/vmap/hls/$replace=/(<VAST[\s\S]*?
>)[\s\S]*<\/VAST>/\$1<\/VAST>/,domain=news.com.au
||ssaiplayback.*.boltdns.net/playback/once/v*/hls/*.m3u8$replace=/(#EXT-X-
TARGETDURATION:[\S]*?)\n[\s\S]*?#EXT-X-DISCONTINUITY/\$1/,domain=news.com.au
! pornhub.com - preroll
||pornhub.*/view_video.php?viewkey=$replace=/vastXml/_vastXml/,important,~third-
party
! Injecting style to the pages with invalid HTML
||wizhdsports.fi/live/*.html$replace=/<\/style>/<\/style><style>#floatLayer1
{ display: none; }<\/style>/,important
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/
iframe><style>#bannerfloat22 { display: none; }<\/style>/
||bosscast.net/streams/misc/espn*.php$replace=/<\/iframe>/<\/
iframe><style>#bannerfloat22 { display: none; }<\/style>/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
||7plus.com.au/js/app.*.js$replace=/t\.sevenCatalog\.adChoice="ssaibeacon"/
t\.sevenCatalog\.adChoice="csai"/,domain=7plus.com.au
! uplynk 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
!/playback/v3/videoPlaybackInfo$replace=/("forecastTimeline" : \[)[\s\S]*?(]\,[\s\
S]*?"vendorAttributes")/\$1\$2/,domain=go.discovery.com|discoveryplus.com|
go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com
!/playback/v3/videoPlaybackInfo$replace=/("vendorAttributes" : {)[\s\S]*?}\,[\s\
S]*?("streaming")/\$1}}\,\n\$2/,domain=go.discovery.com|discoveryplus.com|
go.tlc.com|watch.hgtv.com|investigationdiscovery.com|sciencechannel.com
!||uplynk.com/preplay2/*.mpd$replace=/<Period duration="[a-zA-Z\.\d]+" id="[a-zA-
Z\-\d]+"><AssetIdentifier
schemeIdUri="urn:com:uplynk:ad-asset-id".*?<\/AdaptationSet><\/Period>//,domain=go.
discovery.com|discoveryplus.com|go.tlc.com|watch.hgtv.com|
investigationdiscovery.com|sciencechannel.com
! 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
||uplynk.com/*.m3u8$replace=/#UPLYNK-SEGMENT: \S*\\,ad\s[\s\S]+?((#UPLYNK-
SEGMENT: \S+\\,segment)|(#EXT-X-ENDLIST))/\$1/,domain=hgtv.com|diynetwork.com|
abc11.com|abc7.com|abc7news.com|abc13.com|6abc.com|abc7chicago.com|discovery.com|
fox.com|investigationdiscovery.com|sciencechannel.com|motortrend.com|tlc.com|
abc7ny.com,important
||api.discovery.com/v*/streaming/video/$replace=/(\,"ads":\{)"breaks":[\s\S]*?
(\}\,"videoView":)/\$1\$2/,domain=hgtv.com|investigationdiscovery.com
||api.discovery.com/v*/streaming/video/$replace=/\{"ads":\{"breaks":[\s\
S]*?"playURL":/{"playURL":/,domain=diynetwork.com|discovery.com|sciencechannel.com|
motortrend.com|tlc.com
||content-fox.uplynk.com/preplay/*.json$replace=/("ads": {"breaks": \[)[\s\S]*?(\,
"playURL":)/\$1]}\$2/,domain=fox.com
||content.uplynk.com/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?
(\]\}\\, "prefix":)/\$1\$2/,domain=fox.com
||content.uplynk.com/api/*/preplay/*.json?$replace=/("ads": {"breaks": \[)[\s\S]*?
(\]\}\\, "prefix":)/\$1\$2/,domain=abc7chicago.com|abc7ny.com
! fifa.com
||cxm-api.fifa.com/fifaplusweb/api/video/GetVerizonPreplayParameters?
*&prerollAds$replace=/"adPreroll":true/"adPreroll":false/
||cxm-api.fifa.com/fifaplusweb/api/video/GetVerizonPreplayParameters?
*&adPostroll$replace=/"adPostroll":true/"adPostroll":false/
! https://github.com/AdguardTeam/AdguardFilters/issues/34915
||v.fwmrm.net/ad/*/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=channel4.com,important
! abc.go.com - ads
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=abc.go.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/17406
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=funimation.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
||fwlive.sonycrackle.com/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\
['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=sonycrackle.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/10770
||content.uplynk.com/api/v*/preplay/*.json$replace=/\{"boundaries": \[\{"[\s\
S]*?"content_type": "ad"[\s\S]*?"ads":
\{"breaks":[\s\S]*?"playURL":/{"playURL":/,domain=cwtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/20922
||manifest.*.theplatform.com/*/*.meta*referer=$replace=/#EXT-X-VMAP-AD-BREAK[\s\
S]*?#EXT-X-ENDLIST/#EXT-X-ENDLIST/,domain=player.theplatform.com,important
||manifest.*.theplatform.com/*/*.m3u8?*referer=$replace=/(#EXTINF:.*\
n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\
n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\
n)//,domain=player.theplatform.com,important
! https://forum.adguard.com/index.php?threads/https-www-nbc-com-this-is-us-video-
windows.25463/
||manifest.theplatform.com/*/*.m3u8?$replace=/(#EXTINF:.*\
n.*tvessaiprod\.nbcuni\.com\/video\/[\s\S]*?#EXT-X-DISCONTINUITY|#EXTINF:.*\
n.*nbcuadops-vh.akamaihd.net\/i\/ads\/.*\n)//,important
||manifest.theplatform.com/*/*.meta$replace=/#EXT-X-VMAP-AD-BREAK[\s\S]*?#EXT-X-
ENDLIST/#EXT-X-ENDLIST/,important
! https://github.com/AdguardTeam/AdguardFilters/issues/7589
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=viasatsport.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6434
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=play.tv3.lt,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6418
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\
$1\}\);/,domain=tv3sport.dk,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6355
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\
S]*?'\]\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,domain=viafree.se,important
! https://github.com/AdguardTeam/AdguardFilters/issues/6064
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled":
true\,/"enabled": false\,/i,domain=vgtv.no
||hgc-cf-cache-1.svonm.com/www.vgtv.no/config.json$replace=/"enabled":
true\,/"enabled": false\,/i,domain=vgtv.no,important
! https://github.com/AdguardTeam/AdguardFilters/issues/25131
! https://github.com/AdguardTeam/AdguardFilters/issues/5760 - skip 30 seconds ads
||gamezhero.com/get-game-code/$replace=/(config\.set\(EmbedApiConfig\.APP_ADS\,[\s\
S]*?)true\);/\$1false\);/
! onclkds.com - popups
||onclkds.com/apu.php?$replace=/^[\s\S]*\$//,important
! https://github.com/AdguardTeam/AdguardFilters/issues/4607
||goal.com/static/js?files=$replace=/taboolaSlide:\d\d/taboolaSlide:99/,important
! https://forum.adguard.com/index.php?threads/macworld-idg-se.19682/
! ://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?:(?:(?<=\[)|\G)\{(?:[^\
{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\
{\}]*?\})*?\})*?\}(?:\,|(?=\]))|\,\{(?:[^\{\}]|\{(?:[^\{\}]|\{[^\
{\}]*?\})*?\})*?"type"\:"ad"(?:[^\{\}]|\{(?:[^\{\}]|\{[^\{\}]*?\})*?\})*?\}(?
=[\,\]]))//g
://widgets.spklw.com/v1/data/?*&widget-id=$replace=/(?<=\[)(\{"image":\{"url":"[\s\
S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}(\,)?)+|(\,)?\{"image":\
{"url":"[\s\S]*?"type":"ad"[\s\S]*?\,"service_version":"[\s\S]*?"\}//
! https://forum.adguard.com/index.php?threads/19620/
||accuradio.com/sweeper/json/fetch/?c=sweeper$replace=/\{[\s\S]*\}/{"status":
"ok"}/,important
||accuradio.com/spots/check-ad-free/$replace=/"ad_free": false/"ad_free":
true/,important
! https://forum.adguard.com/index.php?threads/18686/
||rojadirecta.me$replace=/it.rojadirecta.eu\/goto\///,important
! https://forum.adguard.com/index.php?threads/18663/
hentai-id.tv$replace=/http:\/\/[s\S]*s=https:\/\/fanyv88.com:443\/http\/www.hentai-id.tv\//http:\/\/
www.hentai-id.tv\//,~third-party,~stylesheet,~script,~xmlhttprequest,important
! https://forum.adguard.com/index.php?threads/15424/
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/
override>/\$1<\/override>/,important
||speedtest.net^*/speedtest-config.php?x=$replace=/(<override>)[\s\S]*<\/
override>/\$1<\/override>/
! https://forum.adguard.com/index.php?threads/9563/
||laola1.tv/server/homadconfig-
laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i
||laola1.tv/server/homadconfig-
laola1tv.json$replace=/"enabled":true\,/"enabled":false\,/i,important
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled":
true\,/"enabled": false\,/i,domain=laola1.tv
||schneevonmorgen.com.s3.amazonaws.com/global_config.json$replace=/"enabled":
true\,/"enabled": false\,/i,domain=laola1.tv,important
! https://forum.adguard.com/index.php?threads/13850/
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/
adResponse>/\$1<\/adResponse>/,domain=theplatform.com,important
|http*://*.v.fwmrm.net/ad/p/1?$replace=/(<adResponse[\s\S]*?>)[\s\S]*<\/
adResponse>/\$1<\/adResponse>/,domain=theplatform.com
! https://forum.adguard.com/index.php?threads/11359/
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\
S]*("type")/"type"/,important
iview.abc.net.au/programs$replace=/("type"\:"preroll")[\s\S]*("type")/"type"/
! https://forum.adguard.com/index.php?threads/7957/
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled":
true\,/"enabled": false\,/i
||amazonaws.com/www.ani-stream.com/config.json$replace=/"enabled":
true\,/"enabled": false\,/i,important
! http://forum.adguard.com/showthread.php?10251
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/
VAST>/,important
||dailymotion.com/ac/video/$replace=/(<VAST[\s\S]*?>)[\s\S]*<\/VAST>/\$1<\/VAST>/
! clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled":
false\,/i,domain=clubic.com
||amazonaws.com/www.clubic.com/config.json$replace=/"enabled": true\,/"enabled":
false\,/i,domain=clubic.com,important
! http://forum.adguard.com/showthread.php?9813
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-
vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||cdn.videoplaza.tv/contrib/no-vg/svm/homadConfigVideoplaza-
vgtv.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no,important
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/
config.json$replace=/"enabled": true\,/"enabled": false\,/i
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.vgtv.no/
config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/
global_config.json$replace=/"enabled": true\,/"enabled": false\,/i,domain=vgtv.no
||homad-global-configs.schneevonmorgen.com.s3.amazonaws.com/
global_config.json$replace=/"enabled": true\,/"enabled":
false\,/i,domain=vgtv.no,important

!-------------------------------------------------------------------------------!
!------------------ 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
!
||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
||bitcoin-pay.eu/*wss$third-party
||omine.org^$third-party
||tercabilis.info^$third-party
||statdynamic.com^$third-party
||ethereum-pocket.de^$third-party
://mine.torrent.pw^
||besstahete.info^
||hostingcloud.*.wasm^
||nahnoji.cz/compact_miner^
||js.nahnoji.cz/miner_proxy
||cashbeet.com^$third-party
||gramombird.com^
||pampopholf.com^$third-party
vkcdnservice.appspot.com^$third-party
||vkcdnservice.com^$third-party
||archer0*.tk:*/
||acbp0020171456.page.tl^
||vuryua.ru^$third-party
||minexmr.stream^$third-party
$websocket,domain=300mbfilms.io|lib.rus.ec
/cdn-cgi/pe/bag2?r[]=*eth-pocket.de
||eth-pocket.de^$third-party
||webminerpool.com^$third-party
||autologica.ga^$third-party
||mepirtedic.com^$third-party
||nerohut.com^$third-party
||hhb123.tk^$third-party
||silimbompom.com^$third-party
||gasolina.ml^$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
||minero.pw^$third-party
||minescripts.info^$third-party
||monero-miner.com^$third-party
||nametraff.com^$third-party
||offerreality.com^$third-party
||ogrid.org^$third-party
||panelsave.com^$third-party
||papoto.com^$third-party
||party-vqgdyvoycc.now.sh^$third-party
||pertholin.com^$third-party
||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^
||shrink-service.it/js/cM.js
||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***
!
!#if (adguard_app_ios || adguard_ext_safari || adguard_ext_android_cb)
!
!
!#######################################################
!############## Ad servers #############################
!#######################################################
!
! Section contains list of advertising networks
!+ NOT_OPTIMIZED
ankunding.biz^$third-party
!+ NOT_OPTIMIZED
cdn.braun634.com^$third-party
!
!#######################################################
!############## Anti-adblock rules #####################
!#######################################################
!
! These rules are against all kinds of ad blocking reinjection/circumvention
scripts
!
! SECTION: BlockAdBlock
! BlockAdBlock, which requires some URL exclusions (for AG without JS rules)
! START: BlockAdBlock(no JS)
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=9ketsuki.info|
fizyka.org|dayzrp.com|pipocas.tv|cyberspace.world|classic-retro-games.com|
nulledpremium.com|forum.release-apk.com|userupload.in
!+ NOT_OPTIMIZED
@@||ad.mail.ru/favicon1.ico
!+ NOT_OPTIMIZED
@@||ads.twitter.com/favicon.ico
!+ NOT_OPTIMIZED
@@||advertising.aol.com/favicon.ico
!+ NOT_OPTIMIZED
@@||advertising.yahoo.com/favicon.ico
!+ NOT_OPTIMIZED
@@||as.inbox.com/banner_ad.gif
!+ NOT_OPTIMIZED
@@||crunchyroll.adclixx.net/vast?fg=
!+ NOT_OPTIMIZED
@@||crunchyroll.adnetasia.com/vast?fg=
!+ NOT_OPTIMIZED
@@||crunchyroll.adtrackers.net/vast?fg=
!+ NOT_OPTIMIZED
@@||crunchyroll.bannertrack.net/vast?fg=
!+ NOT_OPTIMIZED
@@||doubleclickbygoogle.com/favicon.ico
!+ NOT_OPTIMIZED
@@||google.com/adsense/start/images/favicon.ico
!+ NOT_OPTIMIZED
@@||gstatic.com/adx/doubleclick.ico
!+ NOT_OPTIMIZED
@@||ox-d.adclixx.net/auid=
!+ NOT_OPTIMIZED
@@||ox-d.adnetasia.com/auid=
!+ NOT_OPTIMIZED
@@||ox-d.adtrackers.net/auid=
!+ NOT_OPTIMIZED
@@||ox-d.bannertrack.net/auid=
!+ NOT_OPTIMIZED
@@||partnerads.ysm.yahoo.com/favicon1.ico
!+ NOT_OPTIMIZED
@@||serve.adclixx.net/promoload
!+ NOT_OPTIMIZED
@@||serve.adnetasia.com/promoload
!+ NOT_OPTIMIZED
@@||serve.adtrackers.net/promoload
!+ NOT_OPTIMIZED
@@||serve.bannertrack.net/promoload
!+ NOT_OPTIMIZED
@@||torrentz.adclixx.net/mgid/ad.js
!+ NOT_OPTIMIZED
@@||torrentz.adnetasia.com/mgid/ad.js
!+ NOT_OPTIMIZED
@@||torrentz.adtrackers.net/mgid/ad.js
!+ NOT_OPTIMIZED
@@||torrentz.bannertrack.net/mgid/ad.js
!+ NOT_OPTIMIZED
@@||yahoo.adclixx.net/serv
!+ NOT_OPTIMIZED
@@||yahoo.adnetasia.com/serv
!+ NOT_OPTIMIZED
@@||yahoo.adtrackers.net/serv
!+ NOT_OPTIMIZED
@@||yahoo.bannertrack.net/serv
!+ NOT_OPTIMIZED
@@||yasni.adclixx.net/design/relaunch/gfx/elitepartner_
!+ NOT_OPTIMIZED
@@||yasni.adnetasia.com/design/relaunch/gfx/elitepartner_
!+ NOT_OPTIMIZED
@@||yasni.adtrackers.net/design/relaunch/gfx/elitepartner_
!+ NOT_OPTIMIZED
@@||yasni.bannertrack.net/design/relaunch/gfx/elitepartner_
!+ NOT_OPTIMIZED
@@||zoover.adclixx.net/shared/bannerpages/darttagsbanner.aspx
!+ NOT_OPTIMIZED
@@||zoover.adnetasia.com/shared/bannerpages/darttagsbanner.aspx
!+ NOT_OPTIMIZED
@@||zoover.adtrackers.net/shared/bannerpages/darttagsbanner.aspx
!+ NOT_OPTIMIZED
@@||zoover.bannertrack.net/shared/bannerpages/darttagsbanner.aspx
!
!+ NOT_OPTIMIZED
@@||bits.re^$generichide
!+ NOT_OPTIMIZED
@@||kienthucrangmieng.com^$generichide
!+ NOT_OPTIMIZED
@@||zonegfx.com^$generichide
!+ NOT_OPTIMIZED
@@||lecturel.com^$generichide
!+ NOT_OPTIMIZED
@@||daemonanime.net^$generichide
!+ NOT_OPTIMIZED
@@||card.llsif.moe^$generichide
!+ NOT_OPTIMIZED
@@||robloxaltgen.com^$generichide
!+ NOT_OPTIMIZED
@@||freevipservers.net^$generichide
!+ NOT_OPTIMIZED
@@||allfaucet.xyz^$generichide
!+ NOT_OPTIMIZED
@@||newsonground.com^$generichide
!+ NOT_OPTIMIZED
@@||techcurved.com^$generichide
!+ NOT_OPTIMIZED
@@||hatauzmani.com^$generichide
!+ NOT_OPTIMIZED
@@||elitetunnel.com^$generichide
!+ NOT_OPTIMIZED
@@||mytop5.club^$generichide
!+ NOT_OPTIMIZED
@@||business-phone.org^$generichide
!+ NOT_OPTIMIZED
@@||coflix.tv^$generichide
!+ NOT_OPTIMIZED
@@||dajya-ranger.com^$generichide
!+ NOT_OPTIMIZED
@@||aztravels.net^$generichide
!+ NOT_OPTIMIZED
@@||hubcloud.link^$generichide
!+ NOT_OPTIMIZED
@@||memangbau.com^$generichide
!+ NOT_OPTIMIZED
@@||fmoviesdl.com^$generichide
!+ NOT_OPTIMIZED
@@||hengame.club^$generichide
!+ NOT_OPTIMIZED
@@||shortiks.com^$generichide
!+ NOT_OPTIMIZED
@@||looptorrent.net^$generichide
!+ NOT_OPTIMIZED
@@||proxyfilm.shop^$generichide
!+ NOT_OPTIMIZED
@@||teamos.xyz^$generichide
!+ NOT_OPTIMIZED
@@||djxmaza.in^$generichide
!+ NOT_OPTIMIZED
@@||examtadka.com^$generichide
!+ NOT_OPTIMIZED
@@||aradramtv.com^$generichide
!+ NOT_OPTIMIZED
@@||gawbne.com^$generichide
!+ NOT_OPTIMIZED
@@||forex-golds.com^$generichide
!+ NOT_OPTIMIZED
@@||adpps.com^$generichide
!+ NOT_OPTIMIZED
@@||skincarie.com^$generichide
!+ NOT_OPTIMIZED
@@||rulesofcheaters.net^$generichide
!+ NOT_OPTIMIZED
@@||blisseyhusband.in^$generichide
!+ NOT_OPTIMIZED
@@||scriptindex.us^$generichide
!+ NOT_OPTIMIZED
@@||mnhaestate.com^$generichide
!+ NOT_OPTIMIZED
@@||an1me.nl^$generichide
!+ NOT_OPTIMIZED
@@||aeroxplorer.com^$generichide
!+ NOT_OPTIMIZED
@@||coinpayz.xyz^$generichide
!+ NOT_OPTIMIZED
@@||altyazili76.xyz^$generichide
!+ NOT_OPTIMIZED
@@||kostenloseklingeltone.com^$generichide
!+ NOT_OPTIMIZED
@@||michezoafrika.com^$generichide
!+ NOT_OPTIMIZED
@@||evafaucet.info^$generichide
!+ NOT_OPTIMIZED
@@||freecoursesonline.io^$generichide
!+ NOT_OPTIMIZED
@@||unofficialtwrp.com^$generichide
!+ NOT_OPTIMIZED
@@||tutsnode.net^$generichide
!+ NOT_OPTIMIZED
@@||edummm.xyz^$generichide
!+ NOT_OPTIMIZED
@@||sgpics.net^$generichide
!+ NOT_OPTIMIZED
@@||tsd.mdn.world^$generichide
!+ NOT_OPTIMIZED
@@||satoshiwin.io^$generichide
!+ NOT_OPTIMIZED
@@||ontools.net^$generichide
!+ NOT_OPTIMIZED
@@||miauscan.com^$generichide
!+ NOT_OPTIMIZED
@@||netcine.*^$generichide
!+ NOT_OPTIMIZED
@@||dicadesaude.online^$generichide
!+ NOT_OPTIMIZED
@@||cheaterboss.com^$generichide
!+ NOT_OPTIMIZED
@@||fogodelenha.net^$generichide
!+ NOT_OPTIMIZED
@@||cheirinhobao.com^$generichide
!+ NOT_OPTIMIZED
@@||manualdamulher.net^$generichide
!+ NOT_OPTIMIZED
@@||tudogostoso.de^$generichide
!+ NOT_OPTIMIZED
@@||ezimg.co^$generichide
!+ NOT_OPTIMIZED
@@||claimsatoshi.org^$generichide
!+ NOT_OPTIMIZED
@@||cryptorotator.website^$generichide
!+ NOT_OPTIMIZED
@@||nevcoins.club^$generichide
!+ NOT_OPTIMIZED
@@||bitcoinfaucet.network^$generichide
!+ NOT_OPTIMIZED
@@||welovecrypto.org^$generichide
!+ NOT_OPTIMIZED
@@||anitube.*^$generichide
!+ NOT_OPTIMIZED
@@||waterfaucet.online^$generichide
!+ NOT_OPTIMIZED
@@||bestcripto.xyz^$generichide
!+ NOT_OPTIMIZED
@@||geojamal.com^$generichide
!+ NOT_OPTIMIZED
@@||getfreetrx.com^$generichide
!+ NOT_OPTIMIZED
@@||shrink.icu^$generichide
!+ NOT_OPTIMIZED
@@||quaanhdaocuteo.com^$generichide
!+ NOT_OPTIMIZED
@@||protestia.com^$generichide
!+ NOT_OPTIMIZED
@@||saudebemestar.online^$generichide
!+ NOT_OPTIMIZED
@@||mundodebolso.me^$generichide
!+ NOT_OPTIMIZED
@@||noticiastecnologica.online^$generichide
!+ NOT_OPTIMIZED
@@||decorabolos.net^$generichide
!+ NOT_OPTIMIZED
@@||madtrx.fun^$generichide
!+ NOT_OPTIMIZED
@@||9goku.com^$generichide
!+ NOT_OPTIMIZED
@@||empregovaga.com^$generichide
!+ NOT_OPTIMIZED
@@||financashoje.online^$generichide
!+ NOT_OPTIMIZED
@@||receitasdamamae.online^$generichide
!+ NOT_OPTIMIZED
@@||futlances.net^$generichide
!+ NOT_OPTIMIZED
@@||tudogostoso.xyz^$generichide
!+ NOT_OPTIMIZED
@@||gastronomiabrasileira.net^$generichide
!+ NOT_OPTIMIZED
@@||multifaucet.org^$generichide
!+ NOT_OPTIMIZED
@@||tlin.me^$generichide
!+ NOT_OPTIMIZED
@@||financasnow.online^$generichide
!+ NOT_OPTIMIZED
@@||anime-king.com^$generichide
!+ NOT_OPTIMIZED
@@||vidadeatletas.com^$generichide
!+ NOT_OPTIMIZED
@@||freenovelstoread.com^$generichide
!+ NOT_OPTIMIZED
@@||azoraworld.com^$generichide
!+ NOT_OPTIMIZED
@@||tron-free.com^$generichide
!+ NOT_OPTIMIZED
@@||images4u.cc^$generichide
!+ NOT_OPTIMIZED
@@||metalnaveia66.com^$generichide
!+ NOT_OPTIMIZED
@@||noon.khsm.io^$generichide
!+ NOT_OPTIMIZED
@@||museum-29.dajya-ranger.com^$generichide
!+ NOT_OPTIMIZED
@@||techoreels.com^$generichide
!+ NOT_OPTIMIZED
@@||rocku.space^$generichide
!+ NOT_OPTIMIZED
@@||patchedfiles.com^$generichide
!+ NOT_OPTIMIZED
@@||belezaedieta.net^$generichide
!+ NOT_OPTIMIZED
@@||legionscans.com^$generichide
!+ NOT_OPTIMIZED
@@||chinesesexmovie.net^$generichide
!+ NOT_OPTIMIZED
@@||thetodaypost.com^$generichide
!+ NOT_OPTIMIZED
@@||datphanmem.com^$generichide
!+ NOT_OPTIMIZED
@@||freeshib.biz^$generichide
!+ NOT_OPTIMIZED
@@||articlesnew.com^$generichide
!+ NOT_OPTIMIZED
@@||darmowa-tv.xyz^$generichide
!+ NOT_OPTIMIZED
@@||sevenjournals.com^$generichide
!+ NOT_OPTIMIZED
@@||voyeurhouse.life^$generichide
!+ NOT_OPTIMIZED
@@||handydecor.com.vn^$generichide
!+ NOT_OPTIMIZED
@@||haymod.com^$generichide
!+ NOT_OPTIMIZED
@@||thizissam.in^$generichide
!+ NOT_OPTIMIZED
@@||coincity.in^$generichide
!+ NOT_OPTIMIZED
@@||heyapakabar.com^$generichide
!+ NOT_OPTIMIZED
@@||usefuldiy.com^$generichide
!+ NOT_OPTIMIZED
@@||konosubamanga.com^$generichide
!+ NOT_OPTIMIZED
@@||freesoff.com^$generichide
!+ NOT_OPTIMIZED
@@||dual1080p.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||dreamcheeky.com^$generichide
!+ NOT_OPTIMIZED
@@||33btc.site^$generichide
!+ NOT_OPTIMIZED
@@||uruploads.com^$generichide
!+ NOT_OPTIMIZED
@@||fernsehzone.online^$generichide
!+ NOT_OPTIMIZED
@@||noviello.it^$generichide
!+ NOT_OPTIMIZED
@@||tvshows4mobile.com^$generichide
!+ NOT_OPTIMIZED
@@||forex-lab.xyz^$generichide
!+ NOT_OPTIMIZED
@@||51sec.org^$generichide
!+ NOT_OPTIMIZED
@@||sexkbj.com^$generichide
!+ NOT_OPTIMIZED
@@||kitsunime.com^$generichide
!+ NOT_OPTIMIZED
@@||fotkaew.ru^$generichide
!+ NOT_OPTIMIZED
@@||corvusrom.com^$generichide
!+ NOT_OPTIMIZED
@@||novelmultiverse.com^$generichide
!+ NOT_OPTIMIZED
@@||animes.vision^$generichide
!+ NOT_OPTIMIZED
@@||primeos.in^$generichide
!+ NOT_OPTIMIZED
@@||fztvseries.mobi^$generichide
!+ NOT_OPTIMIZED
@@||crunchyscan.fr^$generichide
!+ NOT_OPTIMIZED
@@||altadefinizione.desi^$generichide
!+ NOT_OPTIMIZED
@@||animefastmega.com^$generichide
!+ NOT_OPTIMIZED
@@||fluttercampus.com^$generichide
!+ NOT_OPTIMIZED
@@||clk.asia^$generichide
!+ NOT_OPTIMIZED
@@||apkmb.com^$generichide
!+ NOT_OPTIMIZED
@@||autocoin.in^$generichide
!+ NOT_OPTIMIZED
@@||sektedoujin.club^$generichide
!+ NOT_OPTIMIZED
@@||adinsurance.xyz^$generichide
!+ NOT_OPTIMIZED
@@||reit-tirement.com^$generichide
!+ NOT_OPTIMIZED
@@||egbest1.xyz^$generichide
!+ NOT_OPTIMIZED
@@||magesypro.club^$generichide
!+ NOT_OPTIMIZED
@@||jpoplibs.us^$generichide
!+ NOT_OPTIMIZED
@@||ttsfree.com^$generichide
!+ NOT_OPTIMIZED
@@||bloggingguidance.com^$generichide
!+ NOT_OPTIMIZED
@@||nodo313.net^$generichide
!+ NOT_OPTIMIZED
@@||descargaranimes.net^$generichide
!+ NOT_OPTIMIZED
@@||11bit.co.in^$generichide
!+ NOT_OPTIMIZED
@@||articlesnewz.com^$generichide
!+ NOT_OPTIMIZED
@@||karanpc.com^$generichide
!+ NOT_OPTIMIZED
@@||shiba.limited^$generichide
!+ NOT_OPTIMIZED
@@||kalite18.cyou^$generichide
!+ NOT_OPTIMIZED
@@||o2tvseries.com^$generichide
!+ NOT_OPTIMIZED
@@||furioscans.com^$generichide
!+ NOT_OPTIMIZED
@@||clockks.com^$generichide
!+ NOT_OPTIMIZED
@@||audiotools.in^$generichide
!+ NOT_OPTIMIZED
@@||comandotorrent.tv^$generichide
!+ NOT_OPTIMIZED
@@||myshrinker.com^$generichide
!+ NOT_OPTIMIZED
@@||fullmatchsports.cc^$generichide
!+ NOT_OPTIMIZED
@@||informaxonline.com^$generichide
!+ NOT_OPTIMIZED
@@||tinytranslation.xyz^$generichide
!+ NOT_OPTIMIZED
@@||downloadcursos.org^$generichide
!+ NOT_OPTIMIZED
@@||havoc-os.com^$generichide
!+ NOT_OPTIMIZED
@@||hentai-asia.com^$generichide
!+ NOT_OPTIMIZED
@@||320volt.com^$generichide
!+ NOT_OPTIMIZED
@@||messitv.net^$generichide
!+ NOT_OPTIMIZED
@@||elearn.interviewgig.com^$generichide
!+ NOT_OPTIMIZED
@@||fulltip.net^$generichide
!+ NOT_OPTIMIZED
@@||telepisodes.org^$generichide
!+ NOT_OPTIMIZED
@@||riadcrypto.com^$generichide
!+ NOT_OPTIMIZED
@@||adrianeboneck.com.br^$generichide
!+ NOT_OPTIMIZED
@@||expresscrypto.io^$generichide
!+ NOT_OPTIMIZED
@@||claimtrx.com^$generichide
!+ NOT_OPTIMIZED
@@||codesadda.com^$generichide
!+ NOT_OPTIMIZED
@@||baixedetudo.net.br^$generichide
!+ NOT_OPTIMIZED
@@||canlidershane.net^$generichide
!+ NOT_OPTIMIZED
@@||illink.net^$generichide
!+ NOT_OPTIMIZED
@@||xproxxx.org^$generichide
!+ NOT_OPTIMIZED
@@||shortlink.prz.pw^$generichide
!+ NOT_OPTIMIZED
@@||cema4.onl^$generichide
!+ NOT_OPTIMIZED
@@||mixfaucet.com^$generichide
!+ NOT_OPTIMIZED
@@||openloadtv.co^$generichide
!+ NOT_OPTIMIZED
@@||gaminplay.com^$generichide
!+ NOT_OPTIMIZED
@@||olympusscanlation.com^$generichide
!+ NOT_OPTIMIZED
@@||7apple.net^$generichide
!+ NOT_OPTIMIZED
@@||readsmsonline.com^$generichide
!+ NOT_OPTIMIZED
@@||melodelaa.link^$generichide
!+ NOT_OPTIMIZED
@@||forex-trnd.com^$generichide
!+ NOT_OPTIMIZED
@@||informatikamu.id^$generichide
!+ NOT_OPTIMIZED
@@||birdurls.com^$generichide
!+ NOT_OPTIMIZED
@@||windowsbulletin.com^$generichide
!+ NOT_OPTIMIZED
@@||sports24.icu^$generichide
!+ NOT_OPTIMIZED
@@||animeunity.tv^$generichide
!+ NOT_OPTIMIZED
@@||animeuploader.com^$generichide
!+ NOT_OPTIMIZED
@@||myfirstname.rocks^$generichide
!+ NOT_OPTIMIZED
@@||publicananker.com^$generichide
!+ NOT_OPTIMIZED
@@||owllink.net^$generichide
!+ NOT_OPTIMIZED
@@||samuraiscan.com^$generichide
!+ NOT_OPTIMIZED
@@||senpaiediciones.com^$generichide
!+ NOT_OPTIMIZED
@@||voyeur-house.fun^$generichide
!+ NOT_OPTIMIZED
@@||bbw-chan.nl^$generichide
!+ NOT_OPTIMIZED
@@||chaturbate-video.xyz^$generichide
!+ NOT_OPTIMIZED
@@||anhdep24.com^$generichide
!+ NOT_OPTIMIZED
@@||racevpn.com^$generichide
!+ NOT_OPTIMIZED
@@||crazyblog.in^$generichide
!+ NOT_OPTIMIZED
@@||mgkomik.com^$generichide
!+ NOT_OPTIMIZED
@@||tritinia.com^$generichide
!+ NOT_OPTIMIZED
@@||dataf.pro^$generichide
!+ NOT_OPTIMIZED
@@||marharo.com^$generichide
!+ NOT_OPTIMIZED
@@||wildfaucet.me^$generichide
!+ NOT_OPTIMIZED
@@||bitcointrophy.com^$generichide
!+ NOT_OPTIMIZED
@@||tutflix.org^$generichide
!+ NOT_OPTIMIZED
@@||tboost.xyz^$generichide
!+ NOT_OPTIMIZED
@@||doffeecafe.me^$generichide
!+ NOT_OPTIMIZED
@@||nartag.com^$generichide
!+ NOT_OPTIMIZED
@@||rureka.com^$generichide
!+ NOT_OPTIMIZED
@@||aemenstore.com^$generichide
!+ NOT_OPTIMIZED
@@||cazzette.com^$generichide
!+ NOT_OPTIMIZED
@@||truebrandy.com^$generichide
!+ NOT_OPTIMIZED
@@||scratch247.info^$generichide
!+ NOT_OPTIMIZED
@@||hookeaudio.com^$generichide
!+ NOT_OPTIMIZED
@@||restorbio.com^$generichide
!+ NOT_OPTIMIZED
@@||azsoft.$generichide
!+ NOT_OPTIMIZED
@@||manjaro.pl^$generichide
!+ NOT_OPTIMIZED
@@||medcpu.com^$generichide
!+ NOT_OPTIMIZED
@@||webassistanceita.com^$generichide
!+ NOT_OPTIMIZED
@@||allkaicerteam.com^$generichide
!+ NOT_OPTIMIZED
@@||getexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||gamingforecast.com^$generichide
!+ NOT_OPTIMIZED
@@||genshinnude.com^$generichide
!+ NOT_OPTIMIZED
@@||xanimehub.com^$generichide
!+ NOT_OPTIMIZED
@@||diariotecnico.net^$generichide
!+ NOT_OPTIMIZED
@@||blackwot.ru^$generichide
!+ NOT_OPTIMIZED
@@||nsfwcrave.com^$generichide
!+ NOT_OPTIMIZED
@@||lucidcam.com^$generichide
!+ NOT_OPTIMIZED
@@||d4rkexecutor.com^$generichide
!+ NOT_OPTIMIZED
@@||blogdatecnologia.net^$generichide
!+ NOT_OPTIMIZED
@@||diariodecasamento.com^$generichide
!+ NOT_OPTIMIZED
@@||modaestiloeafins.com^$generichide
!+ NOT_OPTIMIZED
@@||portalmundocurioso.com^$generichide
!+ NOT_OPTIMIZED
@@||turismoeviagem.com^$generichide
!+ NOT_OPTIMIZED
@@||receitasabores.com^$generichide
!+ NOT_OPTIMIZED
@@||cizzy.cc^$generichide
!+ NOT_OPTIMIZED
@@||xploit.ink^$generichide
!+ NOT_OPTIMIZED
@@||two.re^$generichide
!+ NOT_OPTIMIZED
@@||afly.pro^$generichide
!+ NOT_OPTIMIZED
@@||rbxexploits.net^$generichide
!+ NOT_OPTIMIZED
@@||silenthub.net^$generichide
!+ NOT_OPTIMIZED
@@||byboe.com^$generichide
!+ NOT_OPTIMIZED
@@||cm-pack.pl^$generichide
!+ NOT_OPTIMIZED
@@||viralfeed.xyz^$generichide
!+ NOT_OPTIMIZED
@@||jav-asia.top^$generichide
!+ NOT_OPTIMIZED
@@||objectivequiz.com^$generichide
!+ NOT_OPTIMIZED
@@||robloxhacks.net^$generichide
!+ NOT_OPTIMIZED
@@||diziflix.co^$generichide
!+ NOT_OPTIMIZED
@@||atlai.club^$generichide
!+ NOT_OPTIMIZED
@@||mexa.sh^$generichide
!+ NOT_OPTIMIZED
@@||multirecommend.com^$generichide
!+ NOT_OPTIMIZED
@@||mylinkconverter.com^$generichide
!+ NOT_OPTIMIZED
@@||kingsleynyc.com^$generichide
!+ NOT_OPTIMIZED
@@||thegoneapp.com^$generichide
!+ NOT_OPTIMIZED
@@||nousdecor.com^$generichide
!+ NOT_OPTIMIZED
@@||eusaudavel.net^$generichide
!+ NOT_OPTIMIZED
@@||visitmama.com^$generichide
!+ NOT_OPTIMIZED
@@||mobileflasherbd.com^$generichide
!+ NOT_OPTIMIZED
@@||staaker.com^$generichide
!+ NOT_OPTIMIZED
@@||itopmusicx.com^$generichide
!+ NOT_OPTIMIZED
@@||damduck01.com^$generichide
!+ NOT_OPTIMIZED
@@||altyaziliporno.store^$generichide
!+ NOT_OPTIMIZED
@@||feyorra.top^$generichide
!+ NOT_OPTIMIZED
@@||hilanofaucet.xyz^$generichide
!+ NOT_OPTIMIZED
@@||dizipal*.com^$generichide
!+ NOT_OPTIMIZED
@@||tutsgalaxy.net^$generichide
!+ NOT_OPTIMIZED
@@||descargaspcpro.net^$generichide
!+ NOT_OPTIMIZED
@@||pinayvids.com^$generichide
!+ NOT_OPTIMIZED
@@||streamingcommunity.$generichide
!+ NOT_OPTIMIZED
@@||bagi.co.in^$generichide
!+ NOT_OPTIMIZED
@@||egydead.com^$generichide
!+ NOT_OPTIMIZED
@@||torrentsgames.xyz^$generichide
!+ NOT_OPTIMIZED
@@||fatcatslim.ru^$generichide
!+ NOT_OPTIMIZED
@@||go4kora.com^$generichide
!+ NOT_OPTIMIZED
@@||coursewikia.com^$generichide
!+ NOT_OPTIMIZED
@@||oxanime.com^$generichide
!+ NOT_OPTIMIZED
@@||linkpoi.me^$generichide
!+ NOT_OPTIMIZED
@@||173.249.49.204^$generichide
!+ NOT_OPTIMIZED
@@||evolution-x.org^$generichide
!+ NOT_OPTIMIZED
@@||wuyong.fun^$generichide
!+ NOT_OPTIMIZED
@@||cubehosting.me^$generichide
!+ NOT_OPTIMIZED
@@||hdturk.club^$generichide
!+ NOT_OPTIMIZED
@@||short-zero.com^$generichide
!+ NOT_OPTIMIZED
@@||kittydesu.com^$generichide
!+ NOT_OPTIMIZED
@@||fzmovies.*^$generichide
!+ NOT_OPTIMIZED
@@||gledajcrtace.xyz^$generichide
!+ NOT_OPTIMIZED
@@||mcmfaucets.xyz^$generichide
!+ NOT_OPTIMIZED
@@||krypto-trend.de^$generichide
!+ NOT_OPTIMIZED
@@||promo-visits.site^$generichide
!+ NOT_OPTIMIZED
@@||canyoublockit.com^$generichide
!+ NOT_OPTIMIZED
@@||galaxycrypto.net^$generichide
!+ NOT_OPTIMIZED
@@||faucet.dog^$generichide
!+ NOT_OPTIMIZED
@@||nusantaraproject.my.id^$generichide
!+ NOT_OPTIMIZED
@@||dogestar.website^$generichide
!+ NOT_OPTIMIZED
@@||blog.krcesdev.com^$generichide
!+ NOT_OPTIMIZED
@@||clover-manga.com^$generichide
!+ NOT_OPTIMIZED
@@||faucet.plus^$generichide
!+ NOT_OPTIMIZED
@@||filescracks.com^$generichide
!+ NOT_OPTIMIZED
@@||crypto-fun-faucet.de^$generichide
!+ NOT_OPTIMIZED
@@||crypto-faucet.xyz^$generichide
!+ NOT_OPTIMIZED
@@||nyaa.net^$generichide
!+ NOT_OPTIMIZED
@@||freesoft.id^$generichide
!+ NOT_OPTIMIZED
@@||zcteam.id^$generichide
!+ NOT_OPTIMIZED
@@||earnsato.com^$generichide
!+ NOT_OPTIMIZED
@@||omgexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||tekfiz.com^$generichide
!+ NOT_OPTIMIZED
@@||cryptslice.com^$generichide
!+ NOT_OPTIMIZED
@@||onepiece-streaming.co^$generichide
!+ NOT_OPTIMIZED
@@||taisv.com^$generichide
!+ NOT_OPTIMIZED
@@||nekomeowmeow.com^$generichide
!+ NOT_OPTIMIZED
@@||linkhub.icu^$generichide
!+ NOT_OPTIMIZED
@@||alogum.com^$generichide
!+ NOT_OPTIMIZED
@@||uploadshare.net^$generichide
!+ NOT_OPTIMIZED
@@||blackclovermanga2.com^$generichide
!+ NOT_OPTIMIZED
@@||smartparaphrasingtool.com^$generichide
!+ NOT_OPTIMIZED
@@||tezgoal.com^$generichide
!+ NOT_OPTIMIZED
@@||cartoon.porn^$generichide
!+ NOT_OPTIMIZED
@@||sozcukbul.com^$generichide
!+ NOT_OPTIMIZED
@@||todoseriales1.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||overwatch-teamup.com^$generichide
!+ NOT_OPTIMIZED
@@||bestshort.xyz^$generichide
!+ NOT_OPTIMIZED
@@||digitask.ru^$generichide
!+ NOT_OPTIMIZED
@@||tempmailpro.net^$generichide
!+ NOT_OPTIMIZED
@@||gledaitv.live^$generichide
!+ NOT_OPTIMIZED
@@||mmff30.com^$generichide
!+ NOT_OPTIMIZED
@@||meganews.tech^$generichide
!+ NOT_OPTIMIZED
@@||shrx.in^$generichide
!+ NOT_OPTIMIZED
@@||217.16.188.246^$generichide
!+ NOT_OPTIMIZED
@@||uebnews.online^$generichide
!+ NOT_OPTIMIZED
@@||aloegg.com^$generichide
!+ NOT_OPTIMIZED
@@||freevstplugins.net^$generichide
!+ NOT_OPTIMIZED
@@||acilissaati.com^$generichide
!+ NOT_OPTIMIZED
@@||haberconnect.net^$generichide
!+ NOT_OPTIMIZED
@@||pennbookcenter.com^$generichide
!+ NOT_OPTIMIZED
@@||link1s.com^$generichide
!+ NOT_OPTIMIZED
@@||nnaa66.xyz^$generichide
!+ NOT_OPTIMIZED
@@||assistir.biz^$generichide
!+ NOT_OPTIMIZED
@@||edvok.com^$generichide
!+ NOT_OPTIMIZED
@@||ltc24.com^$generichide
!+ NOT_OPTIMIZED
@@||jm2.xyz^$generichide
!+ NOT_OPTIMIZED
@@||portable4pc.com^$generichide
!+ NOT_OPTIMIZED
@@||dutchycorp.ovh^$generichide
!+ NOT_OPTIMIZED
@@||yogurk.com^$generichide
!+ NOT_OPTIMIZED
@@||coinurl.net^$generichide
!+ NOT_OPTIMIZED
@@||allhomecinema.com^$generichide
!+ NOT_OPTIMIZED
@@||clickhouse.xyz^$generichide
!+ NOT_OPTIMIZED
@@||rscripts.net^$generichide
!+ NOT_OPTIMIZED
@@||uppit.com^$generichide
!+ NOT_OPTIMIZED
@@||beursig.com^$generichide
!+ NOT_OPTIMIZED
@@||cryptomoneyco.in^$generichide
!+ NOT_OPTIMIZED
@@||hcdn.online^$generichide
!+ NOT_OPTIMIZED
@@||readmanga.se^$generichide
!+ NOT_OPTIMIZED
@@||coindice.win^$generichide
!+ NOT_OPTIMIZED
@@||melissabenoist.com.br^$generichide
!+ NOT_OPTIMIZED
@@||startlr.com^$generichide
!+ NOT_OPTIMIZED
@@||fastcoin.ga^$generichide
!+ NOT_OPTIMIZED
@@||puretoons.me^$generichide
!+ NOT_OPTIMIZED
@@||pcso-lottoresults.com^$generichide
!+ NOT_OPTIMIZED
@@||jagoanssh.com^$generichide
!+ NOT_OPTIMIZED
@@||clickscoin.com^$generichide
!+ NOT_OPTIMIZED
@@||cryptojunkie.net^$generichide
!+ NOT_OPTIMIZED
@@||99btc.top^$generichide
!+ NOT_OPTIMIZED
@@||dynamicpapers.com^$generichide
!+ NOT_OPTIMIZED
@@||langitfilm.me^$generichide
!+ NOT_OPTIMIZED
@@||jam1tron.com^$generichide
!+ NOT_OPTIMIZED
@@||cripto.co.in^$generichide
!+ NOT_OPTIMIZED
@@||usmleexperiences.review^$generichide
!+ NOT_OPTIMIZED
@@||freetutsdownload.net^$generichide
!+ NOT_OPTIMIZED
@@||wouterplanet.com^$generichide
!+ NOT_OPTIMIZED
@@||coinles.com^$generichide
!+ NOT_OPTIMIZED
@@||globaltvapp.net^$generichide
!+ NOT_OPTIMIZED
@@||eldaminger.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||wyklady.org^$generichide
!+ NOT_OPTIMIZED
@@||msfsaddon.com^$generichide
!+ NOT_OPTIMIZED
@@||doge.is^$generichide
!+ NOT_OPTIMIZED
@@||novelgo.id^$generichide
!+ NOT_OPTIMIZED
@@||gdrivelinks.me^$generichide
!+ NOT_OPTIMIZED
@@||rodjulian.com^$generichide
!+ NOT_OPTIMIZED
@@||kiemlua.com^$generichide
!+ NOT_OPTIMIZED
@@||centraldopirata.com^$generichide
!+ NOT_OPTIMIZED
@@||torrentsmegafilmes.com^$generichide
!+ NOT_OPTIMIZED
@@||xxxdao.com^$generichide
!+ NOT_OPTIMIZED
@@||payeer-gift.ru^$generichide
!+ NOT_OPTIMIZED
@@||desishoot.fun^$generichide
!+ NOT_OPTIMIZED
@@||everexam.in^$generichide
!+ NOT_OPTIMIZED
@@||freemiumaccounts.net^$generichide
!+ NOT_OPTIMIZED
@@||ifdreamscametrue.com^$generichide
!+ NOT_OPTIMIZED
@@||mailocal2.xyz^$generichide
!+ NOT_OPTIMIZED
@@||pahe.stream^$generichide
!+ NOT_OPTIMIZED
@@||ad-doge.com^$generichide
!+ NOT_OPTIMIZED
@@||pobierzgrepc.com^$generichide
!+ NOT_OPTIMIZED
@@||donghuanosekai.com^$generichide
!+ NOT_OPTIMIZED
@@||gainbtc.click^$generichide
!+ NOT_OPTIMIZED
@@||fast-down.com^$generichide
!+ NOT_OPTIMIZED
@@||animekuro.org^$generichide
!+ NOT_OPTIMIZED
@@||down.mdiaload.com^$generichide
!+ NOT_OPTIMIZED
@@||anime-saikou.com^$generichide
!+ NOT_OPTIMIZED
@@||itopmusic.org^$generichide
!+ NOT_OPTIMIZED
@@||devcourseweb.com^$generichide
!+ NOT_OPTIMIZED
@@||tqanime.com^$generichide
!+ NOT_OPTIMIZED
@@||sm.ms^$generichide
!+ NOT_OPTIMIZED
@@||kazanclilink.com^$generichide
!+ NOT_OPTIMIZED
@@||afasiaarchzine.com^$generichide
!+ NOT_OPTIMIZED
@@||f1countdown.com^$generichide
!+ NOT_OPTIMIZED
@@||topdanet.me^$generichide
!+ NOT_OPTIMIZED
@@||paidtomoney.com^$generichide
!+ NOT_OPTIMIZED
@@||famfonts.com^$generichide
!+ NOT_OPTIMIZED
@@||novelasligera.com^$generichide
!+ NOT_OPTIMIZED
@@||tecnomusic-evolution.com^$generichide
!+ NOT_OPTIMIZED
@@||jpopsingles.eu^$generichide
!+ NOT_OPTIMIZED
@@||kiwiexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||getpczone.com^$generichide
!+ NOT_OPTIMIZED
@@||myviptuto.com^$generichide
!+ NOT_OPTIMIZED
@@||multicoinads.com^$generichide
!+ NOT_OPTIMIZED
@@||toplevelfaucet.website^$generichide
!+ NOT_OPTIMIZED
@@||lefturl.com^$generichide
!+ NOT_OPTIMIZED
@@||8tm.net^$generichide
!+ NOT_OPTIMIZED
@@||hdmp4mania1.net^$generichide
!+ NOT_OPTIMIZED
@@||adobezii.com^$generichide
!+ NOT_OPTIMIZED
@@||androidtunado.com.br^$generichide
!+ NOT_OPTIMIZED
@@||gpucheck.com^$generichide
!+ NOT_OPTIMIZED
@@||cryptoaddicted.biz$generichide
!+ NOT_OPTIMIZED
@@||shoppinglys.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||fzmovies.host^$generichide
!+ NOT_OPTIMIZED
@@||freetempsms.com^$generichide
!+ NOT_OPTIMIZED
@@||file-upload.com^$generichide
!+ NOT_OPTIMIZED
@@||weviral.org^$generichide
!+ NOT_OPTIMIZED
@@||pro-deals.com^$generichide
!+ NOT_OPTIMIZED
@@||dota2freaks.com^$generichide
!+ NOT_OPTIMIZED
@@||thatoneguy.com.au^$generichide
!+ NOT_OPTIMIZED
@@||tellygossips.net^$generichide
!+ NOT_OPTIMIZED
@@||hala-tube.net^$generichide
!+ NOT_OPTIMIZED
@@||significatocanzoni.it^$generichide
!+ NOT_OPTIMIZED
@@||midiextreme.com^$generichide
!+ NOT_OPTIMIZED
@@||kpopstan.com^$generichide
!+ NOT_OPTIMIZED
@@||javadecompilers.com^$generichide
!+ NOT_OPTIMIZED
@@||ohmygirl.ml^$generichide
!+ NOT_OPTIMIZED
@@||thepoorcoder.com^$generichide
!+ NOT_OPTIMIZED
@@||bfas237blog.info^$generichide
!+ NOT_OPTIMIZED
@@||zuketcreation.net^$generichide
!+ NOT_OPTIMIZED
@@||wadigi.xyz^$generichide
!+ NOT_OPTIMIZED
@@||reactgo.com^$generichide
!+ NOT_OPTIMIZED
@@||goalpro-demo.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||livehd7.com^$generichide
!+ NOT_OPTIMIZED
@@||hugo3c.tw^$generichide
!+ NOT_OPTIMIZED
@@||themeparktourist.com^$generichide
!+ NOT_OPTIMIZED
@@||tw-hkt.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||filedown.org^$generichide
!+ NOT_OPTIMIZED
@@||best-shopme.com^$generichide
!+ NOT_OPTIMIZED
@@||swift4claim.com^$generichide
!+ NOT_OPTIMIZED
@@||doctor-groups.com^$generichide
!+ NOT_OPTIMIZED
@@||softairbay.com^$generichide
!+ NOT_OPTIMIZED
@@||apps2app.com^$generichide
!+ NOT_OPTIMIZED
@@||filmytoday.com^$generichide
!+ NOT_OPTIMIZED
@@||msmxtended.org^$generichide
!+ NOT_OPTIMIZED
@@||submitclimb.com^$generichide
!+ NOT_OPTIMIZED
@@||adeth.cc^$generichide
!+ NOT_OPTIMIZED
@@||palsweet.live^$generichide
!+ NOT_OPTIMIZED
@@||samapkstore.com^$generichide
!+ NOT_OPTIMIZED
@@||satoshiquiz.com^$generichide
!+ NOT_OPTIMIZED
@@||super-ethanol.com^$generichide
!+ NOT_OPTIMIZED
@@||royalkom.com^$generichide
!+ NOT_OPTIMIZED
@@||streamanime.xyz^$generichide
!+ NOT_OPTIMIZED
@@||vidlii.com^$generichide
!+ NOT_OPTIMIZED
@@||csgo-ranks.com^$generichide
!+ NOT_OPTIMIZED
@@||gobrowse.net^$generichide
!+ NOT_OPTIMIZED
@@||sociadrive.com^$generichide
!+ NOT_OPTIMIZED
@@||blowxtube.com^$generichide
!+ NOT_OPTIMIZED
@@||webzews.com^$generichide
!+ NOT_OPTIMIZED
@@||bokepindohot.pw^$generichide
!+ NOT_OPTIMIZED
@@||hakie.net^$generichide
!+ NOT_OPTIMIZED
@@||safetxt.net^$generichide
!+ NOT_OPTIMIZED
@@||onlinevideoconverter.pro^$generichide
!+ NOT_OPTIMIZED
@@||nodkey.xyz^$generichide
!+ NOT_OPTIMIZED
@@||raphsonbd.com^$generichide
!+ NOT_OPTIMIZED
@@||koreanaddict.net^$generichide
!+ NOT_OPTIMIZED
@@||unity3diy.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||theinnews.com^$generichide
!+ NOT_OPTIMIZED
@@||vviruslove.com^$generichide
!+ NOT_OPTIMIZED
@@||unionmanga.xyz^$generichide
!+ NOT_OPTIMIZED
@@||read1punchman.com^$generichide
!+ NOT_OPTIMIZED
@@||shrinkurl.org^$generichide
!+ NOT_OPTIMIZED
@@||compartiendofull.net^$generichide
!+ NOT_OPTIMIZED
@@||btcfaucet.best^$generichide
!+ NOT_OPTIMIZED
@@||yannik.biz^$generichide
!+ NOT_OPTIMIZED
@@||kiktu.com^$generichide
!+ NOT_OPTIMIZED
@@||planet-streaming1.com^$generichide
!+ NOT_OPTIMIZED
@@||asus-zenfone.com^$generichide
!+ NOT_OPTIMIZED
@@||anonymous-links.com^$generichide
!+ NOT_OPTIMIZED
@@||series-streaminghd.com^$generichide
!+ NOT_OPTIMIZED
@@||dramahd.me^$generichide
!+ NOT_OPTIMIZED
@@||iptunnels.com^$generichide
!+ NOT_OPTIMIZED
@@||davidgalaxia.com^$generichide
!+ NOT_OPTIMIZED
@@||nullslide.com^$generichide
!+ NOT_OPTIMIZED
@@||faktykaliskie.pl^$generichide
!+ NOT_OPTIMIZED
@@||relmz.io^$generichide
!+ NOT_OPTIMIZED
@@||healthdelay.com^$generichide
!+ NOT_OPTIMIZED
@@||wikitechy.com^$generichide
!+ NOT_OPTIMIZED
@@||quicasting.it^$generichide
!+ NOT_OPTIMIZED
@@||senpa.io^$generichide
!+ NOT_OPTIMIZED
@@||crypto-lovers.club^$generichide
!+ NOT_OPTIMIZED
@@||bioskopkaca21.com^$generichide
!+ NOT_OPTIMIZED
@@||necksdesign.com^$generichide
!+ NOT_OPTIMIZED
@@||zt-za.com^$generichide
!+ NOT_OPTIMIZED
@@||watchseries.video^$generichide
!+ NOT_OPTIMIZED
@@||daviruzsystems.com^$generichide
!+ NOT_OPTIMIZED
@@||veryfiles.com^$generichide
!+ NOT_OPTIMIZED
@@||graphicdesignresources.net^$generichide
!+ NOT_OPTIMIZED
@@||apptoko.com^$generichide
!+ NOT_OPTIMIZED
@@||freedownloadae.com^$generichide
!+ NOT_OPTIMIZED
@@||emoji.gg^$generichide
!+ NOT_OPTIMIZED
@@||lookimg.com^$generichide
!+ NOT_OPTIMIZED
@@||skidrowfull.com^$generichide
!+ NOT_OPTIMIZED
@@||eduzabawy.com^$generichide
!+ NOT_OPTIMIZED
@@||apnetv.me^$generichide
!+ NOT_OPTIMIZED
@@||vstplugs.com^$generichide
!+ NOT_OPTIMIZED
@@||zagl.info^$generichide
!+ NOT_OPTIMIZED
@@||9ketsuki.info^$generichide
!+ NOT_OPTIMIZED
@@||utorrentgamesps2.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||onlinemovie.one^$generichide
!+ NOT_OPTIMIZED
@@||aradramatv.co^$generichide
!+ NOT_OPTIMIZED
@@||dayoftheweek.org^$generichide
!+ NOT_OPTIMIZED
@@||osuskinner.com^$generichide
!+ NOT_OPTIMIZED
@@||yoursavegames.com^$generichide
!+ NOT_OPTIMIZED
@@||goo-2o.com^$generichide
!+ NOT_OPTIMIZED
@@||mywatchseries.stream^$generichide
!+ NOT_OPTIMIZED
@@||canadapolicereport.ca^$generichide
!+ NOT_OPTIMIZED
@@||web-telegramm.org^$generichide
!+ NOT_OPTIMIZED
@@||hightqualityshop.com^$generichide
!+ NOT_OPTIMIZED
@@||rahim-soft.com^$generichide
!+ NOT_OPTIMIZED
@@||weatherx.co.in^$generichide
!+ NOT_OPTIMIZED
@@||mondainai.moe^$generichide
!+ NOT_OPTIMIZED
@@||belajarbro.id^$generichide
!+ NOT_OPTIMIZED
@@||souqsky.net^$generichide
!+ NOT_OPTIMIZED
@@||animesanka.club^$generichide
!+ NOT_OPTIMIZED
@@||animesanka.com^$generichide
!+ NOT_OPTIMIZED
@@||myuploadedpremium.de^$generichide
!+ NOT_OPTIMIZED
@@||freeomovie.to^$generichide
!+ NOT_OPTIMIZED
@@||leechpremium.link^$generichide
!+ NOT_OPTIMIZED
@@||vintagewinepicks.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||filmesviatorrents.gratis^$generichide
!+ NOT_OPTIMIZED
@@||tuts.web.id^$generichide
!+ NOT_OPTIMIZED
@@||casos-aislados.com^$generichide
!+ NOT_OPTIMIZED
@@||milaulas.com^$generichide
!+ NOT_OPTIMIZED
@@||colheitafeliz.net^$generichide
!+ NOT_OPTIMIZED
@@||pulsemens.com^$generichide
!+ NOT_OPTIMIZED
@@||237solution.net^$generichide
!+ NOT_OPTIMIZED
@@||anomize.xyz^$generichide
!+ NOT_OPTIMIZED
@@||shareappscrack.com^$generichide
!+ NOT_OPTIMIZED
@@||ziperto.com^$generichide
!+ NOT_OPTIMIZED
@@||oncam.me^$generichide
!+ NOT_OPTIMIZED
@@||prologuepro.com^$generichide
!+ NOT_OPTIMIZED
@@||sharescript.net^$generichide
!+ NOT_OPTIMIZED
@@||bux.codes^$generichide
!+ NOT_OPTIMIZED
@@||themes-dl.com^$generichide
!+ NOT_OPTIMIZED
@@||localizaagencia.com^$generichide
!+ NOT_OPTIMIZED
@@||downloaderzone.com^$generichide
!+ NOT_OPTIMIZED
@@||dubsstreamz.com^$generichide
!+ NOT_OPTIMIZED
@@||fox-url.com^$generichide
!+ NOT_OPTIMIZED
@@||frkn64modding.com^$generichide
!+ NOT_OPTIMIZED
@@||komiku.co.id^$generichide
!+ NOT_OPTIMIZED
@@||mangarow.com^$generichide
!+ NOT_OPTIMIZED
@@||dolldivine.com^$generichide
!+ NOT_OPTIMIZED
@@||mazakony.net^$generichide
!+ NOT_OPTIMIZED
@@||cours-de-droit.net^$generichide
!+ NOT_OPTIMIZED
@@||kantotero.net^$generichide
!+ NOT_OPTIMIZED
@@||paste.asia^$generichide
!+ NOT_OPTIMIZED
@@||galaxylifereborn.com^$generichide
!+ NOT_OPTIMIZED
@@||althub.club^$generichide
!+ NOT_OPTIMIZED
@@||arabnaar.com^$generichide
!+ NOT_OPTIMIZED
@@||dirrtyremix.es^$generichide
!+ NOT_OPTIMIZED
@@||dirrrtyremixes.com^$generichide
!+ NOT_OPTIMIZED
@@||freecourselab.me^$generichide
!+ NOT_OPTIMIZED
@@||bg-gledai.live^$generichide
!+ NOT_OPTIMIZED
@@||bg-gledai.co^$generichide
!+ NOT_OPTIMIZED
@@||akbardwi.my.id^$generichide
!+ NOT_OPTIMIZED
@@||verteleseriesonline.com^$generichide
!+ NOT_OPTIMIZED
@@||animexin.xyz^$generichide
!+ NOT_OPTIMIZED
@@||teamshiginima.com^$generichide
!+ NOT_OPTIMIZED
@@||cryptofun.space^$generichide
!+ NOT_OPTIMIZED
@@||ouofly.com^$generichide
!+ NOT_OPTIMIZED
@@||legendas.dev^$generichide
!+ NOT_OPTIMIZED
@@||megasubtitles.com^$generichide
!+ NOT_OPTIMIZED
@@||bgnews.space^$generichide
!+ NOT_OPTIMIZED
@@||vstx.org^$generichide
!+ NOT_OPTIMIZED
@@||mariouniverse.com^$generichide
!+ NOT_OPTIMIZED
@@||sombex.com^$generichide
!+ NOT_OPTIMIZED
@@||websdr.space^$generichide
!+ NOT_OPTIMIZED
@@||business-mortgage.pw^$generichide
!+ NOT_OPTIMIZED
@@||business-loan.trade^$generichide
!+ NOT_OPTIMIZED
@@||credits-loan.pw^$generichide
!+ NOT_OPTIMIZED
@@||business-credits.cc^$generichide
!+ NOT_OPTIMIZED
@@||business-mortgage.info^$generichide
!+ NOT_OPTIMIZED
@@||business-loans.pw^$generichide
!+ NOT_OPTIMIZED
@@||loan-trading.net^$generichide
!+ NOT_OPTIMIZED
@@||freetutorials.ca^$generichide
!+ NOT_OPTIMIZED
@@||mmo-population.com^$generichide
!+ NOT_OPTIMIZED
@@||memoriadatv.com^$generichide
!+ NOT_OPTIMIZED
@@||onbox.me^$generichide
!+ NOT_OPTIMIZED
@@||getfreecourses.co^$generichide
!+ NOT_OPTIMIZED
@@||linkshrnk.com^$generichide
!+ NOT_OPTIMIZED
@@||sarapbabe.com^$generichide
!+ NOT_OPTIMIZED
@@||kollhong.com^$generichide
!+ NOT_OPTIMIZED
@@||myfreecourses.com^$generichide
!+ NOT_OPTIMIZED
@@||ileak.xyz^$generichide
!+ NOT_OPTIMIZED
@@||zt-protect.com^$generichide
!+ NOT_OPTIMIZED
@@||techdracula.com^$generichide
!+ NOT_OPTIMIZED
@@||jakimasklad.pl^$generichide
!+ NOT_OPTIMIZED
@@||autofaucets.org^$generichide
!+ NOT_OPTIMIZED
@@||ovagames.com^$generichide
!+ NOT_OPTIMIZED
@@||miscellaneous-c.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||proxoexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||easyexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||blackclovermanga.com^$generichide
!+ NOT_OPTIMIZED
@@||userapk.net^$generichide
!+ NOT_OPTIMIZED
@@||userupload.in^$generichide
!+ NOT_OPTIMIZED
@@||hhkungfu.tv^$generichide
!+ NOT_OPTIMIZED
@@||webtvhd.com^$generichide
!+ NOT_OPTIMIZED
@@||vivereurbino.it^$generichide
!+ NOT_OPTIMIZED
@@||modekoninginmaxima.nl^$generichide
!+ NOT_OPTIMIZED
@@||hunter.fm^$generichide
!+ NOT_OPTIMIZED
@@||anonyviet.com^$generichide
!+ NOT_OPTIMIZED
@@||forzearmate.eu^$generichide
!+ NOT_OPTIMIZED
@@||sklinkstech.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||sunbtc.space^$generichide
!+ NOT_OPTIMIZED
@@||ero18.cc^$generichide
!+ NOT_OPTIMIZED
@@||reqlinks.net^$generichide
!+ NOT_OPTIMIZED
@@||expresswords.xyz^$generichide
!+ NOT_OPTIMIZED
@@||watchthementalistonline.com^$generichide
!+ NOT_OPTIMIZED
@@||shortearn.org^$generichide
!+ NOT_OPTIMIZED
@@||scambieuropei.info^$generichide
!+ NOT_OPTIMIZED
@@||filmedonstage.com^$generichide
!+ NOT_OPTIMIZED
@@||obengplus.com^$generichide
!+ NOT_OPTIMIZED
@@||tudogamesbr.com^$generichide
!+ NOT_OPTIMIZED
@@||robloxexploitz.com^$generichide
!+ NOT_OPTIMIZED
@@||teledyski.info^$generichide
!+ NOT_OPTIMIZED
@@||get-digital-help.com^$generichide
!+ NOT_OPTIMIZED
@@||nxmac.com^$generichide
!+ NOT_OPTIMIZED
@@||trygistify.com^$generichide
!+ NOT_OPTIMIZED
@@||alfaloji.org^$generichide
!+ NOT_OPTIMIZED
@@||remangas.top^$generichide
!+ NOT_OPTIMIZED
@@||pakgamesinfo.com^$generichide
!+ NOT_OPTIMIZED
@@||bigbtc.win^$generichide
!+ NOT_OPTIMIZED
@@||musicpremieres.com^$generichide
!+ NOT_OPTIMIZED
@@||animesvision.biz^$generichide
!+ NOT_OPTIMIZED
@@||prueba.pixelshost.com^$generichide
!+ NOT_OPTIMIZED
@@||kiminime.com^$generichide
!+ NOT_OPTIMIZED
@@||profhalazayed.gnomio.com^$generichide
!+ NOT_OPTIMIZED
@@||memexcomputer.it^$generichide
!+ NOT_OPTIMIZED
@@||romsforever.co^$generichide
!+ NOT_OPTIMIZED
@@||mintik.com^$generichide
!+ NOT_OPTIMIZED
@@||checkz.net^$generichide
!+ NOT_OPTIMIZED
@@||scaleya.com^$generichide
!+ NOT_OPTIMIZED
@@||xda-developers-android.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||k258059.net^$generichide
!+ NOT_OPTIMIZED
@@||shorteet.com^$generichide
!+ NOT_OPTIMIZED
@@||pandafiles.com^$generichide
!+ NOT_OPTIMIZED
@@||happy2hub.me^$generichide
!+ NOT_OPTIMIZED
@@||midiavip.com^$generichide
!+ NOT_OPTIMIZED
@@||javplayer.com^$generichide
!+ NOT_OPTIMIZED
@@||claim4.fun^$generichide
!+ NOT_OPTIMIZED
@@||uragongaming.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||iptv.allkaicerteam.com^$generichide
!+ NOT_OPTIMIZED
@@||shingekikyojin3v2.net^$generichide
!+ NOT_OPTIMIZED
@@||myicloud.info^$generichide
!+ NOT_OPTIMIZED
@@||smashresume.com^$generichide
!+ NOT_OPTIMIZED
@@||tr3fit.xyz^$generichide
!+ NOT_OPTIMIZED
@@||torrentmegafilmes.tv^$generichide
!+ NOT_OPTIMIZED
@@||earlymanga.website^$generichide
!+ NOT_OPTIMIZED
@@||ezbit.co.in^$generichide
!+ NOT_OPTIMIZED
@@||freeallcourse.com^$generichide
!+ NOT_OPTIMIZED
@@||speed-down.org^$generichide
!+ NOT_OPTIMIZED
@@||criticecho.com^$generichide
!+ NOT_OPTIMIZED
@@||mega-p2p.net^$generichide
!+ NOT_OPTIMIZED
@@||chronox.co.in^$generichide
!+ NOT_OPTIMIZED
@@||infodifesa.it^$generichide
!+ NOT_OPTIMIZED
@@||info-desk.co.za^$generichide
!+ NOT_OPTIMIZED
@@||seosocialnews.info^$generichide
!+ NOT_OPTIMIZED
@@||countrytabs.com^$generichide
!+ NOT_OPTIMIZED
@@||gvmp.de^$generichide
!+ NOT_OPTIMIZED
@@||bitearns.com^$generichide
!+ NOT_OPTIMIZED
@@||erovoice.us^$generichide
!+ NOT_OPTIMIZED
@@||remixsearch.co^$generichide
!+ NOT_OPTIMIZED
@@||comptoir-hardware.com^$generichide
!+ NOT_OPTIMIZED
@@||157.245.202.123^$generichide
!+ NOT_OPTIMIZED
@@||rndnovels.com^$generichide
!+ NOT_OPTIMIZED
@@||apkgezegeni.com^$generichide
!+ NOT_OPTIMIZED
@@||vstx.ru^$generichide
!+ NOT_OPTIMIZED
@@||courseforfree.com^$generichide
!+ NOT_OPTIMIZED
@@||seirsanduk.online^$generichide
!+ NOT_OPTIMIZED
@@||euconfesso.com^$generichide
!+ NOT_OPTIMIZED
@@||nulledpremium.com^$generichide
!+ NOT_OPTIMIZED
@@||it-developer.in.ua^$generichide
!+ NOT_OPTIMIZED
@@||notepad.pw^$generichide
!+ NOT_OPTIMIZED
@@||promipool.com^$generichide
!+ NOT_OPTIMIZED
@@||mp4upload.com^$generichide
!+ NOT_OPTIMIZED
@@||animeunity.it^$generichide
!+ NOT_OPTIMIZED
@@||givekey.ru^$generichide
!+ NOT_OPTIMIZED
@@||kaamuu.com^$generichide
!+ NOT_OPTIMIZED
@@||adrenalinagames.com^$generichide
!+ NOT_OPTIMIZED
@@||osuskins.net^$generichide
!+ NOT_OPTIMIZED
@@||hisseyorumlari.com^$generichide
!+ NOT_OPTIMIZED
@@||linnk.info^$generichide
!+ NOT_OPTIMIZED
@@||niotv.com^$generichide
!+ NOT_OPTIMIZED
@@||wallpaperwaifu.com^$generichide
!+ NOT_OPTIMIZED
@@||starfaucet.net^$generichide
!+ NOT_OPTIMIZED
@@||crackedvst.com^$generichide
!+ NOT_OPTIMIZED
@@||minioppai.org^$generichide
!+ NOT_OPTIMIZED
@@||olodesi.com^$generichide
!+ NOT_OPTIMIZED
@@||rennagiuseppe.it^$generichide
!+ NOT_OPTIMIZED
@@||erai-ddl3.info^$generichide
!+ NOT_OPTIMIZED
@@||erai-ddl2.info^$generichide
!+ NOT_OPTIMIZED
@@||sololeveling.net^$generichide
!+ NOT_OPTIMIZED
@@||cryptlife.com^$generichide
!+ NOT_OPTIMIZED
@@||myreadingmanga.info^$generichide
!+ NOT_OPTIMIZED
@@||themehits.com^$generichide
!+ NOT_OPTIMIZED
@@||erai-raws.info^$generichide
!+ NOT_OPTIMIZED
@@||nu6i-bg-net.com^$generichide
!+ NOT_OPTIMIZED
@@||kfake.pw^$generichide
!+ NOT_OPTIMIZED
@@||berryboot.alexgoldcheidt.com^$generichide
!+ NOT_OPTIMIZED
@@||underurl.com^$generichide
!+ NOT_OPTIMIZED
@@||overlord2.net^$generichide
!+ NOT_OPTIMIZED
@@||vsttorrents.net^$generichide
!+ NOT_OPTIMIZED
@@||streameast.live^$generichide
!+ NOT_OPTIMIZED
@@||classic-retro-games.com^$generichide
!+ NOT_OPTIMIZED
@@||gaming-tools.com^$generichide
!+ NOT_OPTIMIZED
@@||vietgamemod.net^$generichide
!+ NOT_OPTIMIZED
@@||akatsukisubs.com^$generichide
!+ NOT_OPTIMIZED
@@||tpaste.net^$generichide
!+ NOT_OPTIMIZED
@@||fullmatchsports.co^$generichide
!+ NOT_OPTIMIZED
@@||bax.tv^$generichide
!+ NOT_OPTIMIZED
@@||anime2001.com^$generichide
!+ NOT_OPTIMIZED
@@||mhktricks.org^$generichide
!+ NOT_OPTIMIZED
@@||topflix.tv^$generichide
!+ NOT_OPTIMIZED
@@||onifile.com^$generichide
!+ NOT_OPTIMIZED
@@||vsx.pl^$generichide
!+ NOT_OPTIMIZED
@@||sportsio.xyz^$generichide
!+ NOT_OPTIMIZED
@@||getrelax.cc^$generichide
!+ NOT_OPTIMIZED
@@||okyanime.com^$generichide
!+ NOT_OPTIMIZED
@@||tokvid.com^$generichide
!+ NOT_OPTIMIZED
@@||limontec.com^$generichide
!+ NOT_OPTIMIZED
@@||itechfever.com^$generichide
!+ NOT_OPTIMIZED
@@||hisse.net^$generichide
!+ NOT_OPTIMIZED
@@||sopasti.com^$generichide
!+ NOT_OPTIMIZED
@@||beureum.com^$generichide
!+ NOT_OPTIMIZED
@@||freetutorialseu.com^$generichide
!+ NOT_OPTIMIZED
@@||irisbuddies.ml^$generichide
!+ NOT_OPTIMIZED
@@||dekhvhai.net^$generichide
!+ NOT_OPTIMIZED
@@||kk665403.pixnet.net^$generichide
!+ NOT_OPTIMIZED
@@||thememazing.com^$generichide
!+ NOT_OPTIMIZED
@@||midnightchannel.net^$generichide
!+ NOT_OPTIMIZED
@@||narutoitalia.com^$generichide
!+ NOT_OPTIMIZED
@@||thefightingcock.co.uk^$generichide
!+ NOT_OPTIMIZED
@@||soccer24hd.com^$generichide
!+ NOT_OPTIMIZED
@@||gatevidyalay.com^$generichide
!+ NOT_OPTIMIZED
@@||simumods.com^$generichide
!+ NOT_OPTIMIZED
@@||btcnewz.com^$generichide
!+ NOT_OPTIMIZED
@@||zipraw.com^$generichide
!+ NOT_OPTIMIZED
@@||tranimeizle.*^$generichide
!+ NOT_OPTIMIZED
@@||downloadcursos.net^$generichide
!+ NOT_OPTIMIZED
@@||iitvx.pl^$generichide
!+ NOT_OPTIMIZED
@@||ktm2day.com^$generichide
!+ NOT_OPTIMIZED
@@||r34anim.com^$generichide
!+ NOT_OPTIMIZED
@@||godisagamer.org^$generichide
!+ NOT_OPTIMIZED
@@||shareappscrack.com^$generichide
!+ NOT_OPTIMIZED
@@||afreesms.com^$generichide
!+ NOT_OPTIMIZED
@@||meusfilmestorrents.com^$generichide
!+ NOT_OPTIMIZED
@@||ustv247.tv^$generichide
!+ NOT_OPTIMIZED
@@||f1fanklub.pl^$generichide
!+ NOT_OPTIMIZED
@@||sapixcraft.com^$generichide
!+ NOT_OPTIMIZED
@@||live90m.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||alexstuff.ru^$generichide
!+ NOT_OPTIMIZED
@@||typingtestnow.com^$generichide
!+ NOT_OPTIMIZED
@@||piratedhub.com^$generichide
!+ NOT_OPTIMIZED
@@||livenewschat.eu^$generichide
!+ NOT_OPTIMIZED
@@||txori.com^$generichide
!+ NOT_OPTIMIZED
@@||fifermods.com^$generichide
!+ NOT_OPTIMIZED
@@||aramosalsal.tv^$generichide
!+ NOT_OPTIMIZED
@@||tibiawiki.com.br^$generichide
!+ NOT_OPTIMIZED
@@||fromhere.site^$generichide
!+ NOT_OPTIMIZED
@@||wowclassicbis.com^$generichide
!+ NOT_OPTIMIZED
@@||tamiltunes.network^$generichide
!+ NOT_OPTIMIZED
@@||oloadporn.com^$generichide
!+ NOT_OPTIMIZED
@@||tout-debrid.net^$generichide
!+ NOT_OPTIMIZED
@@||tionghoa.info^$generichide
!+ NOT_OPTIMIZED
@@||papahd.live^$generichide
!+ NOT_OPTIMIZED
@@||pasend.com^$generichide
!+ NOT_OPTIMIZED
@@||shorterall.com^$generichide
!+ NOT_OPTIMIZED
@@||gamebrew.org^$generichide
!+ NOT_OPTIMIZED
@@||apkmaghrab.tk^$generichide
!+ NOT_OPTIMIZED
@@||faucetbr.tk^$generichide
!+ NOT_OPTIMIZED
@@||faucet.gold^$generichide
!+ NOT_OPTIMIZED
@@||claimfreecoins.io^$generichide
!+ NOT_OPTIMIZED
@@||jaiefra.com^$generichide
!+ NOT_OPTIMIZED
@@||animemangaddl.com^$generichide
!+ NOT_OPTIMIZED
@@||navratdoreality.cz^$generichide
!+ NOT_OPTIMIZED
@@||techrrival.com^$generichide
!+ NOT_OPTIMIZED
@@||gogoanime.cool^$generichide
!+ NOT_OPTIMIZED
@@||chiaseapk.com^$generichide
!+ NOT_OPTIMIZED
@@||designoptimal.com^$generichide
!+ NOT_OPTIMIZED
@@||fmzm.xyz^$generichide
!+ NOT_OPTIMIZED
@@||mangaromance.eu^$generichide
!+ NOT_OPTIMIZED
@@||onlineproxy.online^$generichide
!+ NOT_OPTIMIZED
@@||watchonetreehillonline.com^$generichide
!+ NOT_OPTIMIZED
@@||teknolojiprojeleri.com^$generichide
!+ NOT_OPTIMIZED
@@||uncensoredleak.com^$generichide
!+ NOT_OPTIMIZED
@@||downfile.site^$generichide
!+ NOT_OPTIMIZED
@@||cadpartners.biz^$generichide
!+ NOT_OPTIMIZED
@@||freetutorials.se^$generichide
!+ NOT_OPTIMIZED
@@||teamos-hkrg.com^$generichide
!+ NOT_OPTIMIZED
@@||onlyfullporn.com^$generichide
!+ NOT_OPTIMIZED
@@||ttorials.com^$generichide
!+ NOT_OPTIMIZED
@@||downloader.la^$generichide
!+ NOT_OPTIMIZED
@@||freecourser.com^$generichide
!+ NOT_OPTIMIZED
@@||quizdiva.net^$generichide
!+ NOT_OPTIMIZED
@@||opendrive.online^$generichide
!+ NOT_OPTIMIZED
@@||driverays.com^$generichide
!+ NOT_OPTIMIZED
@@||lyricsongation.com^$generichide
!+ NOT_OPTIMIZED
@@||iblitzmods.ru^$generichide
!+ NOT_OPTIMIZED
@@||proxo.wtf^$generichide
!+ NOT_OPTIMIZED
@@||queenfaucet.website^$generichide
!+ NOT_OPTIMIZED
@@||earnbtc.io^$generichide
!+ NOT_OPTIMIZED
@@||herexxx.com^$generichide
!+ NOT_OPTIMIZED
@@||mcadventuretime.com^$generichide
!+ NOT_OPTIMIZED
@@||leporno.org^$generichide
!+ NOT_OPTIMIZED
@@||kikupload.xyz^$generichide
!+ NOT_OPTIMIZED
@@||go-links.net^$generichide
!+ NOT_OPTIMIZED
@@||naturalhealthy.xyz^$generichide
!+ NOT_OPTIMIZED
@@||getfreebit.xyz^$generichide
!+ NOT_OPTIMIZED
@@||cloudstorageoptions.com^$generichide
!+ NOT_OPTIMIZED
@@||turkdown.com^$generichide
!+ NOT_OPTIMIZED
@@||premiumchronicle.com^$generichide
!+ NOT_OPTIMIZED
@@||earn4files.com^$generichide
!+ NOT_OPTIMIZED
@@||tempmail.ninja^$generichide
!+ NOT_OPTIMIZED
@@||business-trade.me^$generichide
!+ NOT_OPTIMIZED
@@||chile-forum.ru^$generichide
!+ NOT_OPTIMIZED
@@||sorhadi.net^$generichide
!+ NOT_OPTIMIZED
@@||cyberspace.world^$generichide
!+ NOT_OPTIMIZED
@@||cutlinks.pro^$generichide
!+ NOT_OPTIMIZED
@@||todotech20.com^$generichide
!+ NOT_OPTIMIZED
@@||dostats.info^$generichide
!+ NOT_OPTIMIZED
@@||tollypics.com^$generichide
!+ NOT_OPTIMIZED
@@||manatelugumovies.cc^$generichide
!+ NOT_OPTIMIZED
@@||learningcrux.com^$generichide
!+ NOT_OPTIMIZED
@@||readcomicsonline.ru^$generichide
!+ NOT_OPTIMIZED
@@||thichviet.site^$generichide
!+ NOT_OPTIMIZED
@@||correotemporal.org^$generichide
!+ NOT_OPTIMIZED
@@||robuxgen.online^$generichide
!+ NOT_OPTIMIZED
@@||g-status.com^$generichide
!+ NOT_OPTIMIZED
@@||executivetraveller.com^$generichide
!+ NOT_OPTIMIZED
@@||hdporncomics.com^$generichide
!+ NOT_OPTIMIZED
@@||getpcapps.com^$generichide
!+ NOT_OPTIMIZED
@@||massivetechinterview.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||tech-zealots.com^$generichide
!+ NOT_OPTIMIZED
@@||uplod.net^$generichide
!+ NOT_OPTIMIZED
@@||hoshinoromi.org^$generichide
!+ NOT_OPTIMIZED
@@||av-drive.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||2cheat.net^$generichide
!+ NOT_OPTIMIZED
@@||adorofilmesdeterror.com^$generichide
!+ NOT_OPTIMIZED
@@||allsoftwarefull.com^$generichide
!+ NOT_OPTIMIZED
@@||alt-torrent.com^$generichide
!+ NOT_OPTIMIZED
@@||amtonline.com.br^$generichide
!+ NOT_OPTIMIZED
@@||androidaba.com^$generichide
!+ NOT_OPTIMIZED
@@||androidescomplicado.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||anitoonstv.com^$generichide
!+ NOT_OPTIMIZED
@@||brfiles.com^$generichide
!+ NOT_OPTIMIZED
@@||cinemafacil.com^$generichide
!+ NOT_OPTIMIZED
@@||cobachpl8.milaulas.com^$generichide
!+ NOT_OPTIMIZED
@@||dangotoons.com^$generichide
!+ NOT_OPTIMIZED
@@||ddmix.net^$generichide
!+ NOT_OPTIMIZED
@@||edusaguepa.milaulas.com^$generichide
!+ NOT_OPTIMIZED
@@||enfermeria.gnomio.com^$generichide
!+ NOT_OPTIMIZED
@@||eusouandroid.co^$generichide
!+ NOT_OPTIMIZED
@@||futeboltv.com^$generichide
!+ NOT_OPTIMIZED
@@||futeboltvgratis.com^$generichide
!+ NOT_OPTIMIZED
@@||g1novelas.org^$generichide
!+ NOT_OPTIMIZED
@@||gamesandroidhvga.net^$generichide
!+ NOT_OPTIMIZED
@@||lacalleochotv.org^$generichide
!+ NOT_OPTIMIZED
@@||lamitadmas1.net^$generichide
!+ NOT_OPTIMIZED
@@||lapumiafilmes.com^$generichide
!+ NOT_OPTIMIZED
@@||lctutors.com.br^$generichide
!+ NOT_OPTIMIZED
@@||medicalopium.blogspot.com.br^$generichide
!+ NOT_OPTIMIZED
@@||megafilmestorrenthd.net^$generichide
!+ NOT_OPTIMIZED
@@||micinehd.com^$generichide
!+ NOT_OPTIMIZED
@@||mileyupdateuk.com^$generichide
!+ NOT_OPTIMIZED
@@||minhaoperadora.com.br^$generichide
!+ NOT_OPTIMIZED
@@||minhasreceita.in^$generichide
!+ NOT_OPTIMIZED
@@||mixmods.com.br^$generichide
!+ NOT_OPTIMIZED
@@||mwpaste.com^$generichide
!+ NOT_OPTIMIZED
@@||nerdmaldito.com^$generichide
!+ NOT_OPTIMIZED
@@||peliculasmegahdd.net^$generichide
!+ NOT_OPTIMIZED
@@||pocaodemana.com^$generichide
!+ NOT_OPTIMIZED
@@||popfilmeshd.net^$generichide
!+ NOT_OPTIMIZED
@@||programasvirtualespc.net^$generichide
!+ NOT_OPTIMIZED
@@||saikoanimes.com^$generichide
!+ NOT_OPTIMIZED
@@||seriesgato.tv^$generichide
!+ NOT_OPTIMIZED
@@||sobootlogo.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||somosbinarios.es^$generichide
!+ NOT_OPTIMIZED
@@||tibiabr.com^$generichide
!+ NOT_OPTIMIZED
@@||torrentbrazil.org^$generichide
!+ NOT_OPTIMIZED
@@||torrentdosfilmeshd.net^$generichide
!+ NOT_OPTIMIZED
@@||torrentsgamez.com^$generichide
!+ NOT_OPTIMIZED
@@||tunovelaligera.com^$generichide
!+ NOT_OPTIMIZED
@@||turiver.com^$generichide
!+ NOT_OPTIMIZED
@@||tvfree.me^$generichide
!+ NOT_OPTIMIZED
@@||urlcero.com^$generichide
!+ NOT_OPTIMIZED
@@||urlcloud.us^$generichide
!+ NOT_OPTIMIZED
@@||vemai.org^$generichide
!+ NOT_OPTIMIZED
@@||vsthouse.ru^$generichide
!+ NOT_OPTIMIZED
@@||wakfutemporada2subs.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||itopmusic.net^$generichide
!+ NOT_OPTIMIZED
@@||arrowos.net^$generichide
!+ NOT_OPTIMIZED
@@||legendadult.net^$generichide
! END: BlockAdBlock(no JS)
! NOTE: BlockAdBlock end
! !SECTION: BlockAdBlock
!
!
! SECTION: antiblock.org g207
! START: antiblock.org
!--- antiblock.org g207---
! URL baits
!+ NOT_OPTIMIZED
@@||gravatar.com/avatar/*#ad&$image,domain=url.trendyoum.com
!+ NOT_OPTIMIZED
.png#ad$image,domain=avjamack.com
!+ NOT_OPTIMIZED
@@.jpg#/adengage1./$image,domain=gotxx.com
!+ NOT_OPTIMIZED
@@#.banner%20ad.$image,domain=dokuo666.blog98.fc2.com
!+ NOT_OPTIMIZED
@@/\.(gif|jpg|png|svg).*#.*\/ad\//$image,domain=mizugigurabia.com|
tamilmovierockers.info|aimasummd.blog.fc2.com|newssokuhou666.blog.fc2.com|
touhoudougamatome.blog.fc2.com|metamani.blog15.fc2.com|
youkaiwatch2345.blog.fc2.com|dokuo666.blog98.fc2.com|mysafe.stisda.ac.id|
metamani.blog15.fc2.com|link.technics-goods.info|comandotorrentshds.org|
gfilex.blogspot.com|codare.fun|ads-ti9ni4.blogspot.com|bouamra.blogspot.com|
thelibrarydigital.blogspot.com|www-daftarharga.blogspot.com|ileak.xyz|
mediapemersatubangsa.com|love-stoorey210.net|ear-phone-review.com|celebjared.net|
xn--swqq1zt9i.net|tienganhedu.com|itdmusics.com|burnbutt.com|cubehosting.me|yalla-
shoot-now.us|valuable.hatenablog.com|appsfullversion.com|wtfcripto.com|
leechpremium.net|lib.hatenablog.com|eegybest.xyz|gametter.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dqmsl-search.net
!
!+ NOT_OPTIMIZED
chartstream.net###b6c3
!+ NOT_OPTIMIZED
king-shoot.tv#@##ads_top
!
!+ NOT_OPTIMIZED
@@||9goals.io^$generichide
!+ NOT_OPTIMIZED
@@||s41poke.com^$generichide
!+ NOT_OPTIMIZED
@@||yalla-shoot-tv.io^$generichide
!+ NOT_OPTIMIZED
@@||torrentmovies.online^$generichide
!+ NOT_OPTIMIZED
@@||tucinehd.com^$generichide
!+ NOT_OPTIMIZED
@@||db-creation.net^$generichide
!+ NOT_OPTIMIZED
@@||decrypt.day^$generichide
!+ NOT_OPTIMIZED
@@||aiimgvlog.fun^$generichide
!+ NOT_OPTIMIZED
@@||mdpr.jp^$generichide
!+ NOT_OPTIMIZED
@@||fazercurriculo.online^$generichide
!+ NOT_OPTIMIZED
@@||usandoapp.com^$generichide
!+ NOT_OPTIMIZED
@@||serverssh.net^$generichide
!+ NOT_OPTIMIZED
@@||cybertechng.com^$generichide
!+ NOT_OPTIMIZED
@@||digitalmarktrend.com^$generichide
!+ NOT_OPTIMIZED
@@||fc-lc.xyz^$generichide
!+ NOT_OPTIMIZED
@@||akw.cam^$generichide
!+ NOT_OPTIMIZED
@@||hes-goal.net^$generichide
!+ NOT_OPTIMIZED
@@||userupload.net^$generichide
!+ NOT_OPTIMIZED
@@||tophostingapp.com^$generichide
!+ NOT_OPTIMIZED
@@||irasutoya.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||kiiw.icu^$generichide
!+ NOT_OPTIMIZED
@@||cravesandflames.com^$generichide
!+ NOT_OPTIMIZED
@@||encurtandourl.com^$generichide
!+ NOT_OPTIMIZED
@@||ak.sv^$generichide
!+ NOT_OPTIMIZED
@@||haafedk2.com^$generichide
!+ NOT_OPTIMIZED
@@||akw.mov^$generichide
!+ NOT_OPTIMIZED
@@||akw-cdn1.link^$generichide
!+ NOT_OPTIMIZED
@@||k-ba.net^$generichide
!+ NOT_OPTIMIZED
@@||akwnet.top^$generichide
!+ NOT_OPTIMIZED
@@||codesnse.com^$generichide
!+ NOT_OPTIMIZED
@@||yalla-kora.tv^$generichide
!+ NOT_OPTIMIZED
@@||go.freetrx.fun^$generichide
!+ NOT_OPTIMIZED
@@||yoima.hatenadiary.com^$generichide
!+ NOT_OPTIMIZED
@@||hdrez.com^$generichide
!+ NOT_OPTIMIZED
@@||klartext-ne.de^$generichide
!+ NOT_OPTIMIZED
@@||shoot-yalla.tv^$generichide
!+ NOT_OPTIMIZED
@@||ak4ar.*^$generichide
!+ NOT_OPTIMIZED
@@||nu6i-bg-net.com^$generichide
!+ NOT_OPTIMIZED
@@||mawsueaa.com^$generichide
!+ NOT_OPTIMIZED
@@||akw.to^$generichide
!+ NOT_OPTIMIZED
@@||xn--mgba7fjn.*^$generichide
!+ NOT_OPTIMIZED
@@||traductionjeux.com^$generichide
!+ NOT_OPTIMIZED
@@||fernsehzone.online^$generichide
!+ NOT_OPTIMIZED
@@||ak4eg.*^$generichide
!+ NOT_OPTIMIZED
@@||uploady.io^$generichide
!+ NOT_OPTIMIZED
@@||oii.io^$generichide
!+ NOT_OPTIMIZED
@@||eg-akw.com^$generichide
!+ NOT_OPTIMIZED
@@||xpicture.ru^$generichide
!+ NOT_OPTIMIZED
@@||ibmmainframes.com^$generichide
!+ NOT_OPTIMIZED
@@||4mirrorlink.com^$generichide
!+ NOT_OPTIMIZED
@@||uploadydl.com^$generichide
!+ NOT_OPTIMIZED
@@||prz.pw^$generichide
!+ NOT_OPTIMIZED
@@||btvsports.lol^$generichide
!+ NOT_OPTIMIZED
@@||novelssites.com^$generichide
!+ NOT_OPTIMIZED
@@||altblogger.net^$generichide
!+ NOT_OPTIMIZED
@@||themoviesboss.cx^$generichide
!+ NOT_OPTIMIZED
@@||downloadgeral.com^$generichide
!+ NOT_OPTIMIZED
@@||animehditalia.it^$generichide
!+ NOT_OPTIMIZED
@@||sequencecard.xyz^$generichide
!+ NOT_OPTIMIZED
@@||descargasok.com^$generichide
!+ NOT_OPTIMIZED
@@||descargasok.org^$generichide
!+ NOT_OPTIMIZED
@@||lib.hatenablog.com^$generichide
!+ NOT_OPTIMIZED
@@||claim.fun^$generichide
!+ NOT_OPTIMIZED
@@||comandotorrenthd.org^$generichide
!+ NOT_OPTIMIZED
@@||livestreamtvbox.com^$generichide
!+ NOT_OPTIMIZED
@@||sultanovic.info^$generichide
!+ NOT_OPTIMIZED
@@||leechpremium.net^$generichide
!+ NOT_OPTIMIZED
@@||speedynews.xyz^$generichide
!+ NOT_OPTIMIZED
@@||xmod.in^$generichide
!+ NOT_OPTIMIZED
@@||pastlinkvn.com^$generichide
!+ NOT_OPTIMIZED
@@||oneotv.online^$generichide
!+ NOT_OPTIMIZED
@@||liveradios.online^$generichide
!+ NOT_OPTIMIZED
@@||freehorseracingtv.com^$generichide
!+ NOT_OPTIMIZED
@@||livetvapk.uk^$generichide
!+ NOT_OPTIMIZED
@@||mistermodzzforum.space^$generichide
!+ NOT_OPTIMIZED
@@||hadoantv.com^$generichide
!+ NOT_OPTIMIZED
@@||top-faucet.com^$generichide
!+ NOT_OPTIMIZED
@@||wtfcripto.com^$generichide
!+ NOT_OPTIMIZED
@@||thizissam.in^$generichide
!+ NOT_OPTIMIZED
@@||darmowa-telewizja.com^$generichide
!+ NOT_OPTIMIZED
@@||playstore.pw^$generichide
!+ NOT_OPTIMIZED
@@||shortx.net^$generichide
!+ NOT_OPTIMIZED
@@||kymta.com^$generichide
!+ NOT_OPTIMIZED
@@||3dscias.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||toutes-les-solutions.fr^$generichide
!+ NOT_OPTIMIZED
@@||gaget.hatenablog.com^$generichide
!+ NOT_OPTIMIZED
@@||hakanayas.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||appsfullversion.com^$generichide
!+ NOT_OPTIMIZED
@@||thinktibits.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||bclikeqt.com^$generichide
!+ NOT_OPTIMIZED
@@||pikafile.com^$generichide
!+ NOT_OPTIMIZED
@@||gamezone.de^$generichide
!+ NOT_OPTIMIZED
@@||shortlink.prz.pw^$generichide
!+ NOT_OPTIMIZED
@@||polstream.live^$generichide
!+ NOT_OPTIMIZED
@@||trendyoum.com^$generichide
!+ NOT_OPTIMIZED
@@||valuable.hatenablog.com^$generichide
!+ NOT_OPTIMIZED
@@||yalla-shoot-now.us^$generichide
!+ NOT_OPTIMIZED
@@||avjamak.net^$generichide
!+ NOT_OPTIMIZED
@@||webhostingpost.com^$generichide
!+ NOT_OPTIMIZED
@@||uploadydl.com^$generichide
!+ NOT_OPTIMIZED
@@||telefullenvivo.com^$generichide
!+ NOT_OPTIMIZED
@@||futbolfullenvivo.com^$generichide
!+ NOT_OPTIMIZED
@@||yacine-tv.com^$generichide
!+ NOT_OPTIMIZED
@@||gsm1x.xyz^$generichide
!+ NOT_OPTIMIZED
@@||health-and.me^$generichide
!+ NOT_OPTIMIZED
@@||cubehosting.me^$generichide
!+ NOT_OPTIMIZED
@@||livetvboxfree.com^$generichide
!+ NOT_OPTIMIZED
@@||e-didaskalia.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||copydev.com^$generichide
!+ NOT_OPTIMIZED
@@||toonvideos.me^$generichide
!+ NOT_OPTIMIZED
@@||uploadmx.com^$generichide
!+ NOT_OPTIMIZED
@@||pf-electronicstt.com^$generichide
!+ NOT_OPTIMIZED
@@||warungfansub.xyz^$generichide
!+ NOT_OPTIMIZED
@@||mangajokomik.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||teamxmanga.com^$generichide
!+ NOT_OPTIMIZED
@@||leet365.cc^$generichide
!+ NOT_OPTIMIZED
@@||rosefile.net^$generichide
!+ NOT_OPTIMIZED
@@||scriptciyiz.org^$generichide
!+ NOT_OPTIMIZED
@@||funnymadworld.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||katflys.com^$generichide
!+ NOT_OPTIMIZED
@@||burnbutt.com^$generichide
!+ NOT_OPTIMIZED
@@||filesus.com^$generichide
!+ NOT_OPTIMIZED
@@||itdmusics.com^$generichide
!+ NOT_OPTIMIZED
@@||tienichdienthoai.net^$generichide
!+ NOT_OPTIMIZED
@@||tienganhedu.com^$generichide
!+ NOT_OPTIMIZED
@@||latest-files.com^$generichide
!+ NOT_OPTIMIZED
@@||avjamack.com^$generichide
!+ NOT_OPTIMIZED
@@||cotravinh.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||themanwiththehat.de^$generichide
!+ NOT_OPTIMIZED
@@||sturls.com^$generichide
!+ NOT_OPTIMIZED
@@||gotxx.com^$generichide
!+ NOT_OPTIMIZED
@@||shuajota.com^$generichide
!+ NOT_OPTIMIZED
@@||akwam.$generichide
!+ NOT_OPTIMIZED
@@||akwams.$generichide
!+ NOT_OPTIMIZED
@@||apasih.pw^$generichide
!+ NOT_OPTIMIZED
@@||fivemturk.com^$generichide
!+ NOT_OPTIMIZED
@@||markipli.com^$generichide
!+ NOT_OPTIMIZED
@@||lordchannel.com^$generichide
!+ NOT_OPTIMIZED
@@||anoboy.media^$generichide
!+ NOT_OPTIMIZED
@@||oneotv.com^$generichide
!+ NOT_OPTIMIZED
@@||5ggyan.com^$generichide
!+ NOT_OPTIMIZED
@@||uyduportal.net^$generichide
!+ NOT_OPTIMIZED
@@||turkdebrid.net^$generichide
!+ NOT_OPTIMIZED
@@||audiobookcup.com^$generichide
!+ NOT_OPTIMIZED
@@||adslinkfly.online^$generichide
!+ NOT_OPTIMIZED
@@||celebjared.net^$generichide
!+ NOT_OPTIMIZED
@@||gagaltotal666.my.id^$generichide
!+ NOT_OPTIMIZED
@@||adonisfansub.com^$generichide
!+ NOT_OPTIMIZED
@@||megawypas.com^$generichide
!+ NOT_OPTIMIZED
@@||explosivemenu.com^$generichide
!+ NOT_OPTIMIZED
@@||love-stoorey210.net^$generichide
!+ NOT_OPTIMIZED
@@||fc-lc.com^$generichide
!+ NOT_OPTIMIZED
@@||maxurlz.com^$generichide
!+ NOT_OPTIMIZED
@@||gfilex.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||mediapemersatubangsa.com^$generichide
!+ NOT_OPTIMIZED
@@||ileak.xyz^$generichide
!+ NOT_OPTIMIZED
@@||aktion-solar.com^$generichide
!+ NOT_OPTIMIZED
@@||nbyts.online^$generichide
!+ NOT_OPTIMIZED
@@||itsguider.com^$generichide
!+ NOT_OPTIMIZED
@@||fc.lc^$generichide
!+ NOT_OPTIMIZED
@@||comandotorrentshds.org^$generichide
!+ NOT_OPTIMIZED
@@||link.technics-goods.info^$generichide
!+ NOT_OPTIMIZED
@@||mysafe.stisda.ac.id^$generichide
!+ NOT_OPTIMIZED
@@||youkaiwatch2345.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||metamani.blog15.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||aimasummd.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||dokuo666.blog98.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||newssokuhou666.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||touhoudougamatome.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||www-daftarharga.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||thelibrarydigital.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||pramejarab.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||festinhadorodil.com.br^$generichide
!+ NOT_OPTIMIZED
@@||dr-ios.com^$generichide
!+ NOT_OPTIMIZED
@@||cintateknologi.com^$generichide
!+ NOT_OPTIMIZED
@@||bouamra.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||ads-ti9ni4.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||tamilmovierockers.info^$generichide
!+ NOT_OPTIMIZED
@@||drop.download^$generichide
!+ NOT_OPTIMIZED
@@||samuraiscan.com^$generichide
!+ NOT_OPTIMIZED
@@||codare.fun^$generichide
!+ NOT_OPTIMIZED
@@||turkdebrid.site^$generichide
!+ NOT_OPTIMIZED
@@||embed-channel.stream^$generichide
!+ NOT_OPTIMIZED
@@||moviesrush.in^$generichide
!+ NOT_OPTIMIZED
@@||devotag.com^$generichide
!+ NOT_OPTIMIZED
@@||udemypremiumcourses.com^$generichide
!+ NOT_OPTIMIZED
@@||toonvideos.net.in^$generichide
!+ NOT_OPTIMIZED
@@||tny.so^$generichide
!+ NOT_OPTIMIZED
@@||mizugigurabia.com^$generichide
!+ NOT_OPTIMIZED
@@||traficodetorrents.com^$generichide
!+ NOT_OPTIMIZED
@@||monara.net^$generichide
!+ NOT_OPTIMIZED
@@||sorasi.net^$generichide
!+ NOT_OPTIMIZED
@@||pythonmatplotlibtips.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||tools.halpas.com^$generichide
!+ NOT_OPTIMIZED
@@||yilmaztv.com^$generichide
!+ NOT_OPTIMIZED
@@||garaveli.de^$generichide
!+ NOT_OPTIMIZED
@@||uvnc.com^$generichide
!+ NOT_OPTIMIZED
@@||mobileflasherbd.com^$generichide
!+ NOT_OPTIMIZED
@@||xiaomitools.com^$generichide
!+ NOT_OPTIMIZED
@@||masfrandy.com^$generichide
!+ NOT_OPTIMIZED
@@||decomaniacos.es^$generichide
!+ NOT_OPTIMIZED
@@||pengantartidurkuh.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||whowantstuffs.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||dqmsl-search.net^$generichide
!+ NOT_OPTIMIZED
@@||animesanka.com^$generichide
!+ NOT_OPTIMIZED
@@||satilikhayvanim.com^$generichide
!+ NOT_OPTIMIZED
@@||plex-guide.de^$generichide
!+ NOT_OPTIMIZED
@@||th-world.com^$generichide
!+ NOT_OPTIMIZED
@@||dmhy.b168.net^$generichide
!+ NOT_OPTIMIZED
@@||mas-13.site^$generichide
!+ NOT_OPTIMIZED
@@||menulisonline.com^$generichide
!+ NOT_OPTIMIZED
@@||epetsure.website^$generichide
!+ NOT_OPTIMIZED
@@||ihow.info^$generichide
!+ NOT_OPTIMIZED
@@||petsched.website^$generichide
!+ NOT_OPTIMIZED
@@||momozain.com^$generichide
!+ NOT_OPTIMIZED
@@||upinipin.me^$generichide
!+ NOT_OPTIMIZED
@@||leechpremium.link^$generichide
!+ NOT_OPTIMIZED
@@||bams.my.id^$generichide
!+ NOT_OPTIMIZED
@@||botannews.com^$generichide
!+ NOT_OPTIMIZED
@@||readyssh.net^$generichide
!+ NOT_OPTIMIZED
@@||satunivers.tv^$generichide
!+ NOT_OPTIMIZED
@@||arab4media.com^$generichide
!+ NOT_OPTIMIZED
@@||askpets.website^$generichide
!+ NOT_OPTIMIZED
@@||khlinks.buzz^$generichide
!+ NOT_OPTIMIZED
@@||larvelfaucet.com^$generichide
!+ NOT_OPTIMIZED
@@||nobinbarta.com^$generichide
!+ NOT_OPTIMIZED
@@||webserver.one^$generichide
!+ NOT_OPTIMIZED
@@||megacuriosidades.pw^$generichide
!+ NOT_OPTIMIZED
@@||itdmusic.in^$generichide
!+ NOT_OPTIMIZED
@@||blograffo.net^$generichide
!+ NOT_OPTIMIZED
@@||ozbeceriksizler.co^$generichide
!+ NOT_OPTIMIZED
@@||sshconect.com.br^$generichide
!+ NOT_OPTIMIZED
@@||channelstream.club^$generichide
!+ NOT_OPTIMIZED
@@||av-jamak.com^$generichide
!+ NOT_OPTIMIZED
@@||kayfanet.com^$generichide
!+ NOT_OPTIMIZED
@@||teknomuda.com^$generichide
!+ NOT_OPTIMIZED
@@||adsy.pw^$generichide
!+ NOT_OPTIMIZED
@@||arabwe3.com^$generichide
!+ NOT_OPTIMIZED
@@||bitfly.io^$generichide
!+ NOT_OPTIMIZED
@@||onlinetutorium.com^$generichide
!+ NOT_OPTIMIZED
@@||kiwiexploits.com^$generichide
!+ NOT_OPTIMIZED
@@||3dzip.org^$generichide
!+ NOT_OPTIMIZED
@@||nandetribune.com^$generichide
!+ NOT_OPTIMIZED
@@||adobeactivators.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||4download.net^$generichide
!+ NOT_OPTIMIZED
@@||greatanimation.it^$generichide
!+ NOT_OPTIMIZED
@@||kangapip.com^$generichide
!+ NOT_OPTIMIZED
@@||hentaialtadefinizione.it^$generichide
!+ NOT_OPTIMIZED
@@||dcode.fr^$generichide
!+ NOT_OPTIMIZED
@@||wowtv.info^$generichide
!+ NOT_OPTIMIZED
@@||onlyfoot.net^$generichide
!+ NOT_OPTIMIZED
@@||acapellas.eu^$generichide
!+ NOT_OPTIMIZED
@@||gomaainfo.com^$generichide
!+ NOT_OPTIMIZED
@@||slothjuns.net^$generichide
!+ NOT_OPTIMIZED
@@||xup.in^$generichide
!+ NOT_OPTIMIZED
@@||kabel-tv-plus.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||cgtips.org^$generichide
!+ NOT_OPTIMIZED
@@||tutoganga.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||3dmodelshare.org^$generichide
!+ NOT_OPTIMIZED
@@||sshagan.net^$generichide
!+ NOT_OPTIMIZED
@@||goossh.com^$generichide
!+ NOT_OPTIMIZED
@@||dafideff.com^$generichide
!+ NOT_OPTIMIZED
@@||moneywar2.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||hesgoal.com^$generichide
!+ NOT_OPTIMIZED
@@||linkerload.com^$generichide
!+ NOT_OPTIMIZED
@@||linksaya.com^$generichide
!+ NOT_OPTIMIZED
@@||fawrye.com^$generichide
!+ NOT_OPTIMIZED
@@||exambd.net^$generichide
!+ NOT_OPTIMIZED
@@||telemporio4.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||tel-emporio10.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||texte.work^$generichide
!+ NOT_OPTIMIZED
@@||ifile.cc^$generichide
!+ NOT_OPTIMIZED
@@||hhkungfu.tv^$generichide
!+ NOT_OPTIMIZED
@@||chuppito.fr^$generichide
!+ NOT_OPTIMIZED
@@||filetera.com^$generichide
!+ NOT_OPTIMIZED
@@||depo-program.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||gametter.com^$generichide
!+ NOT_OPTIMIZED
@@||inazumaotoshifansub.xyz^$generichide
!+ NOT_OPTIMIZED
@@||anoboy.stream^$generichide
!+ NOT_OPTIMIZED
@@||freshstuff4u.info^$generichide
!+ NOT_OPTIMIZED
@@||thuglink.com^$generichide
!+ NOT_OPTIMIZED
@@||mage.si^$generichide
!+ NOT_OPTIMIZED
@@||magesy.pro^$generichide
!+ NOT_OPTIMIZED
@@||minemods.com.br^$generichide
!+ NOT_OPTIMIZED
@@||4kfilm.online^$generichide
!+ NOT_OPTIMIZED
@@||bedavapdf.com^$generichide
!+ NOT_OPTIMIZED
@@||anonymousceviri.com^$generichide
!+ NOT_OPTIMIZED
@@||seireshd.com^$generichide
!+ NOT_OPTIMIZED
@@||globalssh.net^$generichide
!+ NOT_OPTIMIZED
@@||pghk.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||stalker-mods.su^$generichide
!+ NOT_OPTIMIZED
@@||tainhanhvn.com^$generichide
!+ NOT_OPTIMIZED
@@||sakaiplus.com^$generichide
!+ NOT_OPTIMIZED
@@||nulledpremium.com^$generichide
!+ NOT_OPTIMIZED
@@||animeuniverse.*^$generichide
!+ NOT_OPTIMIZED
@@||gdrivez.xyz^$generichide
!+ NOT_OPTIMIZED
@@||minorpatch.com^$generichide
!+ NOT_OPTIMIZED
@@||magesy.blog^$generichide
!+ NOT_OPTIMIZED
@@||singamda.net^$generichide
!+ NOT_OPTIMIZED
@@||streamz.bz^$generichide
!+ NOT_OPTIMIZED
@@||shorterall.com^$generichide
!+ NOT_OPTIMIZED
@@||reifenrechner.at^$generichide
!+ NOT_OPTIMIZED
@@||micano4u.org^$generichide
!+ NOT_OPTIMIZED
@@||techieway.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||shinsori.com^$generichide
!+ NOT_OPTIMIZED
@@||de-baystars.doorblog.jp^$generichide
!+ NOT_OPTIMIZED
@@||gbadamud.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||cosmomaker3.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||2kspecialist.net^$generichide
!+ NOT_OPTIMIZED
@@||digit77.com^$generichide
!+ NOT_OPTIMIZED
@@||hd-tch.com^$generichide
!+ NOT_OPTIMIZED
@@||maxidbr.com^$generichide
!+ NOT_OPTIMIZED
@@||archaeologynewsnetwork.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||zekozimo.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||e9china.net^$generichide
!+ NOT_OPTIMIZED
@@||igtools.net^$generichide
!+ NOT_OPTIMIZED
@@||pkfnpo.ru^$generichide
!+ NOT_OPTIMIZED
@@||dosyayukle.biz^$generichide
!+ NOT_OPTIMIZED
@@||nensaysubs.net^$generichide
!+ NOT_OPTIMIZED
@@||cheatglobal.com^$generichide
!+ NOT_OPTIMIZED
@@||safeku.com^$generichide
!+ NOT_OPTIMIZED
@@||jumpmanclubbrasil.com.br^$generichide
!+ NOT_OPTIMIZED
@@||seriesynovelas.online^$generichide
!+ NOT_OPTIMIZED
@@||altyazili13.xyz^$generichide
!+ NOT_OPTIMIZED
@@||onehack.us^$generichide
!+ NOT_OPTIMIZED
@@||freecoursesonline.me^$generichide
!+ NOT_OPTIMIZED
@@||wojtekczytawh40k.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||ogrenciyegelir.com^$generichide
!+ NOT_OPTIMIZED
@@||tipslab.info^$generichide
!+ NOT_OPTIMIZED
@@||myhdjav.net^$generichide
!+ NOT_OPTIMIZED
@@||akoam.net^$generichide
!+ NOT_OPTIMIZED
@@||forumrenkli.com^$generichide
!+ NOT_OPTIMIZED
@@||indirlink.xyz^$generichide
!+ NOT_OPTIMIZED
@@||download.3dzip.org^$generichide
!+ NOT_OPTIMIZED
@@||cheatsquad.gg^$generichide
!+ NOT_OPTIMIZED
@@||toppng.com^$generichide
!+ NOT_OPTIMIZED
@@||livestreamgamess.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||dl.taive.work^$generichide
!+ NOT_OPTIMIZED
@@||goodssh.com^$generichide
!+ NOT_OPTIMIZED
@@||magdyman.com^$generichide
!+ NOT_OPTIMIZED
@@||smsbomber.biz^$generichide
!+ NOT_OPTIMIZED
@@||best-anime.eu^$generichide
!+ NOT_OPTIMIZED
@@||superonleech.online^$generichide
!+ NOT_OPTIMIZED
@@||anoboy.video^$generichide
!+ NOT_OPTIMIZED
@@||cariskuy.com^$generichide
!+ NOT_OPTIMIZED
@@||waktusehat.xyz^$generichide
!+ NOT_OPTIMIZED
@@||ear-phone-review.com^$generichide
!+ NOT_OPTIMIZED
@@||servicio-software.net^$generichide
!+ NOT_OPTIMIZED
@@||squidssh.com^$generichide
!+ NOT_OPTIMIZED
@@||descargaspcpro.net^$generichide
!+ NOT_OPTIMIZED
@@||pesfreedownloads.com^$generichide
!+ NOT_OPTIMIZED
@@||erpsoftwarelink.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||mobilkulup.com^$generichide
!+ NOT_OPTIMIZED
@@||viralogic.xyz^$generichide
!+ NOT_OPTIMIZED
@@||cirokun.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||daizurin.com^$generichide
!+ NOT_OPTIMIZED
@@||ryukanime.lompat.in^$generichide
!+ NOT_OPTIMIZED
@@||anisubindo.video^$generichide
!+ NOT_OPTIMIZED
@@||anibatch.me^$generichide
!+ NOT_OPTIMIZED
@@||lnindo.org^$generichide
!+ NOT_OPTIMIZED
@@||tamilyogi.vip^$generichide
!+ NOT_OPTIMIZED
@@||gdr-online.com^$generichide
!+ NOT_OPTIMIZED
@@||voxc.org^$generichide
!+ NOT_OPTIMIZED
@@||freesoftpdfdownload.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||dinvemitoloji.com^$generichide
!+ NOT_OPTIMIZED
@@||daemon-hentai.com^$generichide
!+ NOT_OPTIMIZED
@@||interssh.com^$generichide
!+ NOT_OPTIMIZED
@@||vmc.org.pl^$generichide
!+ NOT_OPTIMIZED
@@||unlockapk.com^$generichide
!+ NOT_OPTIMIZED
@@||libros4.com^$generichide
!+ NOT_OPTIMIZED
@@||animenonton.tv^$generichide
!+ NOT_OPTIMIZED
@@||wegner.tech^$generichide
!+ NOT_OPTIMIZED
@@||aspdotnet-suresh.com^$generichide
!+ NOT_OPTIMIZED
@@||jagoanssh.com^$generichide
!+ NOT_OPTIMIZED
@@||methbox.com^$generichide
!+ NOT_OPTIMIZED
@@||1idsly.com^$generichide
!+ NOT_OPTIMIZED
@@||acienciasgalilei.com^$generichide
!+ NOT_OPTIMIZED
@@||aeprofree.com^$generichide
!+ NOT_OPTIMIZED
@@||akanosora.com^$generichide
!+ NOT_OPTIMIZED
@@||akashiro.co.id^$generichide
!+ NOT_OPTIMIZED
@@||almezoryae.com^$generichide
!+ NOT_OPTIMIZED
@@||anime-extremo.com^$generichide
!+ NOT_OPTIMIZED
@@||anime-i.com^$generichide
!+ NOT_OPTIMIZED
@@||anonyviet.com^$generichide
!+ NOT_OPTIMIZED
@@||antiblock.org^$generichide
!+ NOT_OPTIMIZED
@@||azvideo.net^$generichide
!+ NOT_OPTIMIZED
@@||balog18.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||benjaminphamchannel.com^$generichide
!+ NOT_OPTIMIZED
@@||bludvfilmes.com^$generichide
!+ NOT_OPTIMIZED
@@||bomurl.com^$generichide
!+ NOT_OPTIMIZED
@@||camwhores.co^$generichide
!+ NOT_OPTIMIZED
@@||cle0desktop.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||connectwww.com^$generichide
!+ NOT_OPTIMIZED
@@||darmowa-telewizja.online^$generichide
!+ NOT_OPTIMIZED
@@||dayzrp.com^$generichide
!+ NOT_OPTIMIZED
@@||diagnofast.com^$generichide
!+ NOT_OPTIMIZED
@@||dictionnaire-medical.net^$generichide
!+ NOT_OPTIMIZED
@@||direct-link.net^$generichide
!+ NOT_OPTIMIZED
@@||dompl3.info^$generichide
!+ NOT_OPTIMIZED
@@||dreamfancy.org^$generichide
!+ NOT_OPTIMIZED
@@||drivebox.club^$generichide
!+ NOT_OPTIMIZED
@@||driverdestek.com^$generichide
!+ NOT_OPTIMIZED
@@||droidtk.com^$generichide
!+ NOT_OPTIMIZED
@@||dropapk.com^$generichide
!+ NOT_OPTIMIZED
@@||dropapk.to^$generichide
!+ NOT_OPTIMIZED
@@||duit.cc^$generichide
!+ NOT_OPTIMIZED
@@||dvdgayporn.com^$generichide
!+ NOT_OPTIMIZED
@@||earn-url.com^$generichide
!+ NOT_OPTIMIZED
@@||ebookdz.com^$generichide
!+ NOT_OPTIMIZED
@@||echoes.gr^$generichide
!+ NOT_OPTIMIZED
@@||egyptiangy.net^$generichide
!+ NOT_OPTIMIZED
@@||eikaiwamastery.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||eldaryasolutiongame.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||elsfile.org^$generichide
!+ NOT_OPTIMIZED
@@||europeanclassiccomic.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||exiledros.net^$generichide
!+ NOT_OPTIMIZED
@@||fakyu.net^$generichide
!+ NOT_OPTIMIZED
@@||ferr-um.ucoz.ru^$generichide
!+ NOT_OPTIMIZED
@@||ferrarilamborghininews.com^$generichide
!+ NOT_OPTIMIZED
@@||fforfree.net^$generichide
!+ NOT_OPTIMIZED
@@||filmes-torrent-baixar.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||forum-pokemon-go.fr^$generichide
!+ NOT_OPTIMIZED
@@||free-premium.maxidbr.com^$generichide
!+ NOT_OPTIMIZED
@@||freeserial-keys.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||freshstuff4you.com^$generichide
!+ NOT_OPTIMIZED
@@||generacionretro.net^$generichide
!+ NOT_OPTIMIZED
@@||getinmac.com^$generichide
!+ NOT_OPTIMIZED
@@||getlec.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||go-ez.net^$generichide
!+ NOT_OPTIMIZED
@@||gotofap.tk^$generichide
!+ NOT_OPTIMIZED
@@||grafixfather.com^$generichide
!+ NOT_OPTIMIZED
@@||grupovalltv.net^$generichide
!+ NOT_OPTIMIZED
@@||gtoys.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||hdbox.ws^$generichide
!+ NOT_OPTIMIZED
@@||helpsetup.ru^$generichide
!+ NOT_OPTIMIZED
@@||hexafile.net^$generichide
!+ NOT_OPTIMIZED
@@||i8086.de^$generichide
!+ NOT_OPTIMIZED
@@||iglive.me^$generichide
!+ NOT_OPTIMIZED
@@||in-trend.biz^$generichide
!+ NOT_OPTIMIZED
@@||infosehatku.club^$generichide
!+ NOT_OPTIMIZED
@@||iptvvall.com^$generichide
!+ NOT_OPTIMIZED
@@||itdmusic.com^$generichide
!+ NOT_OPTIMIZED
@@||jagobd.com^$generichide
!+ NOT_OPTIMIZED
@@||javaguides.net^$generichide
!+ NOT_OPTIMIZED
@@||jelajahinternet.me^$generichide
!+ NOT_OPTIMIZED
@@||jobhunterplg.xyz^$generichide
!+ NOT_OPTIMIZED
@@||kamikiyuki.hatenablog.com^$generichide
!+ NOT_OPTIMIZED
@@||khedame.com^$generichide
!+ NOT_OPTIMIZED
@@||kickass.com.se^$generichide
!+ NOT_OPTIMIZED
@@||kikra.jp.com^$generichide
!+ NOT_OPTIMIZED
@@||king-pes.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||klikshowtime.com^$generichide
!+ NOT_OPTIMIZED
@@||kpliker.net^$generichide
!+ NOT_OPTIMIZED
@@||ktmx.pro^$generichide
!+ NOT_OPTIMIZED
@@||latornamesa.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||letras2.com^$generichide
!+ NOT_OPTIMIZED
@@||lib.hatenablog.com^$generichide
!+ NOT_OPTIMIZED
@@||liens-telechargement.com^$generichide
!+ NOT_OPTIMIZED
@@||link-to.net^$generichide
!+ NOT_OPTIMIZED
@@||linkasm.com^$generichide
!+ NOT_OPTIMIZED
@@||links4u.me^$generichide
!+ NOT_OPTIMIZED
@@||linku.us^$generichide
!+ NOT_OPTIMIZED
@@||liodonwloads.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||ljutkeunvpn.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||loverscum.com^$generichide
!+ NOT_OPTIMIZED
@@||m.pes24.com^$generichide
!+ NOT_OPTIMIZED
@@||majesy.com^$generichide
!+ NOT_OPTIMIZED
@@||mamahd.tv^$generichide
!+ NOT_OPTIMIZED
@@||marketmovers.it^$generichide
!+ NOT_OPTIMIZED
@@||mega-debrit.com^$generichide
!+ NOT_OPTIMIZED
@@||megafilmestorrents.net^$generichide
!+ NOT_OPTIMIZED
@@||merdekaid.online^$generichide
!+ NOT_OPTIMIZED
@@||merlininkazani.com^$generichide
!+ NOT_OPTIMIZED
@@||micloudfiles.com^$generichide
!+ NOT_OPTIMIZED
@@||mimaletadepeliculas.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||mimaletamusical.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||ministryofsolutions.com^$generichide
!+ NOT_OPTIMIZED
@@||mobdi3ips.com^$generichide
!+ NOT_OPTIMIZED
@@||mohanlalmovieshub.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||mp3fiber.com^$generichide
!+ NOT_OPTIMIZED
@@||muhammadyoga.me^$generichide
!+ NOT_OPTIMIZED
@@||mycumx.com^$generichide
!+ NOT_OPTIMIZED
@@||myshorturls.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||nazolog.com^$generichide
!+ NOT_OPTIMIZED
@@||neko-miku.com^$generichide
!+ NOT_OPTIMIZED
@@||neumanga.tv^$generichide
!+ NOT_OPTIMIZED
@@||news-tech.xyz^$generichide
!+ NOT_OPTIMIZED
@@||nir-oz.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||novelasd.com^$generichide
!+ NOT_OPTIMIZED
@@||novelasymangasjpo.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||nuevos-mu.ucoz.com^$generichide
!+ NOT_OPTIMIZED
@@||oddreaders.com^$generichide
!+ NOT_OPTIMIZED
@@||omutulove.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||omutulove.seesaa.net^$generichide
!+ NOT_OPTIMIZED
@@||otakuworldsite.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||oyunceviri.net^$generichide
!+ NOT_OPTIMIZED
@@||oz3gamer.blog.fc2.com^$generichide
!+ NOT_OPTIMIZED
@@||pajaslocas.com^$generichide
!+ NOT_OPTIMIZED
@@||parasitipedia.net^$generichide
!+ NOT_OPTIMIZED
@@||peytonlist.ru^$generichide
!+ NOT_OPTIMIZED
@@||pharmaguideline.com^$generichide
!+ NOT_OPTIMIZED
@@||pipocas.tv^$generichide
!+ NOT_OPTIMIZED
@@||porkyfap.org^$generichide
!+ NOT_OPTIMIZED
@@||praxis-jugendarbeit.de^$generichide
!+ NOT_OPTIMIZED
@@||programminggeek.in^$generichide
!+ NOT_OPTIMIZED
@@||projetomotog.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||promotionbasis.de^$generichide
!+ NOT_OPTIMIZED
@@||radiotormentamx.com^$generichide
!+ NOT_OPTIMIZED
@@||rulu.co^$generichide
!+ NOT_OPTIMIZED
@@||sacheats.com^$generichide
!+ NOT_OPTIMIZED
@@||samnaprawiam.com^$generichide
!+ NOT_OPTIMIZED
@@||sardeath.com^$generichide
!+ NOT_OPTIMIZED
@@||satoshilabs.net^$generichide
!+ NOT_OPTIMIZED
@@||sdw-net.me^$generichide
!+ NOT_OPTIMIZED
@@||security-links.com^$generichide
!+ NOT_OPTIMIZED
@@||serialbumler.com^$generichide
!+ NOT_OPTIMIZED
@@||sharecool.us^$generichide
!+ NOT_OPTIMIZED
@@||short24.pw^$generichide
!+ NOT_OPTIMIZED
@@||shtu.pro^$generichide
!+ NOT_OPTIMIZED
@@||skips.link^$generichide
!+ NOT_OPTIMIZED
@@||smarturlref.net^$generichide
!+ NOT_OPTIMIZED
@@||sna3talaflam.com^$generichide
!+ NOT_OPTIMIZED
@@||softmaroc.org^$generichide
!+ NOT_OPTIMIZED
@@||sourcebincc.com^$generichide
!+ NOT_OPTIMIZED
@@||sslproxies24.top^$generichide
!+ NOT_OPTIMIZED
@@||stadium-live.biz^$generichide
!+ NOT_OPTIMIZED
@@||stalker-mods.clan.su^$generichide
!+ NOT_OPTIMIZED
@@||stiffgamerdown.com^$generichide
!+ NOT_OPTIMIZED
@@||studizba.com^$generichide
!+ NOT_OPTIMIZED
@@||suarankri.me^$generichide
!+ NOT_OPTIMIZED
@@||susutinv2.com^$generichide
!+ NOT_OPTIMIZED
@@||tamilyogi.eu^$generichide
!+ NOT_OPTIMIZED
@@||tamilyogi.nu^$generichide
!+ NOT_OPTIMIZED
@@||televall.website^$generichide
!+ NOT_OPTIMIZED
@@||televallweb.site^$generichide
!+ NOT_OPTIMIZED
@@||telolet.in^$generichide
!+ NOT_OPTIMIZED
@@||terrarium.com.pl^$generichide
!+ NOT_OPTIMIZED
@@||textflix.us^$generichide
!+ NOT_OPTIMIZED
@@||tiengnhatpro.net^$generichide
!+ NOT_OPTIMIZED
@@||tokyoghoulre.net^$generichide
!+ NOT_OPTIMIZED
@@||toptv.cloud^$generichide
!+ NOT_OPTIMIZED
@@||tumkarikaturler.com^$generichide
!+ NOT_OPTIMIZED
@@||turkleech.com^$generichide
!+ NOT_OPTIMIZED
@@||tv-onlinehd.com^$generichide
!+ NOT_OPTIMIZED
@@||unfriend-app.com^$generichide
!+ NOT_OPTIMIZED
@@||up-to-down.net^$generichide
!+ NOT_OPTIMIZED
@@||updatetribun.org^$generichide
!+ NOT_OPTIMIZED
@@||vabstutorials.com^$generichide
!+ NOT_OPTIMIZED
@@||verdirectotv.com^$generichide
!+ NOT_OPTIMIZED
@@||visionias.net^$generichide
!+ NOT_OPTIMIZED
@@||vivotvhd.com^$generichide
!+ NOT_OPTIMIZED
@@||voipsipclient.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||voipsipclient.blogspot.nl^$generichide
!+ NOT_OPTIMIZED
@@||vqporn.com^$generichide
!+ NOT_OPTIMIZED
@@||wakudan.seesaa.net^$generichide
!+ NOT_OPTIMIZED
@@||webassistance.eu^$generichide
!+ NOT_OPTIMIZED
@@||wehellas.gr^$generichide
!+ NOT_OPTIMIZED
@@||yoututosjeff.es^$generichide
!+ NOT_OPTIMIZED
@@||yupptv.in^$generichide
!+ NOT_OPTIMIZED
@@||zonasports.es^$generichide
!+ NOT_OPTIMIZED
@@||zwergenstadt.com^$generichide
! END: antiblock.org
! NOTE: antiblock.org g207 end
! !SECTION: antiblock.org g207
!
! SECTION: contributor.google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55640
!+ NOT_OPTIMIZED
@@||smstome.com^$generichide
!+ NOT_OPTIMIZED
@@||dailymail.co.uk^$generichide
!+ NOT_OPTIMIZED
@@||stadt-bremerhaven.de^$generichide
!+ NOT_OPTIMIZED
@@||wallpapershome.com^$generichide
!+ NOT_OPTIMIZED
@@||i.pl^$generichide
!+ NOT_OPTIMIZED
@@||repubblica.it^$generichide
!+ NOT_OPTIMIZED
@@||klix.ba^$generichide
!+ NOT_OPTIMIZED
@@||santafenewmexican.com^$generichide
!+ NOT_OPTIMIZED
@@||japan.techinsight.jp^$generichide
!+ NOT_OPTIMIZED
@@||reyada-365.com^$generichide
!+ NOT_OPTIMIZED
@@||taimanin-rpg.wikiru.jp^$generichide
!+ NOT_OPTIMIZED
@@||f1-gate.com^$generichide
!+ NOT_OPTIMIZED
@@||kissmanga.in^$generichide
!+ NOT_OPTIMIZED
@@||in.gr^$generichide
!+ NOT_OPTIMIZED
@@||receivesms.cc^$generichide
!+ NOT_OPTIMIZED
@@||luciferdonghua.in^$generichide
!+ NOT_OPTIMIZED
@@||now.gg^$generichide
!+ NOT_OPTIMIZED
@@||cleverbot.com^$generichide
!+ NOT_OPTIMIZED
@@||kledgeb.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||kuramu.net^$generichide
!+ NOT_OPTIMIZED
@@||rakuna-seikatsu.com^$generichide
!+ NOT_OPTIMIZED
@@||dunebook.com^$generichide
!+ NOT_OPTIMIZED
@@||canlidizi9.net^$generichide
!+ NOT_OPTIMIZED
@@||banklive.net^$generichide
!+ NOT_OPTIMIZED
@@||mifirmware.com^$generichide
!+ NOT_OPTIMIZED
@@||onet.pl^$generichide
!+ NOT_OPTIMIZED
@@||konhaber.com^$generichide
!+ NOT_OPTIMIZED
@@||fifakitcreator.com^$generichide
!+ NOT_OPTIMIZED
@@||malaymail.com^$generichide
!+ NOT_OPTIMIZED
@@||dizimom1.com^$generichide
!+ NOT_OPTIMIZED
@@||apkmaza.co^$generichide
!+ NOT_OPTIMIZED
@@||tailieungon.com^$generichide
!+ NOT_OPTIMIZED
@@||nova.cz^$generichide
!+ NOT_OPTIMIZED
@@||cdromance.com^$generichide
!+ NOT_OPTIMIZED
@@||mona-news.com^$generichide
!+ NOT_OPTIMIZED
@@||moyens.net^$generichide
!+ NOT_OPTIMIZED
@@||themindsjournal.com^$generichide
!+ NOT_OPTIMIZED
@@||toramemoblog.com^$generichide
!+ NOT_OPTIMIZED
@@||indianhealthyrecipes.com^$generichide
!+ NOT_OPTIMIZED
@@||keylerbenden.com^$generichide
!+ NOT_OPTIMIZED
@@||logos-world.net^$generichide
!+ NOT_OPTIMIZED
@@||kblognext.com^$generichide
!+ NOT_OPTIMIZED
@@||online-archive-extractor.com^$generichide
!+ NOT_OPTIMIZED
@@||rhymes-with.com^$generichide
!+ NOT_OPTIMIZED
@@||adjectives-for.com^$generichide
!+ NOT_OPTIMIZED
@@||find-words.com^$generichide
!+ NOT_OPTIMIZED
@@||word-count-tool.com^$generichide
!+ NOT_OPTIMIZED
@@||ocr-free.com^$generichide
!+ NOT_OPTIMIZED
@@||read-text.com^$generichide
!+ NOT_OPTIMIZED
@@||other-languages.com^$generichide
!+ NOT_OPTIMIZED
@@||how-to-say.com^$generichide
!+ NOT_OPTIMIZED
@@||online-screen-recorder.com^$generichide
!+ NOT_OPTIMIZED
@@||webcam-test.com^$generichide
!+ NOT_OPTIMIZED
@@||record-video-online.com^$generichide
!+ NOT_OPTIMIZED
@@||speaker-test.com^$generichide
!+ NOT_OPTIMIZED
@@||send-voice.com^$generichide
!+ NOT_OPTIMIZED
@@||share-my-location.com^$generichide
!+ NOT_OPTIMIZED
@@||online-mic-test.com^$generichide
!+ NOT_OPTIMIZED
@@||defconlevel.com^$generichide
!+ NOT_OPTIMIZED
@@||cloudssh.us,kissmanga.in^$generichide
!+ NOT_OPTIMIZED
@@||adshnk.com^$generichide
!+ NOT_OPTIMIZED
@@||adshrink.it^$generichide
!+ NOT_OPTIMIZED
@@||pixelpassion.info^$generichide
!+ NOT_OPTIMIZED
@@||phonesized.com^$generichide
!+ NOT_OPTIMIZED
@@||foxnews.com^$generichide
!+ NOT_OPTIMIZED
@@||diariodopeixe.com.br^$generichide
!+ NOT_OPTIMIZED
@@||connectedgamestore.com^$generichide
!+ NOT_OPTIMIZED
@@||ign.com^$generichide
!+ NOT_OPTIMIZED
@@||wpb.shueisha.co.jp^$generichide
!+ NOT_OPTIMIZED
@@||minkou.jp^$generichide
!+ NOT_OPTIMIZED
@@||natalie.mu^$generichide
!+ NOT_OPTIMIZED
@@||acidcow.com^$generichide
!+ NOT_OPTIMIZED
@@||paradacreativa.es^$generichide
!+ NOT_OPTIMIZED
@@||myrtlebeachonline.com^$generichide
!+ NOT_OPTIMIZED
@@||elpais.com.uy^$generichide
!+ NOT_OPTIMIZED
@@||heraldsun.com^$generichide
!+ NOT_OPTIMIZED
@@||newsphere.jp^$generichide
!+ NOT_OPTIMIZED
@@||courrier.jp^$generichide
!+ NOT_OPTIMIZED
@@||sololibri.net^$generichide
!+ NOT_OPTIMIZED
@@||all3dp.com^$generichide
!+ NOT_OPTIMIZED
@@||keizai.biz^$generichide
!+ NOT_OPTIMIZED
@@||shibukei.com^$generichide
!+ NOT_OPTIMIZED
@@||elmueble.com^$generichide
!+ NOT_OPTIMIZED
@@||comingsoon.it^$generichide
!+ NOT_OPTIMIZED
@@||idahostatesman.com^$generichide
!+ NOT_OPTIMIZED
@@||elnacional.com^$generichide
!+ NOT_OPTIMIZED
@@||heraldo.es^$generichide
!+ NOT_OPTIMIZED
@@||20minutos.es^$generichide
!+ NOT_OPTIMIZED
@@||tucson.com^$generichide
!+ NOT_OPTIMIZED
@@||0gendai.media^$generichide
!+ NOT_OPTIMIZED
@@||hamakei.com^$generichide
!+ NOT_OPTIMIZED
@@||telva.com^$generichide
!+ NOT_OPTIMIZED
@@||gazettetimes.com^$generichide
!+ NOT_OPTIMIZED
@@||missoulian.com^$generichide
!+ NOT_OPTIMIZED
@@||kenoshanews.com^$generichide
!+ NOT_OPTIMIZED
@@||cumberlink.com^$generichide
!+ NOT_OPTIMIZED
@@||stltoday.com^$generichide
!+ NOT_OPTIMIZED
@@||auburnpub.com^$generichide
!+ NOT_OPTIMIZED
@@||trib.com^$generichide
!+ NOT_OPTIMIZED
@@||dailyprogress.com^$generichide
!+ NOT_OPTIMIZED
@@||journalstar.com^$generichide
!+ NOT_OPTIMIZED
@@||siouxcityjournal.com^$generichide
!+ NOT_OPTIMIZED
@@||pantagraph.com^$generichide
!+ NOT_OPTIMIZED
@@||dulichkhanhhoa.net^$generichide
!+ NOT_OPTIMIZED
@@||ot.gr^$generichide
!+ NOT_OPTIMIZED
@@||elpais.com^$generichide
!+ NOT_OPTIMIZED
@@||definitions.net^$generichide
!+ NOT_OPTIMIZED
@@||ensonhaber.com^$generichide
!+ NOT_OPTIMIZED
@@||lapatilla.com^$generichide
!+ NOT_OPTIMIZED
@@||sozcu.com.tr^$generichide
!+ NOT_OPTIMIZED
@@||sonyalpharumors.com^$generichide
!+ NOT_OPTIMIZED
@@||slideshare.net^$generichide
!+ NOT_OPTIMIZED
@@||readfrom.net^$generichide
!+ NOT_OPTIMIZED
@@||gazeteduvar.com.tr^$generichide
!+ NOT_OPTIMIZED
@@||dizigom1.com^$generichide
!+ NOT_OPTIMIZED
@@||halktv.com.tr^$generichide
!+ NOT_OPTIMIZED
@@||24u.jp^$generichide
!+ NOT_OPTIMIZED
@@||dphotoworld.net^$generichide
!+ NOT_OPTIMIZED
@@||animerikosuper.blogspot.com^$generichide
!+ NOT_OPTIMIZED
@@||noticiasmoviles.com^$generichide
!+ NOT_OPTIMIZED
@@||snbc13.com^$generichide
!+ NOT_OPTIMIZED
@@||megatv.com^$generichide
!+ NOT_OPTIMIZED
@@||sonixgvn.net^$generichide
!+ NOT_OPTIMIZED
@@||androplus.org^$generichide
!+ NOT_OPTIMIZED
@@||rizonesoft.com^$generichide
!+ NOT_OPTIMIZED
@@||br0wsers.com^$generichide
!+ NOT_OPTIMIZED
@@||tellows.it^$generichide
!+ NOT_OPTIMIZED
@@||germancarforum.com^$generichide
!+ NOT_OPTIMIZED
@@||apkpure.com^$generichide
!+ NOT_OPTIMIZED
@@||sitelike.org^$generichide
!+ NOT_OPTIMIZED
@@||wordlegame.org^$generichide
!+ NOT_OPTIMIZED
@@||pcprogramasymas.net^$generichide
!+ NOT_OPTIMIZED
@@||gezenbilir.com^$generichide
!+ NOT_OPTIMIZED
@@||mertcangokgoz.com^$generichide
!+ NOT_OPTIMIZED
@@||majhinaukri.in^$generichide
!+ NOT_OPTIMIZED
@@||medevel.com^$generichide
!+ NOT_OPTIMIZED
@@||zagreb.info^$generichide
!+ NOT_OPTIMIZED
@@||techtobo.com^$generichide
!+ NOT_OPTIMIZED
@@||sto520.com^$generichide
!+ NOT_OPTIMIZED
@@||aqlier.com^$generichide
!+ NOT_OPTIMIZED
@@||ansedo.com^$generichide
!+ NOT_OPTIMIZED
@@||thesouthern.com^$generichide
!+ NOT_OPTIMIZED
@@||business.financialpost.com^$generichide
!+ NOT_OPTIMIZED
@@||vancouversun.com^$generichide
!+ NOT_OPTIMIZED
@@||montrealgazette.com^$generichide
!+ NOT_OPTIMIZED
@@||nwitimes.com^$generichide
!+ NOT_OPTIMIZED
@@||elnuevoherald.com^$generichide
!+ NOT_OPTIMIZED
@@||sme.sk^$generichide
!+ NOT_OPTIMIZED
@@||bellinghamherald.com^$generichide
!+ NOT_OPTIMIZED
@@||okdiario.com^$generichide
!+ NOT_OPTIMIZED
@@||poststar.com^$generichide
!+ NOT_OPTIMIZED
@@||wcfcourier.com^$generichide
!+ NOT_OPTIMIZED
@@||zimbio.com^$generichide
!+ NOT_OPTIMIZED
@@||systranbox.com^$generichide
!+ NOT_OPTIMIZED
@@||ratatype.com^$generichide
!+ NOT_OPTIMIZED
@@||bolgegundem.com^$generichide
!+ NOT_OPTIMIZED
@@||softpedia.com^$generichide
!+ NOT_OPTIMIZED
@@||sadeczanin.info^$generichide
!+ NOT_OPTIMIZED
@@||freemaptools.com^$generichide
!+ NOT_OPTIMIZED
@@||flightradar24.com^$generichide
!+ NOT_OPTIMIZED
@@||morewords.com^$generichide
!+ NOT_OPTIMIZED
@@||ldoceonline.com^$generichide
!+ NOT_OPTIMIZED
@@||arcadehole.com^$generichide
!+ NOT_OPTIMIZED
@@||mentalflare.com^$generichide
!+ NOT_OPTIMIZED
@@||arquitecturaydiseno.es^$generichide
!+ NOT_OPTIMIZED
@@||ik4.es^$generichide
!+ NOT_OPTIMIZED
@@||mathrubhumi.com^$generichide
!+ NOT_OPTIMIZED
@@||notizieora.it^$generichide
!+ NOT_OPTIMIZED
@@||spiele-umsonst.de^$generichide
!+ NOT_OPTIMIZED
@@||gotvach.bg^$generichide
!+ NOT_OPTIMIZED
@@||star-telegram.com^$generichide
!+ NOT_OPTIMIZED
@@||lacrossetribune.com^$generichide
!+ NOT_OPTIMIZED
@@||grammar.com^$generichide
!+ NOT_OPTIMIZED
@@||goodreturns.in^$generichide
!+ NOT_OPTIMIZED
@@||corrieredellosport.it^$generichide
!+ NOT_OPTIMIZED
@@||malaysiakini.com^$generichide
!+ NOT_OPTIMIZED
@@||natlawreview.com^$generichide
!+ NOT_OPTIMIZED
@@||tsf.pt^$generichide
!+ NOT_OPTIMIZED
@@||pesmaster.com^$generichide
!+ NOT_OPTIMIZED
@@||ovaciondigital.com.uy^$generichide
!+ NOT_OPTIMIZED
@@||hwupgrade.it^$generichide
!+ NOT_OPTIMIZED
@@||kansas.com^$generichide
!+ NOT_OPTIMIZED
@@||filmibeat.com^$generichide
!+ NOT_OPTIMIZED
@@||iol.pt^$generichide
!+ NOT_OPTIMIZED
@@||zerohedge.com^$generichide
!+ NOT_OPTIMIZED
@@||friday.kodansha.co.jp^$generichide
!+ NOT_OPTIMIZED
@@||tuttosport.com^$generichide
!+ NOT_OPTIMIZED
@@||melty.fr^$generichide
!+ NOT_OPTIMIZED
@@||manta.com^$generichide
!+ NOT_OPTIMIZED
@@||fildo.net^$generichide
!+ NOT_OPTIMIZED
@@||wuolah.com^$generichide
!+ NOT_OPTIMIZED
@@||hurriyetdailynews.com^$generichide
!+ NOT_OPTIMIZED
@@||brocardi.it^$generichide
!+ NOT_OPTIMIZED
@@||gizbot.com^$generichide
!+ NOT_OPTIMIZED
@@||jn.pt^$generichide
!+ NOT_OPTIMIZED
@@||mytuner-radio.com^$generichide
!+ NOT_OPTIMIZED
@@||supersoluce.com^$generichide
!+ NOT_OPTIMIZED
@@||fresherslive.com^$generichide
!+ NOT_OPTIMIZED
@@||universoformulas.com^$generichide
!+ NOT_OPTIMIZED
@@||sneakernews.com^$generichide
!+ NOT_OPTIMIZED
@@||sonyliv.com^$generichide
!+ NOT_OPTIMIZED
@@||synology-forum.de^$generichide
!+ NOT_OPTIMIZED
@@||news.goo.ne.jp^$generichide
!+ NOT_OPTIMIZED
@@||agazeta.com.br^$generichide
!+ NOT_OPTIMIZED
@@||newsobserver.com^$generichide
!+ NOT_OPTIMIZED
@@||kizlarsoruyor.com^$generichide
! NOTE: contributor.google.com end
! !SECTION: contributor.google.com
!
! ##.banner_ad and ##.full_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/39191
! #@#.full_ad
! #@#.banner_ad
!+ NOT_OPTIMIZED
@@||d2ujtyf7wfmq6y.cloudfront.net/ads/ads.html$domain=reisefrage.net|
motorradfrage.net|autofrage.net|sportlerfrage.net|gesundheitsfrage.net|
finanzfrage.net|computerfrage.net|gutefrage.net
!
! ##.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/47876
!+ NOT_OPTIMIZED
topbusiness24.ru,mydomsam.ru,hubuhu.ru,moysadinfo.ru,mybusinessplus.ru,dukand.ru,my
dizayn.ru,polzadom.ru,umnodachnik.ru,delnyesovety.ru,soverhenie.ru,mirinteresa.ru,u
skorit.ru,dskyar.ru,biscand.ru,smartid24.ru,stroysaminfo.ru,topsovety.ru,sotsvetiya
.ru,imdaily.ru,turizmnaok.ru,zdorovyobrazzhizni.ru,kinomann.ru,techinfolife.ru,domm
oysad.ru,rteinfo.ru,psisovety.ru,kvilit.ru,speshit.ru,ollss.ru#@#.ad-placement
!
! START regular
!
! https://github.com/AdguardTeam/AdguardFilters/issues/166888
!+ NOT_OPTIMIZED
@@||digitalmusicnews.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/158084
!+ NOT_OPTIMIZED
repubblica.it##div[id^="adv-"]
! https://github.com/AdguardTeam/AdguardFilters/issues/155562
!+ NOT_OPTIMIZED
@@||tapewithadblock.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/155995
!+ NOT_OPTIMIZED
@@||duckduckgo.com/y.js?*url
! https://github.com/AdguardTeam/AdguardFilters/issues/154376
!+ NOT_OPTIMIZED
@@/adlink-$domain=electronics-lab.com|intel.com
! https://github.com/AdguardTeam/AdguardFilters/issues/153741
!+ NOT_OPTIMIZED
@@||go.bluelinknow.com/t/clk?
! https://github.com/AdguardTeam/AdguardFilters/issues/150712
!+ NOT_OPTIMIZED
@@||onl.bz^
!+ NOT_OPTIMIZED
@@||aws.amazon.com/*/*-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/147153
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,script,domain=aoutoqw.xyz
!+ NOT_OPTIMIZED
@@||sovrn.com/|$xmlhttprequest,domain=aoutoqw.xyz
! https://github.com/AdguardTeam/AdguardFilters/issues/147298
!+ NOT_OPTIMIZED
@@||ariba.com/*/ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/146951
!+ NOT_OPTIMIZED
@@||twittrend.jp^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/146309
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ios.codevn.net
!+ NOT_OPTIMIZED
ios.codevn.net#@#ins.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/142903
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=modzilla.in
! https://github.com/AdguardTeam/AdguardFilters/issues/142453
!+ NOT_OPTIMIZED
@@||meracalculator.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/140694
!+ NOT_OPTIMIZED
airportinfo.live#@#.ads
!+ NOT_OPTIMIZED
@@||airportinfo.live/images/ads.gif
! https://github.com/AdguardTeam/AdguardFilters/issues/137906
!+ NOT_OPTIMIZED
@@||enit.in^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/137322
!+ NOT_OPTIMIZED
@@||roanoke.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/134216
!+ NOT_OPTIMIZED
@@||dlpanda.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/132928
!+ NOT_OPTIMIZED
@@||engine.univtec.com^$generichide
!+ NOT_OPTIMIZED
@@||america.cgtn.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/129892
!+ NOT_OPTIMIZED
@@||wallpapers.ispazio.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/126026
!+ NOT_OPTIMIZED
@@||ewrc-results.com/js/ads_google.js$domain=ewrc-results.com
! https://github.com/AdguardTeam/AdguardFilters/issues/118531
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lightningmaps.org
!+ NOT_OPTIMIZED
lightningmaps.org###wb_hide
!+ NOT_OPTIMIZED
lightningmaps.org###wb_mobile
! https://github.com/AdguardTeam/AdguardFilters/issues/111235
!+ NOT_OPTIMIZED
@@||mitaku.net^$generichide
! ! https://github.com/AdguardTeam/AdguardFilters/issues/106875
!+ NOT_OPTIMIZED
@@||googleadservices.com/pagead/conversion.js$domain=www3.nissan.co.jp
!+ NOT_OPTIMIZED
@@||img.ak.impact-ad.jp/sr/js/nissan_test_$script,domain=www3.nissan.co.jp
!+ NOT_OPTIMIZED
@@||penta.a.one.impact-ad.jp^$script,domain=www3.nissan.co.jp
! https://github.com/uBlockOrigin/uAssets/issues/11088
!+ NOT_OPTIMIZED
@@||cdn.bootcss.com/fuckadblock/$domain=1090ys2.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102538
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=twinkybf.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102267
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=softfully.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101878
!+ NOT_OPTIMIZED
@@||embedstream.me^$generichide
!+ NOT_OPTIMIZED
@@||daddylive.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/101358
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=windowsbulletin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/99912
!+ NOT_OPTIMIZED
@@||static.kendam.com/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/99919
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=googledrivelinks.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97069
!+ NOT_OPTIMIZED
olympusscanlation.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/95560
!+ NOT_OPTIMIZED
@@||kuku.lu^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/95200
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=calculator-
online.net
! https://github.com/AdguardTeam/AdguardFilters/issues/93416
!+ NOT_OPTIMIZED
@@||cryptofans.news^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/93684
!+ NOT_OPTIMIZED
@@||noweconomy.live^$generichide
! rutab.net - adb detection
!+ NOT_OPTIMIZED
@@||rutab.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/92382#issuecomment-906531979
!+ NOT_OPTIMIZED
@@||v4u6i8r9.stackpathcdn.com/wp-banners.js
! https://github.com/AdguardTeam/AdguardFilters/issues/92121
!+ NOT_OPTIMIZED
@@||pornofaps.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/pull/105436
!+ NOT_OPTIMIZED
@@||temporarymail.com/js/ads-prebid.js
! https://github.com/bogachenko/fuckfuckadblock/issues/219
!+ NOT_OPTIMIZED
rureka.com##.ads-img
!+ NOT_OPTIMIZED
rureka.com##.column-left > div.widget.card
! https://github.com/AdguardTeam/AdguardFilters/issues/90864
!+ NOT_OPTIMIZED
@@||milfnut.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/89061#issuecomment-890454613
!+ NOT_OPTIMIZED
@@||s*.adform.net/banners/scripts/adx.js$domain=delfi.ee
! https://github.com/AdguardTeam/AdguardFilters/issues/89284
!+ NOT_OPTIMIZED
getexploits.com###floating_ads_bottom_textcss_container
! https://github.com/AdguardTeam/AdguardFilters/issues/88549
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=hentaihaven.com
!+ NOT_OPTIMIZED
@@||hentaihaven.com^$generichide
!+ NOT_OPTIMIZED
hentaihaven.com#@#.adSense
!+ NOT_OPTIMIZED
hentaihaven.com#@#.adContent
!+ NOT_OPTIMIZED
hentaihaven.com#@#.adBlock
! https://github.com/AdguardTeam/AdguardFilters/issues/88500
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tsn.ua
!+ NOT_OPTIMIZED
@@||tsn.ua/static/pubads.ad^
! http://forum.adguard.com/showthread.php?6936
!+ NOT_OPTIMIZED
@@||go.admost.com/adx/js/admost.js^$domain=mackolik.com
! http://forum.adguard.com/showthread.php?7046
!+ NOT_OPTIMIZED
@@||app.medyanetads.com/ad.js$domain=mackolik.com
!+ NOT_OPTIMIZED
@@||app.medyanetads.com/Session$domain=mackolik.com
!+ NOT_OPTIMIZED
@@||app.medyanetads.com/Session?publisher=$domain=sahadan.com
!+ NOT_OPTIMIZED
@@||go.admost.com/adx/get.ashx&accptck$domain=sahadan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/88037
!+ NOT_OPTIMIZED
@@||thepoorcoder.com^$generichide
!+ NOT_OPTIMIZED
thepoorcoder.com##.adtester-container
!+ NOT_OPTIMIZED
thepoorcoder.com##.side-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/86828
!+ NOT_OPTIMIZED
@@||tutflix.org/js/*/showflashad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/86502
!+ NOT_OPTIMIZED
@@||dood.la^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/84849
!+ NOT_OPTIMIZED
filmibeat.com##.vuukle-ads
!+ NOT_OPTIMIZED
filmibeat.com##.refreshInarticleAd
! https://github.com/AdguardTeam/AdguardFilters/issues/84275
!+ NOT_OPTIMIZED
@@||img.medscapestatic.com/medscape-core/ads/js/dfp/
profads2.js$domain=reference.medscape.com
! otzovik - adb
!+ NOT_OPTIMIZED
@@||an.yandex.ru/system/context.js$domain=otzovik.com
! https://github.com/AdguardTeam/AdguardFilters/issues/138364
!+ NOT_OPTIMIZED
egotter.com#@#.adsense-container
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$xmlhttprequest,domain=egotter.com
! https://github.com/AdguardTeam/AdguardFilters/issues/77578
!+ NOT_OPTIMIZED
@@||dood.so^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/74868
!+ NOT_OPTIMIZED
@@||pcgamer.com^$generichide
!+ NOT_OPTIMIZED
pcgamer.com##amp-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/76371
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=animedao.to
! https://github.com/AdguardTeam/AdguardFilters/issues/76212
!+ NOT_OPTIMIZED
@@||vijesti.me^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/74654
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||sgqcvfjvr.onet.pl^
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/74301
!+ NOT_OPTIMIZED
@@||ontiva.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/74097
!+ NOT_OPTIMIZED
@@||clickswin.tvchoicemagazine.co.uk/assets/advertisement/ads-
*.js$domain=tvchoicemagazine.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/80273
!+ NOT_OPTIMIZED
@@||adzsafe.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=adzsafe.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/*/show_ads_impl$domain=adzsafe.com
! https://github.com/AdguardTeam/AdguardFilters/issues/80489
!+ NOT_OPTIMIZED
@@||googletagmanager.com/gtag/js$domain=eririo.club|freshi.site|srek.net|exe.app|
exey.io|linkpoi.me
! https://github.com/AdguardTeam/AdguardFilters/issues/81533
!+ NOT_OPTIMIZED
@@||googletagmanager.com/gtag/js$domain=rotana.net
! https://github.com/AdguardTeam/AdguardFilters/issues/83084
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cbs-soft.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83177
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=herokuapp.com
! https://github.com/AdguardTeam/AdguardFilters/issues/82049
!+ NOT_OPTIMIZED
@@||lootlinks.*/js/prebid-ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/77008
!+ NOT_OPTIMIZED
@@||aiarticlespinner.co^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=aiarticlespinner.co
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/*/
show_ads_impl$domain=aiarticlespinner.co
! anti-adb check-plagiarism.com
!+ NOT_OPTIMIZED
@@||check-plagiarism.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=check-
plagiarism.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=check-
plagiarism.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72691
!+ NOT_OPTIMIZED
@@||tinyppt.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tinyppt.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_*.js$domain=tinyppt.com
! https://github.com/AdguardTeam/AdguardFilters/issues/73781
!+ NOT_OPTIMIZED
@@||escapegames24.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/72221
!+ NOT_OPTIMIZED
@@||elektrikmen.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=elektrikmen.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=elektrikmen.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=elektrikmen.com
!+ NOT_OPTIMIZED
@@||elektrikmen.com/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||elektrikmen.com/wp-content/plugins/ad-inserter/images/ads.png
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=elektrikmen.com
! https://github.com/AdguardTeam/AdguardFilters/issues/72114
!+ NOT_OPTIMIZED
@@||world4.eu^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=world4.eu
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=world4.eu
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=world4.eu
!+ NOT_OPTIMIZED
@@||world4.eu/wp-content/uploads/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||world4.eu/wp-content/plugins/ad-inserter-pro/images/ads.png
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=world4.eu
! https://github.com/AdguardTeam/AdguardFilters/issues/71365
!+ NOT_OPTIMIZED
@@||inews.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/71722
!+ NOT_OPTIMIZED
@@||precursoruphill.com/*.js$domain=extreme-down.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/71605
!+ NOT_OPTIMIZED
@@||temp-phone-number.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=temp-phone-
number.com
! https://github.com/AdguardTeam/AdguardFilters/issues/71156
!+ NOT_OPTIMIZED
@@||slidesharedownloader.ngelmat.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/70364
!+ NOT_OPTIMIZED
@@||dogemate.com/assets/img/cointiply_728x90.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/70452
!+ NOT_OPTIMIZED
@@||scubidu.eu^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=scubidu.eu
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=scubidu.eu
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=scubidu.eu
!+ NOT_OPTIMIZED
@@||scubidu.eu/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||scubidu.eu/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/70405
!+ NOT_OPTIMIZED
@@||politics-dz.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=politics-dz.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=politics-dz.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=politics-dz.com
!+ NOT_OPTIMIZED
@@||politics-dz.com/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||politics-dz.com/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/70383
!+ NOT_OPTIMIZED
@@||game-owl.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=game-owl.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=game-owl.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=game-owl.com
!+ NOT_OPTIMIZED
@@||game-owl.com/wordpress/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||game-owl.com/wordpress/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/70148
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=booksrack.net
! https://github.com/AdguardTeam/AdguardFilters/issues/70082
!+ NOT_OPTIMIZED
@@||ad.a-ads.com/*?size=$domain=pentafaucet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/68815
!+ NOT_OPTIMIZED
@@||ad.a-ads.com/*?size=$domain=getitall.top
! https://github.com/AdguardTeam/AdguardFilters/issues/68913
!+ NOT_OPTIMIZED
@@||dongknows.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/85501
!+ NOT_OPTIMIZED
@@||hb.vntsm.com/v*/live/ad-manager.min.js$domain=pluspremieres.bz
!+ NOT_OPTIMIZED
@@||hb.vntsm.com/v*/live/*.enc$domain=pluspremieres.bz
! https://forum.adguard.com/index.php?threads/fantasyfootballgeek-adblock-
detect.40668/
!+ NOT_OPTIMIZED
@@||fantasyfootballgeek.co.uk^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=fantasyfootballgeek.co.uk
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=fantasyfootballgeek.co.uk
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=fantasyfootballgeek.co.uk
!+ NOT_OPTIMIZED
@@||fantasyfootballgeek.co.uk/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||fantasyfootballgeek.co.uk/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/67846
!+ NOT_OPTIMIZED
@@||lacuevadeguns.com/forum/banner.gif?|
! https://github.com/AdguardTeam/AdguardFilters/issues/67517
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=unityassets4free.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67445
!+ NOT_OPTIMIZED
@@||exbulletin.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=exbulletin.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=exbulletin.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=exbulletin.com
!+ NOT_OPTIMIZED
@@||exbulletin.com/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||exbulletin.com/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/67262
!+ NOT_OPTIMIZED
@@||apkmaza.net^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=apkmaza.net
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=apkmaza.net
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=apkmaza.net
!+ NOT_OPTIMIZED
@@||apkmaza.net/am_plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||apkmaza.net/am_plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/67068
!+ NOT_OPTIMIZED
@@||janusnotes.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=janusnotes.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=janusnotes.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=janusnotes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67069
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=clockks.com
! https://github.com/AdguardTeam/AdguardFilters/issues/67053
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bestopbook.info
! https://github.com/AdguardTeam/AdguardFilters/issues/67023
!+ NOT_OPTIMIZED
@@||k12reader.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=k12reader.com
! https://github.com/AdguardTeam/AdguardFilters/issues/66713
!+ NOT_OPTIMIZED
@@||tekfame.com^$generichide
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=tekfame.com
!+ NOT_OPTIMIZED
@@||tekfame.com/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||tekfame.com/wp-content/plugins/ad-inserter/images/ads.png
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=tekfame.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=tekfame.com
!+ NOT_OPTIMIZED
tekfame.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/66248
!+ NOT_OPTIMIZED
@@||sb.scorecardresearch.com/beacon.js
!+ NOT_OPTIMIZED
cnnturk.com##.player-warning
! https://github.com/AdguardTeam/AdguardFilters/issues/66007
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/ads$domain=next-episode.net
!+ NOT_OPTIMIZED
@@||adservice.google.com/adsid/integrator.js$domain=next-episode.net
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/ff.js$domain=next-episode.net
! https://github.com/AdguardTeam/AdguardFilters/issues/66137
!+ NOT_OPTIMIZED
@@||mbid.marfeelrev.com/hub/mbidder/adx$domain=hipertextual.com
!+ NOT_OPTIMIZED
@@||live.mrf.io/statics/marfeel/prebid-worker/webworker.js$domain=hipertextual.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65735
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=southindianactress.in
! https://github.com/AdguardTeam/AdguardFilters/issues/65346
!+ NOT_OPTIMIZED
||tinypass.com^$domain=businessinsider.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65081
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=malaysianwireless.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65006
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=downloadrepack.com
! htmlweb.ru - antiadblock
!+ NOT_OPTIMIZED
htmlweb.ru#@#div > .adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/64100
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bfas237blog.info
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_*.js$domain=bfas237blog.info
! https://github.com/AdguardTeam/AdguardFilters/issues/64001
!+ NOT_OPTIMIZED
@@||proper.io/*?proper_uid=$domain=salon.com
!+ NOT_OPTIMIZED
@@||bids.proper.io/api/bidding$domain=salon.com
!+ NOT_OPTIMIZED
@@||global.proper.io/payloads/*.js$domain=salon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/63772
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/id$domain=allywebsite.com
! https://github.com/AdguardTeam/AdguardFilters/issues/63329
!+ NOT_OPTIMIZED
2ip.io,2ip.ru#@#.advMenuTab
! https://github.com/AdguardTeam/AdguardFilters/issues/63069
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sportskeeda.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62787
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/id$xmlhttprequest,domain=bitminer.biz
! https://github.com/AdguardTeam/AdguardFilters/issues/62602
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=fshost.me
! https://github.com/AdguardTeam/AdguardFilters/issues/62554
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vidlii.com
! https://github.com/AdguardTeam/AdguardFilters/issues/62436
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=programmiedovetrovarli.it
! https://github.com/AdguardTeam/AdguardFilters/issues/62371
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=audiotag.info
! https://github.com/AdguardTeam/AdguardFilters/issues/61339
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=premid.app
! https://github.com/AdguardTeam/AdguardFilters/issues/61263
!+ NOT_OPTIMIZED
@@||mercedesclub.cz^$generichide
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=mercedesclub.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/60632
!+ NOT_OPTIMIZED
@@||dramahd.me^$generichide
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=dramahd.me
!+ NOT_OPTIMIZED
@@||dramahd.me/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||dramahd.me/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/60492
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dynast.io
! https://github.com/AdguardTeam/AdguardFilters/issues/60369
!+ NOT_OPTIMIZED
@@.gif#$domain=exambd.net
!+ NOT_OPTIMIZED
exambd.net##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/59822
!+ NOT_OPTIMIZED
@@||a2a-static-4players.act2access.com/dist/ads.js
!+ NOT_OPTIMIZED
@@||golem.de/bannertest/iqdigital/dist/show_ad.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59797
!+ NOT_OPTIMIZED
@@||biopills.net^$generichide
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=biopills.net
!+ NOT_OPTIMIZED
@@||biopills.net/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||biopills.net/wp-content/plugins/ad-inserter/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/59772
!+ NOT_OPTIMIZED
@@||malaysiastock.biz/*/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59769
!+ NOT_OPTIMIZED
@@||vi.freewheel.tv/static/creatives/fw-ad-300x250.jpg$domain=peacocktv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59607
!+ NOT_OPTIMIZED
@@||mashtips.com^$generichide
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=mashtips.com
!+ NOT_OPTIMIZED
@@||mashtips.com/wp-content/plugins/ad-inserter/images/ads.png
!+ NOT_OPTIMIZED
@@||mashtips.com/wp-content/plugins/ad-inserter/*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59414
!+ NOT_OPTIMIZED
@@||tileman.io^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/59200
!+ NOT_OPTIMIZED
@@||ask4movie.*^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/59236
!+ NOT_OPTIMIZED
@@||s.luxupcdnc.com/t/common_402.js$domain=glav.su
!+ NOT_OPTIMIZED
@@||an.yandex.ru/meta/319817$domain=glav.su
!+ NOT_OPTIMIZED
@@||an.yandex.ru/system/context.js$domain=glav.su
!+ NOT_OPTIMIZED
glav.su#@#.bl-ad
!+ NOT_OPTIMIZED
glav.su#@#.bl-ad-m
!+ NOT_OPTIMIZED
glav.su#@#.c-bl-message
! https://forum.adguard.com/index.php?threads/oneman-adblock-detect.39056/
!+ NOT_OPTIMIZED
@@||oneman.gr^$generichide
! https://forum.adguard.com/index.php?threads/talkceltic-detecting-talkceltic-
net.39047
!+ NOT_OPTIMIZED
@@||talkceltic.net/forums/js/Siropu/AM/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/58984
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=freetutorialsus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58971
!+ NOT_OPTIMIZED
@@||bigten.org/common/templates/dfp/dfp-component-template.html
! https://github.com/AdguardTeam/AdguardFilters/issues/57493#issuecomment-654985308
!+ NOT_OPTIMIZED
@@||th.thgim.com/static/js/adsframe.min.js$domain=thehindu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58337#issuecomment-652035636
!+ NOT_OPTIMIZED
||tinypass.com^$domain=oglobo.globo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58002
!+ NOT_OPTIMIZED
@@||hinjakuhonyaku.com^$generichide
!+ NOT_OPTIMIZED
@@||hinjakuhonyaku.com/wp-content/plugins/ad-inserter/
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=hinjakuhonyaku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58003
!+ NOT_OPTIMIZED
@@||wikihow.com/_ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/57648
!+ NOT_OPTIMIZED
@@||ligainsider.de/public/desktop/js/dfp.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56878
!+ NOT_OPTIMIZED
@@||haaretz.co.il^$elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/57565
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=labelotaku.com
! https://github.com/AdguardTeam/AdguardFilters/issues/57538
!+ NOT_OPTIMIZED
@@||static.fore.4pcdn.de/premium/ads/delivery/ajs.php?$domain=4players.de
! https://github.com/AdguardTeam/AdguardFilters/issues/57396
!+ NOT_OPTIMIZED
@@||parzibyte.me^$generichide
!+ NOT_OPTIMIZED
@@||parzibyte.me/blog/wp-content/plugins/ad-inserter/images/ads.png
!+ NOT_OPTIMIZED
@@||parzibyte.me/blog/wp-content/plugins/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=parzibyte.me
! https://github.com/AdguardTeam/AdguardFilters/issues/57219
!+ NOT_OPTIMIZED
canadapolicereport.ca##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/57085
!+ NOT_OPTIMIZED
@@||lapumia.org/wp-content/*/js/adblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54041
!+ NOT_OPTIMIZED
@@thalia.de/shop/*.html?pid=*&group_id=0&banner_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/56992
!+ NOT_OPTIMIZED
@@||freecoursesonline.me^$generichide
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=freecoursesonline.me
!+ NOT_OPTIMIZED
@@||freecoursesonline.me/wp-content/uploads/ad-inserter/*/*.js
!+ NOT_OPTIMIZED
@@||freecoursesonline.me/wp-content/plugins/ad-inserter-pro/images/ads.png
! https://github.com/AdguardTeam/AdguardFilters/issues/56935
!+ NOT_OPTIMIZED
@@||techadvisor.co.uk^$generichide
!+ NOT_OPTIMIZED
@@||techadvisor.co.uk/cmsdata/features/
! https://github.com/AdguardTeam/AdguardFilters/issues/74206
!+ NOT_OPTIMIZED
@@||drugs.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/56627
!+ NOT_OPTIMIZED
@@||leakite.com^$generichide
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=leakite.com
!+ NOT_OPTIMIZED
@@||cdn.shortpixel.ai/*.leakite.com/wp-content/plugins/ad-inserter/images/
ads.png$domain=leakite.com
! https://github.com/AdguardTeam/AdguardFilters/issues/56572
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=myviptuto.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55656
!+ NOT_OPTIMIZED
@@||cdn.adreda.com/native-latest.js$domain=tr.link
! https://github.com/AdguardTeam/AdguardFilters/issues/56200
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=findandfound.ga
! https://github.com/AdguardTeam/AdguardFilters/issues/55855
!+ NOT_OPTIMIZED
@@||cdnjs.cloudflare.com/ajax/libs/fingerprintjs2/2.0.6/
fingerprint2.min.js$domain=nightfallnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55724
!+ NOT_OPTIMIZED
@@||0123movies.com^$generichide
!+ NOT_OPTIMIZED
@@||hqq.tv/js/adv/ads.js
!+ NOT_OPTIMIZED
@@||hqq.tv/js/adv/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/55972
!+ NOT_OPTIMIZED
@@||musicradar.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55971
!+ NOT_OPTIMIZED
dropgalaxy.com##.adsbygoogle
!+ NOT_OPTIMIZED
@@||dropgalaxy.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dropgalaxy.com
!+ NOT_OPTIMIZED
@@||static.popads.net/img/logo.png$domain=dropgalaxy.com
!+ NOT_OPTIMIZED
@@||tpc.googlesyndication.com/simgad/$domain=dropgalaxy.com
!+ NOT_OPTIMIZED
@@||adspace.pro/*.jpg$domain=dropgalaxy.com
!+ NOT_OPTIMIZED
@@||cadsecs.com/*.js$domain=dropgalaxy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55662
!+ NOT_OPTIMIZED
@@||greensboro.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55945
!+ NOT_OPTIMIZED
@@||mbid.marfeelrev.com/hub/mbidder/adx$domain=simpleflying.com
!+ NOT_OPTIMIZED
@@||live.mrf.io/statics/marfeel/prebid-worker/webworker.js$domain=simpleflying.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55767
!+ NOT_OPTIMIZED
@@||haaretz.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55510
!+ NOT_OPTIMIZED
@@||sms24.me^$generichide
!+ NOT_OPTIMIZED
sms24.me##div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/55739
!+ NOT_OPTIMIZED
@@||jetphotos.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55755
!+ NOT_OPTIMIZED
@@||agxapks.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/55196
!+ NOT_OPTIMIZED
||energeticladybug.com^$script,domain=practicalclinicalskills.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55366
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=plagiarismdetector.net
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl_*.js$domain=plagiarismdetector.net
! https://github.com/AdguardTeam/AdguardFilters/issues/55580
! https://github.com/AdguardTeam/AdguardFilters/issues/55121
!+ NOT_OPTIMIZED
@@||assets.revcontent.com/master/delivery.js$domain=mp4upload.com
!+ NOT_OPTIMIZED
@@||direct.apus.tech/inlive/www/delivery/*.html$domain=mp4upload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54644
! https://github.com/AdguardTeam/AdguardFilters/issues/54741
!+ NOT_OPTIMIZED
@@||unreshiramor.com/*/|$domain=animeheaven.ru|disneyplayvn.net
!+ NOT_OPTIMIZED
@@||iamcdn.net/players/ads.watch.js$domain=animeheaven.ru|disneyplayvn.net
! https://github.com/AdguardTeam/AdguardFilters/issues/54679
!+ NOT_OPTIMIZED
@@||wstream.video/js/popunder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54532
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techably.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54508
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=prepostseo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54426
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=runmods.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54244
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dutchycorp.ovh
! https://github.com/AdguardTeam/AdguardFilters/issues/54225
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=nieuwsblad.be
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=nieuwsblad.be
! https://github.com/AdguardTeam/AdguardFilters/issues/54090
!+ NOT_OPTIMIZED
forbes.com#@#.ADBAR
!+ NOT_OPTIMIZED
forbes.com#@#.AD_area
!+ NOT_OPTIMIZED
forbes.com#@#.AD_underpost
!+ NOT_OPTIMIZED
forbes.com#@#.AD_MOVIE_ITEMROW
!+ NOT_OPTIMIZED
forbes.com#@#.AD_MOVIE_ITEM
!+ NOT_OPTIMIZED
forbes.com#@#.ADTop
!+ NOT_OPTIMIZED
forbes.com#@#.ADInfo
!+ NOT_OPTIMIZED
forbes.com#@#.ADFooter
!+ NOT_OPTIMIZED
forbes.com#@#.AD300x250A
!+ NOT_OPTIMIZED
forbes.com#@#.AD-RC-300x250
!+ NOT_OPTIMIZED
forbes.com#@#.AD-POST
!+ NOT_OPTIMIZED
forbes.com#@#.AD300
!+ NOT_OPTIMIZED
forbes.com#@#.AD355125
!+ NOT_OPTIMIZED
forbes.com#@#.AD300x600-wrapper
!+ NOT_OPTIMIZED
forbes.com#@#.AD300x250
!+ NOT_OPTIMIZED
forbes.com#@#.AD300Block
!+ NOT_OPTIMIZED
forbes.com#@#.AD-label300x250
!+ NOT_OPTIMIZED
forbes.com#@#.AD-Rotate
! https://github.com/AdguardTeam/AdguardFilters/issues/54097
!+ NOT_OPTIMIZED
@@||rutab.net/html/js/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/54079
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bleachmx.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/53879
!+ NOT_OPTIMIZED
@@||tomshw.it^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/53664
!+ NOT_OPTIMIZED
@@||dreamdth.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/53600
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=akunssh.net
! https://github.com/AdguardTeam/AdguardFilters/issues/53640
!+ NOT_OPTIMIZED
@@||yourdictionary.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/53430
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ilovephd.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53394
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=akinator.mobi|
akinator.com
! https://github.com/AdguardTeam/AdguardFilters/issues/53586
!+ NOT_OPTIMIZED
dogemate.com#@##ad-banner:not([style="height: 5px; width: 5px; position: absolute;
top: 0;"]):not([style*="width: 1px;"])
!+ NOT_OPTIMIZED
dogemate.com#@#.ad-banner:not([style="height: 5px; width: 5px; position: absolute;
top: 0;"]):not(.blocker-tester + .ad-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/53106
!+ NOT_OPTIMIZED
@@||a.exosrv.com/ads.js$domain=javtiful.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52976
!+ NOT_OPTIMIZED
@@||journaldemontreal.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/52702
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=podu.me
! https://github.com/AdguardTeam/AdguardFilters/issues/52370
!+ NOT_OPTIMIZED
@@*$image,domain=hardwareluxx.de,~third-party
! gamemag.ru - antiadblock
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/id$xmlhttprequest,domain=gamemag.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/52351
!+ NOT_OPTIMIZED
@@||sunherald.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/50702#issuecomment-604475507
!+ NOT_OPTIMIZED
@@||latimes.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/52257
!+ NOT_OPTIMIZED
@@||lifestyle.bg^$generichide
!+ NOT_OPTIMIZED
@@||money.bg^$generichide
!+ NOT_OPTIMIZED
@@||news.bg^$generichide
!+ NOT_OPTIMIZED
@@||topsport.bg^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/53880
!+ NOT_OPTIMIZED
thelayoff.com##body > div[style*="position: fixed;"][style*="width: 100%; height:
100%;"][style*="z-index:"]
!+ NOT_OPTIMIZED
thelayoff.com##.alert-danger
! https://github.com/AdguardTeam/AdguardFilters/issues/52114
!+ NOT_OPTIMIZED
@@||allmusic.com/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/52117
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=freecoursesonline.me
! https://github.com/AdguardTeam/AdguardFilters/issues/52020
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=sna3talaflam.com
! https://github.com/AdguardTeam/AdguardFilters/issues/51708
!+ NOT_OPTIMIZED
@@||elmundo.es^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/51401
!+ NOT_OPTIMIZED
@@||q32.ru/themes/default/reklama/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51509
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=onehack.us
! https://github.com/AdguardTeam/AdguardFilters/issues/51257
!+ NOT_OPTIMIZED
m.haberler.com##.swiper-slide > a.rekkklam ~ div
! https://github.com/AdguardTeam/AdguardFilters/issues/50983
!+ NOT_OPTIMIZED
@@||miaminewtimes.com/js_cache/ads.js
! salon.com - adblock on article
!+ NOT_OPTIMIZED
@@||global.proper.io/salon.min.js$domain=salon.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50811
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=ujszo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50089
!+ NOT_OPTIMIZED
@@||iamcdn.net/players/ads.js$script,domain=watchcartoonsonline.biz
! https://github.com/AdguardTeam/AdguardFilters/issues/49833#issuecomment-592652930
!+ NOT_OPTIMIZED
@@||marca.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/50511
!+ NOT_OPTIMIZED
@@||feboni.info/*.js$domain=thehouseofportable.com
!+ NOT_OPTIMIZED
@@/favicon.ico$third-party,domain=thehouseofportable.com
!+ NOT_OPTIMIZED
@@||adservice.google.*/adsid/integrator.js$domain=thehouseofportable.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50629
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=md5hashing.net
! https://github.com/AdguardTeam/AdguardFilters/issues/50434
!+ NOT_OPTIMIZED
@@||kansascity.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/50548
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=almezoryae.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49874
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kimochi.info
! https://github.com/AdguardTeam/AdguardFilters/issues/50179
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tunein.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49897
!+ NOT_OPTIMIZED
@@||cdn.intergi.com/*/js/libs/cmg-prebid-*.new.js$domain=coolmathgames.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50013
!+ NOT_OPTIMIZED
@@||strangermeetup.com/content/Scripts/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49956
!+ NOT_OPTIMIZED
@@||cdn.concert.io/lib/concert-ads/*-latest/concert_ads.js$domain=vox.com
!+ NOT_OPTIMIZED
@@||cdn.vox-cdn.com/packs/concert_ads-
! https://github.com/AdguardTeam/AdguardFilters/issues/49493
!+ NOT_OPTIMIZED
@@||nulled.ink^$generichide
!+ NOT_OPTIMIZED
@@||nulled.ink/js/*/popunder*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49709
!+ NOT_OPTIMIZED
@@||yorumbudur.com/*/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49651
!+ NOT_OPTIMIZED
kitsapsun.com#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/49667
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=softwarecrackguru.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49505
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dr-farfar.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49331
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tarkov-market.ru|
tarkov-market.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49316
!+ NOT_OPTIMIZED
@@||customgames.ru/forum/js/*/ads.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49305
!+ NOT_OPTIMIZED
digitalcameraworld.com#@#.googleAd
! https://github.com/AdguardTeam/AdguardFilters/issues/49290
!+ NOT_OPTIMIZED
@@||avforums.com^$generichide
!+ NOT_OPTIMIZED
avforums.com##.adHeader
! https://github.com/AdguardTeam/AdguardFilters/issues/47499
!+ NOT_OPTIMIZED
@@||macwelt.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/49176
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=rimworldbase.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49087
!+ NOT_OPTIMIZED
lcsun-news.com#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/48964
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=seo-visit.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48940
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=mitele.es
! https://github.com/AdguardTeam/AdguardFilters/issues/48857
!+ NOT_OPTIMIZED
@@||gputracker.eu/js/ads-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48715
!+ NOT_OPTIMIZED
@@||gigaho.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gigaho.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48665
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=asia-mag.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48598
!+ NOT_OPTIMIZED
@@||nik-ser.at.ua/js/pagead2.ads.js$domain=remont-aud.net
! https://github.com/AdguardTeam/AdguardFilters/issues/48614
!+ NOT_OPTIMIZED
@@||adservice.google.com.tr/adsid/integrator.js$domain=playhub.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47903
!+ NOT_OPTIMIZED
@@||theverge.com/*/*/*/*/*-*-
! https://github.com/AdguardTeam/AdguardFilters/issues/48226
!+ NOT_OPTIMIZED
@@||mtlblog.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/48211
!+ NOT_OPTIMIZED
@@||dloady.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/64900
!+ NOT_OPTIMIZED
||usgamer.net/static/scripts/musgamer-fsm.js
! https://github.com/AdguardTeam/AdguardFilters/issues/47361
!+ NOT_OPTIMIZED
@@||static.criteo.net/images/pixel.gif$domain=diariodenavarra.es
! https://github.com/AdguardTeam/AdguardFilters/issues/46935
!+ NOT_OPTIMIZED
@@||zlavomat.sk/akcia^
! fix showjet.ru player on myshows.me
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=myshows.me
! https://github.com/AdguardTeam/AdguardFilters/issues/46639
!+ NOT_OPTIMIZED
||nullnorth.com^$domain=simpleflying.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46252
!+ NOT_OPTIMIZED
@@||modhoster.de/assets/advertisement-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/46227
!+ NOT_OPTIMIZED
@@||hentaivideo.tv/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/77887
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=insidertracking.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46136
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=fcportables.com
! https://github.com/AdguardTeam/AdguardFilters/issues/46100
!+ NOT_OPTIMIZED
@@||nitropay.com/ads-*.js$domain=duellinksmeta.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45985
!+ NOT_OPTIMIZED
@@||ftc.gov/news-events/media-resources^
! https://github.com/AdguardTeam/AdguardFilters/issues/45565
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=webphanmem.com
! https://github.com/AdguardTeam/AdguardFilters/issues/45418
!+ NOT_OPTIMIZED
@@||bcrams.com/common/templates/dfp/
! https://github.com/AdguardTeam/AdguardFilters/issues/45129
!+ NOT_OPTIMIZED
@@||gousfbulls.com/common/templates/dfp/dfp-component-template.html
! https://github.com/AdguardTeam/AdguardFilters/issues/45187
!+ NOT_OPTIMIZED
@@||ams.cdn.arkadiumhosted.com/advertisement/display/stable/display-
ads.js$domain=games.latimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44742
!+ NOT_OPTIMIZED
||golem.de/staticrl/scripts/amain.js.php
! https://github.com/AdguardTeam/AdguardFilters/issues/45031
!+ NOT_OPTIMIZED
@@||meteomedia.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/44730
!+ NOT_OPTIMIZED
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/
fuckadblock.min.js$domain=yusepjaelani.blogspot.com
!+ NOT_OPTIMIZED
yusepjaelani.blogspot.com#@#.adsShield
!+ NOT_OPTIMIZED
yusepjaelani.blogspot.com#@##adcontent
! https://github.com/AdguardTeam/AdguardFilters/issues/44510
!+ NOT_OPTIMIZED
@@||cdn.gatehousemedia.com/gh-sites/global/ads/ads.js
!+ NOT_OPTIMIZED
@@||googletagservices.com/tag/js/gpt.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44488
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=fullhdfilmdeposu.com
! basicweb.ru - antiadblock notice
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=basicweb.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/43790
!+ NOT_OPTIMIZED
@@||static.criteo.net/js/px.js^$domain=techobest.com
!+ NOT_OPTIMIZED
@@||cas.criteo.com/delivery/ajs.php^$domain=techobest.com
!+ NOT_OPTIMIZED
@@||techobest.com^$generichide
!+ NOT_OPTIMIZED
techobest.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/44066
!+ NOT_OPTIMIZED
@@||rcsobjects.it/rcs_data-tracking/v*/distro/openx/gazzetta/
openx_async.js$domain=gazzetta.it
! https://github.com/AdguardTeam/AdguardFilters/issues/44070
!+ NOT_OPTIMIZED
t3n.de#@##adsbox
! https://github.com/AdguardTeam/AdguardFilters/issues/43639
!+ NOT_OPTIMIZED
hentaidude.com#@#.adsArea
! https://github.com/AdguardTeam/AdguardFilters/issues/43640
!+ NOT_OPTIMIZED
@@||pornxxx.tv/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43231
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=teemo.gg
! https://github.com/AdguardTeam/AdguardFilters/issues/42885
!+ NOT_OPTIMIZED
@@||greekmythology.com/*/eros.html
! https://github.com/AdguardTeam/AdguardFilters/issues/42043
!+ NOT_OPTIMIZED
||youporn.com^$script,subdocument,domain=youporn.com|youporngay.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/38657
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.pub_300x250
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.pub_300x250m
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.pub_728x90
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.text-ad
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.text-ad-links
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.text-ads
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.textAd
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.text_ad
!+ NOT_OPTIMIZED
aioboot.com,dist-
tutor.info,investmentwatchblog.com,life.ru,1000ps.de,abw.by,abw.ru,americanlookout.
com,androidcentral.com,arstechnica.com,atwiki.jp,audio-cutter.com,audio-
joiner.com,autocar.co.uk,novy.tv,blackdesertbase.ru,bloomberg.com,bold.dk,bootcampd
rivers.freeforums.net,closermag.fr,convert-video-
online.com,csdn.net,dailyherald.com,diffnow.com,downloadgamexbox.com,estrepublicain
.fr,extract.me,fightnews.info,filmtotaal.nl,flashgames.ru,flightaware.com,forexpeac
earmy.com,foros.3dgames.com.ar,fourtoutici.top,fourtoutici.xyz,freegfxdownload.com,
getgreenshot.org,goducks.com,greenbayphoenix.com,imore.com,independent.co.uk,iphone
soft.fr,kshowonline.com,lalsace.fr,lifehack.org,likuoo.video,megagames.com,mel.fm,m
ikrobitti.fi,modelist-
konstruktor.com,mp3cut.net,mp3cut.ru,msueagles.com,naturallycurly.com,ncaa.com,newk
aliningrad.ru,nv-online.info,nzz.ch,observador.pt,online-audio-
converter.com,online-video-cutter.com,online-voice-
recorder.com,onwardstate.com,orlygift.com,outschool.com,peers.tv,photoreview.com.au
,phpscripttr.com,pixiz.com,pokehuntr.com,postandcourier.com,pr-
cy.ru,pri.org,proboards.com,professorweb.ru,radioforest.net,randaris-
anime.net,republicain-
lorrain.fr,returnofreckoning.com,saveur.com,sbs.com.au,semantic-
ui.com,shlyahten.ru,shopback.com.au,sme.sk,swatchseries.to,theland.com.au,thesenior
.com.au,thestar.co.uk,thurrott.com,tideschart.com,tmohentai.com,todayinliege.be,top
sante.com,tsn.ua,tumangaonline.com,umterps.com,vosgesmatin.fr,webcamera.io,wesh.com
,windowscentral.com,xataka.com,xnxx.com,zerohedge.com#@#.text_ads
!
! https://github.com/AdguardTeam/AdguardFilters/issues/41324
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=nsfw247.to
! https://github.com/AdguardTeam/AdguardFilters/issues/41057
!+ NOT_OPTIMIZED
coachmag.co.uk#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/41381
!+ NOT_OPTIMIZED
@@||ligainsider.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/40401
!+ NOT_OPTIMIZED
@@||mangacanblog.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/40813
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=unlockapk.com
! https://github.com/AdguardTeam/AdguardFilters/issues/40426
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=stellarfaucet.info
! https://github.com/AdguardTeam/AdguardFilters/issues/40260
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=kharisma-
adzana.blogspot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39754
!+ NOT_OPTIMIZED
@@||volvo-club.cz^$generichide
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=volvo-club.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/39709
!+ NOT_OPTIMIZED
@@||10play.com.au/static/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39588
!+ NOT_OPTIMIZED
tvtropes.org##div[style*="z-index: 100001;"][style*="position: fixed;"]
! https://github.com/AdguardTeam/AdguardFilters/issues/39844
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=macddl.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39745
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$domain=download.shareappscrack.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39576
!+ NOT_OPTIMIZED
@@||camera.aeonax.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=camera.aeonax.com
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/html/r*/
zrt_lookup.html$domain=camera.aeonax.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/r*/
show_ads_impl.js$domain=camera.aeonax.com
!+ NOT_OPTIMIZED
@@||googleads.g.doubleclick.net/pagead/ads?client=ca-pub-$domain=camera.aeonax.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39112
!+ NOT_OPTIMIZED
@@||google-analytics.com/gtm/js?id=$domain=theverge.com
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=theverge.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39305
!+ NOT_OPTIMIZED
||northumberlandgazette.co.uk/_build/dirty-amp.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/39361
!+ NOT_OPTIMIZED
abc.es#@#.div-gpt-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/74902
!+ NOT_OPTIMIZED
@@||robot-forum.com^$generichide
!+ NOT_OPTIMIZED
@@||robot-forum.com/*/adsbygoogle.js$domain=robot-forum.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39298
!+ NOT_OPTIMIZED
@@||lavoz.com.ar^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/39110
!+ NOT_OPTIMIZED
@@||ad.doubleclick.net/ddm/$domain=prad.de
!+ NOT_OPTIMIZED
@@||prad.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/pull/38506
! https://github.com/AdguardTeam/AdguardFilters/issues/44033
!+ NOT_OPTIMIZED
@@||ddnk.advertur.ru/*/loader.js$domain=zoobusiness.kiev.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/39117
!+ NOT_OPTIMIZED
@@||riwkus.pro^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/38816
!+ NOT_OPTIMIZED
@@||freshmms.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/38905
!+ NOT_OPTIMIZED
@@||iconmonstr.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/38249
!+ NOT_OPTIMIZED
@@||thesaurus.com/assets/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38397
!+ NOT_OPTIMIZED
denofgeek.com#@#.plainAd
! https://github.com/AdguardTeam/AdguardFilters/issues/36644
!+ NOT_OPTIMIZED
@@||nu.nl/static/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38789
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=tvfeed.in
! https://github.com/AdguardTeam/AdguardFilters/issues/19960
!+ NOT_OPTIMIZED
@@||bolgegundem.com/s/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36088
!+ NOT_OPTIMIZED
@@||piratedhub.com^$generichide
! ! https://github.com/AdguardTeam/AdguardFilters/issues/35046
!+ NOT_OPTIMIZED
@@||rp5.by^$generichide
!+ NOT_OPTIMIZED
@@||rp5.kz^$generichide
!+ NOT_OPTIMIZED
@@||rp5.ru^$generichide
!+ NOT_OPTIMIZED
@@||rp5.ua^$generichide
!+ NOT_OPTIMIZED
@@||rp5.co.uk^$generichide
!+ NOT_OPTIMIZED
@@||rp5.md^$generichide
!+ NOT_OPTIMIZED
rp5.by,rp5.kz,rp5.ru,rp5.ua,rp5.co.uk,rp5.md#@#.adslot_1
!+ NOT_OPTIMIZED
@@||m.rp5.*/mobile/scripts/adtop.js$domain=m.rp5.ru|m.rp5.by|m.rp5.kz|rp5.co.uk|
rp5.md
!+ NOT_OPTIMIZED
@@||m.rp5.*/mobile/scripts/adblocker.js$domain=m.rp5.ru|m.rp5.by|m.rp5.kz|
rp5.co.uk|rp5.md
! https://github.com/AdguardTeam/AdguardFilters/issues/34414
!+ NOT_OPTIMIZED
@@||tagblatt.ch^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/32068
!+ NOT_OPTIMIZED
@@||bankomap.com.ua^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bankomap.com.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/30901
!+ NOT_OPTIMIZED
@@||eurogamer.pt^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/78471
!+ NOT_OPTIMIZED
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=venge.io
! https://github.com/AdguardTeam/AdguardFilters/issues/21710
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3_debug.js$domain=maxpreps.com
! https://github.com/AdguardTeam/AdguardFilters/issues/18965
!+ NOT_OPTIMIZED
@@||hdliveextra-a.akamaihd.net/*/config/ads.js$domain=nbcsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19624
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=247sports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16055
!+ NOT_OPTIMIZED
@@||pe.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/15534
!+ NOT_OPTIMIZED
@@||onitube.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13148
!+ NOT_OPTIMIZED
techbii.com##.herald-ad
!+ NOT_OPTIMIZED
@@||techbii.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/13056
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=itprotoday.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12215
!+ NOT_OPTIMIZED
@@||tubeland.site^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12197
!+ NOT_OPTIMIZED
@@||teutorrent.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12188
!+ NOT_OPTIMIZED
lep.co.uk##.leaderboard-ad
!+ NOT_OPTIMIZED
@@||lep.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12148
!+ NOT_OPTIMIZED
@@||cracxsoftwares.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/12042
!+ NOT_OPTIMIZED
@@||layer13.net^$generichide
!+ NOT_OPTIMIZED
@@||leechall.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11644
!+ NOT_OPTIMIZED
@@||caravaning.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11558
!+ NOT_OPTIMIZED
open-live.org##.adsbygoogle
!+ NOT_OPTIMIZED
@@||open-live.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11254
!+ NOT_OPTIMIZED
@@||360kora.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11259
!+ NOT_OPTIMIZED
@@||gratismas.org^$generichide
!+ NOT_OPTIMIZED
gratismas.org##div[id*="ScriptRoot"]
! https://github.com/AdguardTeam/AdguardFilters/issues/11257
!+ NOT_OPTIMIZED
@@||mangarock.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/11160
!+ NOT_OPTIMIZED
@@||pastpapers.papacambridge.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10999
!+ NOT_OPTIMIZED
@@||camhue.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10872
!+ NOT_OPTIMIZED
@@||lubetube.com^$generichide
!+ NOT_OPTIMIZED
lubetube.com##.sidead
!+ NOT_OPTIMIZED
@@/favicon.ico$domain=lubetube.com
! https://github.com/AdguardTeam/AdguardFilters/issues/10880
!+ NOT_OPTIMIZED
@@||sgxnifty.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10804
!+ NOT_OPTIMIZED
manta.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/10728
!+ NOT_OPTIMIZED
@@||pressgazette.co.uk^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/10729
!+ NOT_OPTIMIZED
@@||boxwares.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9970
!+ NOT_OPTIMIZED
@@||alts4free.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9965
!+ NOT_OPTIMIZED
@@||firmgoogle.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9832
!+ NOT_OPTIMIZED
@@||asianovel.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9833
!+ NOT_OPTIMIZED
@@||food-tiger.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9552
!+ NOT_OPTIMIZED
@@||uploadedpremiumlink.xyz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9534
!+ NOT_OPTIMIZED
pallok.com##.adsbygoogle
!+ NOT_OPTIMIZED
@@||pallok.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9170
!+ NOT_OPTIMIZED
@@||embed.kijk.nl^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9110
!+ NOT_OPTIMIZED
@@||businessvoip.me^$generichide
!+ NOT_OPTIMIZED
businessvoip.me##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/9019
!+ NOT_OPTIMIZED
italiashare.life##.bforum > #___gcse_0 + div[align="center"]:not([id]):not([class])
!+ NOT_OPTIMIZED
@@||italiashare.life^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8800
!+ NOT_OPTIMIZED
@@||play.anghami.com^$generichide
!+ NOT_OPTIMIZED
play.anghami.com##.header-banner
!+ NOT_OPTIMIZED
play.anghami.com##.content > .mpu
! https://github.com/AdguardTeam/AdguardFilters/issues/8696
!+ NOT_OPTIMIZED
@@||smslisten.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8695
!+ NOT_OPTIMIZED
@@||smsreceiving.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8653
!+ NOT_OPTIMIZED
@@||sabishiidesu.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8476
!+ NOT_OPTIMIZED
@@||freebitcoin.win^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8442
!+ NOT_OPTIMIZED
@@||coinpot.win^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/8455
!+ NOT_OPTIMIZED
@@||opensnow.com/js/fuckadblock.js
!+ NOT_OPTIMIZED
@@||opensnow.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5314
!+ NOT_OPTIMIZED
@@||jilhub.xyz^$generichide
! https://forum.adguard.com/index.php?threads/clkmein-com.22184/
!+ NOT_OPTIMIZED
@@||clkmein.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5090
!+ NOT_OPTIMIZED
@@||arkforum.de^$generichide
! https://forum.adguard.com/index.php?threads/22031/
!+ NOT_OPTIMIZED
@@||appdrop.net^$generichide
! https://forum.adguard.com/index.php?threads/22030/
!+ NOT_OPTIMIZED
@@||chelsea24news.pl^$generichide
! https://forum.adguard.com/index.php?threads/pikio-pl.22007/
!+ NOT_OPTIMIZED
@@||pikio.pl^$generichide
! https://forum.adguard.com/index.php?threads/hiding-the-use-of-adguard.21983/
#post-138159
!+ NOT_OPTIMIZED
@@||gestyy.com^$generichide
! https://forum.adguard.com/index.php?threads/motorradonline-de.21544/
!+ NOT_OPTIMIZED
motorradonline.de#@#.mps-banner
!+ NOT_OPTIMIZED
@@||motorradonline.de^$generichide
! https://forum.adguard.com/index.php?threads/21564/
!+ NOT_OPTIMIZED
@@||it-times.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4920
!+ NOT_OPTIMIZED
mathb-ege.sdamgia.ru##.content >div[style="margin-bottom:20px"] >
div[style="width:728px;margin:auto"]+div
! https://github.com/AdguardTeam/AdguardFilters/issues/4906
!+ NOT_OPTIMIZED
@@||mobilesringtones.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4899
!+ NOT_OPTIMIZED
@@||susutin.com^$generichide
! https://forum.adguard.com/index.php?threads/deezer-com-antiadblock.21269/
!+ NOT_OPTIMIZED
@@||deezer.com^$generichide
! Graphiq owned sites https://forum.adguard.com/index.php?threads/planes-axlegeeks-
com.21241/
!+ NOT_OPTIMIZED
@@||s.graphiq.com/ad?_
!+ NOT_OPTIMIZED
@@||doubleclick.net/gpt/pubads_impl_$domain=corporate.com|findthebest.com|
findthecompany.com|findthedata.com|platform.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4889
!+ NOT_OPTIMIZED
@@||studychacha.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4767
! https://forum.adguard.com/index.php?threads/20240/
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=broadbandforum.co
!+ NOT_OPTIMIZED
@@||broadbandforum.co$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/4423
!+ NOT_OPTIMIZED
@@||xpicw.top/*.js$script
!+ NOT_OPTIMIZED
@@||xpicw.top/ajax/
! https://forum.adguard.com/index.php?threads/jkwaveblog-com.19449/
!+ NOT_OPTIMIZED
@@||jkwaveblog.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3680
!+ NOT_OPTIMIZED
@@||mackungfu.org$generichide
! https://forum.adguard.com/index.php?threads/www-lesechos-fr.15718/
!+ NOT_OPTIMIZED
@@||lesechos.com/*/dfp.js^
! https://forum.adguard.com/index.php?threads/15039/
!+ NOT_OPTIMIZED
@@||lesinrocks.com^$generichide
!***
!* impspcabe clickunder
!+ NOT_OPTIMIZED
@@/path/ads/ads.js|
!+ NOT_OPTIMIZED
@@||bambergerkennanchitinous.com/.adframesrc.
!+ NOT_OPTIMIZED
@@||adsrvgateway.com/.adframesrc.
!+ NOT_OPTIMIZED
@@||imprisonemblemhoosier.com/path/ads/ads.js
!+ NOT_OPTIMIZED
@@||requiredcollectfilm.info/path/ads/ads.js
!+ NOT_OPTIMIZED
@@||linoleictanzaniatitanic.com/path/ads/ads.js
!+ NOT_OPTIMIZED
@@.adframesrc.$domain=soundpark.pw|hentai-id.tv|convertfiles.com|bravoerotica.com
!+ NOT_OPTIMIZED
@@/ads/ad$domain=pipec.ru|xyya.net|vidzi.tv
!+ NOT_OPTIMIZED
@@.adcenter.$domain=mcfucker.com|losmovies.club|subs.ro
!+ NOT_OPTIMIZED
@@||doodhwali.com^$generichide
!+ NOT_OPTIMIZED
@@||deutsche-porn.com^$generichide
!+ NOT_OPTIMIZED
@@||convertfiles.com^$generichide
!+ NOT_OPTIMIZED
@@||soundpark.pw^$generichide
!+ NOT_OPTIMIZED
@@||mcfucker.com$generichide
!+ NOT_OPTIMIZED
@@||losmovies.club^$generichide
!+ NOT_OPTIMIZED
@@||vidzi.tv^$generichide
!+ NOT_OPTIMIZED
@@||pipec.ru^$generichide
!+ NOT_OPTIMIZED
@@||pandamovie.net^$generichide
!+ NOT_OPTIMIZED
@@||xyya.net^$generichide
!+ NOT_OPTIMIZED
@@||subs.ro^$generichide
!+ NOT_OPTIMIZED
@@||hentai-id.tv^$generichide
!+ NOT_OPTIMIZED
@@||bravoerotica.com^$generichide
!*
!***
!
! wordpress theme https://mythemeshop.com/themes/ad-sense/
!+ NOT_OPTIMIZED
@@||adisteme.kz^$generichide
!+ NOT_OPTIMIZED
@@||adobevn.net^$generichide
!+ NOT_OPTIMIZED
@@||aggressivecars.com^$generichide
!+ NOT_OPTIMIZED
@@||allbluevr.com^$generichide
!+ NOT_OPTIMIZED
@@||androidcrush.com^$generichide
!+ NOT_OPTIMIZED
@@||applosungen.com^$generichide
!+ NOT_OPTIMIZED
@@||appluseis.com^$generichide
!+ NOT_OPTIMIZED
@@||awamiweb.com^$generichide
!+ NOT_OPTIMIZED
@@||besthealthyguide.com^$generichide
!+ NOT_OPTIMIZED
@@||bhookedcrochet.com^$generichide
!+ NOT_OPTIMIZED
@@||biochemden.com^$generichide
!+ NOT_OPTIMIZED
@@||bloggingden.com^$generichide
!+ NOT_OPTIMIZED
@@||braininspired.net^$generichide
!+ NOT_OPTIMIZED
@@||business-solution.us^$generichide
!+ NOT_OPTIMIZED
@@||carajuki.com^$generichide
!+ NOT_OPTIMIZED
@@||carapraktis.info^$generichide
!+ NOT_OPTIMIZED
@@||caratulasparacuadernos.com^$generichide
!+ NOT_OPTIMIZED
@@||catchmyjobs.com^$generichide
!+ NOT_OPTIMIZED
@@||ccna6.com^$generichide
!+ NOT_OPTIMIZED
@@||ccnav6.com^$generichide
!+ NOT_OPTIMIZED
@@||cineview.me^$generichide
!+ NOT_OPTIMIZED
@@||circuiteasy.com^$generichide
!+ NOT_OPTIMIZED
@@||conspatriot.com^$generichide
!+ NOT_OPTIMIZED
@@||dailyhealthkeeper.com^$generichide
!+ NOT_OPTIMIZED
@@||darmawan.my.id^$generichide
!+ NOT_OPTIMIZED
@@||dayoadetiloye.com^$generichide
!+ NOT_OPTIMIZED
@@||detutorial.com^$generichide
!+ NOT_OPTIMIZED
@@||diedit.com^$generichide
!+ NOT_OPTIMIZED
@@||dollsnews.com^$generichide
!+ NOT_OPTIMIZED
@@||dormir-moins-bete.com^$generichide
!+ NOT_OPTIMIZED
@@||download-album.com^$generichide
!+ NOT_OPTIMIZED
@@||duniaq.com^$generichide
!+ NOT_OPTIMIZED
@@||espiaresgratis.com^$generichide
!+ NOT_OPTIMIZED
@@||everythingsohealth.com^$generichide
!+ NOT_OPTIMIZED
@@||freesmshub.com^$generichide
!+ NOT_OPTIMIZED
@@||gamingguidetips.com^$generichide
!+ NOT_OPTIMIZED
@@||geekpeaksoftware.com^$generichide
!+ NOT_OPTIMIZED
@@||gennarino.org^$generichide
!+ NOT_OPTIMIZED
@@||gratiserotik.se^$generichide
!+ NOT_OPTIMIZED
@@||healthspiritbody.com^$generichide
!+ NOT_OPTIMIZED
@@||healthytotal.net^$generichide
!+ NOT_OPTIMIZED
@@||healthzone.tips^$generichide
!+ NOT_OPTIMIZED
@@||hightechbuzz.net^$generichide
!+ NOT_OPTIMIZED
@@||horamerica.com^$generichide
!+ NOT_OPTIMIZED
@@||howtorootmobile.com^$generichide
!+ NOT_OPTIMIZED
@@||inmigrantesenmadrid.com^$generichide
!+ NOT_OPTIMIZED
@@||insurancequotestip.com^$generichide
!+ NOT_OPTIMIZED
@@||kampusexcel.com^$generichide
!+ NOT_OPTIMIZED
@@||kimdirbu.com^$generichide
!+ NOT_OPTIMIZED
@@||lahuria.com^$generichide
!+ NOT_OPTIMIZED
@@||laivanduc.com^$generichide
!+ NOT_OPTIMIZED
@@||langsungviral.com^$generichide
!+ NOT_OPTIMIZED
@@||learn-automation.com^$generichide
!+ NOT_OPTIMIZED
@@||lifeblogid.com^$generichide
!+ NOT_OPTIMIZED
@@||liriklaguindonesia.net^$generichide
!+ NOT_OPTIMIZED
@@||lotsofhealthy.com^$generichide
!+ NOT_OPTIMIZED
@@||martketingdigital.com^$generichide
!+ NOT_OPTIMIZED
@@||masterdrivers.com^$generichide
!+ NOT_OPTIMIZED
@@||mjemagazine.com^$generichide
!+ NOT_OPTIMIZED
@@||mobilehardreset.com^$generichide
!+ NOT_OPTIMIZED
@@||mobilesreview.co.in^$generichide
!+ NOT_OPTIMIZED
@@||mstory.me^$generichide
!+ NOT_OPTIMIZED
@@||mypapercraft.net^$generichide
!+ NOT_OPTIMIZED
@@||mysemakan.com^$generichide
!+ NOT_OPTIMIZED
@@||newmoviesfun.com^$generichide
!+ NOT_OPTIMIZED
@@||nicecarsinfo.com^$generichide
!+ NOT_OPTIMIZED
@@||ofertasahora.com^$generichide
!+ NOT_OPTIMIZED
@@||onlinehealthsociety.com^$generichide
!+ NOT_OPTIMIZED
@@||orduh.com^$generichide
!+ NOT_OPTIMIZED
@@||organichealthcorner.com^$generichide
!+ NOT_OPTIMIZED
@@||otimundo.com^$generichide
!+ NOT_OPTIMIZED
@@||ovnihoje.com^$generichide
!+ NOT_OPTIMIZED
@@||parhaye.com^$generichide
!+ NOT_OPTIMIZED
@@||pointsrecipes.com^$generichide
!+ NOT_OPTIMIZED
@@||prdnews.com^$generichide
!+ NOT_OPTIMIZED
@@||quoteacademy.com^$generichide
!+ NOT_OPTIMIZED
@@||ricasaude.com^$generichide
!+ NOT_OPTIMIZED
@@||rwaag.org^$generichide
!+ NOT_OPTIMIZED
@@||sapsibubapa.org^$generichide
!+ NOT_OPTIMIZED
@@||sarungpreneur.com^$generichide
!+ NOT_OPTIMIZED
@@||satgobmx.com^$generichide
!+ NOT_OPTIMIZED
@@||shoemoney.com^$generichide
!+ NOT_OPTIMIZED
@@||smartphonehrvatska.com^$generichide
!+ NOT_OPTIMIZED
@@||soltvperu.com^$generichide
!+ NOT_OPTIMIZED
@@||ssante.com^$generichide
!+ NOT_OPTIMIZED
@@||sumberpendidikan.com^$generichide
!+ NOT_OPTIMIZED
@@||supercarcenter.com^$generichide
!+ NOT_OPTIMIZED
@@||supportcanon.com^$generichide
!+ NOT_OPTIMIZED
@@||tatuajestatu.com^$generichide
!+ NOT_OPTIMIZED
@@||techcrack.net^$generichide
!+ NOT_OPTIMIZED
@@||teclane.com^$generichide
!+ NOT_OPTIMIZED
@@||tellynews.us^$generichide
!+ NOT_OPTIMIZED
@@||tipsdroidmax.com^$generichide
!+ NOT_OPTIMIZED
@@||todolandia.com^$generichide
!+ NOT_OPTIMIZED
@@||top10remedioscaseros.com^$generichide
!+ NOT_OPTIMIZED
@@||topnaturaltips.com^$generichide
!+ NOT_OPTIMIZED
@@||topwebsitelists.com^$generichide
!+ NOT_OPTIMIZED
@@||trenddify.com^$generichide
!+ NOT_OPTIMIZED
@@||tutorialescomo.com^$generichide
!+ NOT_OPTIMIZED
@@||ultra4kporn.com^$generichide
!+ NOT_OPTIMIZED
@@||usefuldiys.com^$generichide
!+ NOT_OPTIMIZED
@@||vegrecetas.com^$generichide
!+ NOT_OPTIMIZED
@@||vidabytes.com^$generichide
!+ NOT_OPTIMIZED
@@||viralistics.com^$generichide
!+ NOT_OPTIMIZED
@@||wikigain.com^$generichide
!+ NOT_OPTIMIZED
@@||wisdomquotesandstories.com^$generichide
!+ NOT_OPTIMIZED
@@||yoemigro.com^$generichide
!+ NOT_OPTIMIZED
@@||yomasti.co^$generichide
!+ NOT_OPTIMIZED
@@||zenfoneasus.com^$generichide
! https://forum.adguard.com/index.php?threads/camiris-com-nsfw-anti-adblock.20650/
!+ NOT_OPTIMIZED
@@||camiris.com^$generichide
!+ NOT_OPTIMIZED
@@/fuckadblock.js$domain=camiris.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4665
!+ NOT_OPTIMIZED
@@||inside-digital.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/3844
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=boston.com|
calgaryherald.com|calgarysun.com|celebuzz.com|infinitiev.com|montrealgazette.com|
saveur.com
!+ NOT_OPTIMIZED
@@||static.ads-twitter.com/oct.js$domain=boston.com|calgaryherald.com|
calgarysun.com|celebuzz.com|infinitiev.com|montrealgazette.com|saveur.com
!+ NOT_OPTIMIZED
@@||js.revsci.net/gateway/gw.js$domain=boston.com|calgaryherald.com|calgarysun.com|
celebuzz.com|infinitiev.com|montrealgazette.com|saveur.com
!+ NOT_OPTIMIZED
@@||c.betrad.com/geo/ba.js$domain=boston.com|calgaryherald.com|calgarysun.com|
celebuzz.com|infinitiev.com|montrealgazette.com|saveur.com
!+ NOT_OPTIMIZED
@@||yahoo.com/lib/metro/g/myy/advertisement_*.js$domain=boston.com|
calgaryherald.com|calgarysun.com|celebuzz.com|infinitiev.com|montrealgazette.com|
saveur.com
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=boston.com|calgaryherald.com|
calgarysun.com|celebuzz.com|infinitiev.com|montrealgazette.com|saveur.com
! https://forum.adguard.com/index.php?threads/19151/
!+ NOT_OPTIMIZED
@@||avaxhome.co^$generichide
!+ NOT_OPTIMIZED
@@/favicon.ico$domain=avaxhome.co
! https://github.com/AdguardTeam/AdguardFilters/issues/4143
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=allmusic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4189
!+ NOT_OPTIMIZED
@@||websetnet.com$elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/3849
!+ NOT_OPTIMIZED
@@google$domain=focus.de,script
! https://github.com/AdguardTeam/AdguardFilters/issues/3109
!+ NOT_OPTIMIZED
@@||mackie100projects.altervista.org^$generichide
! https://forum.adguard.com/index.php?threads/13867/
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/lidar.js$domain=freewarefiles.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2995
!+ NOT_OPTIMIZED
@@||ran.de^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2962
!+ NOT_OPTIMIZED
@@||mackungfu.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2883
!+ NOT_OPTIMIZED
@@||animetake.tv^$elemhide
! https://forum.adguard.com/index.php?threads/12790/
!+ NOT_OPTIMIZED
@@||d-h.st^$generichide
! https://forum.adguard.com/index.php?threads/12421/
!+ NOT_OPTIMIZED
@@||sadeempc.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2787
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vmf.edge-apps.net|
americatv.com.ar
! https://github.com/AdguardTeam/AdguardFilters/issues/2777
!+ NOT_OPTIMIZED
@@||today.it^$generichide
! https://forum.adguard.com/index.php?threads/12260/
!+ NOT_OPTIMIZED
@@||androidsage.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2669
!+ NOT_OPTIMIZED
@@||bnonews.com^$generichide
! https://forum.adguard.com/index.php?threads/12053/
!+ NOT_OPTIMIZED
@@||animmex.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/2574
! opensubtitles.org - anti-adblock ads
!+ NOT_OPTIMIZED
@@||static.opensubtitles.org/libs/js/ad_
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=opensubtitles.org
!+ NOT_OPTIMIZED
@@||ads2.opensubtitles.org/*www/delivery/afr.php?
! https://github.com/AdguardTeam/AdguardFilters/issues/2453
!+ NOT_OPTIMIZED
@@||gofobo.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1971
!+ NOT_OPTIMIZED
@@||vidoser.org^$elemhide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1948
!+ NOT_OPTIMIZED
@@||echoes.gr^$elemhide
!+ NOT_OPTIMIZED
@@||echoes.gr/*/adsManager
! http://forum.adguard.com/showthread.php?10520
!+ NOT_OPTIMIZED
@@||jagledam.com^$generichide
!+ NOT_OPTIMIZED
@@||jagledam.co^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1877
!+ NOT_OPTIMIZED
@@||wpmienphi.com^$generichide
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=wpmienphi.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1864
!+ NOT_OPTIMIZED
4players.de##div[style^="width: 50%; float:"] > a > img
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1717
!+ NOT_OPTIMIZED
@@||sharejunction.com^$generichide
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1702
!+ NOT_OPTIMIZED
kissanime.to#@##adsIfrme10
! wired.com
!+ NOT_OPTIMIZED
wired.com###veil
!+ NOT_OPTIMIZED
@@||assets.adobedtm.com^$domain=wired.com
!+ NOT_OPTIMIZED
@@||wired.com^$generichide
! ad4msan.com - anti-adblock
!+ NOT_OPTIMIZED
ad4msan.com#@##adBannerTable
!+ NOT_OPTIMIZED
ad4msan.com#@##ad_YieldManager-728x90
!+ NOT_OPTIMIZED
ad4msan.com#@##adver5
!+ NOT_OPTIMIZED
ad4msan.com#@##googleAdwordsModule
!+ NOT_OPTIMIZED
ad4msan.com#@##iframeTopAd
!+ NOT_OPTIMIZED
ad4msan.com#@##multi_ad
!#######################################################
!############## Specific rules #########################
!#######################################################
!
! Section contains rules for specific websites
!
! https://github.com/AdguardTeam/AdguardFilters/issues/29103
! https://github.com/AdguardTeam/AdguardFilters/issues/20779
! https://github.com/AdguardTeam/AdguardFilters/issues/15542
! https://github.com/AdguardTeam/AdguardFilters/issues/14261
! https://github.com/AdguardTeam/AdguardFilters/issues/10524
! Rules to block ads on "amp" websites on Safari
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.amp
ads
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###i-
amphtml-wrapper div.content_ins
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.amp
-ad
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.adv
ertising
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##amp-
embed[type="taboola"]
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.nex
tad
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###i-
amphtml-wrapper .frame-holder
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.id-
Amp-recommendation
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##amp-
iframe[src^="https://widgets.outbrain.com/hub/amp.html"]
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws###mre
c
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.iqa
mpcenter
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##amp-
fx-flying-carpet
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.amp
-flying-carpet-text-border
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.amp
-article-ad
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##amp-
embed[type="outbrain"]
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##.ad-
mark
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##amp-
embed.i-amphtml-layout-responsive[type="doubleclick"]
!+ NOT_OPTIMIZED
google.ad,google.ae,google.al,google.am,google.as,google.at,google.az,google.ba,goo
gle.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.c
m,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.m
a,google.co.mz,google.co.nz,google.co.th,google.co.tz,google.co.ug,google.co.uk,goo
gle.co.uz,google.co.ve,google.co.vi,google.co.za,google.co.zm,google.co.zw,google.c
om,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.co
m.co,google.com.cu,google.com.cy,google.com.do,google.com.ec,google.com.eg,google.c
om.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,googl
e.com.ni,google.com.np,google.com.om,google.com.pa,google.com.pe,google.com.pg,goog
le.com.ph,google.com.pk,google.com.pr,google.com.py,google.com.qa,google.com.sa,goo
gle.com.sb,google.com.sg,google.com.sl,google.com.sv,google.com.tj,google.com.tr,go
ogle.com.tw,google.com.ua,google.com.uy,google.com.vc,google.com.vn,google.cv,googl
e.cz,google.de,google.dj,google.dk,google.dm,google.dz,google.ee,google.es,google.f
i,google.fm,google.fr,google.ga,google.ge,google.gg,google.gl,google.gm,google.gp,g
oogle.gr,google.gy,google.hn,google.hr,google.ht,google.hu,google.ie,google.im,goog
le.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,goo
gle.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,go
ogle.tl,google.tm,google.tn,google.to,google.tt,google.vg,google.vu,google.ws##div.
ampAdvContainer
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/105330
!+ NOT_OPTIMIZED
fmoviesto.cc###overlay-container
! https://github.com/AdguardTeam/AdguardFilters/issues/73927
!+ NOT_OPTIMIZED
||s3.amazonaws.com/*?cid=*&subaff=*&client=*&rsm=
! https://github.com/AdguardTeam/AdguardFilters/issues/74317
!+ NOT_OPTIMIZED
latimes.com##.google-dfp-ad-wrapper
!+ NOT_OPTIMIZED
latimes.com##.google-dfp-ad-caption
!
!+ NOT_OPTIMIZED
/invoke.js|$third-party,domain=boards.4channel.org|watchtheofficetv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/56564
!+ NOT_OPTIMIZED
.com/*/*/*/*.js$domain=cimaclub.cam|govid.co
! https://github.com/AdguardTeam/AdguardFilters/issues/53072
!+ NOT_OPTIMIZED
.com/*&refer=*&kw=*&key=*&scrWidth=*&scrHeight=*&tz=*&res=*&dev=
!+ NOT_OPTIMIZED
/\/[a-z0-9][a-z0-9]\/[a-z0-9][a-z0-9]\/[a-z0-9][a-z0-9]\/.*\.js/
$domain=watch32.is,third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/47069
!+ NOT_OPTIMIZED
rennagiuseppe.it##.adsbygoogle
! ai_adb anti-adblock
!+ NOT_OPTIMIZED
@@||papunika.com^$generichide
!+ NOT_OPTIMIZED
@@||ccthesims.com^$generichide
!+ NOT_OPTIMIZED
@@||googledrivelinks.com^$generichide
!+ NOT_OPTIMIZED
@@||adrianoluis.net^$generichide
!+ NOT_OPTIMIZED
@@||altevolkstrachten.de^$generichide
!+ NOT_OPTIMIZED
@@||animecast.net^$generichide
!+ NOT_OPTIMIZED
@@||armyranger.com^$generichide
!+ NOT_OPTIMIZED
@@||articletz.com^$generichide
!+ NOT_OPTIMIZED
@@||bengalinews.co.in^$generichide
!+ NOT_OPTIMIZED
@@||boxylucha.com^$generichide
!+ NOT_OPTIMIZED
@@||chibchat.com^$generichide
!+ NOT_OPTIMIZED
@@||comprasenoferta.com^$generichide
!+ NOT_OPTIMIZED
@@||coreseeker.com^$generichide
!+ NOT_OPTIMIZED
@@||descargasmix.xyz^$generichide
!+ NOT_OPTIMIZED
@@||duniailkom.com^$generichide
!+ NOT_OPTIMIZED
@@||enciclopediaonline.com^$generichide
!+ NOT_OPTIMIZED
@@||eyalo.com^$generichide
!+ NOT_OPTIMIZED
@@||fosslovers.com^$generichide
!+ NOT_OPTIMIZED
@@||fotopixel.es^$generichide
!+ NOT_OPTIMIZED
@@||freeiphone.fr^$generichide
!+ NOT_OPTIMIZED
@@||hairstylesthatwork.com^$generichide
!+ NOT_OPTIMIZED
@@||hello-e1.com^$generichide
!+ NOT_OPTIMIZED
@@||ichberlin.com^$generichide
!+ NOT_OPTIMIZED
@@||indostarmedia.com^$generichide
!+ NOT_OPTIMIZED
@@||indrive.net^$generichide
!+ NOT_OPTIMIZED
@@||ireez.com^$generichide
!+ NOT_OPTIMIZED
@@||keepkoding.com^$generichide
!+ NOT_OPTIMIZED
@@||latribunadeautomocion.es^$generichide
!+ NOT_OPTIMIZED
@@||linemarlin.com^$generichide
!+ NOT_OPTIMIZED
@@||lumpiastudio.com^$generichide
!+ NOT_OPTIMIZED
@@||miaandme.org^$generichide
!+ NOT_OPTIMIZED
@@||mobility.com.ng^$generichide
!+ NOT_OPTIMIZED
@@||mygardening411.com^$generichide
!+ NOT_OPTIMIZED
@@||newstvonline.com^$generichide
!+ NOT_OPTIMIZED
@@||organismes.org^$generichide
!+ NOT_OPTIMIZED
@@||papagiovannipaoloii.altervista.org^$generichide
!+ NOT_OPTIMIZED
@@||pictasty.com^$generichide
!+ NOT_OPTIMIZED
@@||playlists.rocks^$generichide
!+ NOT_OPTIMIZED
@@||relatosdesexo.xxx^$generichide
!+ NOT_OPTIMIZED
@@||rencah.com^$generichide
!+ NOT_OPTIMIZED
@@||riverdesdelatribuna.com.ar^$generichide
!+ NOT_OPTIMIZED
@@||sarkarinaukry.com^$generichide
!+ NOT_OPTIMIZED
@@||seamanmemories.com^$generichide
!+ NOT_OPTIMIZED
@@||socialmediaverve.com^$generichide
!+ NOT_OPTIMIZED
@@||solnechnyj-kitaj.ru^$generichide
!+ NOT_OPTIMIZED
@@||thefoodstorydotcom.wpcomstaging.com^$generichide
!+ NOT_OPTIMIZED
@@||theorie-musik.de^$generichide
!+ NOT_OPTIMIZED
@@||topperpoint.com^$generichide
!+ NOT_OPTIMIZED
@@||transformator220.ru^$generichide
!+ NOT_OPTIMIZED
@@||travel-the-states.com^$generichide
!+ NOT_OPTIMIZED
@@||vita-water.ru^$generichide
!+ NOT_OPTIMIZED
@@||amyscans.com^$generichide
!+ NOT_OPTIMIZED
@@||superten.ga^$generichide
!+ NOT_OPTIMIZED
@@||udoyoshi.com^$generichide
!+ NOT_OPTIMIZED
@@||javhoho.com^$generichide
!+ NOT_OPTIMIZED
@@||isekaisubs.web.id^$generichide
!+ NOT_OPTIMIZED
@@||buydekhke.com^$generichide
!+ NOT_OPTIMIZED
@@||gaydelicious.com^$generichide
!+ NOT_OPTIMIZED
@@||gaypornmasters.com^$generichide
!+ NOT_OPTIMIZED
@@||plugincrack.com^$generichide
!+ NOT_OPTIMIZED
@@||g.doubleclick.net/tag/js/gpt.js$domain=ccthesims.com
!+ NOT_OPTIMIZED
@@/wp-content/plugins/ad-inserter/*$domain=plugincrack.com|gaypornmasters.com|
gaydelicious.com|buydekhke.com|isekaisubs.web.id|javhoho.com|superten.ga|
udoyoshi.com|amyscans.com|adrianoluis.net|altevolkstrachten.de|animecast.net|
armyranger.com|articletz.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|travel-the-states.com|vita-
water.ru|googledrivelinks.com|ccthesims.com|papunika.com
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=plugincrack.com|gaypornmasters.com|
gaydelicious.com|buydekhke.com|isekaisubs.web.id|javhoho.com|superten.ga|
udoyoshi.com|amyscans.com|adrianoluis.net|altevolkstrachten.de|animecast.net|
armyranger.com|articletz.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|travel-the-states.com|vita-
water.ru|googledrivelinks.com|ccthesims.com|papunika.com
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=plugincrack.com|gaypornmasters.com|gaydelicious.com|
buydekhke.com|isekaisubs.web.id|javhoho.com|superten.ga|udoyoshi.com|amyscans.com|
adrianoluis.net|altevolkstrachten.de|animecast.net|armyranger.com|articletz.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|travel-the-states.com|vita-water.ru|googledrivelinks.com|
ccthesims.com|papunika.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync?$image,domain=plugincrack.com|
gaypornmasters.com|gaydelicious.com|buydekhke.com|isekaisubs.web.id|javhoho.com|
superten.ga|udoyoshi.com|amyscans.com|adrianoluis.net|altevolkstrachten.de|
animecast.net|armyranger.com|articletz.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|travel-the-states.com|vita-
water.ru|googledrivelinks.com|ccthesims.com|papunika.com
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=plugincrack.com
!+ NOT_OPTIMIZED
@@||googletagmanager.com/gtag/js$domain=plugincrack.com
! ai_front anti-adblock
!+ NOT_OPTIMIZED
bi-
girl.net,itbusiness.com.ua,wikirise.com,mejoresmodsminecraft.site,gaydelicious.com,
gaypornmasters.com,blackwot.ru,5moviesporn.net,freebulksmsonline.com,freemagazines.
top,ubuntudde.com,mettablog.com,secondlifetranslations.com,charbelnemnom.com,lowkey
tech.com,pinayvids.com##[style*="cursor:"][style*="position: fixed;"][style*="z-
index:"]
!+ NOT_OPTIMIZED
@@||contextual.media.net/dmedianet.js$domain=bi-girl.net|itbusiness.com.ua|
wikirise.com|mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|
wristreview.com|pasend.cam|javnow.net|gcertificationcourse.com|pinayvids.com|
secondlifetranslations.com|mettablog.com|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@/ad-inserter*/*/*.js$domain=bi-girl.net|itbusiness.com.ua|wikirise.com|
mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|
wristreview.com|pasend.cam|javnow.net|gcertificationcourse.com|pinayvids.com|
secondlifetranslations.com|mettablog.com|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@/ad-inserter*/images/ads.png$domain=bi-girl.net|itbusiness.com.ua|wikirise.com|
mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|
wristreview.com|pasend.cam|javnow.net|gcertificationcourse.com|pinayvids.com|
secondlifetranslations.com|mettablog.com|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js$domain=bi-girl.net|itbusiness.com.ua|
wikirise.com|mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|
pasend.cam|javnow.net|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@||ib.adnxs.com^$image,domain=bi-girl.net|itbusiness.com.ua|wikirise.com|
mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|pasend.cam|
javnow.net|gcertificationcourse.com|pinayvids.com|secondlifetranslations.com|
mettablog.com|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@||router.infolinks.com/dyn/apn-usync$image,domain=bi-girl.net|itbusiness.com.ua|
wikirise.com|mejoresmodsminecraft.site|blackwot.ru|5moviesporn.net|freewebcart.com|
pasend.cam|javnow.net|gcertificationcourse.com|pinayvids.com|
secondlifetranslations.com|mettablog.com|freebulksmsonline.com|victor-mochere.com
!+ NOT_OPTIMIZED
@@||bi-girl.net^$generichide
!+ NOT_OPTIMIZED
@@||victor-mochere.com^$generichide
!+ NOT_OPTIMIZED
@@||itbusiness.com.ua^$generichide
!+ NOT_OPTIMIZED
@@||wikirise.com^$generichide
!+ NOT_OPTIMIZED
@@||mejoresmodsminecraft.site^$generichide
!+ NOT_OPTIMIZED
@@||blackwot.ru^$generichide
!+ NOT_OPTIMIZED
@@||5moviesporn.net^$generichide
!+ NOT_OPTIMIZED
@@||freebulksmsonline.com^$generichide
!+ NOT_OPTIMIZED
@@||mettablog.com^$generichide
!+ NOT_OPTIMIZED
@@||secondlifetranslations.com^$generichide
!+ NOT_OPTIMIZED
@@||pinayvids.com^$generichide
!+ NOT_OPTIMIZED
@@||gcertificationcourse.com^$generichide
!+ NOT_OPTIMIZED
gcertificationcourse.com###sticky-ad
!+ NOT_OPTIMIZED
@@||javnow.net^$generichide
!+ NOT_OPTIMIZED
@@||pasend.cam^$generichide
!+ NOT_OPTIMIZED
@@||wristreview.com^$generichide
!+ NOT_OPTIMIZED
@@||freewebcart.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/123558
!+ NOT_OPTIMIZED
/:\/\/[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-
f0-9].[a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-f0-9][a-
f0-9].com\/.*.js/$third-party,script,domain=perverzija.com|xtremestream.co
! https://github.com/AdguardTeam/AdguardFilters/issues/44019
!+ NOT_OPTIMIZED
thememazing.com##.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/35815
!+ NOT_OPTIMIZED
reuters.com##.StandardArticleBody_body + div[id][class] > div[class*=" "]
!+ NOT_OPTIMIZED
reuters.com##.StandardArticleBody_container + div > span ~ div
! https://github.com/AdguardTeam/AdguardFilters/issues/38505
!+ NOT_OPTIMIZED
magazinizmir.com##footer a[class^="BoomadsButtonLink"]
! https://github.com/AdguardTeam/AdguardFilters/issues/37789
!+ NOT_OPTIMIZED
echo.msk.ru###first_ma
!+ NOT_OPTIMIZED
echo.msk.ru###main_bottom_2
!+ NOT_OPTIMIZED
echo.msk.ru##.adf_sg_vstg2
!+ NOT_OPTIMIZED
echo.msk.ru##.comments-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/34823
!+ NOT_OPTIMIZED
habermarmara.com.tr,murekkephaber.com,akdenizbulten.com,thecruiselife.com.tr,manset
izmir.com,denizliekspres.com.tr,izmirhabermerkezi.com,saatbasihaber.com,mahalligund
em.com##img[alt="Reklam"]
! https://github.com/AdguardTeam/AdguardFilters/issues/30157
!+ NOT_OPTIMIZED
reuters.com##body > div > div[class$=" "][style^="width: 100%; border: none;"]
!+ NOT_OPTIMIZED
reuters.com##body > div > div[class$=" "][style^="width: 100%; border: none;"] +
#spacerElement[style^="height:"]
!+ NOT_OPTIMIZED
reuters.com##.TwoColumnLayout_container > .TwoColumnLayout_column + div[id] >
div:not([class]):not([id]) + div[class$=" "]:last-child
!+ NOT_OPTIMIZED
reuters.com##.TwoColumnLayout_container > .TwoColumnLayout_column
> .StandardArticleBody_container > .StandardArticleBody_body +
div:not([class]):not([id]) + div[class$=" "]
!+ NOT_OPTIMIZED
reuters.com##.TwoColumnLayout_container > .TwoColumnLayout_column
> .StandardArticleBody_container > .StandardArticleBody_body +
div:not([class]):not([id]) + div[id] > div[class$=" "] ~ *
! https://github.com/AdguardTeam/AdguardFilters/issues/31672
!+ NOT_OPTIMIZED
newsru.co.il##.article_container > div > iframe[src*="platform.videoblock.co.il"]
! https://github.com/AdguardTeam/AdguardFilters/issues/26752
!+ NOT_OPTIMIZED
worldjournal.com###wrapper > #popup-banner
! t-online.de - Cyberweek ads at top
!+ NOT_OPTIMIZED
t-online.de###Tall > #Tmainbox div.Tctiga[id][style] > .toiclaus
a[href*="utm_source"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/24197
!+ NOT_OPTIMIZED
boston.com##.-mps-rdcipxctg
! https://github.com/AdguardTeam/AdguardFilters/issues/23979
!+ NOT_OPTIMIZED
theoutline.com##.post__body > p + div[class][data-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/22711
!+ NOT_OPTIMIZED
iculture.nl##.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/19405
!+ NOT_OPTIMIZED
||ltn.hitomi.la/thlYeSta6.js$important
!+ NOT_OPTIMIZED
||ltn.hitomi.la/RaCtICanTi24.js$important
! https://github.com/AdguardTeam/AdguardFilters/issues/19579
! https://github.com/AdguardTeam/AdguardFilters/issues/15017
! https://github.com/AdguardTeam/AdguardFilters/issues/13114
!+ NOT_OPTIMIZED
cmovieshd.bz,vidstreaming.io##body > div[style^="z-index: 9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/13064
!+ NOT_OPTIMIZED
forbes.com##.top-ad-container
!+ NOT_OPTIMIZED
forbes.com##div[id^="google_ads_iframe_"]
! https://github.com/AdguardTeam/AdguardFilters/issues/12267
!+ NOT_OPTIMIZED
m.timesofindia.com##div[data-secname="Top_Stories"] > ul > div[class*=" "]
[style="background: none;"] > div[class]:not([id]):not([style]) > iframe:not([src])
! https://github.com/AdguardTeam/AdguardFilters/issues/10281
!+ NOT_OPTIMIZED
gamedev.net##.ad_text
!+ NOT_OPTIMIZED
gamedev.net##.ad_leaderboard
! https://github.com/AdguardTeam/AdguardFilters/issues/7793
!+ NOT_OPTIMIZED
motorradonline.de##.mps-banner > span
! https://github.com/AdguardTeam/AdguardFilters/issues/5149
!+ NOT_OPTIMIZED
convertfiles.com###advertisement_section
!+ NOT_OPTIMIZED
convertfiles.com##div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/5121
!+ NOT_OPTIMIZED
tchgdns.de##.footer-pub
!+ NOT_OPTIMIZED
tchgdns.de##.header-pub
! https://github.com/AdguardTeam/AdguardFilters/issues/5091
!+ NOT_OPTIMIZED
||goo.gl^$domain=paklight-sharing.com,popup
! https://github.com/AdguardTeam/AdguardFilters/issues/5025
!+ NOT_OPTIMIZED
gesundheit.de##.adsense
! https://github.com/AdguardTeam/AdguardFilters/issues/5006
!+ NOT_OPTIMIZED
macrumors.com##.ad
! sports.ru
!+ NOT_OPTIMIZED
sports.ru##a[href^="http://media-rotate.com"]
!+ NOT_OPTIMIZED
sports.ru##.bonuses-aside
!+ NOT_OPTIMIZED
/\/\/s5o.ru\/source\/_desktop\/assets\/[0-9][0-9][0-9][0-9].(jpg)/
$domain=sports.ru,image
!+ NOT_OPTIMIZED
/\/\/s5o.ru\/source\/_desktop\/assets\/[0-9].(jpg)/$domain=sports.ru,image
!+ NOT_OPTIMIZED
/\/\/s5o.ru\/source\/_desktop\/assets\/[0-9][0-9][0-9][0-9].(png)/
$domain=sports.ru,image
!+ NOT_OPTIMIZED
/\/\/s5o.ru\/source\/_desktop\/assets\/[0-9].(png)/$domain=sports.ru,image
! https://github.com/AdguardTeam/AdguardFilters/issues/4764
!+ NOT_OPTIMIZED
o2.pl##div[data-st-area="ST-Article-Body"] > div._1-MSN > div[style*="width:
970px;"]
!+ NOT_OPTIMIZED
o2.pl##div[data-st-area="ST-Article-Body"] > div._1-MSN+div > div[style="padding-
top: 20px;"] > div[class] > div[style*="height: 600px;"]
! https://forum.adguard.com/index.php?threads/19151/
!+ NOT_OPTIMIZED
avaxhome.co##a[href^="http://ul.to/ref"]
! https://github.com/AdguardTeam/AdguardFilters/issues/4061
!+ NOT_OPTIMIZED
forbes.com###stackForbesAdvoice
!+ NOT_OPTIMIZED
forbes.com##.article-speed-bump
! https://github.com/AdguardTeam/AdguardFilters/issues/3880
!+ NOT_OPTIMIZED
/\:\/\/[a-z0-9]*.[a-z]*\/[0-9]*\//$third-party,domain=mintmanga.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3327
!+ NOT_OPTIMIZED
vidzi.tv##.player-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/3090
!+ NOT_OPTIMIZED
golem.de###screen > div[id][data-google-query-id]
!
! https://forum.adguard.com/index.php?threads/13017/
!+ NOT_OPTIMIZED
torrentdownloads.me##a[href^="http://www.friendlyquacks.com/"]
! https://github.com/AdguardTeam/AdguardForiOS/issues/128
!+ NOT_OPTIMIZED
@@/:\/\/.*[.]wp[.]pl\/[a-z0-9_]+[.][a-z]+[/:&?]?/
! https://github.com/AdguardTeam/AdguardFilters/issues/2766
!+ NOT_OPTIMIZED
quoka.de###div-gpt-ad-banner
! https://forum.adguard.com/index.php?threads/11186/
!+ NOT_OPTIMIZED
uptobox.com##.ad-square
! https://github.com/AdguardTeam/AdguardFilters/issues/2744
!+ NOT_OPTIMIZED
kinopoisk.ru###brandingFlash
!+ NOT_OPTIMIZED
kinopoisk.ru##.direct-kp-customize
!+ NOT_OPTIMIZED
||st.kp.yandex.net/images/bnnr/$domain=kinopoisk.ru
! https://forum.adguard.com/index.php?threads/12268/
!+ NOT_OPTIMIZED
go4up.com##a[style="display:inline!important"] > img
!+ NOT_OPTIMIZED
go4up.com##a[target$="_blank"] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/2730
!+ NOT_OPTIMIZED
on-movie.net##body > div[class^="skin-block_"][style^="background-image:
url(data:image/jpeg;base64"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2669
!+ NOT_OPTIMIZED
bnonews.com##.adsbygoogle
!+ NOT_OPTIMIZED
bnonews.com##.advertisement
!+ NOT_OPTIMIZED
bnonews.com##div[id^="div-gpt-ad"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2574
!+ NOT_OPTIMIZED
opensubtitles.org###scrubbuad
!+ NOT_OPTIMIZED
opensubtitles.org###search_results > tbody > tr[style^="height:115px;text-
align:center;margin:0px;padding:0px;"]
!+ NOT_OPTIMIZED
opensubtitles.org##div[id$="-placeholder"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1921
!+ NOT_OPTIMIZED
konachan.net##iframe[src^="https://tbib.org/"]
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1920
!+ NOT_OPTIMIZED
apfelpage.de##.a4promo_ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1918
!+ NOT_OPTIMIZED
zhidao.baidu.com##div[class^="mm-content-box kmb5707e0 wm-"]
!+ NOT_OPTIMIZED
||entry.baidu.com/rp/home?
! http://forum.adguard.com/showthread.php?10163
!+ NOT_OPTIMIZED
opensubtitles.org##iframe[width="160"][height="700"]
!+ NOT_OPTIMIZED
||ads*.opensubtitles.org^
! Ads in Moscow subway
!+ NOT_OPTIMIZED
vmet.ro,wi-fi.ru###fullscreenBanner
!+ NOT_OPTIMIZED
wi-fi.ru##.b-banner-full
!+ NOT_OPTIMIZED
wi-fi.ru##.b-banner-middle
!+ NOT_OPTIMIZED
wi-fi.ru##.b-bnr
!+ NOT_OPTIMIZED
wi-fi.ru##.vb
!+ NOT_OPTIMIZED
||static0.wi-fi.ru/static/000/ios/index.html
! http://forum.adguard.com/showthread.php?5125 (the slider on the main page will be
broket, but there is not other way to block fullscrean ad)
!+ NOT_OPTIMIZED
||gamer.ru/alarmalarm/js/
! http://forum.adguard.com/showthread.php?7471
! We should add $subdocument modifier to block iframes from loading on Safari
!+ NOT_OPTIMIZED
||sports.ru/desktop/special/$subdocument,domain=sports.ru
! We should also hide that iframe because blocking by URL won't remove the
whitespace
!+ NOT_OPTIMIZED
m.sports.ru##iframe[src^="http://www.sports.ru/desktop/special/"]
!#######################################################
!############## Fixing blocking issues ################
!#######################################################
!
! White list. Fixing content blocking API issues.
!
! https://github.com/AdguardTeam/AdguardFilters/issues/162524
!+ NOT_OPTIMIZED
@@||cdnjs.cloudflare.com/ajax/libs/$domain=f2movies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/161361
!+ NOT_OPTIMIZED
@@||mein.mobile.de/*/*id=
! https://github.com/AdguardTeam/AdguardFilters/issues/149105
!+ NOT_OPTIMIZED
@@||bleepingcomputer.com/*/*/*/$~script,~stylesheet,~xmlhttprequest,~image
! https://github.com/AdguardTeam/AdguardFilters/issues/144552
!+ NOT_OPTIMIZED
@@||rev.evrensel.net/www/delivery/*.php
! https://github.com/AdguardTeam/AdguardFilters/issues/118485
!+ NOT_OPTIMIZED
@@||stackoverflow.com/questions/
! https://github.com/AdguardTeam/AdguardFilters/issues/111695
!+ NOT_OPTIMIZED
@@||arstechnica.com/*/*/*-banner-ad-
! https://github.com/AdguardTeam/AdguardFilters/issues/105843
!+ NOT_OPTIMIZED
@@||uptostream.com/assets/$script,stylesheet
! https://github.com/AdguardTeam/AdguardFilters/issues/105046
!+ NOT_OPTIMIZED
@@||jobregister.aas.org/ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/105299
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||thepiratebay.org/static/main.js$script,~third-party
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/102169
! https://github.com/AdguardTeam/AdguardFilters/issues/32192
!+ NOT_OPTIMIZED
@@||adguardteam.github.io/AnonymousRedirect/redirect.html?url=
!+ NOT_OPTIMIZED
@@||m.wikipedia.org/wiki/
!+ NOT_OPTIMIZED
@@||wikipedia.org/wiki/
! https://github.com/AdguardTeam/AdguardFilters/issues/101522
!+ NOT_OPTIMIZED
@@||klientboost.com/google/
! https://github.com/AdguardTeam/AdguardFilters/issues/101521
!+ NOT_OPTIMIZED
@@||at.adtech.redventures.io/lib/dist/prod/bidbarrel-zdnet-
rv.min.js$domain=zdnet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/101520
!+ NOT_OPTIMIZED
@@||googletagservices.com/tag/js/gpt.js$domain=macworld.co.uk
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=macworld.co.uk
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||js-sec.indexww.com/ht/p/*.js$domain=macworld.co.uk
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/100790
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||thegatewaypundit.com^$elemhide
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/99520
!+ NOT_OPTIMIZED
@@||app.adjust.net.in/*?campaign=*&redirect=
! https://github.com/AdguardTeam/AdguardFilters/issues/95904
!+ NOT_OPTIMIZED
@@||technologyreview.com/*/adsense-
! https://github.com/AdguardTeam/AdguardFilters/issues/94871
!+ NOT_OPTIMIZED
@@||ad.adverticum.net/cc.js
! Fixing docs on developers.google.com
!+ NOT_OPTIMIZED
@@||developers.google.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/91482
!+ NOT_OPTIMIZED
@@||support.google.com/google-ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/91360
!+ NOT_OPTIMIZED
@@||boingboing.net/20*/*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/89859
!+ NOT_OPTIMIZED
@@||publicwww.com/ad/finance/
! https://github.com/AdguardTeam/AdguardFilters/issues/88594
!+ NOT_OPTIMIZED
@@||upload.wikimedia.org/wikipedia/commons/thumb/0/0e/Doramad_Advertisement.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/79997
!+ NOT_OPTIMIZED
@@||smashingmagazine.com/20*-ad-$~script,domain=smashingmagazine.com
! https://github.com/AdguardTeam/AdguardFilters/issues/79509
!+ NOT_OPTIMIZED
@@||macrumors.com/2021/*-ad-$domain=macrumors.com
! https://forum.adguard.com/index.php?threads/19610/
!+ NOT_OPTIMIZED
@@||4channel.org/adv/$domain=4channel.org
!+ NOT_OPTIMIZED
@@||4chan.org/adv/$domain=4chan.org
! macworld.co.uk - incorrect blocking
!+ NOT_OPTIMIZED
@@||amazon-adsystem.com/aax2/apstag.js$domain=macworld.co.uk
!+ NOT_OPTIMIZED
@@||googletagservices.com/tag/js/gpt.js$domain=macworld.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/76834
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||dixonsretail.*.omtrdc.net/b/ss/dixonsrtcurrysprod/*/REDIR/
*currys.co.uk*api.dcg-search.co*curry
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/73727
!+ NOT_OPTIMIZED
@@||ssl.p.jwpcdn.com/player/plugins/vast/*/vast.js$domain=hentaihaven.xxx
! https://github.com/AdguardTeam/AdguardFilters/issues/71532
!+ NOT_OPTIMIZED
@@||cnbc.com/20*-ad-
! https://github.com/AdguardTeam/AdguardFilters/issues/69283
!+ NOT_OPTIMIZED
@@||usdentaldepot.com/ads-
! https://github.com/AdguardTeam/AdguardFilters/issues/67275
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||ad.adverticum.net/*.js$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||gemhu.adocean.pl/*.js$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||hit.gemius.pl/*.js$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||lv.adocean.pl/*/ad.js?$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||lv.adocean.pl/files/js/aomini.js$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=metabro.hu
!+ NOT_OPTIMIZED
@@||ads.projectagoraservices.com/?id=$domain=metabro.hu
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/67319
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||fedex.com/apps/fedextrack/
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/66392
!+ NOT_OPTIMIZED
@@||bgnvrsk.ru/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/65550
! fixing scrolling
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=joe.ie|joe.co.uk
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=joe.ie|joe.co.uk
!+ NOT_OPTIMIZED
@@||joe.*/assets/js/prebid*.js$domain=joe.ie|joe.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/63683
!+ NOT_OPTIMIZED
@@||aachener-nachrichten.de/advertorials/
! https://github.com/AdguardTeam/AdguardFilters/issues/62995
!+ NOT_OPTIMIZED
@@||ftc.gov/tips-advice/
! https://github.com/AdguardTeam/AdguardFilters/issues/61453
!+ NOT_OPTIMIZED
@@||adguard.com/*/blog/
!+ NOT_OPTIMIZED
@@||adguard.com/*/support/
! https://github.com/AdguardTeam/AdguardFilters/issues/57915
!+ NOT_OPTIMIZED
@@||switching.software/replace/google-analytics/
! https://github.com/AdguardTeam/AdguardFilters/issues/57812
!+ NOT_OPTIMIZED
@@||spareroom.co.uk/*/offered-$domain=spareroom.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/57398
!+ NOT_OPTIMIZED
@@||a.exdynsrv.com/ads.js$domain=loveheaven.net
! https://github.com/AdguardTeam/AdguardFilters/issues/56173
!+ NOT_OPTIMIZED
@@||cdn.movie-pass.live/scripts/nwm-fcn.min.js$domain=opensubtitles.org
!+ NOT_OPTIMIZED
opensubtitles.org###fcnbox
! https://github.com/AdguardTeam/AdguardFilters/issues/56611
!+ NOT_OPTIMIZED
@@||cdn.mp4upload.com/pl/plyr*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/56323
!+ NOT_OPTIMIZED
@@||f71bxwn500lj.com/*.js$domain=extreme-down.video
! https://github.com/AdguardTeam/AdguardFilters/issues/55421
!+ NOT_OPTIMIZED
@@||gounlimited.to/videojs7/
! https://github.com/AdguardTeam/AdguardFilters/issues/53950
!+ NOT_OPTIMIZED
@@||canadiantire.ca/*?adlocation=
! https://github.com/AdguardTeam/AdguardFilters/issues/53345
!+ NOT_OPTIMIZED
@@||services.bilsyndication.com/adv1/?$domain=shinsori.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52283
!+ NOT_OPTIMIZED
@@||extreme-down.ninja/xvideo.js$domain=extreme-down.ninja
!+ NOT_OPTIMIZED
@@||cdn.runative-syndicate.com/sdk/v*/n.js$domain=extreme-down.ninja
! https://github.com/AdguardTeam/AdguardFilters/issues/52181
!+ NOT_OPTIMIZED
@@||forums.wyzecam.com/t/affiliate-program/
! https://github.com/AdguardTeam/AdguardFilters/issues/50204
!+ NOT_OPTIMIZED
@@||affiliates.bundlehunt.com/wp-json/$domain=bundlehunt.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49884
!+ NOT_OPTIMIZED
@@||anketa.alfabank.ru/alfaform/?*&bannerId=
! https://github.com/AdguardTeam/AdguardFilters/issues/49123
!+ NOT_OPTIMIZED
@@||evil-inc.com/comic/advertising-age/$~script
! https://github.com/AdguardTeam/AdguardFilters/issues/48693
!#safari_cb_affinity(social)
!+ NOT_OPTIMIZED
@@||cdn.syndication.twimg.com/tweets.json
!#safari_cb_affinity
! fix showjet.ru player on myshows.me
!+ NOT_OPTIMIZED
@@||myshows.me^$generichide
!+ NOT_OPTIMIZED
myshows.me##.adsbygoogle
!+ NOT_OPTIMIZED
@@||showjet.ru/css/ads-custom.css$domain=myshows.me
! https://github.com/AdguardTeam/AdguardFilters/issues/43656
!+ NOT_OPTIMIZED
@@||cdn.blueconic.net/pon.js$domain=seat.nl
!+ NOT_OPTIMIZED
@@||pon.blueconic.net/DG/DEFAULT/rest/rpc/json$domain=seat.nl
!+ NOT_OPTIMIZED
@@||pon.blueconic.net/plugin/$domain=seat.nl
!+ NOT_OPTIMIZED
@@||pon.blueconic.net/plugins/*optout_responsive$domain=seat.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/43141
!+ NOT_OPTIMIZED
@@||subito.it/account/manageads/
! https://github.com/AdguardTeam/AdguardFilters/issues/42094
!+ NOT_OPTIMIZED
||rotter.net/*.html$subdocument,domain=rotter.name|rotter.net,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/41138
!+ NOT_OPTIMIZED
@@||popsci.com/gdpr.html?redirect=
! https://github.com/AdguardTeam/AdguardFilters/issues/41109
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=rtlnieuws.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/41124
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=eksisozluk.com
! https://github.com/AdguardTeam/AdguardFilters/issues/40735
!+ NOT_OPTIMIZED
@@||takemehome.pl/*?offer_id=*&aff_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/40529
!+ NOT_OPTIMIZED
@@||alaev.net/reklama/
! https://github.com/AdguardTeam/AdguardFilters/issues/34795
!+ NOT_OPTIMIZED
@@||twitter.com/adlink_tech
! https://github.com/AdguardTeam/AdguardFilters/issues/39228
!+ NOT_OPTIMIZED
@@||github.com/Yhonay/antipopads/
! https://github.com/AdguardTeam/AdguardFilters/issues/33329
!+ NOT_OPTIMIZED
@@||appleinsider.ru/advertisment/
! https://github.com/AdguardTeam/AdguardFilters/issues/37790
!+ NOT_OPTIMIZED
@@||biddr.brealtime.com/*.js$domain=airlinepilotforums.com
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/
pubads_impl_*.js$domain=airlinepilotforums.com
! https://github.com/AdguardTeam/AdguardFilters/issues/27868
!+ NOT_OPTIMIZED
@@||olxliban.com/en/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/35540
!+ NOT_OPTIMIZED
|https://$image,script,stylesheet,third-party,domain=1movies.is,badfilter
! https://github.com/AdguardTeam/AdGuardForSafari/issues/192
!+ NOT_OPTIMIZED
@@||theregister.co.uk/*_adtech_
! https://github.com/AdguardTeam/AdguardFilters/issues/33093
! Fanboy's Annoyances
!+ NOT_OPTIMIZED
inequality.org#@#.social-hide
! rbc.ru - fixing long-term loading
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=rbc.ru
!+ NOT_OPTIMIZED
@@||securepubads.g.doubleclick.net/gampad/ads$domain=rbc.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/34012
!+ NOT_OPTIMIZED
@@||guce.engadget.com/consent
!+ NOT_OPTIMIZED
@@||guce.advertising.com/collectIdentifiers
! https://github.com/AdguardTeam/AdguardFilters/issues/32880
!+ NOT_OPTIMIZED
|https://$image,other,script,stylesheet,third-
party,xmlhttprequest,domain=ffmovies.ru|fmovies.taxi|fmovies.to|fmovies.today|
fmovies.world,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/31923
!+ NOT_OPTIMIZED
@@||mbid.marfeelrev.com/hub/mbidder/adx$domain=cleantechnica.com
!+ NOT_OPTIMIZED
@@||bc.marfeelcache.com/statics/marfeel/prebid-worker/
webworker.js$domain=cleantechnica.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31749
!+ NOT_OPTIMIZED
@@||youtube.com^$domain=gsmarena.com
! https://github.com/AdguardTeam/AdguardFilters/issues/31649
!+ NOT_OPTIMIZED
@@||ed98512111bb19e5.in.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/31573
!+ NOT_OPTIMIZED
@@||assets.modelmayhem.com/includes/js/ad.min.js
! https://github.com/AdguardTeam/AdguardFilters/issues/31040
!+ NOT_OPTIMIZED
@@||video.unrulymedia.com/native/native-loader.js$domain=mothership.sg
! https://github.com/AdguardTeam/AdguardFilters/issues/28175
!+ NOT_OPTIMIZED
@@||optim.pro/reklama/
! https://github.com/AdguardTeam/AdguardFilters/issues/29613
!+ NOT_OPTIMIZED
@@||ny1.com^$elemhide
! https://github.com/AdguardTeam/AdguardFilters/issues/29537
! https://github.com/AdguardTeam/AdguardFilters/issues/41975
! https://github.com/AdguardTeam/AdguardFilters/issues/46711
!+ NOT_OPTIMIZED
@@||baidu.com/tcx?appui=$domain=baidu.com
!+ NOT_OPTIMIZED
@@||baidu.com/it/u=$domain=baidu.com
! https://github.com/AdguardTeam/AdguardFilters/issues/28796
!+ NOT_OPTIMIZED
@@||mbid.marfeelrev.com/hub/mbidder/adx$domain=ghacks.net
!+ NOT_OPTIMIZED
@@||b.marfeelcache.com/statics/marfeel/prebid-worker/webworker.js$domain=ghacks.net
! https://github.com/AdguardTeam/AdguardFilters/issues/24917
!+ NOT_OPTIMIZED
|https://$image,script,subdocument,third-
party,xmlhttprequest,domain=yourporn.sexy,badfilter
!+ NOT_OPTIMIZED
@@||yourporn.sexy/cdn*.mp4
! forum.adguard.com - unblocking threads with blocked url
!+ NOT_OPTIMIZED
@@||forum.adguard.com/index.php
! https://github.com/AdguardTeam/AdguardFilters/issues/24733
!+ NOT_OPTIMIZED
@@||macitynet.it/pubblicita-
! https://github.com/AdguardTeam/AdguardFilters/issues/26832
!+ NOT_OPTIMIZED
@@||dailycaller.com/*/google-ads-
! https://github.com/AdguardTeam/AdguardFilters/issues/26648
!+ NOT_OPTIMIZED
@@||vporn.com^$domain=vporn.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/21575
!+ NOT_OPTIMIZED
@@||kleinanzeigen.de/s-suchanfrage.html
! https://github.com/AdguardTeam/AdguardFilters/issues/24317
!+ NOT_OPTIMIZED
@@||spotify.com/ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/24168
!+ NOT_OPTIMIZED
|http://$script,third-party,xmlhttprequest,domain=mediafire.com,badfilter
!+ NOT_OPTIMIZED
|https://$script,third-party,xmlhttprequest,domain=mediafire.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/23978
!+ NOT_OPTIMIZED
@@||sys.4chan.org/*/post$xmlhttprequest,domain=4chan.org
! https://github.com/AdguardTeam/AdguardFilters/issues/23442
!+ NOT_OPTIMIZED
@@||click.accesstrade.vn/adv.php?url=
! https://github.com/AdguardTeam/AdguardFilters/issues/22756
!+ NOT_OPTIMIZED
@@||index.hr/Scripts/prebid*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/22371
!+ NOT_OPTIMIZED
@@||pics.porn300.com^
!+ NOT_OPTIMIZED
@@||cdn*.porn300.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/22168
!+ NOT_OPTIMIZED
@@||games.tiscali.cz^$subdocument,domain=games.tiscali.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/20990
!+ NOT_OPTIMIZED
@@||finn.no/*ad.html?
! https://github.com/AdguardTeam/AdguardFilters/issues/19405
!+ NOT_OPTIMIZED
@@||hitomi.la^$script
! https://github.com/AdguardTeam/AdguardFilters/issues/20043
!+ NOT_OPTIMIZED
@@||bleachernation.com/headerprebid/bn_prebid_logic_*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/19823
!+ NOT_OPTIMIZED
@@||ilovecreatives.com/ads?
! https://github.com/AdguardTeam/AdguardFilters/issues/19575
!+ NOT_OPTIMIZED
@@||github.com/*adblock
! https://github.com/AdguardTeam/AdguardFilters/issues/14567
!+ NOT_OPTIMIZED
@@||v.fwmrm.net/ad^$domain=vplayer.nbcsports.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14943
!+ NOT_OPTIMIZED
@@||gannettdigital.com/universal-web-client/$domain=greenvilleonline.com
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=greenvilleonline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14912
!+ NOT_OPTIMIZED
@@||oasjs.kataweb.it/cookielex/set-cookie.short.redir?backurl=
!+ NOT_OPTIMIZED
@@||oasjs.repubblica.it/cookielex/set-cookie.short.redir?backurl=
! https://github.com/AdguardTeam/AdguardFilters/issues/13495
!+ NOT_OPTIMIZED
@@||kleinanzeigen.de/*.html?keywords=*&categoryId=*&adType=
! https://github.com/AdguardTeam/AdguardFilters/issues/13714
!+ NOT_OPTIMIZED
@@||playercdn.net/*.mp4$domain=anyanime.com
!+ NOT_OPTIMIZED
@@||p.jwpcdn.com/player/$domain=anyanime.com
!+ NOT_OPTIMIZED
@@||vidbom.com^$domain=anyanime.com
!+ NOT_OPTIMIZED
@@||mp4upload.com^$domain=anyanime.com
!+ NOT_OPTIMIZED
@@||dmcdn.net^$domain=anyanime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/13144
!+ NOT_OPTIMIZED
@@||b.cdn13.com/*.mp4?$domain=xhamster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/12789
!+ NOT_OPTIMIZED
@@||x.sare25.com/x.php?url=
! https://github.com/AdguardTeam/AdguardFilters/issues/11748#issuecomment-366602974
!+ NOT_OPTIMIZED
@@||aktualne.cz^$subdocument,domain=aktualne.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/8073
!+ NOT_OPTIMIZED
@@||tracking.asosconnect.com/aff_c?offer_id=*&aff_id=*&aff_sub=clickref&*&url=http
%3a%2f%2fwww.asos.de%2fasos%2f
! https://github.com/AdguardTeam/AdguardFilters/issues/10883
! https://github.com/AdguardTeam/AdguardFilters/issues/7125
!+ NOT_OPTIMIZED
@@||googleusercontent.com/download/$domain=9anime.to
!+ NOT_OPTIMIZED
@@||p.jwpcdn.com/player/$domain=9anime.to
!+ NOT_OPTIMIZED
@@||playercdn.net/*.mp4$domain=9anime.to
! https://github.com/AdguardTeam/AdguardFilters/issues/6760
!+ NOT_OPTIMIZED
@@||ahcdn.com/*.mp4$domain=xhamster.com
!+ NOT_OPTIMIZED
@@||xhcdn.com/*.mp4$domain=xhamster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/7211
!+ NOT_OPTIMIZED
@@||google.com/recaptcha/$domain=pornhub.com|pornhub.org|pornhub.net
! https://github.com/AdguardTeam/AdguardFilters/issues/6731
!+ NOT_OPTIMIZED
@@||cdnjs.cloudflare.com/ajax/libs/$domain=xmoviesforyou.com
!+ NOT_OPTIMIZED
@@||fruithosted.net/dl/*.mp4
!+ NOT_OPTIMIZED
@@||oloadcdn.net/dl/*.mp4
!+ NOT_OPTIMIZED
@@||dato.porn/assets/js/mobile-detection.js
!+ NOT_OPTIMIZED
@@||dato.porn/cdn-cgi/apps/head/*.js$domain=xmoviesforyou.com
!+ NOT_OPTIMIZED
@@||dato.porn/hls/*.m3u8
!+ NOT_OPTIMIZED
@@||dato.porn/js/jquery.cookie.js
!+ NOT_OPTIMIZED
@@||dato.porn/js/jquery.min.js
!+ NOT_OPTIMIZED
@@||dato.porn/js/xupload.js
!+ NOT_OPTIMIZED
@@||dato.porn/player7may/jw-logo-bar.js
!+ NOT_OPTIMIZED
@@||dato.porn/player7may/jwplayer.js
! https://github.com/AdguardTeam/AdguardFilters/issues/25019
!+ NOT_OPTIMIZED
@@||gumtree.com*/p-post-ad*.html
! https://forum.adguard.com/index.php?threads/21858/
!+ NOT_OPTIMIZED
@@||engine.admelon.ru/c?pid=$domain=argumenti.ru
!+ NOT_OPTIMIZED
@@||engine2.admelon.ru/c?pid=$domain=argumenti.ru
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/678
! Prevent self-blocking of Adguard for Safari extension
!+ NOT_OPTIMIZED
@@safari-extension://com.adguard.safari-$document
!+ NOT_OPTIMIZED
@@safari-extension://com.adguard.safaridev-$document
! https://github.com/AdguardTeam/AdguardFilters/issues/3460
!+ NOT_OPTIMIZED
@@||motherlessmedia.com^$domain=motherless.com
! Fixing Depositfiles
!+ NOT_OPTIMIZED
@@://dfiles.ru^$domain=dfiles.ru,~third-party
!+ NOT_OPTIMIZED
@@://dfiles.eu^$domain=dfiles.eu,~third-party
!+ NOT_OPTIMIZED
@@://depositfiles.org^$domain=depositfiles.org,~third-party
!+ NOT_OPTIMIZED
@@://depositfiles.com^$domain=depositfiles.com,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/4859
!+ NOT_OPTIMIZED
@@|blob:https://www.twitch.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/4766
! Fixing redirects via an.yandex.ru
!+ NOT_OPTIMIZED
@@||an.yandex.ru/mapuid/*?location=*&jsredir=
! https://github.com/AdguardTeam/AdguardFilters/issues/4611
!+ NOT_OPTIMIZED
@@||olx.ua/static/olxua/naspersclassifieds-regional/olxeu-atlas-web/static/js/
xgemius.js
! https://github.com/AdguardTeam/AdguardFilters/issues/4392
!+ NOT_OPTIMIZED
@@||app.adjust.io/*&utm_source=desktop_kleiderkreisel.de
! https://forum.adguard.com/index.php?threads/19610/
!+ NOT_OPTIMIZED
@@||boards.4chan.org/adv/
! https://github.com/AdguardTeam/AdguardFilters/issues/4384
!+ NOT_OPTIMIZED
@@||mobilitymag.de/werbung/
! https://github.com/AdguardTeam/AdguardFilters/issues/4375
!+ NOT_OPTIMIZED
@@||basicthinking.de/blog/advertisment/
! https://github.com/AdguardTeam/AdguardFilters/issues/4338
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=vod.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/4309
!+ NOT_OPTIMIZED
@@||igen.fr/sites/www.igen.fr/files/advagg_js/
! https://github.com/AdguardTeam/AdguardFilters/issues/4330
!+ NOT_OPTIMIZED
@@||xhamster.com/ajax/
!+ NOT_OPTIMIZED
@@||google.com/recaptcha/$domain=xhamster.com
!+ NOT_OPTIMIZED
@@||google.com/js/bg/$domain=xhamster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4180
!+ NOT_OPTIMIZED
@@||go.onelink.me/*?pid=
! https://github.com/AdguardTeam/AdguardFilters/issues/3656
!+ NOT_OPTIMIZED
@@||bp.blogspot.com^$domain=fmovies.to
!+ NOT_OPTIMIZED
@@||googlevideo.com^$domain=fmovies.to
!+ NOT_OPTIMIZED
@@||oloadcdn.net^$domain=fmovies.to
!+ NOT_OPTIMIZED
@@||jwpltx.com^$domain=fmovies.to
! vmall.com - Fixing authorization
!+ NOT_OPTIMIZED
@@.vmall.com/oauth
! https://github.com/AdguardTeam/AdguardFilters/issues/3879
!+ NOT_OPTIMIZED
@@||banner.dna.fi^
! https://github.com/AdguardTeam/AdguardFilters/issues/3725
!+ NOT_OPTIMIZED
@@||vectorstock.com^$domain=vectorstock.com
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/466
!+ NOT_OPTIMIZED
@@||11street.my/totalsearch/
! https://github.com/AdguardTeam/AdguardFilters/issues/3559
!+ NOT_OPTIMIZED
@@|http://*$domain=fmovies.to,~third-party
!https://forum.adguard.com/index.php?threads/accountkiller-com.16162/
!+ NOT_OPTIMIZED
@@||google-analytics.com/analytics.js^$domain=accountkiller.com
! https://forum.adguard.com/index.php?threads/pornve-com-nsfw.16118/
!+ NOT_OPTIMIZED
@@||prscripts.com/pub.js$domain=pornve.com
! https://forum.adguard.com/index.php?threads/resolved-afkortingen-nu.16065/#post-
114528
!+ NOT_OPTIMIZED
afkortingen.nu#@##cookie_popup_container
!+ NOT_OPTIMIZED
afkortingen.nu#@##cookie_popup
! https://github.com/AdguardTeam/AdguardFilters/issues/3529
!+ NOT_OPTIMIZED
@@||espncdn.com/*/*.css
! https://github.com/AdguardTeam/AdguardFilters/issues/3531
!+ NOT_OPTIMIZED
@@||disquscdn.com^$script,domain=wccftech.com
!+ NOT_OPTIMIZED
@@||disqus.com^$script,domain=wccftech.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3443
!+ NOT_OPTIMIZED
@@||static.the-watch-series.to/public/js/
! unblock cookie notices
!+ NOT_OPTIMIZED
postnl.com#@#.cookiewall
!+ NOT_OPTIMIZED
postnl.com#@#.cookie_wrapper
!+ NOT_OPTIMIZED
postnl.com#@##cookiebar-container
! unblock mobile app banner, bacause big empty space
!+ NOT_OPTIMIZED
rt.com#@##offers
! https://github.com/AdguardTeam/AdguardFilters/issues/3330
!+ NOT_OPTIMIZED
@@||ssl.google-analytics.com/ga.js$domain=google.com|google.ad|google.ae|
google.com.af|google.com.ag|google.com.ai|google.al|google.am|google.co.ao|
google.com.ar|google.as|google.at|google.com.au|google.az|google.ba|google.com.bd|
google.be|google.bf|google.bg|google.com.bh|google.bi|google.bj|google.com.bn|
google.com.bo|google.com.br|google.bs|google.bt|google.co.bw|google.by|
google.com.bz|google.ca|google.cd|google.cf|google.cg|google.ch|google.ci|
google.co.ck|google.cl|google.cm|google.cn|google.com.co|google.co.cr|
google.com.cu|google.cv|google.com.cy|google.cz|google.de|google.dj|google.dk|
google.dm|google.com.do|google.dz|google.com.ec|google.ee|google.com.eg|google.es|
google.com.et|google.fi|google.com.fj|google.fm|google.fr|google.ga|google.ge|
google.gg|google.com.gh|google.com.gi|google.gl|google.gm|google.gp|google.gr|
google.com.gt|google.gy|google.com.hk|google.hn|google.hr|google.ht|google.hu|
google.co.id|google.ie|google.co.il|google.im|google.co.in|google.iq|google.is|
google.it|google.je|google.com.jm|google.jo|google.co.jp|google.co.ke|
google.com.kh|google.ki|google.kg|google.co.kr|google.com.kw|google.kz|google.la|
google.com.lb|google.li|google.lk|google.co.ls|google.lt|google.lu|google.lv|
google.com.ly|google.co.ma|google.md|google.me|google.mg|google.mk|google.ml|
google.com.mm|google.mn|google.ms|google.com.mt|google.mu|google.mv|google.mw|
google.com.mx|google.com.my|google.co.mz|google.com.na|google.com.nf|google.com.ng|
google.com.ni|google.ne|google.nl|google.no|google.com.np|google.nr|google.nu|
google.co.nz|google.com.om|google.com.pa|google.com.pe|google.com.pg|google.com.ph|
google.com.pk|google.pl|google.pn|google.com.pr|google.ps|google.pt|google.com.py|
google.com.qa|google.ro|google.ru|google.rw|google.com.sa|google.com.sb|google.sc|
google.se|google.com.sg|google.sh|google.si|google.sk|google.com.sl|google.sn|
google.so|google.sm|google.sr|google.st|google.com.sv|google.td|google.tg|
google.co.th|google.com.tj|google.tk|google.tl|google.tm|google.tn|google.to|
google.com.tr|google.tt|google.com.tw|google.co.tz|google.com.ua|google.co.ug|
google.co.uk|google.com.uy|google.co.uz|google.com.vc|google.co.ve|google.vg|
google.co.vi|google.com.vn|google.vu|google.ws|google.rs|google.co.za|google.co.zm|
google.co.zw|google.cat
! https://github.com/AdguardTeam/AdguardFilters/issues/3143
!+ NOT_OPTIMIZED
@@//*.xvideos.com^$domain=xvideos.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3074
!+ NOT_OPTIMIZED
@@||ebay.co.uk/itm/like/*&adgroupid=$domain=ebay.com|ebay.co.uk
!+ NOT_OPTIMIZED
@@||rover.ebay.com/rover/$domain=ebay.com|ebay.co.uk
!+ NOT_OPTIMIZED
@@||rover.ebay.co.uk/rover/$domain=ebay.com|ebay.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/2988
!+ NOT_OPTIMIZED
@@||awaps.yandex.net^$domain=awaps.yandex.net
! https://forum.adguard.com/index.php?threads/13434/
!+ NOT_OPTIMIZED
@@||top-shop.ru^$domain=top-shop.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/2889
!+ NOT_OPTIMIZED
@@||feedburner.com/~r/
! https://github.com/AdguardTeam/AdguardFilters/issues/2887
!+ NOT_OPTIMIZED
@@||static-*.xvideos.com/*/js/
! https://github.com/AdguardTeam/AdguardFilters/issues/2876
!+ NOT_OPTIMIZED
@@||society6.com^$domain=society6.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2811
!+ NOT_OPTIMIZED
@@||cdnssl.mediafire.com/js/
! https://github.com/AdguardTeam/AdguardFilters/issues/2112
!+ NOT_OPTIMIZED
@@||xg4ken.com/trk/*&adgroupid=
! https://github.com/AdguardTeam/AdguardFilters/issues/2751
!+ NOT_OPTIMIZED
@@||analytics.edgesuite.net^$domain=foxnews.com
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=foxnews.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2707
!+ NOT_OPTIMIZED
@@/google-adwords$domain=t3n.de,~third-party
! https://forum.adguard.com/index.php?threads/12058/
!+ NOT_OPTIMIZED
||mc.yandex.ru/watch/*$domain=internethaber.com
!+ NOT_OPTIMIZED
||mc.yandex.ru/metrika/watch.js$domain=internethaber.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2556
!+ NOT_OPTIMIZED
@@||m.thepiratebay.org/search.php?
! https://forum.adguard.com/index.php?threads/9166/
!+ NOT_OPTIMIZED
@@||static.opensubtitles.org/libs/js/subbrowse.js
!+ NOT_OPTIMIZED
@@||watch.opensubtitles.org/signup?ad_domain=
!+ NOT_OPTIMIZED
@@||hlok.qertewrt.com/offer?prod=
! https://github.com/AdguardTeam/AdguardFilters/issues/2363
!+ NOT_OPTIMIZED
@@||netflix.com/*/Login
! https://github.com/AdguardTeam/AdguardFilters/issues/2352
!+ NOT_OPTIMIZED
@@||click.uol.com.br^$domain=uol.com.br
! https://github.com/AdguardTeam/AdguardFilters/issues/2329
!+ NOT_OPTIMIZED
@@||reklama5.mk^$domain=reklama5.mk
! https://github.com/AdguardTeam/AdguardFilters/issues/2246
!+ NOT_OPTIMIZED
@@||tube.buzzoola.com$domain=anidub.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2108
!+ NOT_OPTIMIZED
@@/crossdomain.xml$domain=phonearena.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2024
!+ NOT_OPTIMIZED
@@||static1-azcdn.newser.com/javascript/
!+ NOT_OPTIMIZED
@@||static2-azcdn.newser.com/javascript/
! https://github.com/AdguardTeam/AdguardBrowserExtension/issues/41#issuecomment-
207644158
! Buffer extension is broken by Adguard for Safari
!+ NOT_OPTIMIZED
@@||buffer.com^$elemhide
! fedex.com - fixing tracking (caused by EasyPrivacy)
!#safari_cb_affinity(privacy)
!+ NOT_OPTIMIZED
@@||fedex.com/Tracking?
!#safari_cb_affinity
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1085
!+ NOT_OPTIMIZED
@@||imasdk.googleapis.com/js/$domain=cari.com.my
!+ NOT_OPTIMIZED
cari.com.my###cvidloader
! http://forum.adguard.com/showthread.php?7751
! Fixing endless loading
!+ NOT_OPTIMIZED
@@||b.kavanga.ru/exp?sid=$domain=deita.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/917
! ozon.ru - fixing products pictures
!+ NOT_OPTIMIZED
@@||bundle.ozon.ru/ozon/$script,domain=ozon.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/910
! Fixing m.market.yandex.ru
!+ NOT_OPTIMIZED
@@||mc.yandex.ru/metrika/watch.js$domain=m.market.yandex.ru|m.market.yandex.by|
m.market.yandex.kz
! Start: fixing Mobile Youtube video player delays.
! We should re-evaluate this rules after next Safari release, I suspect it is
Safari's bug
!+ NOT_OPTIMIZED
@@||ad.doubleclick.net/*/pfadx/$domain=m.youtube.com
! End: fixing Youtube video player delays.
!
!
!#endif
!-------------------------------------------------------------------------------!
!------------------ 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
!+ PLATFORM(windows, mac, android)
@@||mail.bg/message/$jsinject,elemhide,extension
!+ PLATFORM(windows, mac, android)
@@||mail.bg/message/$xmlhttprequest,other
!
! NOTE: Anti-adblock
!
! https://github.com/AdguardTeam/AdguardFilters/issues/171750
pik.bg#%#//scriptlet('prevent-element-src-loading', 'script', 'ima3.js')
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=pik.bg
! 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')
!#if (adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=bg-gledai.*
@@||bg-gledai.$generichide
!#endif
! 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 ---------------------------------------------!
!-------------------------------------------------------------------------------!
-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/adz/
.com/peeltr.js
.com/sc/*?n=$script,third-party
.com/ss/ad/
.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/
/?fp=*&poru=$subdocument
/?view=ad
/_adslot/*
/_xa/ads?
/_xa/ads_
/a-ads.$third-party
/a/?ad=
/a/ads/*
/a/display.php?$script
/AA/theologicalpresentation.com/*
/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-left.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_caption.
/ad_choices.
/ad_choices_
/ad_code.
/ad_common.
/ad_display.
/ad_engine?
/ad_exo.
/ad_feed.
/ad_footer.
/ad_function.
/ad_ga_callback.
/ad_generator?
/ad_header.
/ad_home.
/ad_horisontal.
/ad_horizontal.
/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.
/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
/adheader.
/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|~konograma.com
/admgr.
/admitad.js
/adModule.
/ADNet/*
/adnet2.
/adnetmedia.$domain=~adnetmedia.ee|~adnetmedia.hu|~adnetmedia.lt|~adnetmedia.lv
/adocean.
/adometry?
/adops.$domain=~adops.co.il|~adops.gr
/ados.js
/adotube_adapter.
/adotubeplugin.
/adoverlay.
/adpartner.min.js
/adplacement.
/adplayer.$script,domain=~adplayer.pro
/adplugin.
/adpopup.
/adproxy.
/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-holder.
/ads-home.js
/ads-loader.
/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.$~xmlhttprequest,domain=~konograma.com
/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.
/adutils.
/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.
/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
/customad.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/spc.php
/delivery_ads/*
/dfp.min.js$third-party
/dfp/head/*
/dfp_async.js
/dfpNew.min.js
/didna_config.js
/direct.hd?n=
/discourse-adplugin-
/display-ad/*
/display-ads/*
/displayad.$~script
/displayad/*
/displayad?
/displayAdFrame.
/displayads.
/displayads/*
/dmcads_$script
/doubleclick.aspx
/doubleclick.min
/doublepimp2.js
/download-ad.
/drsup-admanager-ajax.js
/dynamic-ads/*
/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.
/floatadv.js
/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
/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.
/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/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=
/js/ppu.$script
/js3caf.js
/jsad.php
/jsAds-1.4.min.js
/jsads.js
/jshexo.hj?lb=
/jspopunder.js
/jspopunder.min.js
/keyade.js
/keyword_ad.
/layer-ad.
/layer-ads.
/layerad-
/layerad.
/lazyad-loader.js
/lazyad-loader.min.js
/lazyload.ads?
/left_ads.js
/leftad.
/leftad_
/leftads.
/legion-advertising-atlasastro/*
/li.blogtrottr.com/imp?
/lijit-ad-
/lijitads.
/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
/nad_exo.
/native-ad-
/native-ads-
/native_ad/*
/nativead.
/nativead/*
/nativeads.
/nativeads/*
/nativebanner/ane-native-banner.js
/nb/frot_lod.
/neverblock/*
/newad.
/newad?
/newads.
/newaff/float
/nugg.min.js
/Nuggad?
/nwm-fcn.min.js
/nwm-pw2.min.js
/nxst-advertising/dist/htlbid-advertising.min.js
/oas-config.
/oas_ad.
/oas_ad_
/oas_ads.
/oascentral.$~object
/oascentral/*
/oasconfig/*
/oiopub-direct/*$~stylesheet
/oncc-ad.
/openads.
/openads/*
/overlay-ad.
/overlay_ad_
/overlayads.
/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.
/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
/parking_caf_
/partner-ad-
/Partner_Ad/*
/partner_ads/*
/partner_ads_
/partnerad.
/partnerads/*
/partnerads_
/partneradwidget.
/partnerbanner.
/partnerbanner/*
/partners/ads/*
/pcad.js?
/peel.php?
/peel_ads/*
/peelad/*
/peelads/*
/peeltl.js
/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-
/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-ads.
/responsive/ad_
/responsive_ads.
/revcontent.
/right-ad-
/right_ad.
/right_ad_
/right_ads.
/rightad.
/rightad/*
/rightads.$domain=~rightads.co.uk
/rolloverads/*
/rotatingad.
/rotationad.
/s.ashx?btag
/sbar.json?key=
/sc-tagmanager/*
/script/java.php?$xmlhttprequest
/script/nasu.js$third-party
/script/nrsu.js$third-party
/script/nwsu.js$third-party
/script/oas/*
/script/suurl4.php?$third-party
/script/ut.js?cb=$third-party
/script/wait.php?*=$xmlhttprequest
/scripts/afc/*
/scripts/chatur.js
/sdk/push_web/?zid=
/searchad.
/secureads.
/select_adv?
/servead/request/*
/serveads.php
/service/ad/*
/service/ads/*
/service/adv/*
/servlet/view/*
/set_adcode?
/show-ad.
/show_ad.
/show_ad?
/show_ad_
/show_ads_
/showadvert.
/showadvertising.
/showban.asp?
/showbanner.
/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?
/sponsoredlisting.
/sponsors-ads/*
/sponsors/popunder.
/sponsors_box.
/spotx_adapter.
/spotxchangeplugin.
/spotxchangevpaid.
/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.
/story_ads_
/storyads.
/style_ad.
/subAd.
/suv4.js
/SWMAdPlayer.
/sync2ad.
/syndication/ad.
/sys/ad/*
/system/ad/*
/taboola-footer.js
/taboola-header.js
/taboola_7.4.1.js
/taboola_header.js
/taboolaarticle.min.js
/targetingAd.
/targetpushad.
/td-ads-
/tds-ads-
/technomedia.
/template/ad.
/templates/ad.
/templates/ad/*
/templates/ads/*
/theologicalpresentation.com/*
/third-party/dfp/*
/thirdparty/ad/*
/tikilink?
/tncms/ads/*
/tnt.ads.
/top-ad.
/top-ads.
/top_ad.
/top_ads.
/tremoradrenderer.
/triadshow.
/ttj?id=
/utx?cb=$third-party
/v1/ads/*
/v2/a/push/js/*
/v2/ads/*
/v3/ads/*
/v3/ads?
/v5/ads/*
/v7/ads/*
/v9/adv/*
/valnet-header-ads.
/vast/?zid=
/VASTAdPlugin.
/vclkads.
/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-banners/*$~image
/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/*
/wpadgu-
/wpbanners_show.php
/wppas.
/wppas/*
/wppas_
/wpx-bannerize_
/wrapper/ads/*
/www/ad/*
/www/ad_
/www/ads/*
/www/deliver/*
/www/deliverx/*
/www/delivery/*
/www/js/ad/*
/wwwad.
/wwwads.
/xads.php
/xadvertisement.
/xclicks.
/xpopunder.
/xpopup.js
/yhs/ads?
/yume_ad_library_
/zanox/banner/*
/zcredirect?
/zcvisitor/*
/~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
://promo.$~media,third-party,domain=~myshopify.com|~promo.com|~shopifycloud.com|
~slidely.com
://pt.*?psid=$third-party
=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=
?zoneid=*&ab=1$script
_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.
_companionad.
_content_ad.
_custom_ad.
_custom_ad_
_externalad.
_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.
_survey_ad_
_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?
/pfe/current/*$script,third-party
.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_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/
=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_
&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
/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
###advertMPUContainer
###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-ltadvertising-ltadvertising
###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
###fd-ad-mr1
###fd-ad-mr2
###fd-ad-mr3
###fd-ad-sb1
###fd-ad-sb2
###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
###leaderboardAdArea
###leaderboardAdArea2
###leaderboardAdSibling
###leaderboardAdTop
###leaderboardAds
###leaderboardAdvert
###leaderboard_728x90
###leaderboard_Ad
###leaderboard_ad
###leaderboard_ad_gam
###leaderboard_ad_main
###leaderboard_ad_unit
###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
###pencil-alt-banner-ad-wrapper
###perm_ad
###permads
###persistentAd
###personal-ads-sticky-wrapper
###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
###pnAd2
###pnlLhsNativeAd
###pnlRhsNativeAd
###pop_ad
###popadwrap
###popback-ad
###popoverAd
###popupAd
###popupBottomAd
###popup_ad_wrapper
###popupadunit
###post-ad
###post-ads
###post-bottom-ads
###post-content-ad
###post-main-banner-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
###pre-main-banner-ad
###preAds_ad_mrec_intext
###preAds_ad_mrec_intext2
###preminumAD
###premiumAdTop
###premium_ad
###premiumad
###premiumads
###prerollAd
###preroll_ads
###preroll_compainion_ad
###primis-container
###primis_player
###print_ads
###printads
###privateads
###productads
###promo-ad
###promoAds
###promoFloatAd
###promo_ads
###ps-ad-iframe
###ps-top-ads-sponsored
###ps-vertical-ads
###pub-right-bottom-ads
###pub-right-top-ads
###pub468x60
###pub728x90
###publicGoogleAd
###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
###scrollover-ad-wrap
###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
###single_ad_above_content
###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
###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-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--leaderboard--article--wrapper
##.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-ph
##.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-wallpaper-panorama-container
##.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-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.bottom_article_leaderboard
##.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
##.ad300x-placeholder
##.ad300x100
##.ad300x111
##.ad300x120
##.ad300x150
##.ad300x250
##.ad300x250-1
##.ad300x250-2
##.ad300x250-home
##.ad300x250-hp-features
##.ad300x250-inline
##.ad300x250-stacked
##.ad300x2501
##.ad300x250GrayBorder
##.ad300x250Module
##.ad300x250Right
##.ad300x250Top
##.ad300x250_box
##.ad300x250_container
##.ad300x250a
##.ad300x250b
##.ad300x250box
##.ad300x250box2
##.ad300x250flex
##.ad300x250s
##.ad300x250x2
##.ad300x40
##.ad300x50-right
##.ad300x600
##.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
##.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
##.adslx-bottom2015
##.adslx2015
##.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-bb
##.adunit-container-incontent-280px
##.adunit-container-incontent-400px
##.adunit-container-sitebar-600px
##.adunit-container_sitebar_1
##.adunit-googleadmanager
##.adunit-lazy
##.adunit-middle
##.adunit-parent
##.adunit-purch
##.adunit-search-midstream
##.adunit-side
##.adunit-skyscraper-1
##.adunit-skyscraper-2
##.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
##.adxs-vertisements
##.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
##.amp-unresolved
##.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_728x90
##.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_ads_300x250
##.banner_ads_home
##.banner_ads_home_inner
##.banner_reklam
##.banner_reklam2
##.banner_slot
##.bannerad
##.bannerad3
##.banneradbottomholder
##.banneradd
##.bannerads
##.banneradv
##.bannerandads
##.bannergoogle
##.bannergroup-ads
##.banneritem-ads
##.banneritem_ad
##.bannermpu
##.banners-weekad
##.banners_ad
##.banners_ad_inside
##.bannervcms
##.bar_ad
##.barkerAd
##.barta-ad
##.base-ad-mpu
##.base-ad-slot
##.base-ad-top
##.base__header-ad
##.base_ad
##.baseboard-ad
##.bb-ad
##.bb-ad-mrec
##.bb-adv-160x600
##.bb-adv-300x250
##.bb-article-sponsor
##.bbccom-advert
##.bbccom_advert
##.bbsTopAd
##.bc-ad__appnexus
##.bcom_ad
##.bd-header-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
##.belt-ad
##.belt_ad
##.best_project_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
##.bi-ads-300x250
##.bi-ads-desktop
##.bi-advertorial
##.bidbarrel-ad
##.big-ad
##.big-ads
##.big-advertisement
##.big-box-ad
##.big-right-ad
##.bigAd
##.bigAdContainer
##.bigAds
##.bigAdvBanner
##.bigAdvMiddle
##.bigAdvMiddlea
##.bigBoxAdArea
##.bigCubeAd
##.big_ad
##.big_ad2
##.big_ads
##.big_center_ad
##.bigad
##.bigad1
##.bigad2
##.bigadleft
##.bigadright
##.bigads
##.bigadtxt1
##.bigbox-ad
##.bigbox.ad
##.bigbox_ad
##.bigboxad
##.bigsponsor
##.billboard-ad
##.billboard-ad-one
##.billboard-ad-slot-container
##.billboard-ad-space
##.billboard-ads
##.billboard.ad
##.billboard300x250
##.billboardAd
##.billboard__ad__full
##.billboard__advert
##.billboard_ad
##.billboard_ad_desktop
##.billboard_ad_wrap
##.billboard_adwrap
##.bin-ads
##.bing-ads-wrapper
##.bing-native-ad
##.biz-ad
##.biz-ads
##.biz-list-ad
##.bizDetailAds
##.bl300_ad
##.blk_advert
##.block--ad
##.block--ads
##.block--advertising
##.block--advertising-header
##.block--dfp
##.block--doubleclick
##.block--simpleads
##.block--vh-dfp
##.block--vh-dfp-dfp-ad-r1
##.block--vh-footer-ads
##.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-adstop-otherpage-728x90
##.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-heremedia-ads
##.block-inner-adds
##.block-itg-ads
##.block-ltadvertising
##.block-maniad
##.block-nyx-ads-ninja
##.block-nyx-ads-ninja-ad-block
##.block-openads
##.block-openx
##.block-pm_doubleclick
##.block-pt-ads
##.block-quartz-ads
##.block-reklama
##.block-simple-blockad-320-250-front-2
##.block-simpleads
##.block-skyscraper-ad
##.block-sponsor
##.block-sponsored-links
##.block-the-dfp
##.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-ads-container
##.blog-ads-top
##.blog-advertisement
##.blog-view-ads
##.blogAd
##.blogAdvertisement
##.blogArtAd
##.blogBigAd
##.blog_ad
##.blogads
##.blue-ad
##.bmd_advert
##.bn_ads
##.bn_advert
##.bn_textads
##.bnr-adbutler
##.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
##.bottom-sponsor-img-border
##.bottom-sponsored-header
##.bottom2-adv
##.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
##.branded-sponsored-result
##.branding-ad-gallery
##.branding-ad-wrapper
##.breadads
##.breadcumbad
##.break-ads
##.breaker-ad
##.breakerAd
##.breakingNewsModuleSponsor
##.breakthrough-ad
##.briefNewsAd
##.brn-ads-box
##.brn-ads-mobile-container
##.brn-ads-sticky-wrapper
##.broker-ad
##.broker-ads
##.broker-ads-center
##.broker_box_ad
##.browse-ad-container
##.browse-banner_ad
##.browse-by-make-ad
##.browse-inline-ad
##.browser_boot_ad
##.browsi-ad
##.bs-ad
##.bsAdvert
##.bsa-in-post-ad-125-125
##.bsaProCarousel
##.bsaProContainer
##.bsaProContainerNew
##.bsa_ads
##.bsa_it_ad
##.bt_ad
##.btf-ad-medRect
##.btfAds
##.btm_ad
##.btn-ad
##.btn-newad
##.btn_ad
##.budget_ads_1
##.budget_ads_2
##.budget_ads_3
##.budget_ads_bg
##.bulk-img-ads
##.bullet-sponsored-links
##.bullet-sponsored-links-gray
##.bump-ad
##.bunyad-ad
##.burstContentAdIndex
##.businessads
##.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
##.buzz_ad_block
##.buzz_ad_wrap
##.bvi-ads
##.bvp-ad
##.bwm_widget_ad_callout
##.bww-advertising-ad-container
##.bx-ads
##.bx-ads--banner
##.bx_ad
##.bx_ad_right
##.bxad
##.bz-ad
##.bzads-ic-ad-300-250-600
##.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__advert-container
##.c-inblog_ad
##.c-main-header__ad
##.c-news-feed-ads
##.c-partner-articles
##.c-posts__ad
##.c-prebid
##.c-res-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-ad-ins-container
##.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-sticky-advert-details-mpu
##.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-banner970-ad
##.mmads
##.mmc-ad
##.mmc-ad-wrap-2
##.mmcAd_Iframe
##.mmy-ads
##.mnopolarisAd
##.mntl-gpt-adunit
##.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
##.nested-ad
##.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-banner-ad
##.pmc-adm-boomerang-pub-div
##.pmg-sponsoredlinks
##.polar-ad
##.polaris-ad--wrapper-desktop
##.polarisMarketing
##.polaris__ad
##.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-slot--homepage--wrapper
##.sticky-ad-unit-default
##.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-header-ad
##.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
##.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-promo-gtag
##.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-ad2015
##.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
##.with-background-ads
##.withBanners__ad
##.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-advadstrackid]
##[data-css-class="dfp-inarticle"]
##[data-d-ad-id]
##[data-desktop-ad-id]
##[data-dynamic-ads]
##[data-ez-name]
##[data-freestar-ad]
##[data-id^="div-gpt-ad"]
##[data-m-ad-id]
##[data-mobile-ad-id]
##[data-name="adaptiveConstructorAd"]
##[data-rc-widget]
##[data-revive-zoneid]
##[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://r.kraken.com/"]
##[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.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[href*=".engine.adglare.net/"]
##a[href*=".foxqck.com/"]
##a[href*=".g2afse.com/"]
##a[href*="//jjgirls.com/sex/Chaturbate"]
##a[href^="//go.eabids.com/"]
##a[href^="//s.st1net.com/splash.php"]
##a[href^="http://adultfriendfinder.com/go/"]
##a[href^="http://affiliate.glbtracker.com/"]
##a[href^="http://bc.vc/?r="]
##a[href^="http://bongacams.com/track?"]
##a[href^="http://cam4com.go2cloud.org/aff_c?"]
##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://li.blogtrottr.com/click?"]
##a[href^="http://m.hue2m.com/"]
##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://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://a2.adform.net/"]
##a[href^="https://ab.advertiserurl.com/aff/"]
##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.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://bluedelivery.pro/"]
##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://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://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.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://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://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://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://natour.naughtyamerica.com/track/"]
##a[href^="https://ndt5.net/"]
##a[href^="https://pb-front.com/"]
##a[href^="https://pb-imc.com/"]
##a[href^="https://pb-track.com/"]
##a[href^="https://porntubemate.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://s.optzsrv.com/"]
##a[href^="https://safesurfingtoday.com/"][href*="?skip="]
##a[href^="https://serve.awmdelivery.com/"]
##a[href^="https://slkmis.com/"]
##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.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://tsartech.g2afse.com/"]
##a[href^="https://twinrdsrv.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.sheetmusicplus.com/?aff_id="]
##a[href^="https://www.sugarinstant.com/?partner_id="]
##a[href^="https://www.toprevenuegate.com/"]
##a[href^="https://xbet-4.com/"]
##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-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?fp="][href*="&maxads="]
##.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
###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
###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
##.aniview-inline-player
##.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
##.oovvuu-embed-player
##.pbs__player
##.playwire-article-leaderboard-ad
##.pmc-contextual-player
##.pop-out-eplayer-container
##.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
###adv_outbrain_SB_1_sidebar
###ao-article-outbrain
###ao-sidebar-outbrain
###container-outbrain-sticky
###js-outbrain-ads-module
###js-outbrain-rightrail-ads-module
###outbrain-wrapper
###outbrainAdWrapper
###outbrain_dual_ad_fs_0_dual
###outbrain_vertical
###sponsored-outbrain-1
##.Cheat__outbrain
##.OUTBRAIN[data-widget-id^="FMS_REELD_"]
##.adv_outbrain
##.ht_outbrain
##.js-outbrain-container
##.ob-ad-carousel-layout
##.ob-hover
##.ob-p.ob-dynamic-rec-container
##.ob-strip-layout
##.outBrainWrapper
##.outbrain-ad-slot
##.outbrain-ad-units
##.outbrain-bg
##.outbrain-widget
##.outbrainAdHeight
##.outbrain_ad_li
##.outbrain_dual_ad_whats_class
##.outbrain_ul_ad_top
##.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
###fake_taboola_fallback
###ra-taboola-bottom
###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-content
###taboola-footer-ad
###taboola-main-container
###taboola-mid-article-thumbnails
###taboola-mid-article-thumbnails-ii
###taboola-mobile-article-thumbnails
###taboola-placeholder
###taboola-right-rail
###taboola-right-rail-express
###taboola-top-banner-abp
###taboola_related
###taboola_responsive_wrapper
##.ab_taboola
##.ad-container--taboola
##.article-body__suppl_content--taboola-mid-article
##.article-footer--taboola
##.article-taboola
##.box-taboola-content
##.dart-ad-taboola
##.for-taboola
##.grid__module-sizer_name_taboola
##.grv-taboola
##.nw-taboola
##.nya-slot[style]
##.qa-placement-outbrain-under-post-cr
##.tablet_ad_box
##.tablet_ad_head
##.taboola-above-article
##.taboola-above-article-thumbnails
##.taboola-ad
##.taboola-block
##.taboola-general
##.taboola-in-plug-wrap
##.taboola-inbetweener
##.taboola-item
##.taboola-left-rail-wrapper
##.taboola-partnerlinks-ad
##.taboola-placeholder
##.taboola-placement
##.taboola-single-asset-ads
##.taboola-unit
##.taboola-widget
##.taboolaArticle
##.taboolaHeight
##.taboola__container
##.taboola_advertising
##.taboola_blk
##.taboola_block1
##.taboola_container
##.taboola_lhs
##.tbl-floating-unit
##.tncls_taboola
##.trb_taboola
##.trc_excludable.syndicatedItem
##.trc_rbox .syndicatedItem
##.trc_rbox_border_elm .syndicatedItem
##.trc_rbox_div .syndicatedItem
##.trc_rbox_div .syndicatedItemUB
##.trc_related_container div[data-item-syndicated="true"]
##.van_taboola
##.widget_taboola
##amp-embed[type="taboola"]
##div[id^="taboola-stream-"]
###boxes-box-zergnet_module
###right_rail-zergnet
###zergnet
###zergnet-wrapper
##.ZERGNET
##.adLocation-zerg
##.component-zergnet
##.content-zergnet
##.js-footer-zerg
##.module-zerg
##.o-zergnet
##.post-zergnet-wrap
##.sidebar-zergnet
##.td-zergnet
##.widget-ami-zergnet
##.widget_ok_zergnet_widget
##.zerg-colm
##.zerg-widget
##.zerg-widgets
##.zergmod
##.zergnet
##.zergnet-holder
##.zergnet-row
##.zergnet-unit
##.zergnet-widget
##.zergnet-widget-container
##.zergnet-widget__header
##.zergnet-widget__subtitle
##.zergnetBLock
##.zergnet__container
##.zergnetpower
##.zergpowered
##display-ad-component
##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,usat
ravel.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
clickondetroit.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
dbook.docomo.ne.jp,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,tapahtu
mat.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
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,t
helocal.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#@#.ads-banner
bdsmlr.com#@#.ads-container
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,wallpaperset.com#@#.ads1
jw.org#@#.adsBlock
cars.mitula.ae#@#.adsList
trustnet.com#@#.ads_right
search.conduit.com#@#.ads_wrapper
alluc.org#@#.adsbottombox
game.goo.ne.jp#@#.adsbygoogle-noablate
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,z
alora.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
staircase.pl#@#.adwords
consumerist.com#@#.after-post-ad
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#@#.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,freevoi
pdeal.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
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.co
m#@#.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.c
om,demos.krajee.com,epicbundle.com,game.goo.ne.jp,kadinlarkulubu.com,korail.pe.kr,n
extbigtrade.com,phcorner.net,pixiz.com,spoilertv.com,teemo.gg,willyoupressthebutton
.com#@#ins.adsbygoogle
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.a
r,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,webi
ke.net.pl,webike.ng,webike.no,webike.nz,webike.ph,webike.pk,webike.pt,webike.sg,web
ike.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.a
r,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,webi
ke.net.pl,webike.ng,webike.no,webike.nz,webike.ph,webike.pk,webike.pt,webike.sg,web
ike.tw#@#.ad_title
spoilertv.com#@##adsensewide
browsershots.org#@#.advert_area
||0008d6ba2e.com^
||0024ad98dd.com^
||0083334e84.com^
||00d3ed994e.com^
||00d84987c0.com^
||01220b75a7.com^
||01c70a2a06.com^
||01counter.com^
||01d0c91c0d.com^
||01jud3v55z.com^
||0265331.com^
||02953a52b0.com^
||02a2749187.com^
||02aa19117f396e9.com^
||02ce917efd.com^
||0398067ebe.com^
||03bdb617ed.com^
||03ed9035a0801f.com^
||03eea1b6dd.com^
||04-f-bmf.com^
||041353e6dd.com^
||04cb2afab7.com^
||059e71004b.com^
||05e11c9f6f.com^
||05w0bq3nbq9b.top^
||063f828cf2.com^
||0676el9lskux.top^
||06e293435c.com^
||070880.com^
||072c4580e8.com^
||0760571ca9.com^
||07wr439dfait.top^
||0819478661.com^
||0843741785.com^
||08666f3ca4.com^
||0898hhh.com^
||08uxmg2bz7hc.top^
||0926a687679d337e9d.com^
||097be55da0.com^
||09b074f4cf.com^
||0a05d34d6f.com^
||0a0d-d3l1vr.b-cdn.net^
||0a8d87mlbcac.top^
||0ac56fb52b.com^
||0aef09749a.com^
||0af2a962b0102942d9a7df351b20be55.com^
||0b19760679.com^
||0b73f85f92.com^
||0b7741a902.com^
||0c6dd161e9.com^
||0cdn.xyz^
||0cf.io^
||0d4936c8fd.com^
||0d6cirpa7nrd.top^
||0e157d2cfa.com^
||0e78376a1b.com^
||0eijh8996i.com^
||0emn.com^
||0f461325bf56c3e1b9.com^
||0fc7ac6ea7.com^
||0fmm.com^
||0gw7e6s3wrao9y3q.pro^
||0i0i0i0.com^
||0l1201s548b2.top^
||0pyn37dv3m.com^
||0redirb.com^
||0redird.com^
||0sntp7dnrr.com^
||0sywjs4r1x.com^
||0udonfv52o9k.top^
||0w1rqq69fi0e.com^
||0x01n2ptpuz3.com^
||101m3.com^
||103092804.com^
||106c6423c3.com^
||1090pjopm.de^
||109c957fb6.com^
||10b883b3d61d.com^
||10cbc8a64e.com^
||10desires.com^
||10nvejhblhha.com^
||10q6e9ne5.de^
||10skhbdhjfsdf100.monster^
||10sn95to9.de^
||1111supjavcom.xyz^
||111supjavcom.xyz^
||113aa22d76.com^
||116bea31bf.com^
||11f1b925c4.com^
||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^
||12ezo5v60.com^
||130gelh8q.de^
||137kfj65k.de^
||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^
||17772175ab.com^
||17co2k5a.de^
||17do048qm.de^
||17e792897a.com^
||17f0ec344c.com^
||181m2fscr.de^
||184c4i95p.de^
||18788fdb24.com^
||18tlm4jee.de^
||19273817.com^
||194ac5b0e3.com^
||194b7af8c3.com^
||19515bia.de^
||19528681.com^
||19fc4acebd.com^
||1a65658575.com^
||1a714ee67c.com^
||1a8f9rq9c.de^
||1aqi93ml4.de^
||1b14e0ee42d5e195c9aa1a2f5b42c710.com^
||1b264a0ca0.com^
||1b3tmfcbq.de^
||1b73a49a1b.com^
||1b9cvfi0nwxqelxu.pro^
||1betandgonow.com^
||1bm3n8sld.de^
||1c174d5fe7.com^
||1c447fc5b7.com^
||1c7154dd67.com^
||1ccbt.com^
||1cctcm1gq.de^
||1ckbfk08k.de^
||1d27313995.com^
||1d5d7fb584.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^
||1jsskipuf8sd.com^
||1kanz.cn^
||1knhg4mmq.de^
||1lbk62l5c.de^
||1lj11b2ii.de^
||1m72cfole.de^
||1mrmsp0ki.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^
||1xlite-208883.top^
||1xlite-503779.top^
||1xlite-510677.top^
||1xlite-522762.top^
||1xroom.com^
||200088d4e2.com^
||2020mustang.com^
||2022welcome.com^
||2036369798.com^
||2066401308.com^
||206ads.com^
||20dollars2surf.com^
||20tracks.com^
||2137dc12f9d8.com^
||2158novffp.com^
||2175cdb850.com^
||218emo1t.de^
||21hn4b64m.de^
||21sexturycash.com^
||22081b1c58.com^
||22256da88b.com^
||22b73ca99a.com^
||22blqkmkg.de^
||22ddebb169.com^
||22gui20230801.live^
||22lmsi1t5.de^
||231dasda3dsd.aniyae.com^
||234f6ce965.com^
||24-sportnews.com^
||249c9885c1.com^
||24affiliates.com^
||24fea9d560.com^
||24hoursuptodatecdn.net^
||24newstech.com^
||24s1b0et1.de^
||24x7adservice.com^
||250f0ma86.de^
||254a.com^
||259luxu.xyz^
||25obpfr.de^
||2639iqjkl.de^
||26485.top^
||2685da0b4d.com^
||268stephe5en3king.com^
||26q4nn691.de^
||2777d013fc.com^
||27igqr8b.de^
||27vckaccbto7p761.pro^
||284767c6f7.com^
||28adea9220.com^
||291hkcido.de^
||295a9f642d.com^
||29apfjmg2.de^
||29d65cebb82ef9f.com^
||29s55bf2.de^
||2a1b1657c6.com^
||2a2k3aom6.de^
||2a4snhmtm.de^
||2a710318ec.com^
||2aefgbf.de^
||2aus34sie6po5m.com^
||2b037d5d4d.com^
||2b15b8e193.com^
||2b2b3adee6.com^
||2bps53igop02.com^
||2c2a1b058e.com^
||2c3a97984f45.com^
||2c4rrl8pe.de^
||2c6bcbbb82ce911.com^
||2cjlj3c15.de^
||2cnjuh34jb.com^
||2cnjuh34jbhub.com^
||2cnjuh34jbman.com^
||2cnjuh34jbpoint.com^
||2cnjuh34jbstar.com^
||2d12b2f25b.com^
||2d283cecd5.com^
||2d6g0ag5l.de^
||2d77c9dd09.com^
||2df0b2e308.com^
||2e8dgn8n0e0l.com^
||2eb3f134fb.com^
||2f09c4f4cb.com^
||2f1969b0e8.com^
||2f488993d1.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^
||2re6rpip2.de^
||2rlgdkf7s.de^
||2rmifan7n.de^
||2smarttracker.com^
||2spdo6g9h.de^
||2tfg9bo2i.de^
||2tlc698ma.de^
||2track.info^
||2trafficcmpny.com^
||2ts55ek00.de^
||3-mobiappu.com^
||300daytravel.com^
||3034f47ff3.com^
||303ag0nc7.de^
||303marketplace.com^
||30929d3de9.com^
||30b9e3a7d7e2b.com^
||30d5shnjq.de^
||30f5554dd4.com^
||30hccor10.de^
||30koqnlks.de^
||30pk41r1i.de^
||314d7d699d.com^
||314gqd3es.de^
||316feq0nc.de^
||31bqljnla.de^
||31cm5fq78.de^
||31d6gphkr.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^
||37e5693aa7.com^
||3819544f76.com^
||3841f4b0c4.com^
||38d9953876.com^
||395b8c2123.com^
||39f204776a.com^
||39irqwnzlv.com^
||3a17d27bf9.com^
||3a98f4e936.com^
||3b0df911a8.com^
||3bfcfaa8c8.com^
||3c22db1a50.com^
||3c96ce165a.com^
||3cbc749ccf.com^
||3cf639cf20.com^
||3d5affba28.com^
||3dfcff2ec15099df0a24ad2cee74f21a.com^
||3e090c38bd.com^
||3e72982861.com^
||3e950d4353.com^
||3ed2b6b7c4.com^
||3edcc83467.com^
||3fa244b7eb.com^
||3g25ko2.de^
||3gbqdci2.de^
||3i1cx7b9nupt.com^
||3j8c56p9.de^
||3lift.com^
||3lr67y45.com^
||3mhg.online^
||3mhg.site^
||3myad.com^
||3qfe1gfa.de^
||3r1kwxcd.top^
||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^
||4140690839.com^
||41df76c67812005c.com^
||41f6f373a2.com^
||42a5d530ec972d8994.com^
||42d61f012e27b36d53.com^
||42e228ef6f.com^
||42jdbcb.de^
||43137c93a82b0e81da.com^
||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^
||46d84abb3a.com^
||46d983eade.com^
||47-ecommercet.com^
||47aead8f05.com^
||47f9b1fbc5.com^
||480a70b554.com^
||48cf8d95a3.com^
||48da4009ba.com^
||4901967b4b.com^
||493b98cce8bc1a2dd.com^
||495affa75e.com^
||49b6b77e56.com^
||4a136c118e.com^
||4a167ec12d.com^
||4a623a5a49.com^
||4b05b6a5e7.com^
||4b215e3bcf.com^
||4b41484f8e.com^
||4b6994dfa47cee4.com^
||4b7140e260.com^
||4c935d6a244f.com^
||4cd6c4dceb.com^
||4d15ee32c1.com^
||4d3278a1fa.com^
||4d76a0f3a8.com^
||4dex.io^
||4dsbanner.net^
||4dtrk.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^
||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^
||539f346355.com^
||53c2dtzsj7t1.top^
||544c1a86a1.com^
||54ec30c53d.com^
||54y3eh34y3wh34y3h.com^
||550b3ikb9j.com^
||550c970411.com^
||55706cc809.com^
||5608bd4f7e.com^
||561e861cb4.com^
||562i7aqkxu.com^
||5661361104.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^
||5c4a902f7e.com^
||5c577fc74618431b.com^
||5c58619ab5.com^
||5c88c350e2.com^
||5ca59a669a.com^
||5caa478343.com^
||5cbbdb4434.com^
||5cf8606941.com^
||5d2d04464c.com^
||5d63ec2d2f.com^
||5d69ce1b7a.com^
||5d8dd0486a.com^
||5dec6805a0.com^
||5df20e46f3.com^
||5eb6d14cbe.com^
||5f21e7ac93.com^
||5f450dbe81.com^
||5f6dmzflgqso.com^
||5fet4fni.de^
||5h3oyhv838.com^
||5icim50.de^
||5mno3.com^
||5nfc.net^
||5nt1gx7o57.com^
||5o0ob.top^
||5o8aj5nt.de^
||5odjin7ipi.com^
||5ovrmmmoubi71efvatfd.com^
||5pi13h3q.de^
||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^
||61739011039d41a.com^
||6179b859b8.com^
||61ba68472f.com^
||61c3007cf3.com^
||6207684432.com^
||62b70ac32d4614b.com^
||62f9bb0bbc.com^
||62h.site^
||6347032d45.com^
||63r2vxacp0pr.com^
||63voy9ciyi14.com^
||641198810fae7.com^
||645f89f33c.com^
||6472bb8689.com^
||648c44a31f.com^
||648d969d69.com^
||649ce954a0.com^
||6593167243.com^
||65bfba9ad0.com^
||65f249bd43.com^
||65mjvw6i1z.com^
||65vk1fba34.com^
||660cba7db1.com^
||669fb3128e4b4.com^
||6775afc540.com^
||68069795d1.com^
||68109deb96.com^
||6810f7dd2b.com^
||684d203fe1.com^
||6863fd0afc.com^
||688de7b3822de.com^
||68amt53h.de^
||6916508c78.com^
||69852b1734.com^
||69i.club^
||69oxt4q05.com^
||69v.club^
||6a288eb054.com^
||6a34d15d38.com^
||6af461b907c5b.com^
||6bgaput9ullc.com^
||6cadb63a7a.com^
||6ce02869b9.com^
||6ce0a3adc4.com^
||6d789c3692.com^
||6db7837ac4.com^
||6dd4a8313e.com^
||6de72955d8.com^
||6e391732a2.com^
||6ef2279e3d.com^
||6f752f73ce.com^
||6fxtpu64lxyt.com^
||6glece4homah8dweracea.com^
||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^
||7452472e76.com^
||74c5a46eeb.com^
||751685e7fa.com^
||754480bd33.com^
||7618590057.com^
||76416dc840.com^
||76a7doiet256.com^
||76f74721ab.com^
||771703f2e9.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^
||79c13962d1.com^
||79c4215c89.com^
||79c89ec81a.com^
||79dc3bce9d.com^
||79k52baw2qa3.com^
||79xmz3lmss.com^
||7a04a2ab7d.com^
||7a75ebcbd7.com^
||7a7f07591f.com^
||7a994c3318.com^
||7abf0af03c.com^
||7anfpatlo8lwmb.com^
||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^
||800c7864eb.com^
||806b781310.com^
||8105bfd0ff.com^
||81438456aa.com^
||8170a1da9e.com^
||81ac5b609b.com^
||82308721ac.com^
||82448dceaaa13034.com^
||827fa7c868b4b.com^
||82b5cc6199.com^
||830ea3f4ac.com^
||8353e36c2a.com^
||83u7q.top^
||847h7f51.de^
||8499583.com^
||84aa71fc7c.com^
||84c08fdae0.com^
||84cd8c4d7e.com^
||8509717d76.com^
||864feb57ruary.com^
||867df8b139.com^
||869cf3d7e4.com^
||86aa86d2f4.com^
||86cb1dcb13ba5a1a.com^
||874af125b4.com^
||87bcb027cf.com^
||87c5ce40f8.com^
||888promos.com^
||889433.com^
||88b96b9c4d.com^
||88d7b6aa44fb8eb.com^
||88eq7spm.de^
||8964c6de00.com^
||89968199c6.com^
||899h3.top^
||89dfa3575e.com^
||8a00fb3fc1.com^
||8b98b1a05a.com^
||8bb92fbed8.com^
||8c771f7ea1.com^
||8d1dce99ab.com^
||8d3e6ea132.com^
||8d68be1445.com^
||8d8e6d1087.com^
||8de2448875.com^
||8dfc9560e0.com^
||8e41249557.com^
||8e6d77310c.com^
||8e9d62ac9b.com^
||8ec9b7706a.com^
||8f2587daa3.com^
||8f72931b99.com^
||8fc511071c.com^
||8gs4unh05aq6.com^
||8j1f0af5.de^
||8jay04c4q7te.com^
||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^
||91cd3khn.de^
||92f77b89a1b2df1b539ff2772282e19b.com^
||92f83e092d.com^
||935cfb1d3b.com^
||93c398a59e.com^
||93savmobile-m.com^
||9403d738ec.com^
||943d6e0643.com^
||943e401be2.com^
||94ded8b16e.com^
||9522faf9d6.com^
||95a056626e.com^
||95f39c9d5f.com^
||95p5qep4aq.com^
||95ppq87g.de^
||95urbehxy2dh.top^
||96424fcd96.com^
||96a0af5e81.com^
||9738624519.com^
||973e017e67.com^
||97927e3b4d.com^
||97d73lsi.com^
||97e4ef7bf5.com^
||9857047066.com^
||9970fff461.com^
||9996777888.com^
||9a0569b55e.com^
||9a52364ae8.com^
||9a5cb35bf2.com^
||9a7c81f58e.com^
||9ads.mobi^
||9af022123c.com^
||9analytics.live^
||9ba159e355.com^
||9bbd72928f.com^
||9bc94f7305.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^
||a2d3d13c41.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^
||a4mt150303tl.com^
||a57e6264ed.com^
||a5ff528ff9.com^
||a5g.oves.biz^
||a5game.win^
||a5jogo.biz^
||a5jogo.club^
||a6436650df.com^
||a64x.com^
||a67z.com^
||a69i.com^
||a6c606db45.com^
||a6dc99d1a8.com^
||a7165aaaf6.com^
||a718917a44.com^
||a8858f6631.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^
||aabtestsproxydomain.top^
||aac585e70c.com^
||aaf26c0e6a.com^
||aafdcq.com^
||aagm.link^
||aalawrjgamoeofv.com^
||aarfmftslfz.com^
||aarghwoning.digital^
||aarswtcnoz.com^
||aaseovhxkkggtxj.com^
||aaxads.com^
||aayeuxotc.com^
||ab1n.net^
||ab3yssin4i6an.com^
||ab4tn.com^
||ab86b.top^
||ab913aa797e78b3.com^
||ab93t2kc.de^
||ab97114bda.com^
||abacaxiraptors.com^
||abamatoyer.com^
||abandonrecommendationwars.com^
||abange.com^
||abanicmasons.uno^
||abashfireworks.com^
||abashinstructor.com^
||abasshowish.guru^
||abateall.com^
||abatorsgleir.com^
||abattoirpleatsprinkle.com^
||abayfliffus.com^
||abazelfan.com^
||abbagh.com^
||abberantbeefy.com^
||abberantdoggie.com^
||abbeyintervalfetched.com^
||abbeyoverdue.com^
||abbotpredicateemma.com^
||abbreviatepoisonousmonument.com^
||abbronzongor.com^
||abbtrupp.com^
||abburmyer.com^
||abcconducted.com^
||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^
||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^
||abjectionremarksdisarm.com^
||abjurecurfs.website^
||abkajbvozmbwa.top^
||abkoxlikbzs.com^
||abkynrclyom.com^
||ablatesgascon.cam^
||ableandworld.info^
||abletoprese.org^
||ablitleoor.com^
||abluentshinny.com^
||abluvdiscr.com^
||ablybeastssarcastic.com^
||abmismagiusom.com^
||abmunnaa.com^
||abnegationbanquet.com^
||abnegationsemicirclereproduce.com^
||abnetfriths.com^
||abnormalwidth.com^
||abnrkespuk.com^
||aboaordhisis.xyz^
||aboardhotdog.com^
||aboarea.com^
||abochro.com^
||aboenab.com^
||abohara.com^
||abolaed.com^
||abolid.com^
||abolishmentengaged.com^
||abombu.com^
||abomisi.com^
||abonnementpermissiveenliven.com^
||abopeol.com^
||abordy.com^
||aboriginalhubby.com^
||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^
||absentlygratefulcamomile.com^
||absentlymoreoverwell.com^
||absentlyrindbulk.com^
||abservinean.com^
||abseydeveled.com^
||absjcirtbhm.com^
||abskursin.com^
||absolosisa.com^
||absolute-honey.pro^
||absolutechapelequation.com^
||absolutelytowns.com^
||absoluteroute.com^
||absolutionexpert.com^
||absolvecarriagenotify.com^
||absolveparticlesanti.com^
||absorbedscholarsvolatile.com^
||absorbedswept.com^
||absorbingconstitution.com^
||absorbinginject.com^
||absorptionpersonalforesee.com^
||absors.com^
||abstaininquisitive.com^
||absump.com^
||abtaurosa.club^
||abtyroguean.com^
||abtyroguer.com^
||abuleiasafflow.com^
||abundantservantexact.com^
||abundantsurroundvacation.com^
||abusedbabysitters.com^
||abusedthrown.com^
||abusiveserving.com^
||abvnypoqcgmh.com^
||abwattfrutex.com^
||abwhyag.com^
||abwlrooszor.com^
||abyamaskor.com^
||abyescaplock.guru^
||ac35e1ff43.com^
||acacdn.com^
||acacdn.xyz^
||academic-information.com^
||academicvast.com^
||academyblocked.com^
||academyenrage.com^
||acalraiz.xyz^
||acaussee.net^
||acbbpadizl.com^
||acbc68e83c.com^
||accahurkaru.com^
||accbxepcls.com^
||accdhcxcbzck.com^
||acce3bc0f4.com^
||accedeethnic.com^
||accedenonre.club^
||accedenonre.xyz^
||acceleratedrummer.com^
||acceleratemouse.com^
||acceleratenovice.com^
||accentneglectporter.com^
||acceptable-progress.pro^
||acceptablearablezoological.com^
||access-mc.com^
||access.vidox.net^
||accessdatatrack.com^
||accesshomeinsurance.co^
||accessiblescopevisitor.com^
||accessorydistantdepths.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^
||accruefierceheartache.com^
||accruerkopecks.com^
||accumulateboring.com^
||accuracyswede.com^
||accusationcollegeload.com^
||accusedstone.com^
||accustomedinaccessible.com^
||accustomreview.com^
||acdcdn.com^
||acdcmarimo.com^
||acdhahqc.com^
||acdn01.vidox.net^
||acedhpcgakx.com^
||acediscover.com^
||acedtousles.com^
||acelacien.com^
||acendantoftheq.xyz^
||aceporntube.com^
||acerbityjessamy.com^
||acertb.com^
||acetalsunbait.com^
||acfaaoaaxdqm.com^
||acfsxqoa.com^
||acftxqqg.com^
||acfyamxwluprpx.com^
||achaipheegly.com^
||achcdn.com^
||achecaskmeditate.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^
||achyrepeatitchy.com^
||acidpigs.com^
||acinicmislaid.com^
||acjkuejxcqfp.com^
||acjlrotnjjjrobx.com^
||ackcdn.net^
||ackekryieyvkvby.com^
||ackxsndsc.com^
||aclickads.com^
||aclktrkr.com^
||acloudvideos.com^
||acmaknoxwo.com^
||acme.vidox.net^
||acnkdrklbuwhr.com^
||acocpcvm.com^
||acofrnsr44es3954b.com^
||acollo.info^
||acoolreknit.com^
||acoossz.top^
||acostaom.com^
||acpakrjzyamb.com^
||acquaintanceexemptspinach.com^
||acquaintanceinsaneinaudible.com^
||acquaintedexpectations.com^
||acquaintedpostman.com^
||acquirethem.com^
||acrepantherrecite.com^
||acrevenene.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^
||actio.systems^
||activatejargon.com^
||activatestoolpoise.com^
||activelysmileintimate.com^
||activemetering.com^
||activeoffbracelet.com^
||activephilosophy.pro^
||activepoststale.com^
||actpbfa.com^
||actpx.com^
||actressdoleful.com^
||actrkn.com^
||actuallyfrustration.com^
||actuallyhierarchyjudgement.com^
||actuallysheep.com^
||actualprocedureswaver.com^
||actualreflection.com^
||actyle.com^
||actyot.com^
||acuityplatform.com^
||aculturerpa.info^
||acutepropose.com^
||acvhfltsolocor.xyz^
||acvnhayikyutjsn.xyz^
||acvx.host^
||ad-back.net^
||ad-balancer.net^
||ad-bay.com^
||ad-cheers.com^
||ad-clicks.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^
||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^
||adaptcunning.com^
||adaranth.com^
||adaround.net^
||adarutoad.com^
||adb7rtb.com^
||adbidgo.com^
||adbison-redirect.com^
||adbit.co^
||adblock-guru.com^
||adblock-one-protection.com^
||adblock-pro-download.com^
||adblock-pro.org^
||adblock-zen-download.com^
||adblock-zen.com^
||adblockanalytics.com^
||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^
||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^
||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^
||adfootprints.com^
||adforcast.com^
||adforgeinc.com^
||adfpoint.com^
||adframesrc.com^
||adfrontiers.com^
||adfusion.com^
||adg99.com^
||adgardener.com^
||adgebra.co.in^
||adglare.net^
||adglare.org^
||adglaze.com^
||adgoi.com^
||adgorithms.com^
||adgsdchh.xyz^
||adhealers.com^
||adherenceenmitycentury.com^
||adhiepfpixtjmv.com^
||adhoc4.net^
||adhub.digital^
||adiingsinspiri.org^
||adiquity.com^
||adirtlseividwhik.xyz^
||aditsafeweb.com^
||adjectivedollaralmost.com^
||adjoincomprise.com^
||adjoincultivatedrussian.com^
||adjournfaintlegalize.com^
||adjs.media^
||adjustbedevilsweep.com^
||adjustcolonyfaintest.com^
||adjusteddrug.com^
||adjustedminglecamouflage.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^
||admanmedia.com^
||admax.network^
||adme-net.com^
||admedia.network^
||admediatex.net^
||admeme.net^
||admeridianads.com^
||admez.com^
||admicro.vn^
||admidainsight.com^
||admiredexcrete.com^
||admiredinde.com^
||admiringinsightstops.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^
||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^
||adolescentcounty.pro^
||adolescentshirt.com^
||adomic.com^
||adonion.com^
||adonweb.ru^
||adoopaqueentering.com^
||adop.co^
||adoperatorx.com^
||adopexchange.com^
||adoptdischarged.com^
||adoptum.net^
||adorableold.com^
||adorablespace.pro^
||adorerabid.com^
||adorika.net^
||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^
||adpinion.com^
||adpionier.de^
||adplushub.com^
||adplxmd.com^
||adpmbglobal.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^
||adright.co^
||adro.pro^
||adroitontoconstraint.com^
||adrokt.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^
||adsomi.com^
||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^
||adstripe.net^
||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^
||adtags.mobi^
||adtaily.com^
||adtaily.pl^
||adtclickwhite.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^
||adtvedk.com^
||adulatorycrappyghastly.com^
||adulatorydigestionmanicure.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^
||advancingrecruitingamy.com^
||advang.com^
||advantageglobalmarketing.com^
||advantagesclotblend.com^
||advantageseliminatebystander.com^
||advantageshallwayasks.com^
||advantagespire.com^
||advard.com^
||adventory.com^
||adventureprojectiononly.com^
||adventureurgently.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^
||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^
||advfeeds.com^
||advgalaxy.com^
||advinci.co^
||adviralmedia.com^
||advise.co^
||advisefirmly.com^
||advisorded.com^
||adviva.net^
||advmaker.ru^
||advmaker.su^
||advmonie.com^
||advocacyablaze.com^
||advotionhot.com^
||advsmedia.net^
||advtrkone.com^
||advymjwwsuhs.com^
||adwalte.info^
||adway.org^
||adwx6vcj.com^
||adx1.com^
||adxadserv.com^
||adxbid.info^
||adxchg.com^
||adxfire.in^
||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^
||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^
||aevpinebvmdhih.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^
||afethqrektafa.com^
||aff-online.com^
||aff-track.net^
||aff.biz^
||aff1xstavka.com^
||affableindigestionstruggling.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^
||affiliatewindow.com^
||affiliation-france.com^
||affiliationworld.com^
||affilijack.de^
||affiliserve.com^
||affinitad.com^
||affinity.com^
||affinitycycleablaze.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^
||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^
||afm01.com^
||afmhlhqwkn.com^
||afoaglux.com^
||afodreet.net^
||afootulnas.com^
||afootwitword.com^
||aforepayoffstutter.com^
||afosseel.net^
||afpjryqtnkctv.com^
||afqqnxifhgsaqab.com^
||afr4g5.de^
||afrage.com^
||afraidsoil.pro^
||afrant.com^
||afre.guru^
||afreetsat.com^
||afrfmyzaka.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^
||afxokeqdrnnm.xyz^
||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^
||agapaezeal.com^
||agapdqgysuipwz.com^
||agapi-fwz.com^
||agaswalotchan.com^
||agatarainpro.com^
||agauxietor.com^
||agavanilliteom.com^
||agazpeppily.live^
||agbituvdiolfdyp.com^
||agbxppmdgobbsd.xyz^
||agcdn.com^
||ageandinone.org^
||ageandinone.xyz^
||agency2.ru^
||ageory.com^
||ageteexomis.com^
||agffrusilj.com^
||aggestose.com^
||aggjprvqamtl.com^
||aggravatecapeamoral.com^
||aggregatedcolonizebracket.com^
||aggregateknowledge.com^
||aggregationcontagion.com^
||aggregationmulecontribution.com^
||aggressivefrequentneckquirky.com^
||aggrologis.top^
||aghaneefigurae.com^
||aghastmardy.website^
||aghppuhixd.com^
||agiorybjn.com^
||agisdayra.com^
||agitated-potential.pro^
||agitationdispense.com^
||agle21xe2anfddirite.com^
||aglocobanners.com^
||agloogly.com^
||agloowie.com^
||agmtrk.com^
||agngplsooascil.com^
||agnoetecluster.uno^
||agnrcrpwyyn.com^
||agonelambes.website^
||agonizing-price.pro^
||agonybedroom.com^
||agooxouy.net^
||agouajbi.xyz^
||agqovdqajj.com^
||agraglie.net^
||agrarianbeepsensitivity.com^
||agreeable-target.pro^
||agreeableopinion.pro^
||agreedrunawaysalty.com^
||agriculturalpraise.com^
||agriculturaltacticautobiography.com^
||agriculturealso.com^
||agrilusingest.com^
||agtsavates.top^
||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^
||ahbdsply.com^
||ahcapzoqgyw.com^
||ahcdsply.com^
||ahdytiyc.xyz^
||aheale.com^
||ahean.com^
||aheaptorsos.life^
||aheave.com^
||ahedrankslowl.com.ua^
||ahedrankslowwe.xyz^
||aheightbaaing.website^
||ahjmiyrd.xyz^
||ahjshyoqlo.com^
||ahlefind.com^
||ahngnhjdcu.com^
||ahoxirsy.com^
||ahporntube.com^
||ahqpqpdjpj.com^
||ahscdn.com^
||ahstrelgnh.com^
||ahtalcruzv.com^
||ahuacasheely.top^
||ahvmsyemcldyjjr.com^
||ahwbedsd.xyz^
||ahyghotmptj.com^
||aibsgc.com^
||aibwjqpo.xyz^
||aidata.io^
||aidraiphejpb.com^
||aidspectacle.com^
||aigaithojo.com^
||aightutaitlastwe.xyz^
||aigligno.net^
||aigneloa.com^
||aigretenew.top^
||aigugrou.com^
||aihoasso.net^
||aiixyxwx.com^
||aikat-vim.com^
||aikboypeoriqk.com^
||aikeemsaurgi.com^
||aikraboo.com^
||aikraith.net^
||aikravoapu.com^
||ailpielei.com^
||ailrouno.net^
||ailsomse.net^
||ailteesh.net^
||ailtumty.net^
||ailwayssteverin.com^
||aimairou.net^
||aimatch.com^
||aimingaye.com^
||aimlessstrewwhistling.com^
||aimpocket.com^
||aimpooft.com^
||aineghoo.xyz^
||aino2.com^
||ainuftou.net^
||aipofeem.net^
||aiqdviuyvlcplis.xyz^
||aiqidwcfrm.com^
||airairgu.com^
||airartapt.site^
||airaujoog.com^
||aircraftairliner.com^
||airdoamoord.com^
||airlessquotationtroubled.com^
||airlinerappetizingcoast.com^
||airlinerlibrariesfavour.com^
||airoupha.xyz^
||airplaygenteel.com^
||airpush.com^
||airsaurd.com^
||airsoang.net^
||airthabolete.com^
||airticmonsoa.com^
||airydeservesannounce.com^
||aisaipty.xyz^
||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^
||aizglunbhfq.com^
||aj1052.online^
||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^
||ajaltoly.com^
||ajar-substance.com^
||ajarodds.com^
||ajdbwugpyjhrm.com^
||ajestigie.com^
||ajfnee.com^
||ajgzylr.com^
||ajillionmax.com^
||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^
||akgltsptchpq.com^
||akhyanaoverhot.com^
||akikumu.com^
||akilifox.com^
||akinrevenueexcited.com^
||akjasjanwhif.com^
||akkvmkgdvokn.com^
||aklorswikk.com^
||akmxts.com^
||akqktwdk.xyz^
||aksleaj.com^
||aktwusgwep.com^
||aktxguok.com^
||akutapro.com^
||akxwffsgijttvrc.com^
||akychhluvbh.com^
||akyrprsnnuk.com^
||akzfxmgcq.com^
||alacrityimitation.com^
||alamortairn.com^
||alanibelen.com^
||alargeredrubygsw.com^
||alargeredrubygsw.info^
||alarmsubjectiveanniversary.com^
||alas4kanmfa6a4mubte.com^
||alaskan4kleeskai.com^
||alasvow.com^
||alban-mro.com^
||albaniablandly.space^
||albeitinflame.com^
||albercascorse.com^
||albireo.xyz^
||albraixentor.com^
||albumsignaturerequested.com^
||albyegitvem.com^
||albynloxia.website^
||alcatza.com^
||alchemysocial.com^
||alcovesoftenedenthusiastic.com^
||alcroconawa.com^
||aldosesmajeure.com^
||aldragalgean.com^
||alecanjan.com^
||alecclause.com^
||alecmeantimehe.com^
||alefrfobkoxbgaf.com^
||alegnoackerg.com^
||aleilu.com^
||alertlogsemployer.com^
||alesneogaea.com^
||alespeonor.com^
||aletrenhegenmi.com^
||alexatracker.com^
||alexicallowed.digital^
||alexisclou.top^
||alezanlig.store^
||alfasense.com^
||alfatraffic.com^
||alfonsino.top^
||alfpair.com^
||alfredpoleshipwreck.com^
||alfredvariablecavalry.com^
||alfurtembe.com^
||algalileac.com^
||algjqsuzialktg.com^
||algolduckan.com^
||algothitaon.com^
||algovid.com^
||alhypnoom.com^
||alia-iso.com^
||aliadvert.ru^
||aliasfoot.com^
||aliastryalways.com^
||alibisprocessessyntax.com^
||alibistated.com^
||alienateappetite.com^
||alieneepunta.com^
||aliensold.com^
||aliensplitch.com^
||alifafdlnjeruif.com^
||alifbouche.digital^
||alightbornbell.com^
||alighttelescopecausing.com^
||alignclamstram.com^
||alignmentflattery.com^
||alimonyarmisticesnap.com^
||alimonysmuggle.com^
||alingrethertantin.info^
||alininginfeft.uno^
||alipromo.com^
||alitems.co^
||alitems.com^
||alitems.site^
||alivecheery.com^
||alivedriftcommandment.com^
||aliwjo.com^
||alklinker.com^
||alkqryamjo.com^
||alkylichauyne.digital^
||all-ti-cod.com^
||all.thagroum.net^
||all2cnjuh34jb.com^
||allabc.com^
||allactualjournal.com^
||allactualstories.com^
||allaylabite.com^
||allbzfnar.com^
||allcommonblog.com^
||allcommonstories.com^
||allcoolnewz.com^
||allcoolposts.com^
||allegationsurgeryblotch.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^
||allmt.com^
||allnesskepped.com^
||allobarpepped.uno^
||allodiafeveret.life^
||alloha.tv^
||allotnegate.com^
||allotshyoides.com^
||allotupwardmalicious.com^
||alloverwiththinl.com^
||allow-to-continue.com^
||allowbecome.com^
||allowecouldl.xyz^
||allowflannelmob.com^
||allowsman.uno^
||allowsscaffold.com^
||allowsuccess.org^
||alloydigital.com^
||alloyrounded.com^
||allpornovids.com^
||allrightjerseydresser.com^
||allskillon.com^
||allstat-pp.ru^
||alltopnewz.com^
||alltopposts.com^
||alludedapexdepression.com^
||alludedaridboob.com^
||allure-ng.net^
||allureencourage.com^
||allureoutlayterrific.com^
||allusionfussintervention.com^
||allwownewz.com^
||allyenitwasbr.com^
||allyes.com^
||allyprimroseidol.com^
||allypublicity.com^
||allywasnothyc.info^
||almareepom.com^
||almasatten.com^
||almightyexploitjumpy.com^
||almightypush.com^
||almostoar.com^
||almostspend.com^
||almsmanmalthe.com^
||almstda.tv^
||almuryclaque.com^
||alnathhoggie.com^
||alodiachowed.com^
||alodialreciter.com^
||aloensaidhe.com^
||aloftrecedestatistics.com^
||aloha-news.net^
||alonehepatitisenough.com^
||alonelybansela.digital^
||alot4you.tech^
||alota.xyz^
||aloveste.site^
||alovfbgx.xyz^
||alovirs.com^
||alowea.website^
||alpacaempover.digital^
||alpenchalet.space^
||alpha-news.org^
||alphabetlayout.com^
||alphabird.com^
||alphagodaddy.com^
||alpheratzscheat.top^
||alphonso.tv^
||alpidoveon.com^
||alpurs.com^
||alraunarrode.com^
||alreadyballetrenting.com^
||alreau.com^
||alsatiapolynia.com^
||alsfor.com^
||alsindustrate.info^
||alsindustrateb.info^
||alsindustratebil.com^
||alspearowa.com^
||alsthonronghe.xyz^
||alstrome9riya10.com^
||altairaquilae.top^
||altarhackees.digital^
||alterassumeaggravate.com^
||alterationappealprison.com^
||alternads.info^
||alternatepausemound.com^
||alternativecpmgate.com^
||alternativeprofitablegate.com^
||altheasspit.store^
||althov.com^
||altitude-arena.com^
||altogethertapestrydunk.com^
||altowriestwispy.com^
||altpubli.com^
||altrk.net^
||altronopubacc.com^
||altynamoan.com^
||aluationiamk.info^
||alumnussmee.top^
||alwayspainfully.com^
||alwaysxup.com^
||alwhichhereal.com^
||alwhichhereallyw.com^
||alwingulla.com^
||alwubrhkxgqdiw.com^
||alxbgo.com^
||alxhiccwizce.com^
||alxsite.com^
||alysson.de^
||am10.ru^
||am11.ru^
||am15.net^
||amaasretrims.top^
||amabarbery.website^
||amactycelyyvahc.com^
||amads.fun^
||amaferivvying.com^
||amalakale.com^
||amarceusan.com^
||amassesvoteen.website^
||amasssentimentaldamaging.com^
||amassweightpun.com^
||amateurcouplewebcam.com^
||amattepush.com^
||amaumomt.com^
||amazinelistrun.pro^
||amazinelistrun.xyz^
||amazinglyprogramswilfrid.com^
||amazon-adsystem.com^
||amazon-cornerstone.com^
||ambaab.com^
||amberdub.com^
||ambfdkucm.com^
||ambientborrowvulture.com^
||ambientplatform.vn^
||ambierechinid.com^
||ambiguitypalm.com^
||ambiliarcarwin.com^
||ambitious-upstairs.pro^
||amblerodd.com^
||ambolicrighto.com^
||ambra.com^
||ambuizeler.com^
||ambushharmlessalmost.com^
||amdahlasinego.com^
||amebanbiglot.uno^
||ameedbezique.uno^
||amelatrina.com^
||amendablepartridge.com^
||amendsgeneralize.com^
||amenityleisurelydays.com^
||amenityremorse.com^
||ameofmuki.info^
||amesgraduatel.xyz^
||amexcadrillon.com^
||amfennekinom.com^
||amgardevoirtor.com^
||amgdgt.com^
||amgjldens.com^
||amhippopotastor.com^
||amhpbhyxfgvd.com^
||amiddespair.com^
||amimialonging.com^
||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^
||amntx1.net^
||amoddishor.com^
||amofqosgs.com^
||amonar.com^
||amonor.com^
||amontp.com^
||amountdonutproxy.com^
||amouroachoo.com^
||amoyanjumpy.space^
||amp.rd.linksynergy.com^
||amp.services^
||ampcr.io^
||amplitudesheriff.com^
||amplitudewassnap.com^
||ampugi334f.com^
||ampxchange.com^
||amqxvwmsfn.xyz^
||amre.work^
||amrtbbnr.com^
||amshirethfne.xyz^
||amshroomishan.com^
||amswadloonan.com^
||amtracking01.com^
||amtropiusr.com^
||amucksballone.com^
||amunfezanttor.com^
||amused-ground.com^
||amusingsnow.pro^
||amuyonpastour.top^
||amvbwleayvyra.top^
||amvmzbmzaryya.top^
||amwswkqh.com^
||amyaxgaqvoh.com^
||amyeubhbnugjum.xyz^
||amygdalbrittle.com^
||amylatesating.com^
||amywhereby.com^
||amzargfaht.com^
||amzbtuolwp.com^
||amzrjyzjolvkv.top^
||anacjpmrv.com^
||anahitagirted.uno^
||analitits.com^
||analogousemmafootprints.com^
||analogousintentionallyleads.com^
||analogousmindlesshonour.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^
||anaxialaphonia.com^
||anceenablesas.info^
||anceteventur.info^
||anchoicstage.com^
||anchusauredo.com^
||ancientsend.com^
||ancznewozw.com^
||anddecoyblizzard.com^
||andhkruuiigxmkd.com^
||andhthrewdo.com^
||andhthrewdow.com^
||andohs.net^
||andoldifiscqak.xyz^
||andomedia.com^
||andomediagroup.com^
||andriesshied.com^
||android-cleaners.com^
||andworldwi.co^
||anedukerationpeci.info^
||anesfluters.website^
||anetpkxx.com^
||anewproprietorinvent.com^
||angege.com^
||angelesfoldingpatsy.com^
||angelsaidthe.info^
||anglended.club^
||anglesadjoiningbloodless.com^
||anglezinccompassionate.com^
||anglingdacker.com^
||anglishreasts.site^
||anguac.com^
||anguished-child.pro^
||anguishedjudgment.com^
||anguishlonesome.com^
||anguishworst.com^
||angularconstitution.com^
||anida.info^
||anifefashionism.com^
||animated-button.pro^
||animateddiscredit.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^
||announceproposition.com^
||announcingfeast.com^
||announcingusecourt.com^
||annoynoveltyeel.com^
||annrgyvv.xyz^
||annuentleers.com^
||annulichasm.digital^
||anodicvarnish.com^
||anomalousmelt.com^
||anomalousporch.com^
||anonymestupes.website^
||anonymousads.com^
||anonymouswrangle.com^
||anopportunitytost.info^
||anorrecenturybr.com^
||another-surprise.pro^
||anpptedtah.com^
||anqigmbloqnnypa.com^
||anqnbzyjlknbm.top^
||ansf.shop^
||anssigia.xyz^
||anstossassents.life^
||answeredthechi.org^
||answerroad.com^
||answig.com^
||antagonizelabourer.com^
||antaioselides.life^
||antalithate.website^
||antananarbdivu.com^
||antapexthecia.guru^
||antarcticoffended.com^
||antcfeamynt.com^
||antcxk.com^
||antelintere.xyz^
||antennafutilecomplement.com^
||antennarollcellar.com^
||antennawritersimilar.com^
||anteog.com^
||anteroomcrap.com^
||antetestingstooped.com^
||anthe-vsf.com^
||antheladixy.com^
||anthembroadcastingbitty.com^
||anthonypush.com^
||antiadblock.info^
||antiadblocksystems.com^
||antibioticborough.com^
||antibot.me^
||anticipatedlying.com^
||anticipatedthirteen.com^
||anticipationit.com^
||anticipationunexpected.com^
||antidotefoepersecution.com^
||antidotesexualityorderly.com^
||antidotesurvivorausterity.com^
||antijamburet.com^
||antipathymenudeduce.com^
||antiquariancapricorn.com^
||antiquariangerm.com^
||antiquitytissuepod.com^
||antiredcessant.com^
||antirobotsystem.com^
||antivirussprotection.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^
||anwyrxpockct.xyz^
||anxiouslyconsistencytearing.com^
||anxiouslywonderexcitement.com^
||anxioussituation.com^
||anxkuzvfim.com^
||anxomeetqgvvwt.xyz^
||anxskuoltqsdjp.com^
||anybmfgunpu.xyz^
||anybodysentimentcircumvent.com^
||anyeaodpwonaf.com^
||anyexists.com^
||anyhowunplat.uno^
||anymad.com^
||anymautey.xyz^
||anymind360.com^
||anymorehopper.com^
||anymoresentencevirgin.com^
||anyskjhi.com^
||anyuazfpjzj.com^
||anyvzvbmknqew.top^
||anywaybreeches.com^
||aoalmfwinbsstec23.com^
||aofppecbmordq.com^
||aofzkovajqti.com^
||aogkfujgtmfwp.xyz^
||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^
||apatheticdrawerscolourful.com^
||apatheticformingalbeit.com^
||apavskmykcm.xyz^
||apbbtddsamgit.com^
||apbieqqb.xyz^
||apcltlwndq.com^
||apcpaxwfej.com^
||apctrgkmtjku.com^
||apedrunkeninquire.com^
||aperchwagered.com^
||aperprovant.top^
||aperseearanein.space^
||aperushmo.cam^
||apesdescriptionprojects.com^
||apesdrooping.com^
||apexwantstar.com^
||apglinks.net^
||aphagiafiking.com^
||aphasicstoray.space^
||aphemicstull.com^
||aphidsclee.com^
||apidata.info^
||apiecelee.com^
||apiemb.xyz^
||apinagedottard.cfd^
||apinhdqwxbirre.com^
||aplainmpatoio.com^
||apleasantsit.xyz^
||apnpr.com^
||apnttuttej.com^
||apocarpdogdom.com^
||apochaeunanime.com^
||apologiesbackyardbayonet.com^
||apologiesneedleworkrising.com^
||apologizeclosest.com^
||apologizingrigorousmorally.com^
||aponiaonmarch.com^
||aporasal.net^
||aporodiko.com^
||app.tippp.io^
||appads.com^
||apparentlyadverse.com^
||apparentlyhandbook.com^
||apparest.com^
||appbetnewapp.top^
||appcdn02.xyz^
||appcdn03.xyz^
||appcloudactive.com^
||appcloudcore.com^
||appcloudgroup.com^
||appcloudmaster.com^
||appcloudsystems.com^
||appcloudvalue.com^
||appealinformationevent.com^
||appearancecustomerobliterate.com^
||appearancefingerprintabet.com^
||appearedcrawledramp.com^
||appeaseinsolenceberry.com^
||appendad.com^
||appendixballroom.com^
||appendixwarmingauthors.com^
||apphomeforbests.com^
||applabzzeydoo.com^
||applandforbests.com^
||applandforbuddies.top^
||applandlight.com^
||applandsforbests.com^
||applaudmaturityasunder.com^
||applausebind.com^
||apple.analnoe24.com^
||appleservenumeric.com^
||applesometimes.com^
||applianceplatforms.com^
||applicationsattaindevastated.com^
||applicationsrapacity.com^
||applifycontent.com^
||applifysolutions.com^
||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^
||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^
||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^
||aqiefntjh.com^
||aqjambmfgobntt.com^
||aqjyckttv.com^
||aqkbyevrklvnw.top^
||aqkkoalfpz.com^
||aqqlwcuqtskbz.com^
||aqsufdbramaw.com^
||aquentlytujim.com^
||aquiliapistrix.guru^
||aqutxohnexd.com^
||aqwihyjpglzdr.com^
||aqxhcplhbqc.com^
||arabdevastatingpatty.com^
||arablucidlygrease.com^
||aracts.com^
||aralomomolachan.com^
||arangoyaffing.com^
||arautsod.com^
||arbersunroof.com^
||arbitrarypoppyblackmail.com^
||arboredcalfret.com^
||arbourrenewal.com^
||arbourtalessterile.com^
||arbutintentie.com^
||arbutterfreer.com^
||arbxhkix.xyz^
||arcaczncolur.com^
||arcadiavehemently.com^
||arcfctypact.top^
||archaicgrilledignorant.com^
||archaicin.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^
||areasnap.com^
||areelektrosstor.com^
||arehen.com^
||areiccastano.com^
||arejoysew.com^
||areliux.cc^
||arenahoosgow.com^
||arenalitteraccommodation.com^
||arethegrav.com.ua^
||arethegravk.xyz^
||arewzvqbevrzj.top^
||argasidstrafed.com^
||argeanwabi.com^
||arglingpistole.com^
||argolemr.com^
||argsofyluvredra.com^
||arguebakery.com^
||arguerepetition.com^
||arguesdevex.cfd^
||argumentsmaymadly.com^
||argxdhrjhett.xyz^
||arheth.com^
||arhymalojnzo.com^
||ariadnethreadmin.com^
||arianatainos.com^
||ariapawners.space^
||aribut.com^
||aridplaincol.com^
||arielpri2nce8ss09.com^
||arihtrkoxuvlm.xyz^
||arikhwglvc.xyz^
||ariotgribble.com^
||aristianewr.club^
||arithpouted.com^
||arkdcz.com^
||arkfacialdaybreak.com^
||arkmedboo.live^
||arkosicginkgo.digital^
||arlyreven.top^
||armarilltor.com^
||armbonewarrok.life^
||armedgroin.com^
||armedtidying.com^
||armetsremoved.guru^
||armiesinvolve.com^
||arminius.io^
||arminuntor.com^
||armisticeexpress.com^
||armletglene.com^
||armlockyakker.com^
||armoryleaseholder.com^
||armourhardilytraditionally.com^
||armoursviolino.com^
||armpeeoy.com^
||army.delivery^
||arnautjamdani.com^
||arnchealpa.com^
||arnepurxlbsjiih.xyz^
||arnimalconeer.com^
||arnofourgu.com^
||arodul.com^
||aroidsguide.com^
||arointbarra.com^
||aromabirch.com^
||aromatic-possibility.pro^
||arossb.com^
||arouac.com^
||aroundpayslips.com^
||arousedcricket.com^
||arousedimitateplane.com^
||arousestatic.com^
||arouth.com^
||aroyiise.xyz^
||arqsafhutlam.com^
||arquilavaan.com^
||arqznlwzkkaev.top^
||arqznlwzkkjla.top^
||arragouts.com^
||arrangementsinventorpublic.com^
||arrayanthir.cfd^
||arrearsexplicit.com^
||arriedand.xyz^
||arrief.com^
||arrism.com^
||arrivaltroublesome.com^
||arrivecounsel.com^
||arrivedcanteen.com^
||arrivedeuropean.com^
||arrlnk.com^
||arrnaught.com^
||arrowdevastatingconstruction.com^
||arrowtoldilim.xyz^
||arsahahada.com^
||arshadsafrash.com^
||arshelmeton.com^
||arsnivyr.com^
||arsonexchangefly.com^
||arswabluchan.com^
||arterybasin.com^
||artespipe.com^
||artfulparrotnobody.com^
||arthyadtrack.online^
||arthyredir.com^
||articlegarlandferment.com^
||articlepawn.com^
||articulatefootwearmumble.com^
||artisticcount.pro^
||artistperhapscomfort.com^
||artlessdevote.com^
||artonsbewasand.com^
||artoukfarepu.org^
||artpever.com^
||artreconnect.com^
||artsybutchercluster.com^
||aruyevdqsnd.xyz^
||arvbjqavenjba.top^
||arvigorothan.com^
||arwartortleer.com^
||arwhismura.com^
||aryabzerznlvn.top^
||arzanphearse.com^
||as5000.com^
||asacdn.com^
||asafesite.com^
||asandcomemu.info^
||asbulbasaura.com^
||ascaredresue.space^
||asccdn.com^
||asce.xyz^
||ascensionmonksurround.com^
||ascentloinconvenience.com^
||ascertainintend.com^
||ascijingu.space^
||ascillsilvia.com^
||ascillwricht.com^
||ascomamizzen.com^
||ascraftan.com^
||asdasdad.net^
||asdf1.online^
||asdf1.site^
||asdpoi.com^
||asdqslnqmwwkc.com^
||asdtiotyuknsy.xyz^
||asdxntvjpsyl.com^
||asecv.xyz^
||asecw.xyz^
||aseegrib.com^
||asemolgaa.com^
||asemskull.com^
||asespeonom.com^
||asewlfjqwlflkew.com^
||asf4f.us^
||asgardrecatch.com^
||asgccummig.com^
||asgclick.com^
||asgclickkl.com^
||asgclickpop.com^
||asgclickpp.com^
||asgildedall.info^
||asgildedalloverw.com^
||asgmtalconde.com^
||asgorebysschan.com^
||ashadofe.com^
||ashamedbirchpoorly.com^
||ashcdn.com^
||ashhgo.com^
||ashierbowler.com^
||ashionism.com^
||ashkeyoptical.guru^
||ashlarinaugur.com^
||ashoupsu.com^
||ashturfchap.com^
||ashyhamburgertwice.com^
||asiangfsex.com^
||asiapushstan17.click^
||asidefeetsergeant.com^
||asifiwoeryesterda.xyz^
||asinegohumped.website^
||askancefinfoot.website^
||askcoefficient.com^
||askdomainad.com^
||askedappear.com^
||askedopinionatedimmediately.com^
||askewflatted.com^
||askingconsideration.com^
||asklinklanger.com^
||asklots.com^
||askprivate.com^
||aslaironer.com^
||aslaprason.com^
||asleavannychan.com^
||asleepplatforms.com^
||aslkaxvpv.com^
||aslnk.link^
||aslofrnbrphlp.com^
||aslonejulyha.info^
||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^
||asperencium.com^
||aspignitean.com^
||aspireetopee.com^
||aspirerrehedge.life^
||asqconn.com^
||asquintarmenic.cfd^
||asrelatercondi.org^
||asrety.com^
||asricewaterho.com^
||asrntiljustetyerec.info^
||asrowjkagg.com^
||assagaiwooable.com^
||assailusefullyenemies.com^
||assaultmolecularjim.com^
||assaysmohr.cfd^
||assaystalonic.com^
||assembledscout.com^
||assembleservers.com^
||assentproduct.com^
||assertedclosureseaman.com^
||assertednodding.com^
||assertnourishingconnection.com^
||assetize.com^
||assignmentcursor.com^
||assistantasks.com^
||assistantdroppedseries.com^
||assistedadultrib.com^
||assisteggs.com^
||assisthollowted.com^
||assistspell.com^
||assithdisseat.com^
||assobredrouked.com^
||associationstoopedacid.com^
||associationwish.com^
||assoilrehboc.top^
||assortmentcriminal.com^
||assortplaintiffwailing.com^
||assuageexcel.com^
||assumptivetelevision.com^
||assuranceapprobationblackbird.com^
||assurancelocusmat.com^
||assurednesssalesmanmaud.com^
||assurehandicappedbonus.com^
||assurehonesty.com^
||assuremath.com^
||ast2ya4ee8wtnax.com^
||astaicheedie.com^
||astandhei.com^
||astarboka.com^
||astato.online^
||astauche.xyz^
||astcarbinkom.com^
||asteepgaits.space^
||astehaub.net^
||astemolgachan.com^
||asterbiscusys.com^
||asterrakionor.com^
||astesnlyno.org^
||astespurra.com^
||asthepoityelth.com^
||asthepoityelth.xyz^
||astirvibist.com^
||astivysauran.com^
||astkyureman.com^
||astnoivernan.com^
||astoapsu.com^
||astoecia.com^
||astogepian.com^
||astonishmentfuneral.com^
||astop.xyz^
||astra9dlya10.com^
||astrandconifer.com^
||astrokompas.com^
||astronomycider.com^
||astronomycrawlingcol.com^
||astscolipedeor.com^
||astspewpaor.com^
||astumbreonon.com^
||asuipiirq.com^
||asukedrev.com^
||asverymuc.org^
||asxjhqaey.com^
||asyetaprovinc.org^
||asyledieses.com^
||asylumclogunaccustomed.com^
||atableofcup.com^
||atadserver.com^
||atahphkpndlcdi.com^
||atala-apw.com^
||atas.io^
||atavusatumble.uno^
||atcelebitor.com^
||atchshipsmoter.com^
||atchshipsmotor.com^
||atcoordinate.com^
||atdeerlinga.com^
||atdmaincode.com^
||atdmt.com^
||atdrilburr.com^
||atedlittleme.xyz^
||atedlitytlement.info^
||atelegendinflected.com^
||atelesmusters.website^
||atemda.com^
||atemoyaderider.com^
||atentherel.org^
||aterhouse.info^
||aterhouseoyop.com^
||aterhouseoyop.info^
||aterroppop.com^
||atesbrotheres.com^
||atevaccination.com^
||atflojand.com^
||atgallader.com^
||atgenesecton.com^
||atgthkqt.com^
||athbzeobts.com^
||atheismashamedcomfort.com^
||atherthishinhe.com^
||athitmontopon.com^
||athivopou.com^
||athletedurable.com^
||athletethrong.com^
||atholicncesispe.info^
||athostouco.com^
||athvicatfx.com^
||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^
||atmtaoda.com^
||ato.mx^
||atomex.net^
||atomicarot.com^
||atonato.de^
||atonementimmersedlacerate.com^
||atopyawned.uno^
||atpanchama.com^
||atpawniarda.com^
||atpfowtcbsedv.xyz^
||atquvmlcjbctql.com^
||atraff.com^
||atraichuor.com^
||atriblethetch.com^
||atripplotx.com^
||atrocityfingernail.com^
||atsabwhkox.com^
||atservineor.com^
||atshroomisha.com^
||atsjypchedufjy.com^
||atsuhrvfppyk.com^
||attachedkneel.com^
||attacketslovern.info^
||attackscleopatracadence.com^
||attaindisableneedlework.com^
||attemptdruggedcarve.com^
||attempttipsrye.com^
||attendanceceasless.com^
||attendanceecstasyseem.com^
||attendancemeaningleaped.com^
||attendantsammunitiondeliquencydeliquency.com^
||attendantsrescuediscrepancy.com^
||attendedconnectionunique.com^
||attendingtarget.com^
||attentioniau.com^
||attentionkick.com^
||attentive-bad.com^
||attepigom.com^
||attestconvict.com^
||atthecliffsandup.info^
||atthereandhth.com^
||atthewon.buzz^
||atthewonderfu.com^
||atticereqd.com^
||atticshepherd.com^
||attlesuling.com^
||attractive-drawing.com^
||attractivebuilt.com^
||attractpicturespine.com^
||attractscissor.com^
||attractwarningkeel.com^
||attrapincha.com^
||attributedconcernedamendable.com^
||attributedgavepacket.com^
||attributedminded.com^
||attributedrelease.com^
||attunebarberreality.com^
||atukjpdh.xyz^
||atvrurguhqin.com^
||atwola.com^
||atwursdpal.com^
||atxngifmp.com^
||atzekromchan.com^
||au2m8.com^
||aubergeswots.com^
||auboaksa.com^
||auboalro.xyz^
||aubsehog.net^
||auburn9819.com^
||aucaikse.com^
||auchoocm.com^
||auchoons.net^
||auciuqxoyqobj.xyz^
||aucred.com^
||audacitycompare.com^
||audeuvco.com^
||audiblereflectionsenterprising.com^
||audiblerelinquishnegation.com^
||audiblysecretaryburied.com^
||audiencefuel.com^
||audienceline.com^
||audienceprofiler.com^
||audienceravagephotocopy.com^
||audionews.fm^
||audiosech.xyz^
||auditioneasterhelm.com^
||auditioningantidoteconnections.com^
||auditioningborder.com^
||auditioningouncesufficiently.com^
||auditoriumclarifybladder.com^
||auditude.com^
||audmrk.com^
||audraucmos.com^
||audrault.xyz^
||audrossoon.com^
||aufdgvwd.com^
||aufeeque.com^
||auficxqpyfgcd.xyz^
||auforau.com^
||aufr67i8sten.com^
||auftithu.xyz^
||augailou.com^
||augigous.net^
||augladraugne.com^
||augnolru.com^
||augrezoa.net^
||augu3yhd485st.com^
||augurersoilure.space^
||august15download.com^
||augustjadespun.com^
||auhbjjvbx.com^
||auhjyihlbhvvkv.com^
||aujooxoo.com^
||aukalerim.com^
||aukarosizox.com^
||aukroaze.xyz^
||aukseseemyr.info^
||auksizox.com^
||auksofthecompan.info^
||aulingimpora.club^
||auloucma.net^
||aulrains.com^
||aulricol.xyz^
||aulsaftu.net^
||aulsidakr.com^
||aulteeby.net^
||aultesou.net^
||aultseemedto.xyz^
||aumaupoy.net^
||aumeryyaruran.live^
||aumjwoylhhnmvv.com^
||aumludom.com^
||aumsarso.com^
||aumseewu.xyz^
||aumsookr.com^
||aumsoovy.net^
||aunaurdeempi.com^
||auneghus.net^
||aungoutsy.com^
||aunsagoa.xyz^
||auntlyseniors.top^
||auobxpvjej.xyz^
||auojsgyulikspj.xyz^
||auphirtie.com^
||auphoalt.com^
||aupsarda.com^
||aupseelo.net^
||aupsugnee.com^
||aupteens.com^
||auptefee.net^
||aursaign.net^
||aurtoodse.com^
||aurvioecvf.com^
||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^
||authorsallegationdeadlock.com^
||auto-im.com^
||autographnutmegassail.com^
||automatedtraffic.com^
||automateyourlist.com^
||automaticallyindecisionalarm.com^
||autopsycarrel.com^
||autopsyglossy.com^
||autumncamping.com^
||auuegnvbhx.xyz^
||auvenebu.xyz^
||auwjmphx.com^
||auxaqklyleaelhg.xyz^
||auxml.com^
||avads.co.uk^
||avaghogn.net^
||availableforester.com^
||availablesyrup.com^
||avalancheofnews.com^
||avalanchers.com^
||avariansambos.guru^
||avatroom.com^
||avazu.net^
||avazutracking.net^
||avdpmeated.uno^
||avebedencathy.info^
||avenaryconcent.com^
||avengeburglar.com^
||avenuewalkerchange.com^
||average-champion.pro^
||aversionwives.com^
||aversionworkingthankful.com^
||avesofefinegold.com^
||aveugleghettos.top^
||avevofipnqobi.com^
||avglfookdjuj.com^
||avhcoumvt.com^
||avhtaapxml.com^
||avhxnasqeo.com^
||aviddoated.com^
||avidheroismgelatine.com^
||aviewrodlet.com^
||avinekernish.digital^
||avkyu1tesnwy.com^
||avnmjtqu.com^
||avobeucxscwj.com^
||avonsour.com^
||avouboojirs.com^
||avouse.com^
||avowappear.com^
||avowsvarus.com^
||avprotect.store^
||avqhelxlb.com^
||avrqaijwdqk.xyz^
||avthelkp.net^
||avtklwruejfr.com^
||avtvcuofgz.com^
||avucugkccpavsxv.xyz^
||avupdrojsytrnej.xyz^
||avuthoumse.com^
||avwdyjwtnpc.com^
||avwgzujkit.com^
||avwwphtnquacgd.com^
||avygpim.com^
||awacspianist.top^
||awaitbackseatprod.com^
||awaitdetestableitem.com^
||awaitifregularly.com^
||awaitingutilize.com^
||awakeexterior.com^
||awaltundo.com^
||awarecatching.com^
||awashemeers.com^
||awasrqp.xyz^
||awavjblaaekrb.top^
||away-stay.com^
||awaydefinitecreature.com^
||awayteemage.com^
||awbbcre.com^
||awbbjmp.com^
||awbbsat.com^
||awcrpu.com^
||awecr.com^
||awecre.com^
||awecrptjmp.com^
||aweinkbum.com^
||awelsorsulte.com^
||awembd.com^
||awemdia.com^
||awemwh.com^
||awentw.com^
||aweproto.com^
||aweprotostatic.com^
||aweprt.com^
||awepsi.com^
||awept.com^
||awesome-blocker.com^
||awestatic.com^
||awestc.com^
||awestruckbranch.com^
||aweyqalylarj.top^
||awfullypersecution.com^
||awfulresolvedraised.com^
||awgfargnrw.xyz^
||awhajdorzawd.com^
||awhileirrelevant.com^
||awistats.com^
||awkljjaaweyzm.top^
||awkwardpurfles.com^
||awledconside.xyz^
||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^
||aws-itcloud.net^
||awsnjsduyhgpk.com^
||awstaticdn.net^
||awsurveys.com^
||awswayful.space^
||awtpguxqtf.com^
||awtqbjylk.com^
||awugxvrmsdalpx.com^
||awutohkhu.com^
||awvqfalackho.com^
||awytythbxujkz.com^
||awzvpbg.com^
||axalgyof.xyz^
||axchggobulz.com^
||axedbwjpwdc.com^
||axeldivision.com^
||axelsermit.com^
||axesequelplant.com^
||axfdwhsi.com^
||axfeicjfp.com^
||axhpkbvibdn.com^
||axill.com^
||axillovely.com^
||axingectal.com^
||axiomszanjona.com^
||axjfjdm.com^
||axkwmsivme.com^
||axpjzhbh.com^
||axscvdcans.xyz^
||axungeguying.com^
||axungetosher.top^
||axwakwdibkunq.com^
||axwnmenruo.com^
||axwortbabysit.com^
||axwortbunko.com^
||axxcqwxdcijxl.xyz^
||axzxkeawbo.com^
||ay.delivery^
||ay5u9w4jjc.com^
||ayads.co^
||ayaghlq.com^
||ayanpleasea.com.ua^
||ayanpleasek.xyz^
||ayboll.com^
||aybvfvlyrtbskvy.com^
||aydsvrikr.com^
||ayelpacle.com^
||ayllnllwajjmn.top^
||aymobi.online^
||ayodwtwjakpk.com^
||ayorks.com^
||aypahalndxrxon.com^
||ayrovalcontain.com^
||ayrtpmwuymzbbq.com^
||ayudvbjbvdojt.com^
||ayvcjvdfk.xyz^
||ayvfzwttm.com^
||aywikhsw.xyz^
||ayxfqtxrgoc.com^
||ayxuadkeh.com^
||azads.com^
||azaipsee.com^
||azbaclxror.com^
||azelaiclawyer.com^
||azeriondigital.com^
||azgdgypodyulx.com^
||azj57rjy.com^
||azjmp.com^
||azkcqs.com^
||azmjosvecyye.com^
||azmsmufimw.com^
||aznapoz.info^
||azoaltou.com^
||azoogleads.com^
||azorbe.com^
||azpresearch.club^
||azskk.com^
||aztecash.com^
||azulcw7.com^
||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^
||b0aed10e06.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^
||b6750bc2a1.com^
||b6880ffb9a.com^
||b70f0a4569.com^
||b719c1d1e8.com^
||b73uszzq3g9h.com^
||b76751e155.com^
||b76e86c54d.com^
||b7om8bdayac6at.com^
||b81oidrmy82w.com^
||b833f917de.com^
||b88af87899.com^
||b8pfulzbyj7h.com^
||b9f4882bac.com^
||ba01520b8b.com^
||ba0182aa75.com^
||ba488608ee.com^
||ba83df6e74.com^
||baannre.com^
||baaomenaltho.com^
||babbnrs.com^
||babbyfriar.space^
||babfdicktnodx.xyz^
||babinjectbother.com^
||babssata.com^
||babun.club^
||babyboomboomads.com^
||babyish-tea.com^
||babyishmate.pro^
||babynaz.xyz^
||babyniceshark.com^
||babysittingbeerthrobbing.com^
||baccarat112.com^
||baccatepsychon.com^
||bacishushaby.com^
||backetkidlike.com^
||backfireaccording.com^
||backla2z8han09.com^
||backmerriment.com^
||backseatabundantpickpocket.com^
||backseatrunners.com^
||backstagedeputy.com^
||backupcelebritygrave.com^
||backwardkneesencroach.com^
||backwget99.com^
||backyardwarlock.com^
||baconaces.pro^
||baconytapemen.com^
||bacoonandeggs.xyz^
||bacquetsituate.uno^
||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^
||bageelru.xyz^
||bagelinterest.com^
||bagfulcoughwallow.com^
||baggageconservationcaught.com^
||baggalaresaid.com^
||baggy-fail.pro^
||baglaubs.com^
||baglezymoses.com^
||baglikeurging.com^
||bagnuterosive.com^
||bagrobsoufy.com^
||baguioattalea.com^
||bagwyncam.top^
||bahmemohod.com^
||bahswl.com^
||bahutuophian.com^
||baijav.com^
||bailedgatheringmirth.com^
||bailedperiodic.com^
||bailifftoddle.com^
||bailoaso.xyz^
||bailonushe.com^
||bainushe.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^
||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^
||balkscaked.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^
||bambao.lol^
||bambarmedia.com^
||banagonatural.tech^
||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^
||bangingpunk.com^
||bangrighteous.com^
||bangtopads.com^
||bangtyranclank.com^
||bangute.xyz^
||banhq.com^
||banicywan.com^
||banistersconvictedrender.com^
||banisterspast.com^
||baniyasquibs.space^
||bankerconcludeshare.com^
||bankingconcede.com^
||bankmenorates.website^
||banneradsday.com^
||banquetunarmedgrater.com^
||banselachoirs.life^
||bantercubicle.com^
||bantergleameddecline.com^
||banterswalloon.com^
||banteryquartin.com^
||bapdvtk.com^
||bappeewit.top^
||baptismmattressstoppage.com^
||baptrqyesunv.xyz^
||barbabridgeoverprotective.com^
||barbariannumerous.com^
||barbedabout.com^
||barbeduseless.com^
||barbelskerugma.com^
||barbmerchant.com^
||bardatm.ru^
||bareelaborate.com^
||barefootedleisurelypizza.com^
||barefootedpyjamasdetection.com^
||barelydresstraitor.com^
||barelytwinkledelegate.com^
||baresi.xyz^
||barfsmiaowpit.com^
||bargedoctarch.com^
||barkaryglaiket.uno^
||barlessclueing.life^
||barlo.xyz^
||barnabaslinger.com^
||barnaclecocoonjest.com^
||barnassumedaddict.com^
||barnmonths.com^
||barotodazes.com^
||barrelhonestlypublicity.com^
||barren-date.pro^
||barrenmixture.pro^
||barrerasaggon.life^
||barriercereals.com^
||barringjello.com^
||barscreative1.com^
||barteebs.xyz^
||bartonpriority.com^
||basaarf.com^
||baseballrabble.com^
||basedcloudata.com^
||baseduser.com^
||basenjisilyl.com^
||baseporno.com^
||basepush.com^
||basheighthnumerous.com^
||bashfuladvancedeliberately.com^
||bashnourish.com^
||basicwhenpear.com^
||basilarendowed.website^
||basionstraily.top^
||basisscarcelynaughty.com^
||basketballshameless.com^
||baskpension.com^
||bassdyemanipulate.com^
||bassengravefascinated.com^
||bassistscrap.com^
||bassoonavatara.com^
||bastardminims.com^
||baste-znl.com^
||bastesgaltrap.com^
||bastingestival.com^
||baszlo.com^
||batakfry.com^
||batangam.digital^
||batataslavify.guru^
||batcrack.icu^
||batebalmy.com^
||batedisqualify.com^
||bathbrrvwr.com^
||bathepoliteness.com^
||batheunits.com^
||bathtubpitcher.com^
||batioc.com^
||battelscannach.com^
||battepush.com^
||batterdisagreement.com^
||batteusp2hilenor.com^
||battiesnarras.com^
||battledninos.top^
||batwaxwok.site^
||baubogla.com^
||bauchleredries.com^
||baunaurou.com^
||bauptone.com^
||bauptost.net^
||baustraightu.com^
||bauvaikul.com^
||bauviseph.com^
||bauweethie.com^
||bavxuhaxtqi.com^
||bawickie.com^
||bawlerhanoi.website^
||baxotjdtesah.com^
||baylnk.com^
||baysexthy.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^
||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^
||bccda4ab57.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^
||bdbffuwrxmsekjp.com^
||bdbovbmfu.xyz^
||bddc935c97.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^
||beabbqlkiekmxgp.com^
||beadderivativemermaid.com^
||beakerweedjazz.com^
||beakobjectcaliber.com^
||beambroth.com^
||beamedshipwreck.com^
||beammanmoile.space^
||bearableher.com^
||bearagriculture.com^
||bearpawclouty.com^
||beassilentasaf.xyz^
||beastintruder.com^
||beastsclassbiscuit.com^
||beastsmalefic.uno^
||beatifulapplabland.com^
||beatifulllhistory.com^
||beautifulasaweath.info^
||beaverculbert.uno^
||beavertron.com^
||beavervehicle.com^
||beaxewr.com^
||beaziotclb.com^
||beblass.com^
||bebloommulvel.com^
||bebpnmskw.com^
||bebreloomr.com^
||becaul.com^
||beccc1d245.com^
||becces.com^
||bechatotan.com^
||beckerbauds.com^
||becketcoffee.com^
||beckoverreactcasual.com^
||beclippeeweep.com^
||becomeapartner.io^
||becomesnerveshobble.com^
||becorsolaom.com^
||becramblunger.com^
||becramcreeky.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^
||bedrugsisle.com^
||bedsideseller.com^
||bedspictures.com^
||beefeggspin.com^
||beefyespeciallydrunken.com^
||beegotou.net^
||beehivefestivesolve.com^
||beehomemade.com^
||beemauhu.xyz^
||beemolgator.com^
||beenoper.com^
||beeporntube.com^
||beeragegeet.life^
||beesforestallsuffer.com^
||beeshanoozuk.com^
||beestuneglon.com^
||beetcrenula.com^
||beetlestrooped.life^
||beetrootopposeddwelling.com^
||beetrootsquirtexamples.com^
||beevakum.net^
||beevalt.com^
||beevephe.xyz^
||beewakiy.com^
||bef62233f1.com^
||befirstcdn.com^
||beforehandeccentricinhospitable.com^
||befretscathood.com^
||befrx.com^
||begantotireo.xyz^
||begaudycacatua.com^
||beggarlyfilmingabreast.com^
||beggingoppida.space^
||beginnerhooligansnob.com^
||beginningirresponsibility.com^
||begracetindery.com^
||begripecheatee.guru^
||begruzar.com^
||beguat.com^
||begunwomanwhiskey.com^
||behalfplead.com^
||beharmalted.info^
||beheadmuffleddetached.com^
||behick.com^
||behink.com^
||beholdascared.com^
||beholdsalmonsituated.com^
||behoppipan.com^
||behowlcapa.com^
||beigecombinedsniffing.com^
||beinri.com^
||beiven.pw^
||bejesustrolly.guru^
||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^
||beliet.com^
||believableboy.com^
||believemefly.com^
||believeradar.com^
||believersheet.com^
||belikeelean.life^
||belittlepads.com^
||bellamyawardinfallible.com^
||bellmandrawbar.com^
||belombrea.com^
||belongedshark.com^
||beloved-ideal.pro^
||belovedfrolic.com^
||beloveupcreep.com^
||beludicolor.com^
||belwrite.com^
||belyyeusy.com^
||bemachopor.com^
||bemanectricr.com^
||bemascloche.life^
||bemedichamchan.com^
||bemobpath.com^
||bemobtrcks.com^
||bemobtrk.com^
||bemocksmunched.com^
||bemsongy.com^
||bemusic.xyz^
||benastyunkiss.digital^
||benced.com^
||benchsuited.com^
||bendingrevivestriped.com^
||beneathallowing.com^
||beneathgirlproceed.com^
||benedictionpolitician.com^
||benefitsshea.com^
||benelph.de^
||benengagewriggle.com^
||benevolencepair.com^
||benevolentdifferentlymeadow.com^
||benevolentrome.com^
||bengaldefer.com^
||bengekoo.com^
||benidorinor.com^
||benignitywoofovercoat.com^
||bennelput.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^
||beqawu.xyz^
||ber2g8e3keley.com^
||berendphloeum.com^
||berenicepunch.com^
||bergsmouflon.com^
||berinsestoray.com^
||berkshiretoday.xyz^
||berlindespraque.life^
||berlinsnevoid.com^
||berlipurplin.com^
||bermssuluan.com^
||bermudaamowt.com^
||berriesresound.com^
||berryhillfarmgwent.com^
||berses.com^
||berthformttet.com.ua^
||berthsorry.com^
||bertrammontleymontleyexists.com^
||berush.com^
||beseechaircraftorange.com^
||beserte.pro^
||besguses.pro^
||beshellspitous.com^
||besidesaffluentcurrently.com^
||besighcaman.com^
||besinpbx.com^
||beskittyan.com^
||besmeargleor.com^
||besortkotower.website^
||besquibpurred.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^
||bestrevenuenetwork.com^
||bestsafefast.com^
||besttracksolution.com^
||bestvenadvertising.com^
||bestwinterclck.name^
||bestxxxaction.com^
||besty-deals.com^
||bestzba.com^
||betads.xyz^
||betahit.click^
||betalonflamechan.com^
||betemolgar.com^
||beterrakionan.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^
||betrayedrecorderresidence.com^
||betriolua.com^
||betshucklean.com^
||bett2you.com^
||bett2you.net^
||bett2you.org^
||better-might.pro^
||betteradsystem.com^
||bettercontentservice.top^
||betterdomino.com^
||bettersnitch.com^
||bettin2you.com^
||bettingfingerprintgrade.com^
||bettingpartners.com^
||beturtwiga.com^
||betxerneastor.club^
||betzapdoson.com^
||beunblkd.xyz^
||beverleyprowlpreparing.com^
||bevuelabium.guru^
||bewailblockade.com^
||bewailindigestionunhappy.com^
||bewarecontroversy.com^
||bewareisopointless.com^
||bewathis.com^
||bewdnkh.com^
||bewitchadmiringconstraint.com^
||bewoobaton.com^
||bewsejqcbm.com^
||bexxhlatjhmyei.xyz^
||beyanmaan.com^
||beyedortostr.info^
||beylicbesmile.com^
||bezettescanner.com^
||bezoardawdles.digital^
||bezoarschrysid.com^
||bezuka.xyz^
||bf-ad.net^
||bf358948d7.com^
||bf600e1d51.com^
||bf9c674cc0.com^
||bfast.com^
||bfbkqmoxrh.com^
||bfda839646.com^
||bfddexwchocnwx.com^
||bfeflwuhyhxgw.com^
||bfogxatnxkkmlc.com^
||bfovysc.com^
||bfqwfpjdgc.com^
||bfrghskgq.com^
||bfsnxjwfju.xyz^
||bftlugdih.com^
||bfutvoehfooh.com^
||bfwnkcfsycbd.com^
||bfxytxdpnk.com^
||bg4nxu2u5t.com^
||bgcold.com^
||bgcoll.com^
||bgeclklgpnk.xyz^
||bgevhldiekl.xyz^
||bgjsjep.com^
||bgnjefgkuebs.com^
||bgrgkbnqdsvxc.com^
||bguytsrstgnwtm.com^
||bgyeouoavr.xyz^
||bgyutxdcetx.com^
||bh3.net^
||bhalukecky.com^
||bhapnssodp.com^
||bharalhallahs.com^
||bharsilked.com^
||bhcont.com^
||bhcostefja.com^
||bhcumsc.com^
||bhdhddjbyf.com^
||bhgmlryalkwx.xyz^
||bhlph.com^
||bhnhejwj.com^
||bhnjwmega.com^
||bhnmkauncgr.com^
||bhovnhvpq.com^
||bhqfnuq.com^
||bhtcjurm.com^
||bhuoeykefbnfgc.com^
||bhupsrkrwnggcl.com^
||bhvpdupimb.xyz^
||bhxogodamtrcs.com^
||bhyysbpapbx.com^
||bialithicket.com^
||biancasunlit.com^
||bibberbummler.com^
||biblesausage.com^
||bibtu.com^
||bicyclelistpermanentlyenslave.com^
||bicyclelistworst.com^
||bid-engine.com^
||bid.glass^
||bidadx.com^
||bidbadlyarsonist.com^
||bidbeneficial.com^
||bidbrain.app^
||bidclickmedia.com^
||bidder.dev^
||bidderads.com^
||bidfhimuqwij.com^
||bidhead.net^
||bidiboffin.top^
||bidiology.com^
||bidsangelim.space^
||bidsxchange.com^
||bidtheatre.com^
||bidvance.com^
||bidverdrd.com^
||bieliddittied.com^
||biemedia.com^
||biffinberendo.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^
||biggingshampoo.com^
||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^
||bilkedsquit.com^
||bilkerlouisa.com^
||bilkersdtente.uno^
||billersdunamis.com^
||billionpops.com^
||billionstarads.com^
||billservingineffective.com^
||billybobandirect.org^
||billypub.com^
||bilsyndication.com^
||bimlocal.com^
||bin-layer.ru^
||bin-tds.site^
||binaryborrowedorganized.com^
||bincatracs.com^
||bineukdwithmef.info^
||bingoocy.com^
||binmenkollast.com^
||binomnet.com^
||binomnet3.com^
||binomtrcks.site^
||binorf.com^
||binoticprotea.com^
||bioces.com^
||biologicaldeniedexpressing.com^
||biologydemandedpond.com^
||biopicfumer.space^
||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^
||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^
||biteneverthelessnan.com^
||bitesized-commission.pro^
||biticesar.com^
||bitterlyimprovegreat.com^
||bitterportablerespectively.com^
||bittygravely.com.com^
||bittygravely.com^
||bitumenscoff.website^
||biturl.co^
||bitx.tv^
||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^
||bkembwdgujzp.com^
||bkepmwuqui.com^
||bkhhijbvyq.com^
||bkjhqkohal.com^
||bkkejrveemlbk.top^
||bkkejrveemmbr.top^
||bkkejrveemmzv.top^
||bkpndkowbo.com^
||bkrzykymkvea.top^
||bkujacocdop.com^
||bkyqhavuracs.com^
||bkzwzyznzqabk.top^
||bkzwzyznzqjzl.top^
||bl0uxepb4o.com^
||bl230126pb.com^
||blabtextmessagephotocopy.com^
||blackcurrantfootballsimilarly.com^
||blackentrue.com^
||blacklinetosplit.com^
||blacklinknow.com^
||blacklinknowss.co^
||blackmailingpanic.com^
||blackname.biz^
||blacknesskangaroo.com^
||blacknesskeepplan.com^
||blacurlik.com^
||bladesteenycheerfully.com^
||bladswetis.com^
||blaghfpd.com^
||blamads.com^
||blamedbuckie.fun^
||blamersservian.digital^
||blancheavily.uno^
||bland-husband.com^
||blanddish.pro^
||blandefface.space^
||blaneo.com^
||blareclockwisebead.com^
||blastadoptedlink.com^
||blastcahs.com^
||blastedlurched.com^
||blastsufficientlyexposed.com^
||blatwalm.com^
||blaze-media.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^
||blessingsome.com^
||bletheequus.com^
||blfoddifghcmeyc.com^
||blg-1216lb.com^
||blicatedlitytl.info^
||blidbqd.com^
||blindefficiency.pro^
||blindlyidle.com^
||blinkjork.com^
||blinkpainmanly.com^
||blinktowel.com^
||blismedia.com^
||blisscleopatra.com^
||blissfulblackout.com^
||blissfulclick.pro^
||blissfuldes.com^
||blissfulonline.com^
||blisterpompey.com^
||blizzardcinnamonappointed.com^
||bljyynzmlmnrl.top^
||blkwrjerbklya.top^
||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^
||blondhoverhesitation.com^
||blondsdixie.com^
||blondtheirs.com^
||bloodmaintenancezoom.com^
||bloodyfrighten.com^
||blooks.info^
||bloomsarbiter.com^
||bloomsgoas.com^
||blowflysempre.uno^
||blowlanternradical.com^
||blsrscpqu.com^
||blu5fdclr.com^
||blubberobsessionsound.com^
||blubberspoiled.com^
||blubbertables.com^
||bludwan.com^
||blueadvertise.com^
||bluedawning.com^
||bluelinknow.com^
||blueomatic.com^
||blueparrot.media^
||blueswordksh.com^
||blueyloulu.com^
||bluffsouttore.com^
||blunksdaler.uno^
||blurbigdoable.com^
||blurlorum.uno^
||blushbuiltonboard.com^
||blushmossy.com^
||blzjjrwbwvjav.top^
||bmbmwiadmvx.com^
||bmbuqmdrjjhny.com^
||bmbvrjylevrba.top^
||bmcdn1.com^
||bmcdn2.com^
||bmcdn3.com^
||bmcdn4.com^
||bmcdn5.com^
||bmcdn6.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^
||boahoupi.com^
||boajagoar.com^
||boakauso.com^
||boannre.com^
||boannred.com^
||boaphaps.net^
||boaphoot.com^
||boarby.com^
||boardlanguishguarded.com^
||boaroowhon.com^
||boarshrubforemost.com^
||boastauw.xyz^
||boastego.xyz^
||boastemployer.com^
||boaswooned.com^
||boatheeh.com^
||boatoamo.com^
||boayipids.com^
||bobabillydirect.org^
||bobboro.com^
||bocoyoutage.com^
||bodaichi.xyz^
||bodaile.com^
||bodelen.com^
||bodilymust.com^
||bodilywondering.com^
||bodisc.com^
||bodsoakr.xyz^
||bodyguardencouraged.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^
||boheir.com^
||bohowhepsked.com^
||boilerefforlessefforlessregistered.com^
||boilingloathe.com^
||boilingtruce.com^
||boilslashtasted.com^
||boinkcash.com^
||bokeden.com^
||bokomarratel.com^
||boldboycott.com^
||boldinsect.pro^
||bolivarmaltol.website^
||bolofoak.net^
||boloingopulent.guru^
||boloptrex.com^
||bolrookr.com^
||bolsek.ru^
||bolssc.com^
||bolstersecours.digital^
||bolteffecteddanger.com^
||boltepse.com^
||bolz.lol^
||bomboms.lol^
||bomboms.xyz^
||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^
||boogopee.com^
||bookadil.com^
||bookbannershop.com^
||bookcrazystadium.com^
||bookerstudent.com^
||bookeryboutre.com^
||bookletalternative.com^
||bookletcanvass.com^
||bookletcarline.top^
||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^
||boomouso.xyz^
||boomwalkertraveller.com^
||boongsmokeho.com^
||booptuwa.net^
||booshoune.com^
||booshout.com^
||boost-next.co.jp^
||boostcdn.net^
||boostclic.com^
||boostcpm.su^
||booster-vax.com^
||booster.monster^
||boostknifehumidity.com^
||boostog.net^
||boothsuropygi.space^
||bootstrap-framework.org^
||bootstrap-js.com^
||bootstraplugin.com^
||bootypleatpublisher.com^
||boozifyprays.space^
||bop-bop-bam.com^
||bopexacta.com^
||bopvetgel.com^
||borary.com^
||bordelhaylage.cfd^
||bordsnewsjule.com^
||boredinitial.com^
||boredombizarrerepent.com^
||borehatchetcarnival.com^
||borghgeog.com^
||borgoonu.net^
||borhaj.com^
||borhod.com^
||boridescyamid.com^
||boringassistantincite.com^
||boriod.com^
||boriskink.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^
||bosplyx.com^
||bossageagree.com^
||bosseslaps.website^
||bossyinternal.pro^
||bostonwall.com^
||bostopago.com^
||bot-checker.com^
||bothele.com^
||bothererune.com^
||botherherself.website^
||botherlightensideway.com^
||botongfuff.uno^
||botsaunirt.com^
||bottelowse.guru^
||bottledinfectionearthquake.com^
||bottlerobust.com^
||bottleschance.com^
||bouchipeeju.com^
||boudja.com^
||boudutoo.net^
||bouhaisaufy.com^
||bouheemosh.com^
||bouhtquecu.com^
||boulterdolours.com^
||bounceads.net^
||bouncebidder.com^
||bouncingbalconysuperior.com^
||bouncingtiger.online^
||bouncy-collar.com^
||boundsinflectioncustom.com^
||bouptosaive.com^
||bouqaiewfksqz.com^
||bourbonlunches.com^
||boustahe.com^
||bousyshock.com^
||bouwehee.xyz^
||bovategunrack.cfd^
||bovemtou.xyz^
||bowed-common.pro^
||bowedcounty.com^
||boweddemand.com^
||bowells.com^
||bowerspollees.com^
||bowerywill.com^
||boweve.com^
||bowldescended.com^
||bowlersoceloid.com^
||bowlsolicitor.com^
||bowmoolog.com^
||bowtellwhincow.cfd^
||boxhaulchrist.guru^
||boxlikepavers.com^
||boxlivegarden.com^
||boxofficehelping.com^
||boxofficeliterally.com^
||boxofwhisper.com^
||boxrest.website^
||boxtreeteat.com^
||boyishabow.com^
||boyishdefend.com^
||boyishdetrimental.com^
||boyishstatisticsdear.com^
||boyughaye.com^
||boywhowascr.info^
||bp9l1pi60.pro^
||bpgeylke.xyz^
||bpiomsgxkfphrg.com^
||bpjgiwzzmgjp.com^
||bpmvdlt.com^
||bpnauclcmo.xyz^
||bponxqlit.com^
||bpplkotkpduwob.com^
||bptracking.com^
||bptssoahsfoz.com^
||bpwwsusgb.com^
||bpxcqxonbmn.com^
||bqadfytoqbyhdxs.xyz^
||bqiajdqye.com^
||bqieaijre.xyz^
||bqklioghtnqs.com^
||bqkwfioyd.xyz^
||bqlhwrgxoedsm.com^
||bqqvmupmcnjnbv.com^
||bqscznsc.com^
||bqxhgnf.com^
||bqypgubvupcg.com^
||br3azil334nutsz.com^
||brabywig.live^
||braceletdistraughtpoll.com^
||bracerocclude.life^
||bracketcalculator.com^
||bracketknolls.uno^
||bracketterminusalias.com^
||brada.buzz^
||bradleyscannertortoise.com^
||bradleysolarconstant.com^
||braggingbegefficiency.com^
||bragpsychicsophomore.com^
||braiderichu.guru^
||braidformulathick.com^
||braidprosecution.com^
||brainient.com^
||brainlyads.com^
||braintb.com^
||brairdcaratch.digital^
||brakiefissive.com^
||bramblyrebecs.uno^
||brancheschestnutsour.com^
||branchesdollar.com^
||branchr.com^
||brand-display.com^
||brand.net^
||brandads.net^
||brandaffinity.net^
||brandclik.com^
||branddnewcode1.me^
||brandlabs.ai^
||brandnewapp.pro^
||brandreachsys.com^
||brandstds.com^
||branlesero.com^
||brassstacker.com^
||brasstrones.com^
||brasthingut.com^
||bravelyplainsprowl.com^
||braveryinherited.com^
||braveteam.info^
||bravetense.com^
||bravotrk.com^
||brazenwholly.com^
||brbupali.com^
||brdhbgcp.com^
||breadpro.com^
||breakablepermit.com^
||breakdownreprintsentimental.com^
||breakfastinvitingdetergent.com^
||breakfastsinew.com^
||breakingarable.com^
||breakingbailpronounce.com^
||breakingfeedz.com^
||breakingreproachsuspicions.com^
||breakthroughfuzzy.com^
||breastfeedingdelightedtease.com^
||breatheeternity.com^
||brecciastroke.top^
||brechtembrowd.com^
||bred4tula.com^
||bredajangle.guru^
||bredradiatorairtight.com^
||breechesbottomelf.com^
||breederparadisetoxic.com^
||breedingperforming.com^
||breedingunspeakableplaice.com^
||breedtagask.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^
||brighteroption.com^
||brighthunter.best^
||brightonclick.com^
||brightshare.com^
||brikinhpaxk.com^
||brilliant-raise.pro^
||brimmallow.com^
||bringsconserve.com^
||briningkhalat.life^
||brinkprovenanceamenity.com^
||brioletredeyes.com^
||briskedmiskept.com^
||bristlejaunty.com^
||britanyculvert.website^
||brithungown.com^
||briticatederfd.site^
||britishdividechess.com^
||britishensureplease.com^
||britishinquisitive.com^
||britonseyer.com^
||brittleraising.com^
||britzkauphale.com^
||brjyhgebqwl.com^
||brmuclifyii.com^
||brmwmmazmemmk.top^
||bro.kim^
||bro1.biz^
||bro4.biz^
||broadsheetcounterfeitappeared.com^
||broadsimp.site^
||broadsview.site^
||brocardcored.com^
||broced.co^
||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^
||brokerspock.com^
||bromidsluluai.com^
||bromisescapose.com^
||bromoilnapalms.com^
||bromusic.site^
||broochambitioncopies.com^
||brookbrutallovers.com^
||brooknaturalists.com^
||broomemulation.com^
||bropu2.com^
||broredir1s.site^
||brothersparklingresolve.com^
||broubt.com^
||broughtalienshear.com^
||broughtenragesince.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^
||bruciainbowed.com^
||bruisedpaperworkmetre.com^
||bruitedhurrahs.com^
||brumarmsful.com^
||brunchcreatesenses.com^
||brupu.com^
||brutalconfer.com^
||bruteknack.com^
||brvkzwjrjznaw.top^
||brvkzwjrjzzav.top^
||brvrrlnmnpvsqln.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^
||bshifsasgnpgqf.com^
||bshrdr.com^
||bsjusnip.com^
||bsolaoecm.xyz^
||bsudzbtp.com^
||bswakciowtsmnm.com^
||bsxqnbhahvjrrry.com^
||bsyftapbp.com^
||bsyhicvmrg.com^
||btagmedia.com^
||btaoc.xyz^
||btcadtop.com^
||btcnews.one^
||btdirectnav.com^
||btdnav.com^
||btiixwrwoinck.xyz^
||btilxdpcco.com^
||btjbppltrdpyjsj.com^
||btjpdvqocspo.com^
||btnativedirect.com^
||btodsjr.com^
||btonzfjleinuax.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^
||bubbly-condition.pro^
||bubonicgraters.space^
||buchaumpo.com^
||buckeyekantars.com^
||buckonealodies.com^
||bucojjqcica.com^
||budapebluest.com^
||buddhamoduli.com^
||buddhicantilog.guru^
||buddlekroner.com^
||budroups.xyz^
||budsminepatent.com^
||budvawshes.ru^
||buench.com^
||buency.com^
||buezsud.com^
||buffaloexemptdropped.com^
||buffersling.com^
||buggerygruffed.com^
||bugits.com^
||bugleczmoidgxo.com^
||bugraubs.com^
||bugs2022.com^
||bugstractorbring.com^
||buhatfjrk9dje10eme.com^
||buhlvain.com^
||buicks.xyz^
||buikolered.com^
||buildeddevoir.com^
||buildfunctionrainy.com^
||buildnaq91.site^
||buildsmodeling.com^
||builthousefor.com^
||bujaguppplfy.xyz^
||bujerdaz.com^
||bukash2jf8jfpw09.com^
||buksoaksuro.com^
||bulbbounds.com^
||bulbofficial.com^
||bulcqmteuc.com^
||bulgae.com^
||bulgecsi.com^
||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^
||bulochka.xyz^
||bulrev.com^
||bulserv.com^
||bultaika.net^
||bultenanogra.cfd^
||bulyiel.com^
||bumblecash.com^
||bummingasses.com^
||bummockrewarm.com^
||bumpyremittancecarnivorous.com^
||bunbeautifullycleverness.com^
||bunchedvisards.life^
||bundleddayal.com^
||bungalowdispleasedwheeled.com^
||bungalowlame.com^
||bungalowsimply.com^
||bungarovet.com^
||bunnymediaserver.com^
||bunth.net^
||buoyant-force.pro^
||buoyant-quote.pro^
||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^
||burgerjolly.com^
||burgomeg.com^
||burialdiffer.com^
||burlapretorted.com^
||burlyenthronebye.com^
||burringspor.com^
||bursarelives.uno^
||burstconsumer.com^
||burstcravecraving.com^
||burstingdipper.com^
||burtonsugar.com^
||busbymelpell.com^
||buscarlsatchel.website^
||bushesawaitfeminine.com^
||bushicitrals.com^
||businessenviron.com^
||businessessities.com^
||businesslinenow.com^
||businessmensynonymmidwife.com^
||busions.com^
||buskerreshoes.website^
||busksspiled.cfd^
||bustlemiszone.com^
||bustling-substance.pro^
||busychopdenounce.com^
||busyexit.com^
||busytunnel.com^
||butalksuw9dj10.com^
||butanoldatives.com^
||buteostrowane.com^
||butflatter.com^
||butlak.com^
||butlerdelegate.com^
||butnefso.com^
||butrathakinrol.com^
||butsenox.net^
||butterflyitem.com^
||butterflypronounceditch.com^
||butterflyunkindpractitioner.com^
||buttersource.com^
||buyadvupfor24.com^
||buyblotch.com^
||buyeasy.by^
||buylnk.com^
||buymaxfield.com^
||buyseoblog.com^
||buythetool.co^
||buytieposer.com^
||buzffovvq.com^
||buzzardcraizey.com^
||buzzdancing.com^
||buzzvids-direct.com^
||bvcsfcx.com^
||bvmcdn.com^
||bvmcdn.net^
||bvnlrqvinhsje.com^
||bvolfluxk.com^
||bvoqzs.com^
||bvtfutroyr.com^
||bvudraqxpl.com^
||bvyblnenz.com^
||bwbmyzvjnqlna.top^
||bwbmyzvjnqlwv.top^
||bwceohkom.xyz^
||bwgmymp.com^
||bwmvzwkbqlmrz.top^
||bwnmwhblsf.com^
||bwpuoba.com^
||bwunebnqdu.com^
||bwvqjqmlkezjk.top^
||bwvqjqmlkezkl.top^
||bwzlmmqwrrarv.top^
||bwzlmmqwrrnea.top^
||bxacmsvmxb.com^
||bxevkphcx.com^
||bxikceucv.com^
||bxpjpkldxrsss.xyz^
||bxrqdnkb.com^
||bxscdyybtuxbfda.xyz^
||bxvirhgaq.com^
||bxvxfsdvgstu.com^
||bxwmfozavo.com^
||bxxiklwst.xyz^
||bxxvmjrpegqy.com^
||byaiufr.com^
||byambipoman.com^
||byaronan.com^
||byauyahgcobvjkq.com^
||bybastiodoner.com^
||bybmfntv.xyz^
||byccvtl.com^
||bycelebian.com^
||bycustomla.xyz^
||bydcczwmxyd.com^
||bydurantr.com^
||bydusclopsa.com^
||byeavupo.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^
||bypfpuldupkyy.com^
||byrkmeibah.com^
||byrledmtscmd.com^
||bysqbtyuugub.com^
||bytesabbreviation.com^
||bytesdictatescoop.com^
||bytesreunitedcedar.com^
||byteyieldcreated.com^
||bytogeticr.com^
||byvhtcpfoom.com^
||byvngx98ssphwzkrrtsjhnbyz5zss81dxygxvlqd05.com^
||byvpezdzmpureo.com^
||byvtkhdxfjw.com^
||bywntfg.com^
||byxcbixzvjclxz.com^
||byxsmjqvjvmhxpy.xyz^
||byyanmaor.com^
||byzkrjamkqbal.top^
||byzkrjamkqyjr.top^
||byzkrjamkqykw.top^
||bzamusfalofn.com^
||bzsiyxkvehty.com^
||bzuyxqrmndod.com^
||bzxcygmykxymcj.com^
||bzzmlqkljkrw.top^
||bzzmlqkljyer.top^
||c-4fambt.com^
||c00f653366.com^
||c01d3ac9cb.com^
||c0594.com^
||c0ae703671.com^
||c0c.xyz^
||c0e8977ddc.com^
||c0me-get-s0me.net^
||c1sf9.top^
||c212a79d53.com^
||c24c966867.com^
||c2aef8ab51.com^
||c39ed4de0b.com^
||c43a3cd8f99413891.com^
||c44wergiu87heghoconutdx.com^
||c473f6ab10.com^
||c50021876c67fd14.com^
||c5b39ff13b3259df.com^
||c67524ad03.com^
||c67adca.com^
||c69d50bdaf.com^
||c71f427117.com^
||c71genemobile.com^
||c7d263f5d8.com^
||c7ee346412.com^
||c83cf15c4f.com^
||c86e7c49a2.com^
||c8d2c12c98.com^
||c8f9398ccd.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^
||cabinedslyish.com^
||cabioredtop.com^
||cabnnr.com^
||caboclonymphly.com^
||cabotsmuskit.com^
||cachegorilla.com^
||cachegorilla.net^
||cackssandhog.com^
||cacmatch.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^
||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^
||cajdldhaci.com^
||cajesa.uno^
||cajggfj.com^
||cajipdiqqjijeh.xyz^
||cajunecch.guru^
||cakeprofessionally.com^
||caketteemblem.uno^
||cakiglun.xyz^
||cakycalais.com^
||calamityfortuneaudio.com^
||calcpol.com^
||calexits.uno^
||calibrelugger.com^
||calichevigogne.com^
||caliphmalign.website^
||callalelel.info^
||callmeocaptain.xyz^
||callmeooumou.com^
||callprintingdetailed.com^
||callyourinformer.com^
||calmlyilldollars.com^
||calmsbocking.com^
||calomelsiti.com^
||calpacenemas.life^
||caltertangintin.com^
||calumnylightlyspider.com^
||calvali.com^
||camads.net^
||camberchimp.com^
||cameesse.net^
||camewiththe.com.ua^
||camewiththe.xyz^
||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^
||canangafierier.uno^
||canastagruff.com^
||candiruarf.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^
||canramble.com^
||cansdecyne.com^
||canstrm.com^
||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^
||capraundine.live^
||capricedes.com^
||capricetheme.com^
||capricewailinguniversity.com^
||capricornplay.com^
||caprissandhi.website^
||caprizecaprizeretrievaltattoo.com^
||captainad.com^
||captaintassie.com^
||captchafine.live^
||captchaforcaptcha.top^
||captivatecustomergentlemen.com^
||captivateholscrook.com^
||captivatepestilentstormy.com^
||captiveimpossibleimport.com^
||captureleaderdigestion.com^
||capwilyunseen.com^
||car-bidpush.net^
||caraganaarborescenspendula.com^
||carajareplier.guru^
||caraneoutraze.uno^
||carbonads.com^
||carcelsreside.com^
||carcflma.de^
||cardiwersg.com^
||cardloomed.com^
||careersadorable.com^
||careewituhi.info^
||careful-oven.pro^
||careless-category.pro^
||caressleazy.com^
||caresspincers.com^
||careuropecreatures.com^
||carfulsranquel.com^
||cargotropical.com^
||caringdeath.pro^
||carlingquerent.com^
||carlotcoopee.website^
||carmeleanurous.com^
||caroakitab.com^
||carpenterexplorerdemolition.com^
||carpi3fnusbetgu5lus.com^
||carpincur.com^
||carredwithblao.xyz^
||carrellsubdit.com^
||carrydollarcrashed.com^
||carryhummight.com^
||carryingfarmerlumber.com^
||carrysincubi.com^
||cartedneogene.com^
||cartining-specute.com^
||cartoonpeecommissioner.com^
||cartrigechances.com^
||caruagedlr.com^
||carvallo.info^
||carverfashionablegorge.com^
||carverfowlsmourning.com^
||carverstingy.com^
||carvyre.com^
||casalemedia.com^
||casaqueapogamy.com^
||cascadewatchful.com^
||cash-ads.com^
||cash-duck.com^
||cash-program.com^
||cash4members.com^
||cashewsforlife208.com^
||cashibohs.digital^
||cashieratrocity.com^
||cashlayer.com^
||cashmylinks.com^
||cashooscrunode.com^
||cashoossikara.uno^
||cashtrafic.com^
||cashtrafic.info^
||casinal.com^
||casinohacksforyou.com^
||casize.com^
||casksteam.com^
||caspion.com^
||cassetteflask.com^
||cassettelancefriday.com^
||cassiansirex.space^
||cassiusazide.com^
||cassonjacamar.digital^
||castanydm.com^
||castcloudywhereby.com^
||casterpretic.com^
||castpallium.com^
||casualhappily.com^
||casualproof.com^
||casumoaffiliates.com^
||catalogueinfectionbarbarian.com^
||cataloguerepetition.com^
||cataractdisinteresteddressing.com^
||cataractencroach.com^
||catastropheillusive.com^
||catchprayers.com^
||catcxao.com^
||catgride.com^
||cathedralforgiveness.com^
||catiligh.ru^
||cationinin.com^
||cationinina.one^
||catmustyhypothesis.com^
||catscanty.com^
||catskinhounded.uno^
||catspawquitu.website^
||cattailaix.com^
||cattleabruptlybeware.com^
||cattledisplace.com^
||catukhyistk.org^
||catwenbat.com^
||catwrite.com^
||caubichofus.com^
||caubouru.xyz^
||caufirig.com^
||caulibotas.com^
||caulifloweraircraft.com^
||cauliflowerpointlessebb.com^
||caumausa.com^
||caunauptipsy.com^
||caunaurou.com^
||caunuscoagel.com^
||causcs.com^
||causeyoubusywithlife.com^
||causingguard.com^
||causoque.xyz^
||caussr.com^
||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^
||cazibiukiyoe.com^
||cb675f778b.com^
||cb7f35d82c.com^
||cba-fed-igh.com^
||cbdedibles.site^
||cbfdzofxzgbgor.com^
||cbfpiqq.com^
||cbhvuivvkkrjrsg.com^
||cbijwves.com^
||cbilrirtqyawue.com^
||cbnibtjavoxha.com^
||cbnkmisvop.com^
||cbpslot.com^
||cbrfnitjixegplp.xyz^
||cbsusiqkwqxbrmv.com^
||cbvxguwbuq.com^
||cbyiqsfp.com^
||cc-dt.com^
||cc5dce551d.com^
||cc72fceb4f.com^
||cc954a8da8.com^
||cca63f7d30.com^
||ccaahdancza.com^
||ccdneniusruhebl.com^
||ccdrofvofrfkqah.com^
||ccgkudwutf.com^
||ccgnxkvwn.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^
||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^
||cdn1.pro^
||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^
||cdrvrs.com^
||cdryuoe.com^
||cdsbnrs.com^
||cdtbox.rocks^
||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^
||cecusmawfsul.com^
||ced843cd18.com^
||cedcb87e77.com^
||ceebikoph.com^
||ceekougy.net^
||ceeleeca.com^
||ceemoptu.xyz^
||ceeqgwt.com^
||cegadazwdsp.com^
||cegrithy.net^
||cehuiy.com^
||ceilingbruiseslegend.com^
||ceillons.site^
||cekladod.com^
||celaenomash.com^
||celeb-ads.com^
||celebratethreaten.com^
||celebritybulk.com^
||celebsreflect.com^
||celeftrmfyq.xyz^
||celeph.com^
||celept.com^
||celeritascdn.com^
||celeryisolatedproject.com^
||cellaraudacityslack.com^
||cellarlocus.com^
||cellarpassion.com^
||cellistbeats.com^
||cellojapanelmo.info^
||cellsmonitor.com^
||cemaaxyhrcaf.com^
||cematuran.com^
||cementadodunk.com^
||cenaclesuccoth.com^
||cenceevent.club^
||cendantofth.org^
||ceneverdreams.com^
||ceneverdreams.org^
||cennter.com^
||cenous.com^
||censorcolonizegreatness.com^
||centalkochab.com^
||centerattractivehimself.com^
||centeredfailinghotline.com^
||centerresourceseducational.com^
||centralheat.net^
||centralnervous.net^
||centredrag.com^
||centureunornly.com^
||centwrite.com^
||cephasrewed.com^
||ceprovidingsesse.com^
||cer43asett2iu5m.com^
||cerceipremon.com^
||cerillosuncup.guru^
||cerjmlcauynwxe.com^
||cermetszanonia.com^
||cerningronco.com^
||certainalmostcontent.com^
||certainlydisparagewholesome.com^
||certificaterainbow.com^
||certified-apps.com^
||cesebsir.xyz^
||cesebtp.com^
||cesfttajihif.top^
||cesiumsemboite.com^
||cesmqcuyfugkpyp.com^
||cessationrepulsivehumid.com^
||cestibegster.com^
||ceteembathe.com^
||cetoniafulwa.website^
||cevocoxuhu.com^
||cewrndlpqzacv.com^
||cexucetum.com^
||cf2020176f.com^
||cf433af11b.com^
||cf97134c89.com^
||cfasync.tk^
||cfcd10eebb.com^
||cfcloudcdn.com^
||cfeb0910c5.com^
||cfehkwjupbrh.com^
||cffujnudcdy.com^
||cfgr1.com^
||cfgr5.com^
||cfivfadtlr.com^
||cflmdoigokoeld.com^
||cfpruxrajtnlpt.com^
||cfrkiqyrtai.xyz^
||cfrsoft.com^
||cfts1tifqr.com^
||cfubdjsolbs.com^
||cgbaybqywso.com^
||cgbmjsasm.xyz^
||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^
||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^
||challasowns.com^
||challengecircuit.com^
||chamarwhisted.digital^
||chambersthanweed.com^
||chameleostudios.com^
||chamib.com^
||chamiteame.com^
||chammaupases.life^
||champaup.com^
||champedhyps.com^
||chancellorharrowbelieving.com^
||chancellorstocky.com^
||chandoowitumki.guru^
||changarreviver.com^
||changerwauking.com^
||changesshortly.com^
||channelvids.online^
||channelvids.space^
||chantmaftir.uno^
||chapelalanine.com^
||chapelcertain.com^
||chapseel.com^
||chargeheadlight.com^
||chargenews.com^
||chargeplatform.com^
||chargesimmoderatehopefully.com^
||chargingforewordjoker.com^
||charicymill.com^
||charitablemilletplumber.com^
||charitydestinyscornful.com^
||charkasturnoff.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^
||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^
||chbvrgjgkuv.com^
||chdkxgjtwflba.com^
||cheap-result.pro^
||cheap-trip.pro^
||cheapcoveringpearl.com^
||cheapenleaving.com^
||cheaplycreateproprietor.com^
||cheatingabate.com^
||cheatingagricultural.com^
||cheatingstiffen.com^
||cheatoppressive.com^
||chebecsunsack.com^
||checaigu.net^
||chechawia.com^
||check-now.online^
||check-out-this.site^
||checkcdn.net^
||checkcriey.website^
||checkfilter.biz^
||checkm8.com^
||checkoutfree.com^
||checkup02.biz^
||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^
||cheerfullybakery.com^
||cheerfullycling.com^
||cheerlessfunnelconcealed.com^
||cheeroredraw.com^
||cheerseeftapps.com^
||cheerysequelhoax.com^
||cheesydebatablepantomime.com^
||cheetieaha.com^
||cheewhoa.net^
||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^
||cherrynanspecification.com^
||chertefarcist.com^
||chestishugli.com^
||chetchen.net^
||chethgentman.live^
||chevetoelike.com^
||chevisefancy.com^
||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^
||childperfunctoryhunk.com^
||childrenplacidityconclusion.com^
||childrenweavestun.com^
||chileslatrede.com^
||chiliadv.com^
||chilionturcism.website^
||chimamanndgaocozmi.com^
||chimblyconyger.com^
||chimbsbuckle.com^
||chimlaresider.com^
||chimneylouderflank.com^
||chimneylurdane.com^
||china-netwave.com^
||chineegibbet.com^
||chinemcg.website^
||chinkerdough.com^
||chinoismoras.com^
||chioneflake.com^
||chipeets.com^
||chipleader.com^
||chipmanksmochus.com^
||chiptionics.co^
||chirkacylal.com^
||chiroouterly.com^
||chirppronounceaccompany.com^
||chissaibsgirls.com^
||chitbillety.website^
||chitika.net^
||chl7rysobc3ol6xla.com^
||chlibopi.xyz^
||chlift.com^
||chlign.com^
||chlodd.com^
||chloralinkblot.com^
||chmnscaurie.space^
||chmsiecles.space^
||cho7932105co3l2ate3covere53d.com^
||choaboox.com^
||choachim.com^
||choacmax.xyz^
||choagrie.com^
||choahees.net^
||choakalsimen.com^
||choakaucmomt.com^
||choapeek.com^
||choatsufa.com^
||choawour.xyz^
||choawuram.com^
||chocohjuanfhdhf.com^
||chocolatebushbunny.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^
||chooxail.com^
||chooxaur.com^
||choppedfraternityresume.com^
||choptacache.com^
||chordoay.xyz^
||choreakrelos.com^
||choreasoutpour.com^
||choregygables.life^
||choreinevitable.com^
||choseing.com^
||chosensoccerwriter.com^
||choto.xyz^
||chouftak.net^
||choughigrool.com^
||chounsee.xyz^
||choupaig.xyz^
||choupsee.com^
||chouthep.net^
||chozeers.xyz^
||chozipeem.com^
||chpok.pw^
||chrantary-vocking.com^
||chriahotcake.com^
||chrif8kdstie.com^
||chrigh.com^
||chrisrespectivelynostrils.com^
||christingera.site^
||chrochr.com^
||chroenl.com^
||chrolae.com^
||chrolal.com^
||chronicads.com^
||chrothe.com^
||chrysostrck.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^
||chunkkalmias.com^
||chunkstoreycurled.com^
||chunkysorance.space^
||chuptuwais.com^
||churchalexis.com^
||churchclassified.com^
||churchyardalludeaccumulate.com^
||churci.com^
||churnedflames.top^
||churop.com^
||chustozu.com^
||chuxuwem.com^
||chuxuwem.tv^
||chvusgejxi.com^
||chwivdwxej.com^
||chwmndsqtcfxx.xyz^
||chyjobopse.pro^
||chyxyrothi.com^
||chzei.com^
||ciajnlhte.xyz^
||ciazdymfepv.com^
||cicelysewans.com^
||cideparenhem.com^
||ciedpso.com^
||cierzoskismat.com^
||cifawsoqvawj.com^
||cifflattie.com^
||cifqfyafsolzb.com^
||cigreechodsu.com^
||ciijcnrjf.com^
||ciknujoiqsmuw.xyz^
||ciksolre.net^
||ciliarycetus.com^
||cilvhypjiv.xyz^
||cima-club.club^
||cimm.top^
||cimoghuk.net^
||cinemahelicopterwall.com^
||cineolesloth.com^
||cipangobesots.com^
||cipdn.com^
||cipledecline.buzz^
||cirazi.com^
||circlegrandsonnod.com^
||circuitedmund.com^
||circuitingratitude.com^
||circumstanceshurdleflatter.com^
||circumstantialeltondirtiness.com^
||circumstantialplatoon.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^
||civileunresty.com^
||civilizationmoodincorporate.com^
||civilizationperspirationhoroscope.com^
||civilizationrequestsshops.com^
||civilizationthose.com^
||civith.com^
||civvymutedly.com^
||ciwhacheho.pro^
||cixaxuyu.xyz^
||cizare.xyz^
||cjewz.com^
||cjf25jklrwqt.com^
||cjhkmsguxlxgy.com^
||cjkaihej.com^
||cjlph.com^
||cjnktmhcukfdcq.xyz^
||cjqncwfxrfrwbdd.com^
||cjt3w2kxrv.com^
||cjvdfw.com^
||cjwdvcxscvtehvv.xyz^
||cjwvcewjfr.com^
||cjxomyilmv.com^
||cjyopjydlwkyu.com^
||ckbynmeskffnn.com^
||ckeyutgnwtsojbc.xyz^
||ckfkigayvdb.com^
||ckgsrzu.com^
||ckjetuohm.com^
||ckofrnk.com^
||ckrf1.com^
||ckrrmwqh.com^
||ckspodaotjotkn.com^
||ckuwrlxngdrfk.com^
||ckvfghrbdfjsoet.com^
||ckvnyoaitrhaw.com^
||ckwvebqkbl.xyz^
||ckyjapugk.com^
||ckywou.com^
||cl0udh0st1ng.com^
||clackderiver.com^
||cladp.com^
||cladsneezesugar.com^
||cladupius.com^
||claggeduniter.com^
||claimcutejustly.com^
||claimedinvestcharitable.com^
||clairedikio.club^
||clairekabobs.com^
||clairiose.pro^
||clamourcerillo.digital^
||clanklastingfur.com^
||clapperfone.uno^
||claquefumeuse.com^
||clariniwoald.com^
||clarityactressmourning.com^
||clarityray.com^
||clashencouragingwooden.com^
||claspedammu.com^
||claspedtwelve.com^
||claspluke.com^
||claspthee.com^
||classesfolksprofession.com^
||classicbf.com^
||classicseight.com^
||clasticrudista.com^
||clatchsenega.com^
||claubercupels.com^
||clausedung.com^
||clauseemploy.com^
||clausumbaret.uno^
||clausumskelper.com^
||clavialgannets.top^
||claxoncapivi.com^
||clayierglaiks.com^
||clbaf.com^
||clbjmp.com^
||clcassd.com^
||clcknads.pro^
||clcknipop.com^
||clckpbnce.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^
||clearonclick.com^
||cleavepreoccupation.com^
||cleaverinfatuated.com^
||cleaversince.com^
||cleddeexcl.com^
||clefsgast.top^
||cleftinform.com^
||clemencyexceptionpolar.com^
||clementmeddling.com^
||clementsing.com^
||cleopatratasty.com^
||clergymanwonderful.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^
||clickkingdom.net^
||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^
||clicksmint.site^
||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^
||clickwedkeys.com^
||clickwhitecode.com^
||clickwinks.com^
||clickwork7secure.com^
||clickxchange.com^
||clictrck.com^
||climatestandpoint.com^
||climbskoso.com^
||climesmazdoor.com^
||clinchpresent.com^
||clinerybelfast.info^
||clinkeasiestopponent.com^
||clinkumfalsen.top^
||clipperroutesevere.com^
||clipsepterin.guru^
||cliquesteria.net^
||cliwxuqjbhg.xyz^
||clixcrafts.com^
||clixsense.com^
||clixwells.com^
||clkbnoqb.com^
||clkepd.com^
||clkindsstt.com^
||clkindsstt.com^m^
||clknrtrg.pro^
||clkofafcbk.com^
||clkrev.com^
||clksite.com^
||clmbtech.com^
||clmcom.com^
||clnk.me^
||clnxfwyxyedh.com^
||clockwiseleaderfilament.com^
||clodsplit.com^
||clodyields.com^
||clogstrollcastle.com^
||cloisonprecool.uno^
||cloisteroutdooragitate.com^
||clokemidriff.com^
||cloneabaff.com^
||clongerip.com^
||clonkfanion.com^
||clopembira.website^
||clorec.net^
||clorec2.net^
||closed-consequence.com^
||closedpersonify.com^
||closvisarga.com^
||clotezar.com^
||clothcogitate.com^
||clothesexhausted.com^
||clothesgrimily.com^
||clothingsphere.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^
||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^
||clumsyflint.com^
||cluodlfare.com^
||clurvypxvji.com^
||clutchlilts.com^
||cluttercallousstopped.com^
||cluttered-emphasis.pro^
||cluttered-win.pro^
||clvacjv.com^
||clvceacvvwgk.xyz^
||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^
||cmiyscmpbnhp.xyz^
||cmlwaup.com^
||cmmcqcvwc.com^
||cmnepalslma.com^
||cmpgfltxv.xyz^
||cmpgns.net^
||cmptatbpxo.xyz^
||cmqjims.com^
||cmrdr.com^
||cms100.xyz^
||cmsxodnj.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^
||cnpkqvtiwcfjsot.xyz^
||cnt.my^
||cntrafficpro.com^
||cntrktaieagnam.com^
||cnvuspci.com^
||cnysvtpu.com^
||co5n3nerm6arapo7ny.com^
||coaboowie.com^
||coacaips.com^
||coacil.com^
||coagrohos.com^
||coalitechloro.com^
||coaphauk.net^
||coaptjounces.guru^
||coarooro.net^
||coashoog.com^
||coastdisinherithousewife.com^
||coastlineahead.com^
||coastlinebravediffers.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^
||cocath.com^
||coccalunhele.space^
||coccinstuart.com^
||cocklacock.com^
||cocleatalions.com^
||cocoaadornment.com^
||cocoachviver.com^
||coconutsoftenedput.com^
||coconutsumptuousreseptivereseptive.com^
||cocoonelectronicsconfined.com^
||cocoontonight.com^
||cocosyeta.com^
||codaminuncinct.com^
||codedexchange.com^
||codefund.app^
||codefund.io^
||codeinagugal.com^
||codeinssomdel.uno^
||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^
||cogitatenun.com^
||cogitateseparated.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^
||coignsunrent.com^
||coilincomplete.com^
||coinad.media^
||coinadster.com^
||coinblocktyrusmiram.com^
||coinio.cc^
||coinverti.com^
||coixclamps.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^
||coleurpeng.com^
||coliassfeurytheme.com^
||colintoxicate.com^
||colinuncaps.com^
||coliticmiff.guru^
||collapsecheering.com^
||collapsecuddle.com^
||collarchefrage.com^
||collecl.cc^
||collection-day.com^
||collectionspriestcardiac.com^
||collectloopblown.com^
||collectorcommander.com^
||collectrum.com^
||collegerayas.com^
||colliersads.com^
||collisionasheseliminate.com^
||collowhypoxis.com^
||colognenobilityfrost.com^
||cologu.com^
||colombomyeloid.live^
||colomboyees.com^
||colonialismpeachy.com^
||colonistnobilityheroic.com^
||coloniststarter.com^
||colorinmeasure.com^
||colorschemeas.com^
||colossal-bear.pro^
||colourinitiative.com^
||coloursstandard.com^
||colovepuquina.guru^
||coltagainst.pro^
||colum-rvb.com^
||columnistcandour.com^
||colved.com^
||com-wkejf32ljd23409system.net^
||comalonger.com^
||combatdenotecasserole.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^
||comelybeefyage.com^
||comementran.info^
||comenicurled.space^
||comermormal.com^
||comezz.xyz^
||comfortable-preparation.pro^
||comfortclick.co.uk^
||comfortlessspotsbury.com^
||comfreeads.com^
||comicplanet.net^
||comicsdashboardcombustible.com^
||comihon.com^
||comilar-efferiff.icu^
||comitalmows.com^
||commamarrock.top^
||commandmentcolinclub.com^
||commandsorganizationvariations.com^
||commarevelation.com^
||commentaryinduce.com^
||commercial-i30.com^
||commercialvalue.org^
||commiseratefacilenotably.com^
||commission-junction.com^
||commissionkings.ag^
||commissionlounge.com^
||commitmentmeet.com^
||committeeoutcome.com^
||committeereconcilelibrarian.com^
||commonvivacious.com^
||communicatequietboost.com^
||compactblackmailmossy.com^
||compactyunker.com^
||comparativevegetables.com^
||comparedsilas.com^
||compareproprietary.com^
||comparisonpredatororigin.com^
||compassionatearea.pro^
||compassionorb.com^
||compasspenitenthollow.com^
||compatibilityproduces.com^
||compatiblepullcork.com^
||compelgraduation.com^
||compellingperch.com^
||compensationpropulsion.com^
||compensationstout.com^
||competentminorvex.com^
||competitivepopcheerleader.com^
||compiledonatevanity.com^
||compileformality.com^
||complainfriendshipperry.com^
||complainmissing.com^
||complainstarlingsale.com^
||complaintsoperatorbrewing.com^
||complementceased.com^
||complementimpassable.com^
||completelystair.com^
||completelywrath.com^
||complex-relationship.com^
||complexioncreditsergeant.com^
||complicatedincite.com^
||complicatedsuit.pro^
||complicationsupervise.com^
||complimentarycalibertwo.com^
||comporthunder.uno^
||compositeoverdo.com^
||comprehendpaying.com^
||comprehensiveunconsciousblast.com^
||compresshumpenvious.com^
||compriseparameters.com^
||compromiseadaptedspecialty.com^
||compromiseprepenseprepenseassumed.com^
||comradeglorious.com^
||comunicazio.com^
||comurbate.com^
||comymandars.info^
||conative.network^
||concealbeakerdough.com^
||concealmentbrainpower.com^
||conceitedarmpit.com^
||conceitedblessblockade.com^
||conceitslidpredicate.com^
||conceivedunpredictable.com^
||conceiveequippedhumidity.com^
||concentleconse.site^
||concentratebeauabsolute.com^
||concentrateclaims.com^
||concentrationmajesticshoot.com^
||concentrationminefield.com^
||conceptualizefact.com^
||concernederase.com^
||concernedwhichever.com^
||concerntypisthumility.com^
||concord.systems^
||concoursegrope.com^
||concoursestrickenpuppy.com^
||concreteprotectedwiggle.com^
||concussionpollutioncrummy.com^
||condensedconvenesaxophone.com^
||condensedmassagefoul.com^
||condles-temark.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^
||conferencesimply.com^
||confessedensure.com^
||confessundercover.com^
||confidentexplanationillegal.com^
||confideshrinebuff.com^
||confidethirstyfrightful.com^
||configurationluxuriantinclination.com^
||confinedexception.com^
||confinehindrancethree.com^
||confirmationefficiency.com^
||confirmationevidence.com^
||confirmationyoungsterpaw.com^
||confirmexplore.com^
||confiscateappellationreason.com^
||confiskbriggs.top^
||confrontationdrunk.com^
||confrontationlift.com^
||confrontbitterly.com^
||confused-camera.com^
||confvtt.com^
||congestionbeautycrystal.com^
||congestit.com^
||congostudia.com^
||congressaffrayghosts.com^
||congressbench.com^
||conjectureprecedingslippers.com^
||conjeller-chikemon.com^
||connectad.io^
||connectignite.com^
||connectingdoll.com^
||connectingresort.com^
||connexplace.com^
||connextra.com^
||conorentail.com^
||conoret.com^
||conquercaniceberg.com^
||conqueredallrightswell.com^
||conquereddestination.com^
||conquestafloat.com^
||conquestdrawers.com^
||consciousslice.com^
||consensusarticles.com^
||consequentlydistraughtpasta.com^
||conservationdisposable.com^
||conservationlumber.com^
||considerate-brief.pro^
||consideratepronouncedcar.com^
||considerationsheltercreed.com^
||consistinedibleconnections.com^
||consmo.net^
||consoupow.com^
||constellationdelightfulfull.com^
||consternationbale.com^
||consternationmysticalstuff.com^
||constintptr.com^
||constitutekidnapping.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^
||contagiousaugust.com^
||containinglayrefund.com^
||containsmedievalcorrectly.com^
||containswasoccupation.com^
||contalyze.com^
||contehos.com^
||contemplatepuddingbrain.com^
||contemplatereunitededgy.com^
||content-ad.net^
||content-rec.com^
||contentabc.com^
||contentango.com^
||contentango.online^
||contentcave.co.kr^
||contentclick.co.uk^
||contentdigital.info^
||contentedtoothacheturk.com^
||contentjs.com^
||contentmentcareless.com^
||contentmentchef.com^
||contentmentweek.com^
||contentr.net^
||contentshamper.com^
||contextweb.com^
||contfor.fun^
||contih.com^
||continentalaileendepict.com^
||continuedhostilityequipped.com^
||continuousformula.com^
||continuousowenspaniard.com^
||contradictionclinch.com^
||contraeery.space^
||contributesieveusers.com^
||contributorshaveangry.com^
||contried.com^
||contrivancefrontage.com^
||contrivedsaladhandicapped.com^
||controversialarableprovide.com^
||controversialseen.com^
||controversydeliveredpoetry.com^
||conumal.com^
||convalescemeltallpurpose.com^
||convdlink.com^
||convenientcertificate.com^
||conventforgotten.com^
||conventionalrestaurant.com^
||convers.link^
||convertedhorace.com^
||convertmb.com^
||conveysvelure.life^
||convincedtrick.com^
||convrse.media^
||convsweeps.com^
||conyak.com^
||coochhastier.top^
||coochitiphy.com^
||cooeyeddarbs.com^
||coofumberty.digital^
||coogoocy.com^
||coojaiku.com^
||cookeryeighth.com^
||cookieless-data.com^
||cookinghither.com^
||cool.sunporno.com^
||coolappland.com^
||coolappland1.com^
||coolappland2.com^
||coolappland3.com^
||coolappland4.com^
||coolappland5.com^
||coolehim.xyz^
||coolingstiffenlegend.com^
||cooljony.com^
||coollyadmissibleclack.com^
||coolpornvids.com^
||coolserving.com^
||coolstreamsearch.com^
||coolungceil.top^
||coonandeg.xyz^
||coonceder.space^
||cooperativechuckledhunter.com^
||cooperativepassenger.com^
||cooshouz.xyz^
||cootersorry.com^
||cootlogix.com^
||coovouch.com^
||copacet.com^
||copcaneersand.xyz^
||copesfirmans.com^
||cophoe.com^
||copict.com^
||copiedglittering.com^
||copperseafoodearphones.com^
||copterezba.com^
||coptisphraser.top^
||copusorpinc.guru^
||copymannantz.com^
||copyrightaccesscontrols.com^
||coquitahaiduk.com^
||cor8ni3shwerex.com^
||corachbogmire.com^
||coralsurveyed.com^
||cordclck.cc^
||cordinghology.info^
||coreevolutionadulatory.com^
||coreexperiment.com^
||coreignpetered.store^
||corenotabilityhire.com^
||coreportions.com^
||corepsh.top^
||coresepyllia.com^
||corialthanes.life^
||corkremembranceastray.com^
||corneey.com^
||corneredcommunicationcancel.com^
||cornerscheckbookprivilege.com^
||cornflowercopier.com^
||coronafly.ru^
||coronationinjurynoncommittal.com^
||coronetkittles.com^
||corporategarnish.com^
||corporatethankfulfinding.com^
||corpulentoverdoselucius.com^
||corpulentrubber.com^
||correctcitolas.com^
||correctionsnailnestle.com^
||corruptclients.com^
||corruptheedless.com^
||corruptmatter.com^
||corsakpeize.com^
||corvetwoorari.com^
||corvinapaella.life^
||corymbszinzar.com^
||cosmeticsgenerosity.com^
||cosmicpartially.com^
||cosmismnatchez.com^
||cosseterrits.com^
||costaquire.com^
||costatevamped.com^
||costhandbookfolder.com^
||costsimperialapparent.com^
||costumebodiesfires.com^
||cotalles.com^
||cotchaug.com^
||coticoffee.com^
||cotingavintry.website^
||cotwcpcjcrjfj.xyz^
||coubte.com^
||coudswamper.com^
||couhiboa.com^
||coukagrous.com^
||couldburgeon.com^
||couldobliterate.com^
||coumasha.xyz^
||counaupsi.com^
||councedvdvg.club^
||counciladvertising.net^
||councilheader.com^
||counda.com^
||coundt.com^
||counsellinggrimlyengineer.com^
||counsellingrouge.com^
||counsellorunderwaterstriped.com^
||countertrck.com^
||countessbridge.com^
||countriesnews.com^
||countryinflammable.com^
||countrynot.com^
||countshryw.xyz^
||countypuddleillusion.com^
||coupageoutrant.guru^
||coupbezzant.com^
||couphait.net^
||coupleairplane.com^
||couplestupidity.com^
||coupocee.xyz^
||coupsonu.net^
||coupteew.com^
||couptoug.net^
||courageimportancedirections.com^
||couriree.xyz^
||courospederogis.com^
||coursebrushedassume.com^
||coursyorpins.space^
||courteous-development.com^
||courthousedefective.com^
||courtroomboyfriend.com^
||courtsbeltmen.com^
||cousingypsy.com^
||cousinscostsalready.com^
||coutherunlawed.website^
||couthieisobath.com^
||coutilresgat.com^
||couwainu.xyz^
||couwhivu.com^
||couwooji.xyz^
||coveredbetting.com^
||covisithebraic.com^
||covivado.club^
||cowagesabaca.life^
||cowbumply.com^
||cowerscrowers.top^
||cowmankai.com^
||coxaesmooth.digital^
||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^
||cpcstdploqqh.com^
||cpddwyuyd.com^
||cpfwffke.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^
||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^
||cqrvwq.com^
||cqwajn.com^
||cr-brands.net^
||cr08.biz^
||crabdefend.com^
||craccaanybody.com^
||crackquarrelsomeslower.com^
||cracktraumatic.com^
||craftsmancaptivity.com^
||craftsmanvolleyballhist.com^
||crafty-math.com^
||cragconcluded.com^
||craharice.com^
||crajeon.com^
||crakbanner.com^
||crampformationparticularly.com^
||cranebecomingwindfall.com^
||craneykori.uno^
||cranialjehu.com^
||crankerunborn.com^
||crankyderangeabound.com^
||crantscopart.com^
||crashexecute.com^
||cratchcfi.com^
||crawledlikely.com^
||crayfishremindembroider.com^
||crayfishshepherd.com^
||crayonreareddreamt.com^
||crazyhell.com^
||crazylead.com^
||crbbgate.com^
||crcgrilses.com^
||crdefault.link^
||crdefault1.com^
||crdkibrwkiua.com^
||creamssicsite.com^
||creaperu.com^
||create2fear.com^
||createsgummous.com^
||creative-bars1.com^
||creative-serving.com^
||creative-thought.pro^
||creativecdn.com^
||creativedisplayformat.com^
||creativeformatsnetwork.com^
||creativesumo.com^
||creativetourlips.com^
||crectipumlu.com^
||credentialsdispatchsuperstitious.com^
||credibilitystakehemisphere.com^
||credibilityyowl.com^
||creditbitesize.com^
||creditorapido.xyz^
||credulityicicle.com^
||creeguilds.com^
||creekrecollectkey.com^
||creepercard.com^
||creeperfutileforgot.com^
||creepingbrings.com^
||creeppant.com^
||creepyassist.pro^
||creepybuzzing.com^
||crematedarkerdwight.com^
||crengate.com^
||crentexgate.com^
||crepgate.com^
||creptdeservedprofanity.com^
||cresfpho2ntesepapillo3.com^
||cresivetanach.com^
||crestfallenwall.com^
||cresylhatband.com^
||cretgate.com^
||creticoutdid.com^
||crevicedepressingpumpkin.com^
||crfmbxqrf.xyz^
||cribwarilyintentional.com^
||cricksnatchez.com^
||criesnonstopbake.com^
||criesresentstrangely.com^
||crific.com^
||crimeaboist.com^
||crimeansnakily.com^
||criminalmention.pro^
||criminalweightforetaste.com^
||crimpedmelanic.com^
||crimsondozeprofessional.com^
||crisdomson.com^
||crisistuesdayartillery.com^
||crisp-freedom.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^
||crnhbkd.com^
||croakconfirmedget.com^
||crocopop.com^
||crooth.com^
||croplake.com^
||crossroadoutlaw.com^
||crossroadparalysisnutshell.com^
||crostrhombs.space^
||croupyjacu.life^
||crowbarorchat.uno^
||crowdgravity.com^
||crownswoden.space^
||crozzleaclydes.space^
||crpcruynxxc.com^
||crptentry.com^
||crptgate.com^
||crrepo.com^
||crsspxl.com^
||crtracklink.com^
||crudelouisa.com^
||cruel-national.pro^
||crueltyrefundye.com^
||cruisetitleclosed.com^
||crumbledatabasesmeasure.com^
||crumblerefunddiana.com^
||crumbrationally.com^
||crumbtypewriterhome.com^
||crumbumgristly.space^
||crummygoddess.com^
||crumplylenient.com^
||crunodedysuric.digital^
||crushedignoring.com^
||crushingconflict.pro^
||crushlaunces.digital^
||crusilyparonym.com^
||cruthdivisi.life^
||crxekxjpiktykjb.com^
||cryingforanythi.com^
||cryjun.com^
||cryonickru.com^
||cryorganichash.com^
||cryptraffic.de^
||cschyogh.com^
||csfabdtmrs.com^
||csggmxrbt.com^
||cshbyjjgdtc.com^
||csiasvapqrccq.com^
||csjuq.com^
||csoatmxpcv.xyz^
||csoxbkscuflef.com^
||cspchemung.guru^
||csqgebok.com^
||csrmohcym.com^
||csrrxwd.com^
||csscloudstorage.com^
||cstoeydbhdgrlp.com^
||csvejabtxsccr.xyz^
||csvlgqsanwry.com^
||ctasnet.com^
||ctationsele.info^
||ctcgrpmxywckfhw.xyz^
||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^
||ctoziphius.com^
||ctqwlbxq.com^
||ctrggjspulmcx.com^
||ctrlaltdel99.com^
||ctrtrk.com^
||ctsccrxfaqiq.xyz^
||ctsdwm.com^
||ctsjackupspete.com^
||ctthatmyeduca.net^
||ctubhxbaew.com^
||ctugslmxbdgkuq.com^
||ctvnmxl.com^
||ctwlucwq.com^
||ctywimluf.com^
||cubbingrebbes.com^
||cubeslichees.com^
||cubgeographygloomily.com^
||cubtimohawk.life^
||cuckoiz.lol^
||cuckooretire.com^
||cuculf.name^
||cucuyoalkoxy.com^
||cuddleangkhak.com^
||cuddlethehyena.com^
||cudforhim.com^
||cudgeletc.com^
||cudwortflurr.uno^
||cudwortparve.top^
||cueafuljdytb.com^
||cueistratting.com^
||cuesingle.com^
||cuevastrck.com^
||cueyetwee.site^
||cuferxmtvifnu.com^
||cugeeksy.net^
||cugiphepty.com^
||cuisineenvoyadvertise.com^
||cuisineomnipresentinfinite.com^
||cuissenbisque.com^
||cukonwoo.com^
||culass.com^
||cullayscrocks.com^
||cullemple-motline.com^
||culsaids.xyz^
||cultergoy.com^
||cultismcanty.space^
||culturalcollectvending.com^
||cumbersomeastonishedsolemn.com^
||cumbersomebonus.com^
||cumbersomesteedominous.com^
||cumult.com^
||cunasdonat.com^
||cunazarp.website^
||cunoff.com^
||cunyiesus.com^
||cupidonmedia.com^
||cupidrecession.com^
||cupidsirised.guru^
||cupindisputable.com^
||cuplikenominee.com^
||cupmidnithe.com^
||cupoabie.net^
||cuqvlpxjj.xyz^
||curbimpress.com^
||curchannerre.uno^
||curids.com^
||curiesremove.com^
||curinetuxedos.com^
||curledbuffet.com^
||curlsomewherespider.com^
||curlybottom.com^
||curlyhomes.com^
||curnberthed.com^
||currantsummary.com^
||currencyoffuture.com^
||curriculture.com^
||curryoxygencheaper.com^
||cursegro.com^
||curseintegralproduced.com^
||cursordownstairs.com^
||cursormedicabnormal.com^
||cursorsympathyprime.com^
||curtisbarways.com^
||curude.com^
||curvierannexa.com^
||curvyalpaca.cc^
||curyalanyl.guru^
||cuseccharm.com^
||cusecwhitten.com^
||cushawsdizens.com^
||cusilbwq.xyz
||cuspingbuckoes.cfd^
||custardswink.com^
||custodybout.com^
||custodycraveretard.com^
||customads.co^
||customapi.top^
||cuterbond.com^
||cuterintegrationcrock.com^
||cutescale.online^
||cutesyapaise.com^
||cutlersbahaism.com^
||cutoch.com^
||cuttingdemeanoursuperintend.com^
||cuttingstrikingtells.com^
||cuttledpph.life^
||cuunpsyhsb.com^
||cuyynol.com^
||cvastico.com^
||cvjfmrrgyrqnsnw.xyz^
||cvkilmfhorl.com^
||cvkvtsjjrs.xyz^
||cvqgnkeqme.com^
||cvrkjnaoazazh.com^
||cvtfyyflrrkjsam.xyz^
||cvuduufdewm.com^
||cvuvoljuqlkeuc.com^
||cvyimypsjxca.com^
||cwhrfkpniuvkn.xyz^
||cwixbvnnndpe.xyz^
||cwknqqsjgboycim.xyz^
||cwkuefvuipe.com^
||cwlvmsvmqqgzb.com^
||cwqggdbsuksb.com^
||cwqljsecvr.com^
||cwrlnhyfheafllk.xyz^
||cwuaxtqahvk.com^
||cwvfikunas.com^
||cxafxdkmusqxsa.xyz^
||cxeciqartjtctih.com^
||cxfrmhsj.com^
||cxgicdcfou.com^
||cxgnymgd.xyz^
||cxhhvmkwfh.com^
||cxhqpbwmyfskzt.com^
||cxiebfdqydf.com^
||cxkhadk.com^
||cxmnsbrbdmxoyd.com^
||cxnadcribh.com^
||cxotiggg.com^
||cxtkpfbvu.com^
||cxuipktdlwtimj.com^
||cxwqeehw.com^
||cyacoxsgxjdylpy.com^
||cyan92010.com^
||cybersugardrew.com^
||cybertronads.com^
||cycledaction.com^
||cyclismpeddled.cam^
||cyclistforgotten.com^
||cydippeespy.com^
||cyesesprerich.com^
||cygnus.com^
||cyih0e43aty7.com^
||cyijr.com^
||cyilxkpkf.com^
||cylindermonastery.com^
||cylsszrrfbkgjf.com^
||cymqhqxuchas.com^
||cyneburg-yam.com^
||cynicalspireheroism.com^
||cyprecaccia.guru^
||cypressreel.com^
||cyprie.com^
||cyrigh.com^
||cyrxvpnu.com^
||cystisolor.com^
||cysumhqvrjvrs.xyz^
||cythat.com^
||cytlbwfhbopqati.xyz^
||cytock.com^
||cyyhkeknmbe.com^
||cyyjhkhgt.com^
||czarhonoraryrunning.com^
||czboox.xyz^
||czechose.com^
||czedgingtenges.com^
||czfpgkujv.com^
||czfyaemtweo.com^
||czglcxlh.com^
||czh5aa.xyz^
||czvdyzt.com^
||czyoxhxufpm.com^
||d-agency.net^
||d05571f85f.com^
||d0870e04a5.com^
||d0efb7d9aeb478d.com^
||d0main.ru^
||d11qytb9x1vnrm.cloudfront.net^
||d13babd868.com^
||d1eeht7p8f5lpk.cloudfront.net^
||d1q0x5umuwwxy2.cloudfront.net^
||d238ff9a45.com^
||d23pdhuxarn9w2.cloudfront.net^
||d24ak3f2b.top^
||d28dc30335.com^
||d29gqcij.com^
||d2af63b326.com^
||d2cq71i60vld65.cloudfront.net^
||d2d7bba154.com^
||d2rd7z2m36o6ty.cloudfront.net^
||d2ship.com^
||d36f31688a.com^
||d3befd5a11.com^
||d3c.site^
||d3d98dc11c.com^
||d3da127b69.com^
||d4b138a7aa.com^
||d4d48974197052ea.com^
||d5390684c4.com^
||d56cfcfcab.com^
||d592971f36.com^
||d59936b940.com^
||d65a1fbe58.com^
||d6a206cf07.com^
||d6f8c08166.com^
||d6jfiirio372.com^
||d71022cc68.com^
||d71e6dd31a026d45.com^
||d72gb9oukw3j.com^
||d78eee025b.com^
||d7af79628f.com^
||d7c01d241b.com^
||d7c6491da0.com^
||d7e13aeb98.com^
||d869381a42af33b.com^
||d871f74395.com^
||d8b805b9a9.com^
||d90be87e47.com^
||d95d5c2239.com^
||d9kvn70l4ogn.com^
||da-ads.com^
||da77842b9c.com^
||daailynews.com^
||dabbyfather.com^
||dabletoverdid.space^
||daccroi.com^
||dacmaiss.com^
||dacnmevunbtu.com^
||dadhuhram.com^
||dadsats.com^
||dadsimz.com^
||dadslimz.com^
||dadsoks.com^
||dadspmz.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^
||dailyc24.com^
||dailychronicles2.xyz^
||dailyenoplan.website^
||dailyvids.space^
||daimioswhimper.com^
||daipsaut.com^
||dairebougee.com^
||dairouzy.net^
||dairyworkjourney.com^
||daistii.com^
||daiwheew.com^
||daizoode.com^
||dakjddjerdrct.online^
||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^
||damaged-shop.pro^
||dameadept.com^
||damedamehoy.xyz^
||damianafulani.com^
||damozelmikvahs.com^
||dampwarabi.com^
||dana123.com^
||danaineuveas.com^
||danakilaskarel.com^
||dancaa.com^
||dandilysterna.com^
||dandyblondewinding.com^
||dandylowestpalsy.com^
||danesuffocate.com^
||dangerfiddlesticks.com^
||dangerinsignificantinvent.com^
||dangerousfight.com^
||dangerouslyblemishsweater.com^
||dangerouslyeragruff.com^
||dangerouslygluttony.com^
||dangerswitty.com^
||danitemalus.life^
||dankestass.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^
||daptem.com^
||daredcoil.com^
||darghinruskin.com^
||daringcooper.com^
||dariolunus.com^
||darkandlight.ru^
||darkdepthdriller.top^
||darkercoincidentsword.com^
||darkerillegimateillegimateshade.com^
||darkestfertil.com^
||darkledopining.uno^
||darknesschamberslobster.com^
||darksumgaults.com^
||darlingfrightenunit.com^
||dartonim.com^
||darvorn.com^
||darzeegobble.com^
||dasensiblem.org^
||dasesiumworkhovdimi.info^
||dasfelynsaterr.win^
||dashbida.com^
||dashbo15myapp.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^
||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^
||davjdaauvlp.com^
||daweneath.com^
||dawirax.com^
||dawmal.com^
||dawplm.com^
||dawtsboosted.com^
||dawutobliged.com^
||daxwfrbocaaau.com^
||daysstone.com^
||dayznews.biz^
||daz3rw5a5k4h.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^
||dbooksbysecon.com^
||dbplygoi.com^
||dbqlghadltookjo.xyz^
||dbrheqlhk.xyz^
||dbvault.net^
||dc29186682.com^
||dc3b671cce.com^
||dc564d181f.com^
||dc8a004603.com^
||dcayljcvr.com^
||dcdxpdxbp.com^
||dcebmbsnmcs.com^
||dcekppuv.xyz^
||dcentatorsstrial.com^
||dcf438349c.com^
||dcfnihzg81pa.com^
||dchoseitfromt.com.ua^
||dclakbrifusivy.com^
||dclfuniv.com^
||dcovesaysh.xyz^
||dcsv33.com^
||dcuonsugikrma.com^
||dcybyvmtwgnp.com^
||dd9l0474.de^
||ddagyoyucaqay.com^
||dddashasledopyt.com^
||ddddynf.com^
||dddomainccc.com^
||ddedfearingl.com^
||ddegkcqnfr.com^
||ddhjxakewpp.com^
||ddjagedfbifdfejagaca.world^
||ddow.xyz^
||ddpvnqtpdqid.xyz^
||ddqfgamwnhp.com^
||ddrsemxv.com^
||ddtvskish.com^
||ddxfhpuhfroier.com^
||ddyjbbqe.com^
||ddylxccl.xyz^
||de-ner-mi-nis4.info^
||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^
||deatchshipsmotor.com^
||deathssm.com^
||deavynuotbrohw.xyz^
||debatableslippers.com^
||debateconsentvisitation.com^
||debatminkish.uno^
||debauchavailable.com^
||debism.com^
||debitslopenoncommittal.com^
||deboisedivel.com^
||debonairseashore.com^
||debsis.com^
||debtminusmaternal.com^
||debtsbosom.com^
||debtslooselavatory.com^
||decademical.com^
||deceittoured.com^
||deceivedbulbawelessaweless.com^
||deceivedmisunderstand.com^
||decencyjessiebloom.com^
||decencysoothe.com^
||decenthat.com^
||deceptionhastyejection.com^
||decibaraglare.com^
||decide.dev^
||decidedlylipstick.com^
||decisionmark.com^
||decisionnews.com^
||decisivebottledhappen.com^
||deckdistant.com^
||deckedsi.com^
||deckeeps.xyz^
||deckmanbrid.com^
||decknetwork.net^
||declarationfascinatedrace.com^
||declarcercket.org^
||declaredjuvenile.com^
||declaredpolitics.com^
||declarefollowersuspected.com^
||declinebladdersbed.com^
||declinedmaniacminister.com^
||declinedmildlyreckon.com^
||declinelotterymitten.com^
||declinetongarage.com^
||declinewretchretain.com^
||declk.com^
||decoctionembedded.com^
||decodesnaevoid.life^
||decomposedismantle.com^
||decorationguinea.com^
||decorationhailstone.com^
||decorationproducer.com^
||decordingaudied.site^
||decordingholo.org^
||decossee.com^
||decpo.xyz^
||decreasetome.com^
||decreertenet.website^
||deddsunland.com^
||dedfearingles.info^
||dedicatedmedia.com^
||dedicatenecessarilydowry.com^
||deductionadjacentwatchful.com^
||deductionkeepingbabysitter.com^
||deebcards-themier.com^
||deebwcnanjmegdv.com^
||deecqem892bg5er.com^
||deedeedwinos.com^
||deedtampertease.com^
||deefauph.com^
||deeginews.com^
||deehalig.net^
||deemcompatibility.com^
||deemfriday.com^
||deemievache.com^
||deemwidowdiscourage.com^
||deepboxervivacious.com^
||deepdelver.top^
||deeperhundredpassion.com^
||deepermagnes.com^
||deephicy.net^
||deepmetrix.com^
||deepnewsjuly.com^
||deethout.net^
||deewansturacin.com^
||defacebunny.com^
||defeas.com^
||defeatpercharges.com^
||defeature.xyz^
||defectpayslips.com^
||defenceblake.com^
||defencelessrancorous.com^
||defenselessweather.com^
||defenseneckpresent.com^
||defensive-bad.com^
||defensiveevidence.pro^
||defiancebelow.com^
||defiantsniffbitterly.com^
||deficiencyluckrapt.com^
||deficitsilverdisability.com^
||definedbootnervous.com^
||definedchampion.com^
||definedlaunching.com^
||definitial.com^
||defiye.xyz^
||deformconversionorthodox.com^
||deformunkid.space^
||defpush.com^
||defrostjudica.com^
||defutohy.pro^
||defybrick.com^
||defyraspypuke.com^
||degenerateabackjaguar.com^
||degeronium.com^
||deggerfletton.com^
||deghooda.net^
||degmfmog.xyz^
||degrew.com^
||degutu.xyz^
||deisdtigfds.com^
||dekanser.com^
||dekkcewpqrep.com^
||deksoolr.net^
||del-del-ete.com^
||delayeddisembroildisembroil.com^
||delegatediscussion.com^
||deletedjohnny.com^
||delightedintention.com^
||delightful-page.pro^
||delightfulsensitive.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^
||delohm.com^
||delookiinasfier.cc^
||deloplen.com^
||deloton.com^
||deltoidviragin.com^
||deltraff.com^
||deludemesh.com^
||deludereflexunderwater.com^
||delulu.uno^
||delusionfirmly.com^
||delutza.com^
||deluxeconge.digital^
||demand.supply^$script
||demandedhalfmoon.com^
||demeanourgrade.com^
||dementeddug.com^
||dementedstalesimultaneous.com^
||demersefiques.com^
||demersekeld.com^
||demned.com^
||democracyendlesslyzoo.com^
||democracyherebyinapptitudeinapptitude.com^
||democracysuperintend.com^
||democrattransportationirrational.com^
||demolishskyscrapersharp.com^
||demonryinlaced.com^
||demonstrationbeth.com^
||demoteexplanation.com^
||demountglinted.life^
||demureanklesecond.com^
||demurerbewary.live^
||denansgdfierc.com^
||denarocepa.com^
||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^
||dentalhomework.pro^
||dentalillegally.com^
||dentcontrader.com^
||dentfonttechnology.com^
||dentwithought.com^
||denycrayon.com^
||deostr.com^
||deotarevalue.com^
||deparn.com^
||departgross.com^
||departurealtar.com^
||departureconspicuous.com^
||dependablestaredpollution.com^
||dephasevittate.com^
||depids.com^
||depigs.com^
||depirsmandk5.com^
||depleteappetizinguniverse.com^
||deployads.com^
||deploymentblessedheir.com^
||depositgreetingscommotion.com^
||depositnostrilverge.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^
||deriveddeductionguess.com^
||derowalius.com^
||derrybonedry.com^
||dersouds.com^
||desabrator.com^
||desalthuns.com^
||descargarpartidosnba.com^
||descentsafestvanity.com^
||descrepush.com^
||described.work^
||descriptionheels.com^
||descriptionhoney.com^
||descz.ovh^
||desekansr.com^
||desen4.info^
||deserted-employment.pro^
||deserterstrugglingdistil.com^
||desertsquiverinspiration.com^
||desertsutilizetopless.com^
||deservedbreast.com^
||deservesjoke.com^
||deservessafety.com^
||desgolurkom.com^
||deshourty.com^
||desigactinific.org^
||designatejay.com^
||desiremolecule.com^
||deskdecision.com^
||deskfrontfreely.com^
||desktopnotificationshub.com^
||deslatiosan.com^
||desorbtarrify.com^
||despanpouran.com^
||despectclogwyn.com^
||desperationembassy.com^
||despicablereporthusband.com^
||despik.com^
||despitethriftmartial.com^
||desponddietist.com^
||despotfifteen.com^
||dessly.ru^
||destinationoralairliner.com^
||destinedsponsornominate.com^
||destroyedspear.com^
||desugeng.xyz^
||desvibravaom.com^
||detachedbates.com^
||detachedknot.com^
||detachmentoccasionedarena.com^
||detailedgovernment.com^
||detainstockingskaleidoscope.com^
||detars.com^
||detectdiscovery.com^
||detecteddesigningspirited.com^
||detectedpectoral.com^
||detectiveestrange.com^
||detectmus.com^
||detectscoset.com^
||detectvid.com^
||detectys.digital^
||detergenthazardousgranddaughter.com^
||detergentkindlyrandom.com^
||deterioratebinheadphone.com^
||deterioratesadly.com^
||deterioratesyrupevents.com^
||deterrentpainscodliver.com^
||detinetcallant.com^
||detour.click^
||deturbcordies.com^
||deupfpxwdzxs.com^
||devdelto.info^
||deveincyanids.com^
||developedse.info^
||developerfriendsdisappoint.com^
||developmentgoat.com^
||developmentnewestrising.com^
||deveqwxprqkuuuo.com^
||devilspanmute.com^
||devilwholehorse.com^
||devofei.xyz^
||devolutiondiffident.com^
||devolutionrove.com^
||devotedfootprintsinterstate.com^
||devoterornis.com^
||devotesquinua.com^
||devoutdoubtfulsample.com^
||devoutprinter.com^
||dewcommode.space^
||dewierhagger.com^
||dewiestsards.com^
||dewincubiatoll.com^
||dewlessjacobin.com^
||dexchangeinc.com^
||deximedia.com^
||dexplatform.com^
||dexpredict.com^
||deyubo.uno^
||dfciiiafweiag.com^
||dfearinglestp.info^
||dfearinglestpeople.com^
||dfepsqnbje.com^
||dffhhqka.com^
||dffhncwicaqm.com^
||dfgbalon.com^
||dfhajyevxmposa.xyz^
||dfionytxsva.com^
||dflewibj.com^
||dfnetwork.link^
||dfpstitialtag.com^
||dfsdkkka.com^
||dftckxqklqe.xyz^
||dftjcofe.com^
||dfvlaoi.com^
||dgafgadsgkjg.top^
||dgemanowhot.com.ua^
||dgemanowhowe.xyz^
||dggwqknub.com^
||dgjyqdkxmxq.com^
||dgkajwnbrazepe.com^
||dglerduxehr.com^
||dgmaustralia.com^
||dgmmosrcgoh.com^
||dgo43.xyz^
||dgodkrsmuilnqk.com^
||dgojzjdb.com^
||dgpcdn.org^
||dgpecqdwsk.com^
||dgqdcetwbq.xyz^
||dgthcfiwa.com^
||dgtklmbypacjq.com^
||dgttkthhgjm.com^
||dguhjlbefeuf.com^
||dh956.com^
||dhfhxqdu.com^
||dhfkavse.com^
||dhgssctbhkigy.com^
||dhhuakggx.xyz^
||dhkrftpc.xyz^
||dhlyikbubkibk.com^
||dhobybailli.com^
||dhodskwqmwafkn.com^
||dhoma.xyz^
||dhowsptelea.com^
||dhrbgwqljdgw.com^
||dhthrewdownth.xyz^
||dhuimjkivb.com^
||dhundora.com^
||dhyanaquintes.digital^
||di7stero.com^
||diaepoxy.guru^
||diagramcetyl.digital^
||dialling-abutory.com^
||dialoguemarvellouswound.com^
||dialogueshipwreck.com^
||diametercurl.com^
||diamondmodapk.com^
||diamondtraff.com^
||dianomioffers.co.uk^
||diantcummiere.com^
||diaperrealter.com^
||diapirsblanker.com^
||diated.com^
||dibsemey.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^
||didiessyrt.com^
||didinejaspoid.com^
||didmakingby.xyz^
||didthere.com^
||didwuxdpojkaxxk.com^
||diedpractitionerplug.com^
||diedstubbornforge.com^
||dieged.com^
||diench.com^
||dietarydecreewilful.com^
||dietaryexpanded.com^
||dietarygroomchar.com^
||dietslawine.com^
||diettttoglf.com^
||dieved.com^
||differencedisinheritpass.com^
||differenchi.pro^
||differentevidence.com^
||differfundamental.com^
||difficultydilapidationsodium.com^
||difficultyefforlessefforlessthump.com^
||difficultyhobblefrown.com^
||diffidentniecesflourish.com^
||difice-milton.com^
||difiel.com^
||difies.com^
||digadser.com^
||digestionheartlesslid.com^
||dighojatho.com^
||digital2cloud.com^
||digitaldsp.com^
||digitalmediapp.com^
||dignifiedclipbum.com^
||dignityhourmulticultural.com^
||digqvvtb.com^
||diguver.com^
||digyniahuffle.com^
||diicpuhi.com^
||diidgtmupyls.com^
||diiodidasmear.com^
||dijapu.xyz^
||dikkoplida.cam^
||diktatsdeprint.space^
||diktatslopseed.com^
||dikypkxancrqrn.xyz^
||dilatesdubbers.com^
||diligentrefrigerator.pro^
||dilip-xko.com^
||dillsloppy.com^
||dilrouthoab.com^
||dilruwha.net^
||diluterwearers.com^
||dilutionavailstoker.com^
||dimcarnie.com^
||dimedoncywydd.com^
||dimeeghoo.com^
||dimessing-parker.com^
||dimfarlow.com^
||dimild.com^
||diminutioneconomy.com^
||dimlmhowvkrag.xyz^
||dimlyconfidential.com^
||dimlyelusive.com^
||dimnatriazin.com^
||dimpawlam.com^
||dimpleclassconquer.com^
||dimpuxoh.net^
||dimreproofjumped.com^
||dimseeje.com^
||dinahmerfolk.life^
||dinerpropagandatoothbrush.com^
||dingswonden.info^
||diningjumbofocused.com^
||diningprefixmyself.com^
||diningroombutt.com^
||diningsovereign.com^
||dinnercreekawkward.com^
||dinomicrummies.com^
||dionympoalike.website^
||diorismmotes.website^
||diplic.com^
||diploisaloofly.com^
||diplomasewerivory.com^
||dippingearlier.com^
||dipseymontia.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^
||directnavbt.com^
||directoryexertion.com^
||directorym.com^
||directpaper.name^
||directrankcl.com^
||directresulto.org^
||directrev.com^
||directshopping.pro^
||directtaafwr.com^
||directtrack.com^
||directtrck.com^
||directuklyecon.pics^
||direplaywrightphysical.com^
||dirgywhacks.com^
||dirhamsleered.com^
||dirhin.com^
||dirtinessboiled.com^
||dirtrecurrentinapptitudeinapptitude.com^
||dirtyasmr.com^
||dirtysuspension.com^
||disaaf.com^
||disableadblock.com^
||disabledincomprehensiblecitizens.com^
||disabledsurpassrecollection.com^
||disabr.com^
||disadvantagenaturalistrole.com^
||disagreeableallen.com^
||disagreeadjourn.com^
||disagreeopinionemphasize.com^
||disappearanceinspiredscan.com^
||disappearancetickfilth.com^
||disappearfatigueroyal.com^
||disappearingassurance.com^
||disappearterriblewalked.com^
||disappointedquickershack.com^
||disappointingbeef.com^
||disappointingcharter.com^
||disappointingupdatependulum.com^
||disarmbookkeeper.com^
||disastrous-change.pro^
||disastrous-seat.pro^
||disaul.com^
||disavowhers.com^
||disbarpensy.com^
||disbeliefplaysgiddiness.com^
||dischargeinsularbroadly.com^
||discloseprogramwednesday.com^
||discodjxkqya.com^
||discomforttruant.com^
||disconnectedponder.com^
||discontentedliar.com^
||discostcarafon.website^
||discounts4shops.com^
||discountwound.com^
||discourteousbeaming.com^
||discoverethelwaiter.com^
||discreditgutter.com^
||discreetmotortribe.com^
||discrepancyabsolution.com^
||discussedfacultative.com^
||discussingmaze.com^
||disdainkindle.com^
||disean.com^
||diseaseexternal.com^
||disembarkappendix.com^
||disembroildisembroilassuredwitchcraft.com^
||disfigured-state.pro^
||disfiguredrough.pro^
||disfigurestokerlikelihood.com^
||disgraceannihilate.com^
||disgracefulforeword.com^
||disguised-dad.com^
||disgustinghindsight.com^
||disgustingscuffleaching.com^
||disheartensunstroketeen.com^
||dishesha.net^
||dishfulbantus.uno^
||dishwaterfloodinginvisible.com^
||disillusionromeearlobe.com^
||disingenuousdismissed.com^
||disingenuousfortunately.com^
||disingenuoussuccessfulformal.com^
||disinheritbottomwealthy.com^
||disinheritcondescending.com^
||dislovebroody.com^
||disloyalmeddling.com^
||dismalthroat.pro^
||dismantlepenantiterrorist.com^
||dismaybrave.com^
||dismissabuse.com^
||dismountpoint.com^
||dismountroute.com^
||dismountthreateningoutline.com^
||disovrfc.xyz^
||disparagethence.com^
||disparityconquer.com^
||disparitydegenerateconstrict.com^
||dispatchfeed.com^
||dispbaktun.com^
||dispelhighest.com^
||disperserepeatedly.com^
||dispersereversewanderer.com^
||displacecanes.com^
||displaycontentnetwork.com^
||displaycontentprofit.com^
||displayedfoot.com^
||displayfly.com^
||displayformatcontent.com^
||displayformatrevenue.com^
||displayinterads.com^
||displaynetworkcontent.com^
||displaynetworkprofit.com^
||displayvertising.com^
||displeaseddietstair.com^
||displeasurepigeons.com^
||disploot.com^
||dispop.com^
||disposalangrily.com^
||disposalsirbloodless.com^
||dispositiondata.com^
||disputetrot.com^
||disregardbuymigrant.com^
||disrootaffa.com^
||dissatisfactiondoze.com^
||dissatisfactionparliament.com^
||disshipbikinis.com^
||dissimilarskinner.com^
||dissipatebackyarduncle.com^
||dissipatecombinedcolon.com^
||dissipatedifficulty.com^
||dissipateetiquetteheavenly.com^
||dissolveretinue.com^
||distancemedicalchristian.com^
||distant-session.pro^
||distantsoil.com^
||distilinborn.com^
||distilled.ie^
||distinct-bicycle.com^
||distinctlynobleprosecute.com^
||distorted-basket.pro^
||distorteddead.pro^
||distortunfitunacceptable.com^
||distractedavail.com^
||distractiontradingamass.com^
||distressamusement.com^
||distributionrealmoth.com^
||districtacrid.com^
||districtbaloneywhiskers.com^
||districtm.ca^
||districtm.io^
||districtshortmetal.com^
||disturbancecoldlilac.com^
||disturbcesti.digital^
||disturbedaccruesurfaces.com^
||disturbedincidentallysleazy.com^
||disturbingacceptabledisorganized.com^
||disturboverwhelmdome.com^
||dit-dit-dot.com^
||ditasmaced.com^
||ditchesteenish.com^
||ditdotsol.com^
||dithhdwwvqm.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^
||divideoutdoors.com^
||divorceseed.com^
||dixhqjgbatpg.com^
||diyusa.xyz^
||dizipal223.com^
||dizzy-illegal.pro^
||dizzyincome.pro^
||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^
||dk4ywix.com^
||dkagiqnjsdoqli.com^
||dkbgcxltwljdua.com^
||dkesqebismkqec.com^
||dkihlqwmd.com^
||dkrbus.com^
||dkrely.com^
||dkrqyly.com^
||dkrxtdnlg.com^
||dkswptmwowowp.xyz^
||dl-rms.com^
||dle-news.xyz^
||dledthebarrowb.com^
||dledthebarrowb.xyz^
||dlfvgndsdfsn.com^
||dlgoliqqxpegmyw.xyz^
||dlhqffirehv.com^
||dljuejfp.com^
||dlkdfuun.com^
||dlmewheniyv.xyz^
||dlpwuggxxifidgd.com^
||dlqfkzykxqicn.com^
||dlqxdonofwsfes.xyz^
||dlski.space^
||dlwcjcbwst.com^
||dlxodggxduh.xyz^
||dlxohfxenojlpb.com^
||dmakingbyth.com^
||dmayindallmypi.com^
||dmemndrjim.com^
||dmeukeuktyoue.info^
||dmiredindeed.com^
||dmlkzmg.com^
||dmm-video.online^
||dmmgjsymlrfp.com^
||dmnprx.com^
||dmoldsusvkpa.xyz^
||dmopqjaswvmvopm.com^
||dmovyttqiu.com^
||dmowvblljmkqx.com^
||dmpgfbkxa.xyz^
||dmrdnujvzo.com^
||dmrtx.com^
||dmsrlnssynhqhl.com^
||dmvbdfblevxvx.com^
||dmvporebntt.com^
||dmxswwrregww.com^
||dmzjmp.com^
||dn9.biz^
||dnavexch.com^
||dnavtbt.com^
||dndvgeemcpgpp.com^
||dnemkhkbsdbl.com^
||dnfqqucdsdb.com^
||dnfs24.com^
||dnjsiye.com^
||dnnwebuxps.com^
||dnoicciekfm.xyz^
||dnswinq.com^
||dntaiiifdbwno.com^
||doaboowa.com^
||doaipomer.com^
||doaltariaer.com^
||doappcloud.com^
||doblazikena.com^
||dobnor.com^
||dochouts.net^
||docityhoatzin.com^
||dockaround.com^
||doctorenticeflashlights.com^
||doctorhousing.com^
||doctorpost.net^
||documentaryextraction.com^
||dodayobeitand.xyz^
||doddassagai.com^
||doddiesteaey.guru^
||doddygoofed.com^
||doddymetaled.space^
||dodgefondness.com^
||dodgilyscutula.com^
||dodgyvertical.com^
||dodouhoa.com^
||doerscharre.com^
||doesbitesizeadvantages.com^
||doespinolin.cfd^
||doflygonan.com^
||dofrogadiera.com^
||dog-realtimebid.org^
||dog89nqcp3al4.cloudfront.net^
||dogcollarfavourbluff.com^
||dogconcurrencesauce.com^
||dogdomsflensed.com^
||doggerycantlet.website^
||doggessmumped.com^
||doggyunderline.com^
||doghasta.com^
||dogiedimepupae.com^
||dogolurkr.com^
||dogt.xyz^
||dogwrite.com^
||doigtepyramid.com^
||doingporteddispose.com^
||dokaboka.com^
||dokauzob.top^
||dokhmacoining.com^
||dokondigit.quest^
||dokseptaufa.com^
||dolatiaschan.com^
||dolefulasachasing.com^
||dolefulwelcoming.com^
||doleplasticimpending.com^
||doleyorpinc.website^
||dollarade.com^
||dollardelta.com^
||dollargrimlytommy.com^
||dollartopsail.top^
||dollsaltituderefrigerate.com^
||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^
||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^
||donneesskilder.top^
||donnotbipeds.com^
||donorenvy.com^
||donthedoorwi.com^
||donttbeevils.de^
||donutfulfilherd.com^
||donyandmark.xyz^
||doobaupu.xyz^
||doochoor.xyz^
||doodoaru.net^
||doogroum.xyz^
||dooloust.net^
||doomail.org^
||doomna.com^
||doopimim.net^
||doorbrazil.com^
||doormanbafflemetal.com^
||doormantdoormantunfaithful.com^
||doorstepexcepting.com^
||doostauge.com^
||dopansearor.com^
||dope.autos^
||dopfumeuse.top^
||dopiesttrotter.com^
||dopmmzn.com^
||dopor.info^
||doprinplupr.com^
||doptik.ru^
||doraikouor.com^
||dorbanise.pw^
||dordaumt.com^
||dorimnews.com^
||dorkingvoust.com^
||dormitoryreverend.com^
||dorothydrawing.com^
||dortmark.net^
||dortoursever.digital^
||doruffleton.com^
||doruffletr.com^
||dosagebreakfast.com^
||dosamurottom.com^
||doseadraa.com^
||dosiswether.com^
||dositsil.net^
||dosliggooor.com^
||dosnoyhkd.com^
||dossouwe.net^
||dostophog.com^
||dotaillowan.com^
||dotandads.com^
||dotappendixrooms.com^
||dotariefroggy.guru^
||dotchaudou.com^
||dotcom10.info^
||doteshelloed.website^
||dotgxcnq.com^
||dothaish.net^
||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^
||doubtfulrainstorm.com^
||doubtlesshealthydocument.com^
||doucheraisiny.com^
||doufoacu.net^
||dougale.com^
||douglaug.net^
||douhooke.net^
||doukoula.com^
||douoblelimpup.com^
||doupseejog.com^
||doupsout.xyz^
||douthosh.net^
||dovenedouthorn.com^
||dovictinian.com^
||doweralrostra.com^
||doweryacreak.website^
||down1oads.com^
||downladingsite.com^
||download-adblock-zen.com^
||download-ready.net^
||download-readynow.com^
||downloadboutique.com^
||downloadmobile.pro^
||downloadwiselyfaintest.com^
||downloadyt.com^
||downlon.com^
||downtowndisapproval.com^
||dowrylatest.com^
||dowtyler.com^
||doydplivplr.com^
||doyngspern.com^
||dozard.com^
||dozeelsy.xyz^
||dozenactually.com^
||dozubatan.com^
||dpbxtrqyljhse.xyz^
||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^
||dqbukuvuy.com^
||dqfhudpnwdk.com^
||dqgmtzo.com^
||dqhezw.com^
||dqhoikghxts.com^
||dqjkzrx.com^
||dqjlhidethq.com^
||dqjouawswgmchn.com^
||dqlgpnljfgmlqs.xyz^
||dqnvcjcyx.com^
||dqnxkfbhreaas.com^
||dqsdpdofibwsjjg.xyz^
||dqvnpbs.com^
||dqxbqubsknfc.com^
||dqywkdxtcy.xyz^
||dr0.biz^
||dr22.biz^
||dr6.biz^
||dr7.biz^
||drabimprovement.com^
||draconiancurve.com^
||draftyreview.pro^
||dragdisrespectmeddling.com^
||dragfault.com^
||draggedeffectuallyhelicopter.com^
||draggedgram.com^
||draggedindicationconsiderable.com^
||draggetawayinvalid.com^
||dragnag.com^
||drainlot.com^
||drako2sha8de09.com^
||dramasoloist.com^
||dramaticagreementsalt.com^
||dramaticdirection.com^
||dramipmsxyutc.xyz^
||drankpool.com^
||drapefabric.com^
||drasticdrama.com^
||dratingmaject.com^
||drauda.com^
||drawbacksubdue.com^
||draweesjabbers.com^
||drawerenter.com^
||drawerfontactual.com^
||drawingsingmexican.com^
||drawingsugarnegative.com^
||drawingwaved.com^
||drawingwheels.com^
||drawlycusec.com^
||drawnperink.com^
||drawx.xyz^
||draymanbaroni.uno^
||draystownet.com^
||drcjvghsdaumpi.com^
||drctcldfbfwr.com^
||drctcldfe.com^
||drctcldfefwr.com^
||drctcldff.com^
||drctcldfffwr.com^
||dreadbreakupsomeone.com^
||dreadfullyclarifynails.com^
||dreadshavingmammal.com^
||dreambooknews.com^
||dreamintim.net^
||dreampics.pro^
||dreamsaukn.org^
||dreamsofcryingf.com^
||dreamsoppressive.com^
||dreamvids.pro^
||drearlyknifes.com^
||dreary-east.pro^
||drearypassport.com^
||dreesfootler.uno^
||drepanevealy.uno^
||dressceaseadapt.com^
||dressedfund.com^
||dresserderange.com^
||dressingdedicatedmeeting.com^
||dressmakerdisturb.com^
||dresul.com^
||drewfoolery.com^
||dreyeli.info^
||dribbleads.com^
||dribletbogled.com^
||drided.com^
||drific.com^
||drifor.com^
||driftfranchise.com^
||driftstupidityopponent.com^
||drillcompensate.com^
||drinkscormac.website^
||drinksinvoluntary.com^
||dripappliance.com^
||dripgleamborrowing.com^
||driskfleeted.com^
||driveestablishmentarmed.com^
||drivenicysecretive.com^
||drivewayilluminatedconstitute.com^
||drivewayperrydrought.com^
||drizzleexperimentdysentery.com^
||drizzlerules.com^
||drjgjngf.com^
||drjkwbfqcvr.com^
||drkglnrwqomg.com^
||drkness.net^
||drlhprjldsgjxa.com^
||drlxpmqemsh.com^
||droahgsdb.com^
||dronedgentile.com^
||dronelskipper.com^
||droopingrage.com^
||dropdoneraining.com^
||droppalpateraft.com^
||droppedbanking.com^
||drovernomine.com^
||drownedhurling.com^
||drsmediaexchange.com^
||drubbersestia.com^
||drubgyrinid.com^
||druggedsilurid.com^
||drugue.com^
||druguniverseinfected.com^
||drulwrbsmd.com^
||drummerconvention.com^
||drummercorruptprime.com^
||drumusherhat.com^
||drunkardashamethicket.com^
||drunkarddecentmeals.com^
||drust-gnf.com^
||druttlelimbec.digital^
||drvkypkfm.com^
||drwornspinster.com^
||dryerslegatos.com^
||dryinfestinsight.com^
||drylotsimbil.website^
||drystervernile.life^
||ds3.biz^
||ds7hds92.de^
||dsandmaroons.com^
||dsethimdownthmo.com^
||dsfjhfhyry2hh8jo09.com^
||dsgvlrcjcmfrr.xyz^
||dsixipuj.com^
||dslsgbrckqshuep.com^
||dsmrnsngvnrc.xyz^
||dsnextgen.com^
||dsnkkjmxogwtpju.com^
||dsnr-affiliates.com^
||dsoodbye.xyz^
||dsp.wtf^
||dspmega.com^
||dspmulti.com^
||dspultra.com^
||dssdv.com^
||dsstrk.com^
||dsultra.com^
||dswqtkpk.com^
||dsygubntxgvxo.com^
||dt4ever.com^
||dt51.net^
||dtadnetwork.com^
||dtbfpygjdxuxfbs.xyz^
||dtcpdvnojquf.com^
||dtedpypskgbdap.com^
||dthablbrl.com^
||dthechildren.org^
||dtkhbsictxpu.com^
||dtmpub.com^
||dtmvpkn.com^
||dtnacqswcieufy.com^
||dtobyiiuktxvp.com^
||dtoottuleringv.com.ua^
||dtoottuleringwe.xyz^
||dtprofit.com^
||dtqbqmzzbeck.com^
||dtscdn.com^
||dtscout.com^
||dtsedge.com^
||dtssrv.com^
||dtsuqeneaipu.com^
||dtsxqguwovhg.com^
||dttaupjvj.com^
||dtwobrightsap.info^
||dtx.click^
||dualityflaming.space^
||dualmarket.info^
||duamilsyr.com^
||dubbylxutstyn.com^
||dubggge.com^
||dubiopintles.com^
||dubnoughtheadquarter.com^
||dubshub.com^
||dubunwiseobjections.com^
||dubvacasept.com^
||dubzenom.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^
||dufrom.com^
||duftoagn.com^
||dugentocentury.com^
||duginamis.com^
||dugothitachan.com^
||duhstbyl.com^
||duili-mtp.com^
||duimspruer.life^
||dukicationan.org^
||dukingdraon.com^
||dukirliaon.com^
||dukkxpf.com^
||dulativergs.com^
||dulcormutated.com^
||dulillipupan.com^
||dullstory.pro^
||dulogav.com^
||dulojet.com^
||dulsesglueing.com^
||dulwajdpoqcu.com^
||dumbacademyradiation.com^
||dumbpop.com^
||dummiedkhodja.com^
||dummieseardrum.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^
||duplicatebecame.com^
||duponytator.com^
||durableordinarilyadministrator.com^
||durationzodiacdetermined.com^
||duried.com^
||durief.com^
||duriff.com^
||durike.com^
||duriot.com^
||durisk.com^
||durith.com^
||duroomtoa.com^
||dursocoa.com^
||durzihearten.com^
||duscleouphes.com^
||dusiospires.com^
||dustedmullion.com^
||dusterrubberfarmer.com^
||dustymural.com^
||dustytownsplatitude.com^
||dustywrenchdesigned.com^
||dusunfloraer.com^
||dutalonflameer.com^
||dutcherlamb.life^
||dutorterraom.com^
||dutyabilityneed.com^
||dutythursday.com^
||duwabchhdgkqc.com^
||duwtkigcyxh.com^
||duxqonqkcaum.com^
||duzbhonizsk.com^
||duzmevl.com^
||dvaminusodin.net^
||dvbhretuebm.com^
||dvcgzygp.com^
||dvdwflxaniloha.com^
||dvfmdgdk.com^
||dvjkmskks.xyz^
||dvklfkssxirup.xyz^
||dvmludkami.com^
||dvypar.com^
||dwaterverya.xyz^
||dwddvpmiqis.xyz^
||dwelc.com^
||dwellingmerrimentrecorder.com^
||dwellingsensationalthere.com^
||dwetwdstom1020.com^
||dwglkwpyuwbd.com^
||dwiden.com^
||dwightadjoining.com^
||dwightbridesmaid.com^
||dwithmefeyauknal.info^
||dwlgvbapt.com^
||dwlmjxf.com^
||dwurfdarmc.com^
||dwwboxlnrlek.xyz^
||dwwjlvpja.com^
||dwwpofwebdwm.com^
||dwxouoltkraywm.com^
||dxabebtsgsg.com^
||dxajhcdz.com^
||dxbsdetipqzbp.com^
||dxdboroipcvo.com^
||dxfovuqib.com^
||dxhbdttlvchrgsh.com^
||dxmgyqxweyutwdm.com^
||dxmjyxksvc.com^
||dxmnqojbhimay.com^
||dxryshpgyeu.com^
||dxstaham.com^
||dxtsqgnwn.com^
||dxuuvxweynac.com^
||dxvgvbaqzgeb.com^
||dyburu.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^
||dysful.com^
||dyuscbmabg.xyz^
||dyygsgxhfrlo.xyz^
||dyysxwjeyfiysrs.com^
||dz4ad.com^
||dzeoiizhixuyvg.com^
||dzhjmp.com^
||dzienkudrow.com^
||dzjnejsffqqih.com^
||dzjv9gbu8a.com^
||dzkpopetrf.com^
||dzliege.com^
||dzprcdskxn.com^
||dzsorpf.com^
||dzubavstal.com^
||dzuowpapvcu.com^
||e-cougar.fr^
||e007499ca9.com^
||e0a79821ec.com^
||e1cd662960.com^
||e1eacb6f88.com^
||e2078be122.com^
||e21b1642db801b2a.com^
||e2e113a506.com^
||e2ertt.com^
||e2fc6f14d8.com^
||e335udnv6drg78b7.com^
||e36e2058e8.com^
||e46271be93.com^
||e499799158.com^
||e4f820396d.com^
||e4nglis56hcoo5nhou6nd.com^
||e51710f24a.com^
||e55629740f.com^
||e55b290040.com^
||e59f087ae4.com^
||e5asyhilodice.com^
||e5bb7a50f5.com^
||e6400a77fa.com^
||e67repidwnfu7gcha.com^
||e6a12d08d2.com^
||e6eae88795.com^
||e702fa7de9d35c37.com^
||e732bfae2a.com^
||e739c4d82b.com^
||e78426c787.com^
||e8100325bc.com^
||e822e00470.com^
||e89dafb480.com^
||e8f6c9133b.com^
||e91c222079.com^
||e954669112.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^
||eadirtlseivid.xyz^
||eafb9d5abc.com^
||eagazi.com^
||eagleapi.io^
||eaglestats.com^
||eaglic.com^
||eaglid.com^
||eaglingauslaut.com^
||eajpryc.com^
||eajqezprowiuy.com^
||eakelandorders.org^
||ealeo.com^
||eallywasnothy.com^
||eallywasnothyca.info^
||eamqbaqzaerzb.top^
||eanddescri.com^
||eanddrsgankru.com.ua^
||eanlingtumfie.com^
||eanrzzvvmjkl.top^
||eanrzzvvmjqm.top^
||earact.com^
||eardepth-prisists.com^
||eargentssep.one^
||eariod.com^
||earlapspur.com^
||earlapssmalm.com^
||earlierdimrepresentative.com^
||earlinessone.xyz^
||earlishcoevals.com^
||earnallgainsurvey.top^
||earnbigo.com^
||earnestadornment.com^
||earnestnessmodifiedsealed.com^
||earnify.com^
||earnobnoxious.com^
||earplugmolka.com^
||earsanagep.com^
||earthenicings.com^
||earthlyyowe.com^
||earthquakescarf.com^
||earthshaper.top^
||easazi.com^
||easeavailandpro.info^
||easegoes.com^
||easelgivedolly.com^
||easilysafety.com^
||easkedasensibl.com^
||easterstrengthenbranches.com^
||eastfeukufu.info^
||eastfeukufunde.com^
||eastrk-lg.com^
||easurf.com^
||easurg.com^
||easy-dating.org^
||easy2cnjuh34jb.com^
||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^
||eationslieem.xyz^
||eatlengthanid.xyz^
||eatsidebicep.com^
||eautifulasawea.com^
||eavailandproc.info^
||eavesofefinegoldf.info^
||eavfrhpnqbpkdqb.com^
||eawp2ra7.top^
||eaxhsjrlq.com^
||eayeewlvmeqel.top^
||eazyleads.com^
||eb1a6329bb.com^
||eb5232b35d.com^
||ebannertraffic.com^
||ebb174824f.com^
||ebbetsgourded.com^
||ebcfjgnjw.com^
||ebd.cda-hd.co^
||ebdlthbijshfj.com^
||ebdrxqox.com^
||ebe29efc2c.com^
||ebefseuetqjyg.com^
||ebetoni.com^
||ebhgnulpctws.com^
||ebimdeibbtw.com^
||ebkthjkvp.com^
||eblastengine.com^
||ebnarnf.com^
||ebonyrecognize.com^
||ebqqiakyhsn.com^
||ebsbqexdgb.xyz^
||ebutiseemedlikeal.xyz^
||ebuzzing.com^
||ebwvjkvd.com^
||ebz.io^
||ec1e2c92b3.com^
||ec2867edc4.com^
||ec5e727d37.com^
||ecaursedeegh.com^
||ecchhelios.top^
||ecffmhajfgxw.com^
||echehalids.guru^
||echiovlhu.com^
||echnic.com^
||echoachy.xyz^
||echoeshamauls.com^
||echoizepheeal.uno^
||echskbpghlc.com^
||eciivxqtur.com^
||ecipientconcertain.info^
||ecityonatallcol.info^
||eclatedpewy.com^
||eclatssaic.guru^
||eclebgjz.com^
||eclkmpbn.com^
||eclkmpsa.com^
||ecodemitter.website^
||econenectedith.info^
||economicalgobetween.com^
||econth.com^
||econtinuedidg.com^
||ecortb.com^
||ecoulsou.xyz^
||ecound.com^
||ecpms.net^
||ecrwqu.com^
||ecslkbpb.com^
||ecstatic-rope.pro^
||ecsxtrhfgvs.com^
||ecthymaalgodon.com^
||ectuallyenitwas.info^
||ecuebovjrnn.com^
||ecusemis.com^
||ecyxbhvnntj.com^
||eczemagrison.uno^
||ed028aa9c4.com^
||ed11f01827.com^
||ed82f015f8.com^
||edaciousedaciousindexesbrief.com^
||edalloverwiththinl.info^
||edassiumw.xyz^
||edbritingsynt.info^
||edcritessuspi.com^
||eddffea7e1.com^
||eddieunamply.com^
||eddmciqkvq.com^
||edeybivah.com^
||edgar2al2larngpoer.com^
||edgbas.com^
||edgeads.org^
||edgevertise.com^
||edgychancymisuse.com^
||edgyconnaterag.com^
||edhimasifiwoery.xyz^
||edindeedeisas.com^
||edingrigoguter.com^
||edioca.com^
||edirectuklyeco.info^
||edition25.com^
||editionoverlookadvocate.com^
||editorpilotlimbs.com^
||edjnkones.com^
||edkgdruoreys.com^
||edkwgbxgn.com^
||edlilu.com^
||edncewvfadqrkr.com^
||ednewsbd.com^
||edodtfnyfpf.com^
||edomz.net^
||edoumeph.com^
||edoumoosseg.com^
||edqbparlheuj.com^
||edrevenuedur.xyz^
||edrubyglo.buzz^
||edshhhfsawod.com^
||edsvqciwxxqd.com^
||edtheparllase.com^
||edttfiou.com^
||edu-lib.com^
||edua29146y.com^
||educatedcoercive.com^
||educatedeggnog.com^
||educationalapricot.com^
||educedsteeped.com^
||edutechlearners.com^
||edvcqnp.cn^
||edverys.buzz^
||edvforeveretest.com^
||edvfwlacluo.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^
||eeceme.com^
||eecewaim.xyz^
||eecf8c2edf.com^
||eecheweegru.com^
||eechicha.com^
||eecjolaceig.com^
||eeco.xyz^
||eedsaung.net^
||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^
||eelxljos.com^
||eemauroo.com^
||eemedlikeama.xyz^
||eemmlhcuydso.com^
||eemreyrwkqwnv.top^
||eemreyrwkqwyj.top^
||eemsoods.com^
||eenbies.com^
||eengange.com^
||eengilee.xyz^
||eensoans.com^
||eephaunou.com^
||eephaush.com^
||eepoawhe.xyz^
||eepsukso.com^
||eeptushe.xyz^
||eeqzrllnzkbkb.top^
||eergaroa.com^
||eergithi.com^
||eerjrekklw.com^
||eeroawug.com^
||eersutoo.net^
||eertogro.net^
||eeshemto.com^
||eesihighlyrec.xyz^
||eessoong.com^
||eessoost.net^
||eetchaid.net^
||eethilsi.com^
||eetsegeb.net^
||eetsooso.net^
||eetyed.com^
||eevaitou.xyz^
||eewhaukr.xyz^
||eewheeds.com^
||eewhocmi.com^
||eexaitie.net^
||eeycumpmwy.com^
||eeywmvwebqblq.top^
||eeywmvwebqqrj.top^
||eezavops.net^
||eezegrip.net^
||ef2aecba6f.com^
||ef9i0f3oev47.com^
||efanyorgagetni.info^
||effacedefend.com^
||effaceecho.com^
||effacerevealing.com^
||effateuncrisp.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^
||effectuallyrefrigerator.com^
||effide.com^
||effixtile-inceive.com^
||effumeaccupy.website^
||effusedprankle.com^
||efinauknceiwou.info^
||efklkkkvkukf.com^
||efmrxqjngyc.xyz^
||efptjivneg.com^
||eftsaudian.website^
||efumesok.xyz^
||efvheaepmbgicx.xyz^
||efvpufdjd.com^
||efwmpduvgedai.com^
||egafopmtv.xyz^
||egallsylvate.com^
||egcqohrksmlmu.xyz^
||egczvoopdo.com^
||egerssarcel.com^
||eggcupsfriends.com^
||eggerscorr.com^
||egglessunfrees.uno^
||eggsiswensa.com^
||eggsreunitedpainful.com^
||eggytiptops.com^
||eghnybyvn.com^
||egjubfeteywvi.com^
||egknjiycidfj.com^
||egldvmz.com^
||egllhcnwro.com^
||egloochy.com^
||egmfjmhffbarsxd.xyz^
||egoaxdyp.com^
||egoisminfinite.com^
||egoismundonefifth.com^
||egotizeoxgall.com^
||egouages.site^
||egpdbp6e.de^
||egpovsl.com^
||egreephu.com^
||egretswamper.com^
||egrogree.xyz^
||egrousoawhie.com^
||egrvkoqigygqk.com^
||egxxlvyguirt.com^
||egyifdjrbrwyj.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^
||ehpnkugmfatoyhg.com^
||ehpvvxyp.com^
||ehpxmsqghx.xyz^
||ehqdzqi.com^
||ehqnheqa.com^
||eicbgbnbvjf.com^
||eicxlvkek.com^
||eidosrebegin.com^
||eiewwepb.com^
||eighly.com^
||eighteenderived.com^
||eighthwaspish.com^
||eightuntrue.com^
||eightvodrumble.com^
||eignan.com^
||eigned.com^
||eiistillstayh.com^
||eijumomf.com^
||eikegolehem.com^
||eincre.com^
||eingajoytow.org^
||eintheworldwh.com^
||eiorwithitofsti.com.ua^
||eiorwithitofstwe.xyz^
||eioseklxw.com^
||eipsxuknmhigap.com^
||eiteribesshaints.com^
||eitfromthe.com^
||eitful.com^
||eitgun.com^
||eitics.com^
||eitish.com^
||eitka.com^
||eitney.com^
||eiwojaavyvc.com^
||eiwyhwha.xyz^
||eiyjkwmredryb.com^
||eiykwdhmnybu.com^
||ejcet5y9ag.com^
||ejdkqclkzq.com^
||ejectionthoughtful.com^
||ejeemino.net^
||ejipaifaurga.com^
||ejpzqnqwcszfsz.com^
||ejrigxesvg.com^
||ejsfnpjxc.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^
||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^
||eldestequivalentdrain.com^
||elearl.com^
||eleavers.com^
||electnext.com^
||electosake.com^
||electranowel.com^
||electric-contest.pro^
||electricalbicyclelistnonfiction.com^
||electrodirect.click^
||electronicconsensus.com^
||elecur.com^
||eleeghod.xyz^
||elegant-feedback.com^
||elegantkhamsin.life^
||elegiachalo.website^
||elementalantecedent.com^
||elementarydrypoverty.com^
||elemincaiman.website^
||elepaioboylas.digital^
||elepocial.pro^
||elevateamongstelitist.com^
||elevatedidentify.com^
||elfcoexistbird.com^
||elfinsande.website^
||elgotakpgo.xyz^
||elgust.com^
||elianicben.com^
||eliaoutbawl.com^
||elicaowl.com^
||elicoaga.xyz^
||eligiblebraceelitist.com^
||eligiblecompetitive.com^
||eliminatedordered.com^
||elinvarpayola.com^
||eliondolularhene.info^
||eliss-vas.com^
||elitedatingexperience.top^
||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^
||ellmtlvlpihr.com^
||elltheprecise.org^
||elmiestkanuri.top^
||elmkrljayamrb.top^
||elmonopolicycr.info^
||elogiumtagmeme.com^
||eloinedcanasta.com^
||elonreptiloid.com^
||elooksjustlikea.info^
||eloquencer.com^
||eloquentformallyrelapse.com^
||elrfqgvvljkvxg.com^
||elrkovhhyfkor.com^
||elsatthereandh.cc^
||elsekeyseat.com^
||elsewherebuckle.com^
||eltbbvcqgnkc.com^
||eltxarqgwngybfi.com^
||elubvhmdwtcq.com^
||elugnoasargo.com^
||elusiveanxiouslyruns.com^
||elwmvjuit.xyz^
||elyvbqkmlqkqw.top^
||emailon.top^
||emaitsakraug.com^
||embaleobelia.life^
||embalmswrights.com^
||embarkdisrupt.com^
||embarrassed-slice.pro^
||embarrassmentcupcake.com^
||embeddednonsilence.com^
||embezzlementteddy.com^
||embodimentpronounrunway.com^
||embogsoarers.com^
||embtrk.com^
||embulkglommed.com^
||emediate.dk^
||emeecmou.com^
||ememoricane.info^
||emeralddead.com^
||emeraldhecticteapot.com^
||emerickveilers.space^
||emgthropositeas.info^
||emicalcove.xyz^
||emigrantblunder.com^
||emigrantfirearmcaliber.com^
||emitinspect.com^
||emitlabelreproduction.com^
||emjpbua.com^
||emkarto.fun^
||emkyrzrjnjrmw.top^
||emlifok.info^
||emmermyotic.com^
||emnucmhhyjjgoy.xyz^
||emodinlighten.com^
||emolapnay.com^
||emoticappfriends.com^
||emoticfriends.com^
||emotionalfriendship.com^
||emotionaljudgment.pro^
||emotionallycosmeticshardly.com^
||emotionallyhemisphere.com^
||empafnyfiexpectt.info^
||empdat.com^
||emperm.com^
||empiot.com^
||empirecdn.io^
||empireexhibited.com^
||empirelayer.club^
||empiremoney.com^
||employeelorddifferently.com^
||employmentsuppressedbeautiful.com^
||empond.com^
||empowertranslatingalloy.com^
||emptem.com^
||emptivetss.space^
||emptorrevalue.digital^
||emptyescort.com^
||emqomxdwrhol.com^
||emqrjjveqnjab.top^
||emqrjjveqnnav.top^
||emqrjjveqnnjw.top^
||emqrjjveqnznl.top^
||emqvwujfjknkbg.com^
||emsservice.de^
||emukentsiwo.org^
||emumuendaku.info^
||emxdgt.com^
||emyfueuktureukwor.info^
||emzlbqqnnbmzj.top^
||enablerubbingjab.com^
||enaceanspection.com^
||enactedshimmy.website^
||enacttournamentcute.com^
||enaenasiftage.com^
||enarmuokzo.com^
||enastamo.info^
||enbclpbyi.com^
||enbjrjyjrbynexl.xyz^
||encampmentgeologydetective.com^
||encesprincipledecl.info^
||enchainwalker.com^
||enchanted-stretch.pro^
||enchroe.com^
||encirclesheriffemit.com^
||enclearmooch.com^
||enclforlane.com^
||enclosedsponge.com^
||encloseprecious.com^
||encodeinflected.com^
||encounterboastful.com^
||encounterfidelityarable.com^
||encouragedrealityirresponsible.com^
||encouragingpistolassemble.com^
||encouragingwilderness.com^
||encroachexaggerate.com^
||encroachfragile.com^
||encroachsnortvarnish.com^
||encumberglowingcamera.com^
||encumbranceunderlineheadmaster.com^
||encyclopediaaimless.com^
||encyclopediaresemblancerecant.com^
||endangersquarereducing.com^
||endeavourcounter.com^
||endingdespond.uno^
||endjcplnsweyjye.xyz^
||endjigsur.com^
||endlessvow.com^
||endowverb.com^
||endream.buzz^
||endurecorpulent.com^
||enduresopens.com^
||enebyq.com^
||eneffe.com^
||enenles.com^
||enenlyb.com^
||enerab.com^
||enerativearea.org^
||energeticexample.com^
||energeticrecognisepostcard.com^
||eneverals.biz^
||enftvgnkylijcp.xyz^
||enfuck.com^
||engagefurnishedfasten.com^
||engagementdepressingseem.com^
||engagementpolicelick.com^
||engineseeker.com^
||engingsecondu.com^
||engkqlckjri.com^
||englandhogmane.com^
||enguis.com^
||enhalosecurer.digital^
||enhancenephew.com^
||enharaa.com^
||enharau.com^
||enhdgciogijq.com^
||enherappedo.cc^
||enhwy.com^
||eniesdzgowy.com^
||enisleslonely.com^
||enjoyedestrangeapplication.com^
||enjoyedtool.com^
||enjrzhkf.com^
||enkluojvftrvr.com^
||enkvmrkwrnzel.top^
||enlales.com^
||enlargementillegal.com^
||enlightencentury.com^
||enlivengeometry.com^
||enlnks.com^
||enmassstraits.com^
||enmekedwahin.com^
||enmewdrafter.top^
||enmiser.com^
||enmitystudent.com^
||enniced.com^
||enodiarahnthedon.com^
||enolizekibsey.uno^
||enoneahbut.org^
||enormous-society.pro^
||enormous-use.pro^
||enormousearth.com^
||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^
||ensosignal.com^
||ensueswill.com^
||entachbanker.top^
||entaildollar.com^
||enteredcocktruthful.com^
||enterpriseinclinedvandalism.com^
||entertainedshook.com^
||enthronesacrifice.com^
||enthusiasticring.com^
||enticeobjecteddo.com^
||entirelyapplicationseeing.com^
||entirelysacrament.com^
||entitledbalcony.com^
||entjgcr.com^
||entjryftqwmsus.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^
||enviousroom.pro^
||enviousshape.com^
||environmentalanalogous.com^
||environmentalchangingnative.com^
||environmentaltallrender.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^
||eopudxnabotrlsx.com^
||eoqctcsvskqlz.com^
||eoredi.com^
||eorganizatio.com^
||eosads.com^
||eoseurlingeringonl.xyz^
||eoseurlingeringont.com.ua^
||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^
||epists.com^
||epjwugocpvan.xyz^
||epmfjjabhfwgkun.com^
||epnjoyriuyxg.xyz^
||epnredirect.ru^
||epochexr.website^
||epochlookout.com^
||epocvwthrvaxos.com^
||epotaidhdbg.com^
||epqlidgerrnwyv.com^
||epresententifi.com^
||eprjyvjhmtpbo.xyz^
||epsauthoup.com^
||epsuphoa.xyz^
||eptanecgntm.com^
||eptepcaiydxlk.com^
||eptobeemeeps.com^
||eptougry.net^
||epu.sh^
||epushclick.com^
||eputysolomon.com^
||epxmxnhjqknsuql.com^
||eqads.com^
||eqcilkii.com^
||eqdudaj.com^
||eqepeqrfaijsx.com^
||eqewdxnkex.com^
||eqhegcbxmsgwil.com^
||eqjkdifmtfpxdpd.com^
||eqkjmvkkmvrvw.top^
||eqkjmvkkmvvkj.top^
||eqktmnuojibw.com^
||eqmyjnyjzqzkl.top^
||eqngcxaaw.com^
||eqpbskmjcfoj.com^
||equabilityassortshrubs.com^
||equabilityspirepretty.com^
||equablehowker.com^
||equatorabash.com^
||equilibriumindifferentsoak.com^
||equiptbrotula.com^
||equirekeither.xyz^
||equitydefault.com^
||eqvudqracrhalsg.com^
||eqyarlabvqjnl.top^
||era67hfo92w.com^
||eraltradiansid.com^
||eraseficins.website^
||erbiscusys.info^
||erbiscusysexbu.info^
||ercabxkngkbnuj.com^
||ercockremarkedo.info^
||ercoeteasacom.com^
||erconditingde.info^
||erdeallyighab.com^
||erdecisesgeorg.info^
||erders.com^
||ereallywasnoth.com^
||ereerdepi.com^
||erehzj.xyz^
||eremuribleak.com^
||erenchinterried.pro^
||erereauksofthe.info^
||eresultedinncre.info^
||ergadx.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^
||errely.com^
||erringstartdelinquent.com^
||errorpalpatesake.com^
||errorparasol.com^
||errors.house^
||errorssmoked.com^
||errresound.com^
||erseducationinin.info^
||ersfohiplaceof.xyz^
||ershniff.com^
||ersislaqands.com^
||erssqstdjnn.com^
||erstonordersityex.info^
||ertainoutweileds.info^
||ertewqas.net^
||ertewqas.org^
||erthmefeyauk.xyz^
||eru5tdmbuwxm.com^
||erumen.com^
||erusenbspnty.com^
||eruthoxup.com^
||ervqqtdjdxvgh.com^
||erygdsudgkyu.com^
||erylhxttodh.xyz^
||erysilenitmanb.com^
||erytheadestrer.digital^
||esaidees.com^
||esandalargere.com^
||esathyasesume.info^
||escaatwite.com^
||escalatenetwork.com^
||escers.com^
||escharatheins.com^
||eschelbolts.com^
||escthermae.com^
||escy55gxubl6.com^
||esdcubited.uno^
||eseecmoa.com^
||esescvyjtqoda.xyz^
||eshaumit.com^
||eshedofiga.tech^
||eshkol.io^
||eshoohasteeg.com^
||eshouloo.net^
||esignificanvi.info^
||esisfulylydev.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^
||esqarqiqwulytqy.xyz^
||esrbkneqve.com^
||esrpkd.com^
||essaycosigninvite.com^
||essaypresidential.com^
||essential-trash.com^
||essentialpiece.pro^
||essentialsicklyinane.com^
||esseza.com^
||estableyarthen.com^
||estafair.com^
||estainuptee.com^
||estaterenderwalking.com^
||estatestitch.com^
||estatueofthea.info^
||esteemtalented.com^
||estkewasa.com^
||estoopsi.com^
||estrinuprise.guru^
||estuousopalish.guru^
||esumeformo.info^
||eswsentatives.info^
||esxjpnkgyaeiu.xyz^
||etapescaisse.com^
||etbelpoyes.xyz^
||etbnbvlnhvr.com^
||etccdvfodthhc.com^
||etcodes.com^
||etereyouma.info^
||ethalojo.com^
||etheappyrince.com^
||etheappyrincea.info^
||etheappyrincerta.info^
||ethecityonata.com^
||ethecountryw.org^
||ethicalpastime.com^
||ethicel.com^
||ethikuma.link^
||ethnicacknowledgedbeneficial.com^
||ethnicmovescrupulous.com^
||ethnicscrozers.com^
||ethoamee.xyz^
||ethophipek.com^
||ethoxyblindly.com^
||ethresholdouc.xyz^
||etiamangola.com^
||etingplansfo.buzz^
||etjxkvdorypmppp.com^
||etnacsqssv.com^
||etobepartoukfare.info^
||etougais.net^
||etphoneme.com^
||etretantothis.com^
||ettilt.com^
||ettjvrjujt.xyz^
||etxahpe.com^
||etyequiremu.org^
||etymonsibycter.com^
||etystoass.com^
||euahvyde.xyz^
||euavokhqrxhteot.com^
||eucing.com^
||eucleu.com^
||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^
||europertsticke.site^
||euros4click.de^
||eurse.com^
||eusbhnpyhty.com^
||eusmadhlyjn.xyz^
||euugbutvb.com^
||euz.net^
||ev-dating.com^
||evaluationacutegrandpa.com^
||evandr.online^
||evangelrhyton.digital^
||evanpcf.uno^
||evaporateahead.com^
||evaporatehorizontally.com^
||evarjrsowtfakk.com^
||evasiondemandedlearning.com^
||evasionseptemberbee.com^
||evcnxaiisqqfqfe.xyz^
||evcwihysdnptpjm.xyz^
||evdebdvwnzlyyz.com^
||evdxiecmmpics.com^
||eveald.com^
||evecticvocoder.life^
||eveenaiftoa.com^
||evemasoil.com^
||evencontinuallyclaim.com^
||evenghiougher.com^
||eveningproclamationarched.com^
||eveningsfleawhatsoever.com^
||eventbr.xyz^
||eventhenherthisi.com^
||eventrhina.com^
||eventsbands.com^
||eventucker.com^
||evenuewasadi.xyz^
||ever8trk.com^
||everalmefarketing.info^
||everausterity.com^
||everdreamsofc.info^
||evergreentroutpitiful.com^
||everlastinghighlight.com^
||everprobation.com^
||everymark.xyz^
||everypilaus.com^
||everythingtoknows.com^
||everywheresavourblouse.com^
||eveteaemo.com^
||evgywgur.com^
||eviclick.pro^
||evidenceguidance.com^
||evidentlysoup.com^
||evidhjksdtgyxrh.xyz^
||evifokcrmhdmai.com^
||evilshortcut.com^
||evitinghabnab.guru^
||evivuwhoa.com^
||evjroovrujr.xyz^
||evkikdzbdg.com^
||evlutvsyfegi.com^
||evoign.com^
||evokeowedangers.com^
||evours.com^
||evouxoup.com^
||evqpawhucyrdhu.com^
||evtkugaoxhwegi.com^
||evushuco.com^
||evvykulupl.com^
||evwmwnd.com^
||evxiwpbzxzanlx.com^
||evzhzppj5kel.com^
||evzonesglowfly.cfd^
||evzxlgstwcai.com^
||ewaglongoo.com^
||ewaighee.xyz^
||ewallowi.buzz^
||ewasgilded.info^
||ewasverymuchad.info^
||ewayanplease.xyz^
||ewbmrwzmbkzv.top^
||ewbmrwzmbvzb.top^
||ewdxisdrc.com^
||eweiwykaruwvbi.com^
||ewerhodub.com^
||ewesmedia.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^
||ewtgmfajrdhsyn.xyz^
||exacdn.com^
||exactconfigurationhasten.com^
||exaggeratekindnessvocal.com^
||exaggeratestamppost.com^
||exaltationinsufficientintentional.com^
||exaltprizers.top^
||examinationevolutionmingle.com^
||examineroverprotectiveproof.com^
||examinerplodbuild.com^
||examplesusagefeedback.com^
||exampulsate.com^
||exasperationdashed.com^
||exasperationplotincarnate.com^
||exbuggishbe.info^
||exceedinglydiscovered.com^
||excelelernody.info^
||excellenceads.com^
||excellent-closet.pro^
||excellent-vids.online^
||excellentafternoon.com^
||excellentinvolved.com^
||excellentpics.space^
||excellentsponsor.com^
||excellentvids.online^
||excellentvids.space^
||exceph.com^
||exceptinggapslightest.com^
||exceptionweakerboring.com^
||exceptscasease.website^
||excessivesinner.com^
||excessivetighten.com^
||exchange-traffic.com^
||exchangedbeadannually.com^
||exchangediscreditmast.com^
||excitablefew.pro^
||excitead.com^
||excitementoppressive.com^
||excitingattritionmineral.com^
||excitingwill.pro^
||excitonharpers.space^
||exclaimwhirlpoolcredential.com^
||exclamationresound.com^
||exclusivebrass.com^
||excretekings.com^
||excuseparen.com^
||excusepuncture.com^
||excuum.com^
||excwaaclqshxyh.com^
||exdimkvfbku.com^
||exdynsrv.com^
||exebid.ru^
||executecomicswhale.com^
||executiontoothache.com^
||exefprtna.com^
||exemplarif.com^
||exemplary-range.pro^
||exemplarychemistry.com^
||exemptrequest.com^
||exercisefeeling.com^
||exertheadlight.com^
||exhalejuxtapose.com^
||exhaleveteranbasketball.com^
||exhausted-use.pro^
||exhaustedaccess.pro^
||exhauststreak.com^
||exhcloykalx.com^
||exhhdwlgvvygc.xyz^
||exhibitedderivedremarkable.com^
||exhibitedpermanentstoop.com^
||exhibitionunattractive.com^
||exhno.com^
||exi8ef83z9.com^
||exinepenname.top^
||existencethrough.com^
||existingcraziness.com^
||exists-mazard.icu^
||existsdesist.com^
||existsvolatile.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^
||expectedballpaul.com^
||expectthatmyeduc.info^
||expedientabnormaldeceased.com^
||expendhattwo.com^
||expensedebeak.com^
||expensewardrobecivil.com^
||expensivepillowwatches.com^
||experimentalconcerningsuck.com^
||experimentmelting.com^
||expertisefall.com^
||expertnifg.com^
||explainpompeywistful.com^
||explodemedicine.com^
||exploitdevoid.com^
||exploitingenious.com^
||exploreannihilationquicker.com^
||explorecomparison.com^
||explorefast-1.com^
||explorefast-2.com^
||explosionsubdueguidance.com^
||explosivegleameddesigner.com^
||expmediadirect.com^
||expocrack.com^
||exponeestated.com^
||exporder-patuility.com^
||exportfan.com^
||exportleggy.com^
||exportspring.com^
||exposestomnoup.space^
||exposuremixed.com^
||expressalike.com^
||expressproducer.com^
||expuge.com^
||expugi.com^
||expwyredocks.com^
||exquisitefundlocations.com^
||exrtbsrv.com^
||extend.tv^
||extensions-media.com^
||extensivenegotiation.com^
||extentaccreditedinsensitive.com^
||extentacquire.com^
||extentresentment.com^
||exterminateantique.com^
||exterminatearch.com^
||exterminatestreet.com^
||externalwidelycompany.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^
||eyewitnessstreak.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^
||eyrvfxwrogfslk.com^
||eytheed.com^
||ezaicmee.xyz^
||ezatrvzfe.com^
||ezcgojaamg.com^
||ezdgmtsaeu.com^
||ezexfzek.com^
||ezhefg9gbhgh10.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^
||f0eba64ba6.com^
||f145794b22.com^
||f14b0e6b0b.com^
||f19bcc893b.com^
||f28bb1a86f.com^
||f2c4410d2a.com^
||f2fc0fce65.com^
||f2svgmvts.com^
||f3551539d6565853.com^
||f3663618ff.com^
||f3abc0d1b3.com^
||f3udfa7nfguhni.com^
||f4235693e4.com^
||f4823894ba.com^
||f48d1c06e4.com^
||f4961f1b2e.com^
||f5080f5cee5a00.com^
||f55f5b7e4b.com^
||f5e52a0d14.com^
||f5v1x3kgv5.com^
||f709c496d6.com^
||f773a03dcb.com^
||f794d2f9d9.com^
||f7e5bf5ed8.com^
||f7e8aa0821.com^
||f8260adbf8558d6.com^
||f83d8a9867.com^
||f853150605ccb.com^
||f8e36bb73c.com^
||f95nkry2nf8o.com^
||f9d38526cd.com^
||fa9b667e4e.com^
||fabrkrup.com^
||facebarclarty.com^
||facersmangles.com^
||facesnotebook.com^
||facetclimax.com^
||facilitatevoluntarily.com^
||facilitycompetition.com^
||facilityearlyimminent.com^
||facilitypestilent.com^
||fackeyess.com^
||faclientirethe.xyz^
||factquicker.com^
||facyptythu.com^
||fadbell.com^
||fadegranted.com^
||fademployedtransactions.com^
||fadewaves.com^
||fadf617f13.com^
||fadsims.com^
||fadsimz.com^
||fadsipz.com^
||fadskis.com^
||fadskiz.com^
||fadslimz.com^
||fadssystems.com^
||fadszone.com^
||fae46gussylvatica.com^
||faejowvqdmnjwib.xyz^
||faerieattorns.com^
||faestara.com^
||faffylunk.space^
||faggapmunost.com^
||faggotsnulled.com^
||faggrim.com^
||fagovwnavab.com^
||fagywalu.pro^
||faidoud.com^
||faifojee.xyz^
||faigna.com^
||faihiwhe.com^
||failingrainful.website^
||failuremaistry.com^
||faintbedub.life^
||faintdefrost.com^
||faintstates.com^
||faintsuperintend.com^
||fainziphius.guru^
||fairadsnetwork.com^
||fairfaxdepresseddisguise.com^
||fairfaxgeorgianayourself.com^
||fairfaxhousemaid.com^
||fairieflame.com^
||fairiesresorts.com^
||fairnesschangingenamel.com^
||fairnessels.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^
||fallingseveral.com^
||fallinsolence.com^
||falloutbraidengaged.com^
||falloutmariasauce.com^
||falsarywaybung.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^
||fancifylucific.guru^
||fancilybates.uno^
||fancycrab.net^
||fancywhim.com^
||fandelcot.com^
||fandmo.com^
||fanklelaiser.com^
||fanleaffalter.com^
||fannyindex.com^
||fansang.xyz^
||fantasticaubergine.com^
||fantasticdiet.pro^
||fantasticgap.pro^
||fantodsshrug.com^
||fanydourer.com^
||fanza.cc^
||faotfobjefeaef.com^
||fapmeth.com^
||fappwopyaw.com^
||faptdsway.ru^
||faquirrelot.com^
||faracoon.com^
||faramkaqxoh.com^
||farasiverived.org^
||farawayreel.com^
||farcedboccis.com^
||fardasub.xyz^
||fardelbungo.com^
||fardingsoiling.com^
||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^
||fashionablegangsterexplosion.com^
||fashionacreak.life^
||fastapi.net^
||fastcdn.info^
||fastclick.net^
||fastdld.com^
||fastdlr.com^
||fastdmr.com^
||fastdxr.com^
||fastennonsenseworm.com^
||fastenpaganhelm.com^
||faster-trk.com^
||fasthypenews.com^
||fastincognitomode.com^
||fastlnd.com^
||fastmtn.com^
||fastnativead.com^
||fastpsh.top^
||fatalboy.pro^
||fatalityadministrator.com^
||fatalitycharitablemoment.com^
||fatalityplatinumthing.com^
||fatalloved.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^
||faukoocifaly.com^
||faulterdeplume.com^
||faultlessmilleranthill.com^
||faultspiano.com^
||faunaldipsas.digital^
||fauneeptoaso.com^
||fausothaur.com^
||faustbootery.com^
||favaqo.xyz^
||favorable-lady.pro^
||favorable-sample.com^
||favorite-option.pro^
||favorite-tonight.pro^
||favoritenought.com^
||favoritetonic.com^
||favzzmeziy.com^
||fawningforegut.life^
||faxqaaawyb.com^
||fayijxrs.com^
||fayzrtqszkcb.com^
||fazanppq.com^
||fb-plus.com^
||fb960dbd5f.com^
||fb99ef9239.com^
||fbcdn2.com^
||fbebmgbiou.com^
||fbffdfproxwqi.com^
||fbgdc.com^
||fbgwruetfgbhp.com^
||fbkzqnyyga.com^
||fbmedia-bls.com^
||fbmedia-ckl.com^
||fbmedia-dhs.com^
||fbpgdlprsiz.com^
||fbrheofkccovs.xyz^
||fbtinlxy.com^
||fbxyuleyktun.com^
||fc0a58af2e.com^
||fc7c8be451.com^
||fc9115d2c7.com^
||fcaijpwzvj.com^
||fccinteractive.com^
||fcharacaena.com^
||fciyckhlpdxou.xyz^
||fckmedate.com^
||fclwqrglxgyye.com^
||fclypuqnbykp.xyz^
||fcompsepd.com^
||fcpfth.xyz^
||fcprst.xyz^
||fcpygacbjukjdvr.com^
||fcqbjjcvohqo.com^
||fcqqbrfucuf.com^
||fcudlfqupglxynu.xyz^
||fcxcubtkahif.xyz^
||fcxsodjsrqp.xyz^
||fczaifik.com^
||fd2a9dd918.com^
||fd2cd5c351.com^
||fd5orie8e.com^
||fd7qz88ckd.com^
||fdatcfvlgvryxpa.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^
||feadrope.net^
||feasis.com^
||feastoffortuna.com^
||featbankrupthide.com^
||featbooksterile.com^
||featue.com^
||featurelink.com^
||featureslounge.com^
||featuresscanner.com^
||feazingtrans.com^
||feb6262526.com^
||febadu.com^
||febatigr.com^
||febrah.com^
||febran.com^
||febraverooper.xyz^
||februarynip.com^
||februaryreductionapplet.com^
||fecerismasker.com^
||fedapush.net^
||federalcertainty.com^
||fedlee.com^
||fedrocou.net^
||fedsit.com^
||fedykr.com^
||feed-ads.com^
||feed-xml.com^
||feedbackslingnonpareil.com^
||feedfinder23.info^
||feedgist.com^
||feedinburgmands.site^
||feedlottumasha.guru^
||feedyourheadmag.com^
||feefouga.com^
||feegozoa.com^
||feegreep.xyz^
||feelfereetoc.top^
||feelingstoriesplumb.com^
||feeloshu.com^
||feelresolve.com^
||feelseveryone.com^
||feelsjet.com^
||feeohmchi.com^
||feeseeho.com^
||feeshoul.xyz^
||feetheho.com^
||feevabeglee.com^
||feewoajy.net^
||feewuvoo.net^
||fefoasoa.xyz^
||fegroawie.com^
||fegsbatak.uno^
||fehaishu.com^
||feignoccasionedmound.com^
||feignthat.com^
||feiriegershon.com^
||feistyhelicopter.com^
||feistyswim.com^
||fejla.com^
||fejwcnbsu.com^
||felidaeyojuane.com^
||felied.com^
||feliev.com^
||felingual.com^
||felipby.live^
||fellap.com^
||fellowsargean.com^
||fellowshippink.com^
||felonlosel.com^
||feltmanarietid.com^
||feluccahoit.com^
||femald.com^
||female-yard.pro^
||femalehasslegloss.com^
||femalesunderpantstrapes.com^
||femefaih.com^
||femin.online^
||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^
||feredletrighro.com^
||ferelatedmothes.com^
||ferialcommixt.com^
||ferict.com^
||feript.com^
||ferisonledger.com^
||ferlingbelayed.com^
||fermolo.info^
||fernsnerves.uno^
||feroaptu.xyz^
||feroffer.com^
||feroxnestor.space^
||fertilecalfawelessaweless.com^
||fertilisedignoringdeceive.com^
||fertilizerpokerelations.com^
||ferukentaspect.info^
||ferventhoaxresearch.com^
||ferventvague.com^
||feshekubsurvey.space^
||fessoovy.com^
||festinsages.website^
||festivalexcitinghypocrisy.com^
||festivalflabbergasteddeliquencydeliquency.com^
||festivityratfun.com^
||festtube.com^
||festusthedrag.com^
||fethungi.com^
||fetinhapinhedt.com^
||feuageepitoke.com^
||feudistchub.uno^
||feuingcrche.com^
||fewcupboard.com^
||fewergkit.com^
||fewrfie.com^
||fexyop.com^
||fezacoox.net^
||fezzanminyans.com^
||ff00c90f6a.com^
||ff07fda5aa.com^
||ff42fd5ec6.com^
||ff4eaea9ba.com^
||ffcclqkmmlmecf.xyz^
||ffcclqkmmlmecf.xyz^^
||ffffff0000ff.com^
||ffffffdcdcdc.name^
||ffortyimagist.com^
||ffqtjwwhupcg.com^
||ffrxlhuwvyldpk.com^
||ffrywcxaewmpp.com^
||ffsewzk.com^
||fftagtden.com^
||ffuzila.com^
||ffwbzklcszdk.com^
||ffxpfkbro.xyz^
||ffxxdjucvk.com^
||fgddrrr.com^
||fgdxwpht.com^
||fgfgnbmeieorr910.com^
||fghnergyflex.xyz^
||fgijincfktbguv.xyz^
||fgislklsqqytr.com^
||fgisstdudch.com^
||fgjasshw.com^
||fgkoxeqjpal.com^
||fgmjrygvjvfmg.com^
||fgpmxwbxnpww.xyz^
||fgpvxxbsickfm.xyz^
||fgrvbkquwurttn.com^
||fgtnyfuk.xyz^
||fgxfnkiojgs.com^
||fh259by01r25.com^
||fhahujwafaf.com^
||fhdwtku.com^
||fhepiqajsdap.com^
||fhgh9sd.com^
||fhhtjomnapvgupg.xyz^
||fhisladyloveh.xyz^
||fhjvhupv.com^
||fhlceugidb.xyz^
||fhrptbwtcmdibr.com^
||fhsmtrnsfnt.com^
||fhsvyfoadsbo.com^
||fhuafkxvrzgmyn.com^
||fhuldusmtyenuf.com^
||fhvabdiebmxxok.xyz^
||fhzgeqk.com^
||fiatgrabbed.com^
||fiauntnewing.digital^
||fibfgfptaeci.com^
||fibmaths.com^
||fibodjuxbxd.xyz^
||fibrehighness.com^
||ficinhubcap.com^
||fickle-brush.com^
||fictiongroin.com^
||fictionmineralladder.com^
||ficusoid.xyz^
||fidelity-media.com^
||fidelitybask.com^
||fidelitybearer.com^
||fidnkwuqmaknlwr.com^
||fieldofbachus.com^
||fiendrhythm.com^
||fienttestor.guru^
||fieoefbvsu.com^
||fiercefacetwidely.com^
||fiercequips.com^
||fierysolemncow.com^
||fieslobwg.com^
||fifteenthhardboiledbanker.com^
||fifthjournalisminadequate.com^
||fighes.com^
||fighla.com^
||fightingleatherconspicuous.com^
||figuan.com^
||figuredreconsiderinvest.com^
||fiinann.com^
||fiinnancesur.com^
||fijekone.com^
||fijetuxa.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^
||filthybudget.com^
||fimsauxy.com^
||fimserve.com^
||fin.ovh^
||finalice.net^
||finallysuburblaunching.com^
||finance-hot-news.com^
||finance2you.org^
||finbiznews.com^
||fincbiqavgoe.com^
||findalwaglike.com^
||findanonymous.com^
||findbetterresults.com^
||findicaterperty.site^
||findingattending.com^
||findingexchange.com^
||findlnk.com^
||findnewline.com^
||findromanticdates.com^
||findswiftresults.com^
||fineporno.com^
||finesseboisterous.com^
||fingahvf.top^
||fingerprintoysters.com^
||fingertipsquintinclusion.com^
||finishcomplicate.com^
||finishdancingwildest.com^
||finisheddaysflamboyant.com^
||finishedvistaquickly.com^
||finishingracial.com^
||finishingtwentiesimmoderate.com^
||finized.co^
||finkelbursula.space^
||finkyepbows.com^
||finnackavys.cfd^
||finnan2you.com^
||finnan2you.net^
||finnan2you.org^
||finnanregauge.com^
||finnnann.com^
||finreporter.net^
||finsoafo.xyz^
||finsoogn.xyz^
||finxxak.com^
||fiorenetwork.com^
||fippledolcino.digital^
||fiprst.xyz^
||firearminvoluntary.com^
||firearmtire.com^
||firefeeder.com^
||firelnk.com^
||fireventcooperate.com^
||firewoodgaietyshipment.com^
||firewoodpeerlessuphill.com^
||fireworksane.com^
||fireworksattendingsordid.com^
||firine.com^
||firkedpace.life^
||firkhmirhlohfyr.com^
||firmlychurchyard.com^
||firmlylowest.com^
||firmsossa.guru^
||firnebmike.live^
||firon.xyz^
||first-pollution.pro^
||first-rate.com^
||firsthandtie.com^
||firstlightera.com^
||firstlyliquidstereotype.com^
||firtaips.com^
||firtorent-yult-i-274.site^
||firumuti.xyz^
||fishedtopple.com^
||fishermanslush.com^
||fishkekcamp.com^
||fishybackgroundmarried.com^
||fishyoverallsupplement.com^
||fishyscalpelweight.com^
||fisikcbsosqet.com^
||fissay.com^
||fistdoggie.com^
||fistevasionjoint.com^
||fistofzeus.com^
||fistsurprising.com^
||fitcenterz.com^
||fitchedjimmy.guru^
||fitsazx.xyz^
||fitssheashasvs.info^
||fitthings.info^
||fitting-population.com^
||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^
||fjadubbdcfmrm.com^
||fjdpdcdndc.com^
||fjhfruuhmgnrt.com^
||fjjctsabpdjhge.com^
||fjmgnfoedmsjj.xyz^
||fjmksbwxb.com^
||fjoyewwxrowqy.com^
||fjttbkoxer.xyz^
||fjwymafkgqfq.xyz^
||fjxowepqiwrdao.com^
||fkbkun.com^
||fkbwtoopwg.com^
||fkcubmmpn.xyz^
||fkcvtiqbbgedb.com^
||fkecheotlf.com^
||fkexeijtqstuh.xyz^
||fkllodaa.com^
||fkovjfx.com^
||fkpklrphfw.com^
||fkrdybcqxlytvs.xyz^
||fksnk.com^
||fktbwntpfoh.com^
||fkugzbngtla.com^
||fkwkzlb.com^
||fkyhqtfiopfit.com^
||fkyujept.com^
||fla4n6ne7r8ydcohcojnnor.com^
||flabbyyolkinfection.com^
||flagads.net^
||flagmantensity.com^
||flagresponsive.com^
||flagros2sii8fdbrh09.com^
||flagunforgivablewaver.com^
||flairadscpc.com^
||flakecontainsgrill.com^
||flakesaridphysical.com^
||flakesyet.com^
||flamboyant-great.pro^
||flamebeard.top^
||flannelbeforehand.com^
||flapgroundless.com^
||flapicyconquered.com^
||flarebania.com^
||flarytapuyan.com^
||flashclicks.com^
||flashnetic.com^
||flashycontagiouspulverize.com^
||flashymass.com^
||flasklimbearlier.com^
||flaskstationsubsequent.com^
||flatbarberarrangements.com^
||flatepicbats.com^
||flatgatherresource.com^
||flatlyforensics.com^
||flatteringbabble.com^
||flatterscandal.com^
||flattoppugmill.uno^
||flauchtponzite.com^
||flavorylenvoi.com^
||flavourdinerinadmissible.com^
||flavourforgave.com^
||flavoursomewherefertilised.com^
||flawenormouslyattractive.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^
||fleeoutspoken.com^
||fleeredkeg.com^
||fleeunleashangel.com^
||flelgwe.site^
||fleraprt.com^
||fleshlyzombis.com^
||flewke.com^
||flexlinks.com^
||flhdqtto.com^
||flickerbridge.com^
||flickeringintention.pro^
||fliddercharm.space^
||fliedridgin.com^
||fligha.com^
||flimsymarch.pro^
||flintedkickers.com^
||flinthastened.com^
||flipendangered.com^
||flipool.com^
||flixcontentshop.com^
||flixdot.com^
||flixtrial.com^
||flmfcox.com^
||flnfgdkq.com^
||flnxcveswar.com^
||floatingbile.com^
||floatingdrake.com^
||floatingfolly.com^
||floccischlump.com^
||flocooncuprum.top^
||flogunethicalexceedingly.com^
||flomigo.com^
||floodeighty.com^
||floodingdaredsanctuary.com^
||floodingonion.com^
||floodtender.com^
||floppytopo.com^
||flossyarrayal.life^
||flouralmighty.com^
||flowerasunder.com^
||flowln.com^
||flowsearch.info^
||flowwiththetide.xyz^
||floyme.com^
||flpfsqgjsarghs.com^
||flrdra.com^
||fluemantappall.guru^
||fluencythingy.com^
||fluese.com^
||fluffychair.pro^
||fluffycodepotc.com^
||fluffynickname.com^
||fluffynyasquirell.com^
||fluid-company.pro^
||fluid-pie.pro^
||fluidallobar.com^
||fluiddejected.com^
||fluiddisaster.pro^
||fluidicmarrams.com^
||fluingdulotic.com^
||flumesrookie.com^
||flunkeycaptor.guru^
||flurrylimmu.com^
||flushafterwardinteger.com^
||flushgenuinelydominion.com^
||fluttermotorway.com^
||fluvioalkyl.uno^
||fluxads.com^
||fluxtowed.com^
||fluxy.xyz^
||flvvcqfmw.com^
||flyerseminarmaintenance.com^
||flyingadvert.com^
||flyingsexul.space^
||flyingsquirellsmooch.com^
||flylikeaguy.com^
||flymob.com^
||flytechb.com^
||fmbsknwpvxlhqim.com^
||fmbyqmu.com^
||fmgcdgnousrww.com^
||fmheoodt.com^
||fmkoyjqnxdj.com^
||fmkqhwrfvs.com^
||fmorugnmnihrcv.com^
||fmpub.net^
||fmsads.com^
||fmsde0dv2j54.com^
||fmstigat.online^
||fmwzfwzxztu.com^
||fmxfboibrmbf.xyz^
||fmzjinez.com^
||fnbauniukvi.com^
||fnmfaoac.xyz^
||fnnmnupevx.com^
||fnofnbdkfwnvguu.com^
||fnqcbxqvodj.com^
||fnrbulqws.com^
||fnrrm2fn1njl1.com^
||fntphihy.com^
||fnuvsfyylouxwu.com^
||fnxkntusnd.com^
||foadeeph.xyz^
||foaglaid.xyz^
||foagreen.xyz^
||foakiwhazoja.com^
||foalyraisins.com^
||foamidsputt.com^
||foamlifeboatriddance.com^
||foamsomethingrobots.com^
||foapsovi.net^
||focalex.com^
||focath.com^
||focoidsatt.uno^
||focumu.com^
||focusedunethicalerring.com^
||fodderripeskyscraper.com^
||fodifhvg.com^
||fodsoack.com^
||foetusconductfold.com^
||foflib.org^
||fogayeown.com^
||foggydefy.com^
||foggytube.com^
||fogpurply.website^
||fogtweybq.com^
||foguroli.pro^
||fogvnoq.com^
||foheltou.com^
||fohvutgi.com^
||foigtiqvikc.xyz^
||fokvgxuomu.com^
||folbwkw.com^
||foldedabstinenceconsole.com^
||foldercamouflage.com^
||foldertopichoot.com^
||foldhesitation.com^
||foldhewiser.com^
||foldingclassified.com^
||foldingsuppressedhastily.com^
||folgam.com^
||foliosedunlin.guru^
||foliumumu.com^
||folkscombine.com^
||folksordinarilyindoors.com^
||followedsurvey.com^
||followeraggregationtraumatize.com^
||followingexhaustedmicrowave.com^
||followingtrusted.com^
||followmalnutritionjeanne.com^
||followtrusted.com^
||fomentirrite.top^
||fometh.com^
||fomfwrpfklckhr.com^
||fompouta.xyz^
||fomulex.com^
||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^
||foolishcheek.pro^
||foomaque.net^
||fooptoat.com^
||footageaccomplishment.com^
||footagegift.com^
||footar.com^
||footcomefully.com^
||foothoupaufa.com^
||footnote.com^
||footwearrehearsehouse.com^
||foourwfuuq.com^
||foowuniwhoa.com^
||foozledslimsy.guru^
||fopsoado.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^
||foraxewan.com^
||forbidcrenels.com^
||forbiddenuneasy.com^
||forbledpukras.top^
||forcealetell.com^
||forceddenial.com^
||forcelessgooseberry.com^
||forcelessgreetingbust.com^
||forcetwice.com^
||forearmsunny.com^
||forearmthrobjanuary.com^
||forebypageant.com^
||foreflucertainty.com^
||foregroundmisguideddejection.com^
||forenteion.com^
||foresawmartins.com^
||forestcremate.com^
||forestsbotherdoubted.com^
||forestsshampoograduate.com^
||forewordmoneychange.com^
||forexclub.ru^
||foreyeshehadtw.com^
||forfeitsubscribe.com^
||forflygonom.com^
||forfrogadiertor.com^
||forgabrimous.website^
||forgekeeper.top^
||forgerylimit.com^
||forgeryweave.com^
||forgetinnumerablelag.com^
||forgivenesscourtesy.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^
||forkedearth.pro^
||forklacy.com^
||forlumineoner.com^
||forlumineontor.com^
||formalitydetached.com^
||formallythrill.com^
||formarshtompchan.com^
||formatebackus.website^
||formatinfo.top^
||formationwallet.com^
||formerdrearybiopsy.com^
||formerlyerotic.com^
||formerlyparsleysuccess.com^
||formerlyrelationshipserver.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^
||fortdaukthw.hair^
||forthdestiny.com^
||forthdigestive.com^
||forthemoonh.com^
||fortlachanhecksof.com^
||fortorterrar.com^
||fortpavilioncamomile.com^
||fortpush.com^
||fortunegossipyattentive.com^
||fortyflattenrosebud.com^
||fortyphlosiona.com^
||forumpatronage.com^
||forunfezanttor.com^
||forworksyconus.com^
||forwrdnow.com^
||foryanmachan.com^
||forzubatr.com^
||fosiecajeta.com^
||fositeth.com^
||fossensy.net^
||fossilascension.com^
||fossilreservoirincorrect.com^
||fostereminent.com^
||fotoompi.com^
||fotsaulr.net^
||foughtboothunrest.com^
||foughtcirculation.com^
||fouharoa.com^
||foulageyamshik.life^
||fouleewu.net^
||foullypellate.space^
||foundedoaksouthern.com^
||foundfroshelves.com^
||fountaingreat.com^
||foupeethaija.com^
||fouptebu.net^
||fourteenthcongratulate.com^
||fourwhenstatistics.com^
||foutoanaugab.com^
||foutyoxyaena.website^
||fouwiphy.net^
||foviyii.com^
||foxmeywkh.xyz^
||foxpush.io^
||foxqck.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^
||fqfjmojnjslr.com^
||fqjelyhrbrmyvte.com^
||fqkwn.com^
||fqngowvebfr.xyz^
||fqnyvwyplel.com^
||fqohigimw.com^
||fqpxjydyj.com^
||fqskuzqwpgu.com^
||fqtfwulmcdw.com^
||fqybolmt.com^
||fqygyfvmz.com^
||fqyxbvuefdlt.com^
||fragmenteasygoingmass.com^
||fragmentexpertisegoods.com^
||fragrancepneumoniatinker.com^
||frailcockroachconfiguration.com^
||frailshootingexamination.com^
||fralxppwraj.com^
||framentyder.pro^
||frameworkdeserve.com^
||francetobaccotrading.com^
||franciatirribi.com^
||francisunbeget.com^
||francoistsjacqu.info^
||franecki.net^
||franeski.net^
||frangh.com^
||franklyatmosphericanniversary.com^
||frap.site^
||frapsguardo.com^
||frarybjrbnlfd.com^
||frarychazan.com^
||frauck.com^
||fraudholdingpeas.com^
||frayvehemently.com^
||frbyvuxzvmqpb.com^
||frcpth.xyz^
||frdjs-2.co^
||freakisharithmetic.com^
||freakishmartyr.com^
||fredblclronvyt.com^
||fredmoresco.com^
||free-datings.com^
||free-domain.net^
||freebiesurveys.com^
||freeconverter.io^
||freecounter.ovh^
||freecounterstat.ovh^
||freedatinghookup.com^
||freeevpn.info^
||freefromads.com^
||freefromads.pro^
||freeskreen.com^
||freesoftwarelive.com^
||freespsprugs.com^
||freestar.io^
||freetrckr.com^
||freewayadventureexactly.com^
||freezeanything.com^
||freezerlarking.top^
||freezerpiledoperational.com^
||freezescrackly.com^
||freezeskaikara.com^
||freezinghogreproach.com^
||fregtrsatnt.com^
||freing.com^
||freiodablazer.com^
||frenchequal.pro^
||frencheruptionshelter.com^
||frenchhypotheticallysubquery.com^
||frenth.com^
||frequencyadvocateadding.com^
||frequentanalyst.com^
||frequentbarrenparenting.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^
||fri4esianewheywr90itrage.com^
||fricacedisgulf.uno^
||frictionliteral.com^
||frictiontypicalsecure.com^
||fridayarched.com^
||fridaylazy.com^
||fridaypatnod.com^
||fridgejakepreposition.com^
||fridgestretched.com^
||friendlyincompetencepicked.com^
||friendshipconcerning.com^
||friendshipmale.com^
||frightening-crack.pro^
||frightening-lesson.pro^
||frighteningship.com^
||frightysever.org^
||frilly-number.pro^
||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^
||frothadditions.com^
||frothsubmarine.com^
||frownfirsthand.com^
||frstlead.com^
||frtrqkeei.com^
||frtya.com^
||frtyd.com^
||frugalitymassiveoldest.com^
||frugalrushcap.com^
||fruins.com^
||fruitfulgreenhousefacility.com^
||fruitfulpot.com^
||frustrationfungus.com^
||frxuqdho.com^
||frxwattywgcnsgw.xyz^
||fryawlauk.com^
||fsalfrwdr.com^
||fsccafstr.com^
||fscfbfrof.com^
||fsfwetubfgd.com^
||fsihfhjt.com^
||fsksvtvhxtyqp.com^
||fsobjvtkew.com^
||fsotrmshy.com^
||fsrtqexvtshh.com^
||fstsrv1.com^
||fstsrv2.com^
||fstsrv3.com^
||fstsrv4.com^
||fstsrv5.com^
||fswvlswhgvjh.xyz^
||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^
||fudeidsoanadthe.info^
||fudginghoners.com^
||fugcgfilma.com^
||fugleparges.top^
||fugles.net^
||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^
||fullwhile.pro^
||fullycoordinatecarbonate.com^
||fullypoignantcave.com^
||fulmenbosser.com^
||fulvenebocca.com^
||fumarinpest.com^
||fumersoctoon.com^
||fummkxa.com^
||funcats.info^
||functionfreaklacerate.com^
||functionsprecision.com^
||fundsbe.com^
||fungianjaggier.digital^
||fungus.online^
||funiooboqifnku.com^
||funkiaswheep.website^
||funklicks.com^
||funkydeplane.com^
||funlife.info^
||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^
||furnishedsalonherring.com^
||furoicmargot.com^
||furorshahdon.com^
||furrowparabledisplay.com^
||furryjoseph.com^
||fursfeeblegloria.com^
||furstraitsbrowse.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^
||futilereposerefreshments.com^
||futill.com^
||future-hawk-content.co.uk^
||futureads.io^
||futuredistracting.com^
||futureresiduals.com^
||futureus.com^
||fuvmtqiwhaffnc.com^
||fuwkpghpln.com^
||fuyytjuopkikl.com^
||fuzakumpaks.com^
||fuzeelamby.com^
||fuzinghummaul.com^
||fuzzywardshoplifting.com^
||fvcdduqg.com^
||fvckeip.com^
||fvcwqkkqmuv.com^
||fvebixpgtxm.com^
||fvgxfupisy.com^
||fvloumuvcbve.com^
||fvmcyvapsn.com^
||fvpmzvdv.com^
||fvzhenljkw.com^
||fwabhrptdns.com^
||fwbntw.com^
||fwealjdmeptu.com^
||fwftmuxxeh.com^
||fwmrm.net^
||fwnowvgk.com^
||fwnxbcogqcjj.com^
||fwrnmmvxsfcrcqk.com^
||fwskotewexa.xyz^
||fwsoviw.com^
||fwukoulnhdlukik.info^
||fwwxanjyjlu.xyz^
||fwyhyryyqvs.com^
||fxdepo.com^
||fxggbfjfi.com^
||fxgoaeplst.com^
||fxiuuaa.com^
||fxluaijchj.com^
||fxqsxxvfgderjdf.com^
||fxrbsadtui.com^
||fxroflypm.com^
||fxwykuxh.com^
||fybkhsfntvuyat.com^
||fydczmk.com^
||fyglovilo.pro^
||fyhgvfmryxprn.xyz^
||fyiyducvgp.com^
||fyszjsybkgnwn.com^
||fyvdxqufaxkli.com^
||fzdpvjatkwpg.com^
||fzfcrqlwph.com^
||fzfxqjilrzvdw.com^
||fztmn.top^
||g-statistic.com^
||g0awayu.com^
||g0gr67p.de^
||g0wow.net^
||g2440001011.com^
||g2546417787.com^
||g2921554487.com^
||g2afse.com^
||g33ktr4ck.com^
||g5fzq2l.com^
||g5rillh2awn8.com^
||g91games.com^
||ga-ads.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^
||gaghygienetheir.com^
||gagpetwet.com^
||gagxyauszaght.com^
||gagytxjgcs.com^
||gahonnlsh.com^
||gaibakur.net^
||gaibjhicxrkng.xyz^
||gaigroak.com^
||gaijaupo.com^
||gaijiglo.net^
||gaimofup.com^
||gaimoupy.net^
||gaiphaud.xyz^
||gaishaisteth.com^
||gaisteem.net^
||gaitheed.com^
||gaitoath.com^
||gakairohekoa.com^
||galaare.com^
||galachr.com^
||galacticmenueasier.com^
||galairo.com^
||galajou.com^
||galaks.io^
||galamis.com^
||galanasorra.com^
||galaxypush.com^
||galeaeevovae.com^
||galepush.net^
||galibicalvous.guru^
||galileesubvii.digital^
||galiowen.com^
||galjwnhotubfg.com^
||galliestorpify.com^
||gallonranchwhining.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^
||gangstervideoethnic.com^
||gangueswipes.top^
||ganismpro.com^
||ganizationsuc.info^
||gannett.gcion.com^
||gaooawffc.com^
||gapcask.com^
||gapscult.com^
||gaqscipubhi.com^
||gaquxe8.site^
||garagesewe.com^
||garbagereef.com^
||garbslens.com^
||gardeningraritysometime.com^
||gardeningreact.com^
||gardoult.com^
||gardourd.com^
||gargantuan-menu.pro^
||garglecommunicate.com^
||garglingcorny.com^
||gargocmy.com^
||garibamarmose.com^
||garlandcheese.com^
||garlandshark.com^
||garmentsdraught.com^
||garosesia.com^
||garotas.info^
||garouspostern.com^
||garretcanvasseruption.com^
||garretram.com^
||garricketiam.website^
||gasasphrad.com^
||gaseous-power.com^
||gaseousarmy.pro^
||gasolinerent.com^
||gassingunspicy.guru^
||gastersliddry.com^
||gastingitea.com^
||gatecitizenswindy.com^
||gatetocontent.com^
||gatetodisplaycontent.com^
||gatetotrustednetwork.com^
||gatewaydissolvedexemplify.com^
||gatewayimpossibilitypursue.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^
||gaupingjaguar.com^
||gaupsaur.xyz^
||gaushaih.xyz^
||gausic.com^
||gautaree.com^
||gauthawhum.com^
||gauvaiho.net^
||gauwoocoasik.com^
||gauzedisparage.com^
||gauzon.com^
||gavnogeeygaika.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^
||gcqaxqowifrf.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^
||gdwfhelbww.com^
||gdwqrnjpjlt.com^
||gearedftnerr.com^
||geasefloria.com^
||geazjxqwbr.com^
||gebadu.com^
||geckibou.com^
||gecl.xyz^
||geddshippy.com^
||gedspecificano.com^
||geechaid.xyz^
||geedoovu.net^
||geeksundigne.com^
||geerairu.net^
||geetaury.net^
||geethaihoa.com^
||geethaiw.xyz^
||geethoap.com^
||gegbeiaojmfgnkw.com^
||geijnyklkdy.xyz^
||geiouifksh.xyz^
||geiozdtpssgt.com^
||geiybze.com^
||gejeegho.net^
||gejusherstertithap.info^
||geknzqfx.com^
||gekroome.com^
||gelhp.com^
||gelidoctans.digital^
||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^
||genesismedia.com^
||geneticocuby.com^
||genetorhebe.website^
||genfpm.com^
||gength.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^
||gerefadelves.com^
||germanplumpcries.com^
||germanyretorteddonate.com^
||germinatecascade.com^
||germinateensue.com^
||geruksom.net^
||gervasdonatee.guru^
||gessoesbeavers.uno^
||get-browseprotection.com^
||get-here-click.xyz^
||get-me-wow.
||get-partner.life^
||get-statics.live^
||get-things-done.net^
||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^
||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^
||gettingcoolprizes.info^
||gettingtoe.com^
||gettjohytn.com^
||gettraffnews.com^
||getupwoleai.com^
||getxml.org^
||getyourbitco.in^
||getyoursoft.ru^
||getyousoft.ru^
||gevauwaudsem.com^
||geviet.com^
||gevmrjok.com^
||gewbafkw.com^
||gexvcalvbhxl.com^
||gfbpijvtoxpit.com^
||gfbxgrfnljmxs.com^
||gfdrkskillso.xyz^
||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^
||gfxkxbai.com^
||ggeaqltgasbcysu.com^
||ggedandoscarr.xyz^
||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^
||ghetic.com^
||ghettoschanse.com^
||ghfnlorkormcmr.com^
||ghisiva.top^
||ghjhucekiywqrk.com^
||ghostnewz.com^
||ghrain.com^
||ghsheukwasana.info^
||ghtry.amateurswild.com^
||ghttohimhedra.cc^
||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^
||gigabitlionism.com^
||gigacpmserv.com^
||giggedguddle.com^
||giggledgingle.com^
||gigmantomjohn.guru^
||gignfrfs.com^
||gihehazfdm.com^
||gikefa.uno^
||gilarditus.com^
||gilcxqgcbebbo.xyz^
||giliakmisdaub.com^
||gilinstruggle.org^
||gilledwebeye.life^
||gillstaught.com^
||gillynn.com^
||gilrauci.net^
||gimme-promo.com^
||gimohhfzvmpdt.com^
||gimpingurubu.life^
||gimwcpketr.com^
||gindeoedbadas.com^
||ginfohpg.com^
||gingercompute.com^
||ginningsteri.com^
||ginnyclairvoyantapp.com^
||ginnycleanedfeud.com^
||ginnymulberryincompetent.com^
||ginnyweakeland.info^
||ginsicih.xyz^
||gipeucn.icu^
||gipostart-1.co^
||gippingrefont.com^
||gipsiesthyrsi.com^
||gipsouglow.com^
||giqaanwmqwowemt.com^
||giraffedestitutegigantic.com^
||girdedmays.life^
||girdleunfamiliartraffic.com^
||girl-51-w.com^
||girl7y.com^
||girlbuffalo.com^
||girlsglowdate.life^
||gishejuy.com^
||gistblemishparking.com^
||gitajwl.com^
||gitoku.com^
||gittithmartial.com^
||giufjcfjdv.com^
||givaphofklu.com^
||giveesqtnq.com^
||givemysoft.ru^
||givenconserve.com^
||givesboranes.com^
||givide.com^
||givill.com^
||giving-weird.pro^
||givingboyfriend.pro^
||givingcareer.com^
||givingsol.com^
||gixiluros.com^
||gixjtofnjpgxstg.com^
||gixpoosh.com^
||giyqjkph.com^
||gjfeblixctsojx.xyz^
||gjffrtfkhf.xyz^
||gjigle.com^
||gjjvjbe.com^
||gjkame6.com^
||gjknyqmvrluao.com^
||gjnrtzqz.com^
||gjonfartyb.com^
||gjpcwjzzc.com^
||gjrhqyc.com^
||gjwos.org^
||gk79a2oup.com^
||gkbvnyk.com^
||gkencyarcoc.com^
||gkfehrdhbm.com^
||gkkchmjdndovu.xyz^
||gkmohklyjyh.com^
||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^
||glaimtug.com^
||glaingoo.xyz^
||glainsee.com^
||glaivoun.net^
||glaiweer.xyz^
||glaiwhee.net^
||glaixich.net^
||glaksads.net^
||glamorousdescend.com^
||glamorousmixture.com^
||glamtina.com^
||glancingambulance.com^
||glareart.com^
||glaringregister.com^
||glassesoftruth.com^
||glassmilheart.com^
||glaubuph.com^
||glaughoa.xyz^
||glaultoa.com^
||glaunsil.xyz^
||glaurtas.com^
||glauvoob.com^
||glauxoaw.xyz^
||glaxaukr.net^
||glazegha.com^
||glazilyvenues.com^
||glbtrk.com^
||gleagainedam.info^
||gleamcalumnygeneralize.com^
||gleamcoupgently.com^
||gleaminsist.com^
||glecmaim.net^
||gledycedule.life^
||gleebsoa.xyz^
||gleegloo.net^
||gleejoad.net^
||gleemsomto.com^
||gleemsub.com^
||gleeneep.com^
||gleetchisurvey.top^
||gleetedbunged.uno^
||glefeesh.net^
||glegreel.xyz^
||glekrush.com^
||glelroum.com^
||gleneditor.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^
||gliksekr.net^
||glimpsedrastic.com^
||glimpsemankind.com^
||glimtaul.xyz^
||glimtors.net^
||glirsoss.com^
||glisteningproject.pro^
||glitteringbrush.pro^
||glitteringinextricabledemise.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^
||globulespooner.space^
||globwo.online^
||globxaxqp.com^
||glochatuji.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^
||gloomseb.net^
||gloonoorsygamer.com^
||gloonseetaih.com^
||gloophoa.net^
||gloorsie.com^
||glootang.net^
||gloovids.com^
||gloriahell.com^
||glorialoft.com^
||gloriarefreshsuspected.com^
||gloriespiuri.com^
||glorifyfactor.com^
||glorifyraytreasurer.com^
||gloriousexternal.com^
||glorsugn.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^
||glowingnews.com^
||glowingramblelobes.com^
||gloxeept.com^
||gloytrkb.com^
||gloywin04.com^
||glpeaoauwevlns.com^
||glquynodiflhw.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^
||gluwhoas.com^
||glvhvesvnp.com^
||glxrubskce.com^
||glxtest.site^
||glycylsrapped.com^
||glyphsmahajan.com^
||gmaakjrmpc.com^
||gmads.net^
||gmbopxcfbwg.com^
||gmcdxivnqegrnl.com^
||gmcoanceqoymws.com^
||gme-trking.com^
||gmihupgkozf.com^
||gmixiwowford.com^
||gmkflsdaa.com^
||gml-grp.com^
||gmlebdifvxzzl.com^
||gmmcerkkja.com^
||gmnagxbisjn.com^
||gmogccmnp.com^
||gmpfruktfatpi.com^
||gmuskkvfophohqn.xyz^
||gmxtrqkshsaqu.com^
||gmxvmvptfm.com^
||gmyze.com^
||gmzdaily.com^
||gnashedmaypops.digital^
||gnathicrugal.top^
||gnditiklas.com^
||gndkcpwowxnc.com^
||gnemxcfermkpp.com^
||gnfavfqifukyyl.com^
||gngsrgaza.com^
||gngtvwjo.com^
||gnjlnvlqjmdedul.com^
||gnjxesyfensbh.com^
||gnkgvjxunmwc.com^
||gnkljnfbd.com^
||gnksplbu.com^
||gnojicfj.com^
||gnosticwinks.com^
||gnqtageoyy.com^
||gnuppbsxa.xyz^
||gnvpmftcgp.com^
||go-rillatrack.com^
||go-srv.com^
||go.transferzenad.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^
||goahouma.xyz^
||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^
||goblocker.xyz^
||gobmodfoe.com^
||gocolow.com^
||gocomparisongarrison.com^
||goddesslevityark.com^
||godlessabberant.com^
||godmotherelectricity.com^
||godpvqnszo.com^
||godshiptubing.top^
||godspeaks.net^
||godwitescrol.com^
||goelbotony.com^
||goelismidryl.com^
||goesdeedinsensitive.com^
||goethejauks.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^
||gokedoas.xyz^
||goksuxauks.com^
||golbxjhofipyv.com^
||gold2762.com^
||golden-gateway.com^
||goldensmith.top^
||goldfishsewbruise.com^
||goldforeyesh.org^
||goldm9.com^
||goldnostree.live^
||goldtroopsdetached.com^
||golfchapah.space^
||gollkawvv.xyz^
||golochmenacer.com^
||goloshyacal.space^
||golpnkgkndw.com^
||gomain.pro^
||gomain2.pro^
||gomastabrat.com^
||gombointill.com^
||gomnlt.com^
||gondwrists.life^
||gonebyalongt.com^
||gonews2.com^
||gonzalodaemon.top^
||gooblesdd.com^
||goodadvert.ru^
||goodappforyou.com^
||goodbusinesspark.com^
||goodgamesmanship.com^
||goodnesslocusemphasize.com^
||goodnightrunaway.com^
||goods2you.net^
||goodsscoop.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^
||gopusher1.com^
||gopushka1.com^
||gopushmajor1.com^
||goralogplumach.com^
||goraps.com^
||gordiustouse.website^
||goredi.com^
||gorgeousremoveplead.com^
||gorgetmobiles.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^
||gostoamt.com^
||got-to-be.com^
||gotchaih.com^
||goteat.xyz^
||gotherresethat.com^
||gotibetho.pro^
||gotinbode.com^
||gotjobbs.com^
||gotohouse1.club^
||gotrackier.com^
||goucejugra.com^
||goudgctjcgan.com^
||goufldsbktds.com^
||gouheethsurvey.space^
||gouloupt.com^
||goundouskirty.com^
||goupeecy.com^
||gourdeunquote.website^
||gourgoldpieceso.com^
||gousauhu.xyz^
||gousouse.com^
||goutee.top^
||goutylumpier.top^
||gouzaich.com^
||govbusi.info^
||governessmagnituderecoil.com^
||governorpicklestraight.com^
||governorretired.com^
||goverua.com^
||govyygegtgofm.xyz^
||gowgycwrfbukst.com^
||gownletinfamy.com^
||gowpengagster.com^
||gowspow.com^
||gpcrn.com^
||gpiyzwt.com^
||gpnjknuqas.xyz^
||gporkecpyttu.com^
||gppsusbb.com^
||gpsecureads.com^
||gpwpaqnxpwhqufz.sbs^
||gpylmwtjiy.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^
||gracelesssolicitor.com^
||graceofnoon.com^
||gracesmallerland.com^
||grachompoa.com^
||grackoceesto.com^
||gradecastlecanadian.com^
||graduallyassist.com^
||graduatedgroan.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^
||granct.com^
||grandclemencydirt.com^
||granddadfindsponderous.com^
||granddaughterrepresentationintroduce.com^
||grandeursway.com^
||grandfathercancelling.com^
||grandlay.pro^
||grandmotherfoetussadly.com^
||grandnerve.pro^
||grandocasino.com^
||grandsupple.com^
||grangilo.net^
||grannyaudiblypriceless.com^
||grannyblowdos.com^
||grannysteer.com^
||grannytelevision.com^
||grantedpigsunborn.com^
||granular-picture.pro^
||grapefruitprecipitationfolded.com^
||graphicskiddingdesire.com^
||graphnitriot.com^
||grapiercaproyl.com^
||grappamacram.com^
||grapseex.com^
||grapselu.com^
||grartoag.xyz^
||grasshopperprudencecondiment.com^
||grasutie.net^
||grataeraghu.digital^
||gratertiedbubble.com^
||gratificationdesperate.com^
||gratifiedmatrix.com^
||gratunsung.life^
||graucoay.net^
||grauglak.com^
||grauhoat.xyz^
||graukaigh.com^
||graumseehucm.com^
||graungig.xyz^
||grauroocm.com^
||grauwaiw.com^
||grauxouzair.com^
||graveuniversalapologies.com^
||gravicmessiah.space^
||gravityharryexperienced.com^
||grawhoonrdr.com^
||grayishkabard.uno^
||great-spring.pro^
||greatappland.com^
||greataseset.org^
||greatbonushere.life^
||greatbonushere.top^
||greatcpm.com^
||greatdexchange.com^
||greatedo.com^
||greatlifebargains2024.com
||greatlove.pro^
||greatvpnoffers.com^
||grecemfouhjtxw.com^
||grecheer.com^
||grecmaru.com^
||gredraus.net^
||greebomtie.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^
||greenlinknow.com^
||greenpaperlist.com^
||greenplasticdua.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^
||grementessenti.com^
||gremsaup.net^
||grenkolgav.com^
||grepeiros.com^
||greptump.com^
||grerdoop.net^
||greroaso.com^
||grersomp.xyz^
||greshipsah.com^
||gretaith.com^
||gretnsassn.com^
||grewquartersupporting.com^
||greyersuppl.guru^
||greystripe.com^
||gribsastiw.com^
||grievedclaimed.com^
||griffintardant.guru^
||grifictuberal.site^
||grignoaw.com^
||grigrees.xyz^
||griksoud.net^
||grillcheekunfinished.com^
||grilledcolmars.top^
||grimacecalumny.com^
||grimsecretary.com^
||grinnymohels.com^
||griotsspeos.com^
||gripehealth.com^
||grippertureen.space^
||gripping-bread.com^
||grirault.net^
||grirtouy.com^
||gristleupanaya.com^
||gritaware.com^
||grivupie.net^
||grixaghe.xyz^
||grizzled-cover.com^
||grkuikqvpmqnla.com^
||grmtas.com^
||groacmaz.com^
||groacoaz.com^
||groagnoaque.com^
||groameeb.com^
||groansnoosed.space^
||grobido.info^
||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^
||gropefore.com^
||grortalt.xyz^
||gross-success.com^
||grossedoicks.com^
||groudrup.xyz^
||grouisamrehr.com^
||groumaux.net^
||groumtie.com^
||groumtou.net^
||groundtheco.xyz^
||grounolrou.com^
||groupcohabitphoto.com^
||groupian.io^
||groupsrider.com^
||grourded.net^
||groutf.com^
||grova.buzz^
||grova.xyz^
||growebads.com^
||growingfailure.pro^
||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^
||grudjfaasncjvfm.com^
||grudreeb.com^
||gruesome-comfortable.pro^
||gruffermail.com^
||grumblecrytopless.com^
||grumbletonight.com^
||grumpy-fear.pro^
||grumpybreakingsalad.com^
||grumrionzgu.com^
||grunoaph.net^
||grupkxfhi.com^
||gruponn.com^
||grurawho.com^
||grussreenter.com^
||gruvirxita.com^
||gruwalom.xyz^
||grxiqsqota.xyz^
||grygrothapi.pro^
||gsclvurjec.xyz^
||gscontxt.net^
||gsecumwgxthon.com^
||gseyldgnl.com^
||gsfoipmh.xyz^
||gsiswensaido.xyz^
||gsjln04hd.com^
||gsrfkrnkeaanc.xyz^
||gssicidctdklvs.com^
||gsurihy.com^
||gswinnodf.com^
||gsybhchttmopb.com^
||gsziafjjgeq.com^
||gtbdhr.com^
||gtcpsvyirosieug.com^
||gtgkbkbwpqyhvq.com^
||gthfwcjhbxbq.xyz^
||gtiqmsbpor.com^
||gtitcah.com^
||gtkimwuyvqfb.com^
||gtoonfd.com^
||gtosmdjgn.xyz^
||gtrmshgbw.com^
||gtsads.com^
||gtudkfe.com^
||gtwimkngw.com^
||gtxlouky.xyz^
||gtxyaiihuwkdbk.com^
||guabapeewee.com^
||guadam.com^
||guanaoutfawn.life^
||guanscleeks.com^
||guanylcaused.website^
||guardeddummysoothing.com^
||guardiandigitalcomparison.co.uk^
||guardianinvadecrept.com^
||guasarestant.com^
||gubopedruph.com^
||guchihyfa.pro^
||guddledarride.com^
||gudouzov.com^
||guemalgist.com^
||guerrilla-links.com^
||guessstartlethrive.com^
||guesswhatnews.com^
||guestblackmail.com^
||guesteaten.com^
||guestssum.com^
||guftaujug.com^
||guidonsfeeing.com^
||guigebichir.website^
||guiletoad.com^
||guiltjadechances.com^
||guilty-bear.com^
||guitarfelicityraw.com^
||gujakqludcuk.com^
||gulfimply.com^
||gullible-hope.com^
||gullible-lawyer.pro^
||gullibleanimated.com^
||gulperstaunted.website^
||gulsachpyrexia.uno^
||gulsyangtao.guru^
||gumbolersgthb.com^
||gumlahdeprint.com^
||gummierhedera.life^
||gungpurre.com^
||gunksjalapic.com^
||gunnersriser.guru^
||gunreset.com^
||gunsaidi.xyz^
||gunwaleneedsly.com^
||gunzblazingpromo.com^
||gurabinhetot.com^
||gurgledgymnure.space^
||gurimix.com^
||gurjaraganger.com^
||guro2.com^
||gurumoppet.digital^
||gurynyce.com^
||gushswarthy.com^
||gussame.com^
||gussbkpr.website^
||gussimsosurvey.space^
||gustilyoblate.uno^
||gutchauzaugh.com^
||gutjfeskwfk.xyz^
||gutobtdagruw.com^
||gutrnesak.com^
||gutsnights.com^
||gutterscaldlandslide.com^
||gutteryrhachi.com^
||guttiequashey.digital^
||guuewhkwtrvab.com^
||guvnsusr.com^
||guwait.com^
||guxedsuba.com^
||guxsxexlkdk.xyz^
||guyabe.xyz^
||gvbgvrjmap.com^
||gvcgmvblssh.com^
||gvhmoascwa.xyz^
||gvkmifcvr.com^
||gvkqpogjqvni.com^
||gvkzvgm.com^
||gvmojhugkiud.com^
||gvt2.com^
||gvyyhjyyfdgxij.xyz^
||gvzsrqp.com^
||gwallet.com^
||gwbgqrxlelrjsi.com^
||gwcpdvojom.com^
||gweducelne.com^
||gwfcpecnwwtgn.xyz^
||gwhllcipky.com^
||gwjdaazribz.com^
||gwpcomqsyflewv.com^
||gwrgoaunieybo.com^
||gwtylvvexe.xyz^
||gwurinylw.com^
||gwvjcrtucd.com^
||gwvuasdnddxlsp.com^
||gx101.com^
||gxcvxdeda.com^
||gxdrytainoxadwy.xyz^
||gxeireojvtfoq.com^
||gxgrrrovnlgjcv.xyz^
||gxgu9gktreso.com^
||gxhbsapkkdni.xyz^
||gxikmksjuz.com^
||gxmlkgraj.com^
||gxnedqaxm.com^
||gxordgtvjr.com^
||gxpvnveyqowm.com^
||gxqjvuhsk.com^
||gxvaunase.com^
||gxvpfppyktgaeo.com^
||gxymlqcnu.com^
||gxzabkagrlb.com^
||gyenhpl.com^
||gyfumobo.com^
||gyjwkknwanbug.xyz^
||gymdeserves.com^
||gymellionize.com^
||gymsgranth.com^
||gynicsperdy.top^
||gynnjgjljbqix.xyz^
||gypsiedjilt.com^
||gypufahuyhov.xyz^
||gyqwppftsrmme.xyz^
||gyratesequal.website^
||gyudlffoisng.com^
||gzcxtuxgqjrhz.com^
||gzifhovadhf.com^
||gzigudxidz.com^
||gzpphnbvqj.com^
||h0w-t0-watch.net^
||h12-media.com^
||h15maincat.com^
||h2aek6rv0ard.com^
||h45oldforgames.com^
||h52ek3i.de^
||h5r2dzdwqk.com^
||h74v6kerf.com^
||h8brccv4zf5h.com^
||h98s.com^
||habaerashiksas.com^
||habdjbbkq.com^
||habeglee.net^
||habithate.com^
||habitofstic.xyz^
||habitofsticklik.com^
||habitualivoryashes.com^
||habitueflasque.com^
||hablvsmnr.com^
||habovethecity.info^
||habovethecityon.info^
||habrasysteleii.xyz^
||habusima.uno^
||hadabqhbewcrt.com^
||hadesleta.com^
||hadeti.xyz^
||hadmvmqe.com^
||hadsans.com^
||hadsanz.com^
||hadsecz.com^
||hadsimz.com^
||hadskiz.com^
||hadsokz.com^
||haemorrhagedigest.com^
||haffnetworkmm.com^
||hafisfunnier.guru^
||haflinforms.top^
||haftathoa.com^
||hagboatdismast.com^
||haggeisgael.com^
||haghalra.com^
||haglance.com^
||hagnaudsate.com^
||hagridestupose.space^
||hagweedtoytown.com^
||hahscalusar.guru^
||haihaime.net^
||haikcarlage.com^
||hailstonenerve.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^
||halidspilau.guru^
||halileo.com^
||halleyperson.pro^
||hallothoulap.top^
||hallucinatebotany.com^
||hallucinatecompute.com^
||hallucinatediploma.com^
||hallucinatepromise.com^
||hallwayscarf.com^
||halogennetwork.com^
||halteddropped.com^
||haltough.net^
||halveimpendinggig.com^
||hambul.com^
||hamestoyman.website^
||hamfatbuxeous.guru^
||haminu.space^
||hamletuponcontribute.com^
||hammaidentomb.guru^
||hammalorphans.com^
||hammerhewer.top^
||hammockpublisherillumination.com^
||hamoumpa.xyz^
||hampersolarwings.com^
||hamsterginger.com^
||hamsterglobins.com^
||handbagadequate.com^
||handbagcordial.com^
||handbaggather.com^
||handfuljoggingpatent.com^
||handgripvegetationhols.com^
||handkerchiefpeeks.com^
||handkerchiefpersonnel.com^
||handkerchiefstapleconsole.com^
||handlegoatsperiod.com^
||handlingattic.com^
||handlingblare.com^
||handsenvious.com^
||handsomepinchingconsultation.com^
||handspiketha.xyz^
||handtub.com^
||handwritingdoorbellglum.com^
||handwritingnomad.com^
||handy-tab.com^
||handymanprivately.com^
||handymansurrender.com^
||hangdogferfel.com^
||hangfly.net^
||hangtagcomonte.com^
||hanqpwl.com^
||hansetwangy.com^
||hantlesberith.com^
||hapbtualkfi.com^
||hapdkvyhchw.com^
||haphazardbleeding.com^
||haplic.com^
||happeningdeliverancenorth.com^
||happeningurinepomposity.com^
||happilydestructive.com^
||happy-davinci-53144f.netlify.com^
||happymuttere.org^
||happypasteheat.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^
||harelipwelshes.digital^
||haresmodus.com^
||harhtwb.com^
||haribdathesea.com^
||harkingskulp.digital^
||harlequinsleepyfrog.xyz^
||harmalpilotry.com^
||harmfulresolution.com^
||harmlessepic.com^
||harmlesstacticalhonorable.com^
||harmoniousfamiliar.pro^
||harmonypix.com^
||harn8.info^
||haronfitanheck.com^
||harrenmedianetwork.com^
||harretrips.digital^
||harsh-hello.pro^
||harshlygiraffediscover.com^
||harshplant.com^
||hartattenuate.com^
||hartbasketenviable.com^
||hartlyengland.com^
||harvardunions.com^
||harvesttheory.com^
||harzpzbsr.com^
||hasdrs.com^
||hash-hash-tag.com^
||hashbitewarfare.com^
||hasricewaterh.info^
||hasslesneatly.com^
||hasteshearses.com^
||hastifuhllo.top^
||hastyarmistice.com^
||hatagashira.com^
||hatapybbwxkbs.com^
||hatbenchmajestic.com^
||hatchetrenaissance.com^
||hatchetsiegecleverness.com^
||hatchetsummit.com^
||hatchord.com^
||hatedgeographical.com^
||hathehadin.com^
||hatredsmell.uno^
||hats-47b.com^
||hatsamevill.org^
||hatwasallo.com^
||hatwasallokmv.info^
||hatzhq.net^
||hauboisphenols.com^
||hauchiwu.com^
||hauganes.net^
||haukrgukep.org^
||haulairtime.com^
||haulmserinys.com^
||haulstugging.com^
||haunchbelongings.com^
||haunigre.net^
||haunowho.net^
||hauphoak.xyz^
||hauphuchaum.com^
||haupsoag.xyz^
||hausoumu.net^
||haustoam.com^
||hauthoun.xyz^
||hautoust.com^
||hauufhgezl.com^
||havagedhyana.com^
||havamedia.net^
||havan3eab9row2n.com^
||havanese.top^
||havegrosho.com^
||havenadverb.com^
||havenwrite.com^
||haveproceeding.com^
||haveralupbeat.website^
||haveredsiren.space^
||havils.com^
||havingsreward.com^
||haviorshydnoid.com^
||haviouseulom.club^
||havoccasualtypersistent.com^
||havocsbilaan.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^
||hazicu.hothomefuck.com^
||hazoopso.net^
||hazydespise.com^
||hazymarvellous.com^
||hb-247.com^
||hb94dnbe.de^
||hbbvykwoiqhjpah.xyz^
||hbeipcdntijpb.com^
||hbfqcy.com^
||hbhood.com^
||hbkpcwdxite.com^
||hbloveinfo.com^
||hbmode.com^
||hbokbjjrllthdra.com^
||hbozuumx.com^
||hbpcjmegtll.com^
||hbrphusgbhpjpi.com^
||hbxbiwgdjervee.com^
||hcckkyoo.com^
||hcdmhyq.com^
||hcitgdljlrfw.com^
||hcritiesec.xyz^
||hcrwvno.com^
||hcsiquau.com^
||hctiqywqshbpjcc.com^
||hcuukwgpjiykapf.xyz^
||hcwmnryoyf.com^
||hcxbokndbhw.com^
||hd100546c.com^
||hdacode.com^
||hdapdyme.xyz^
||hdat.xyz^
||hdatssfpxrwbxs.com^
||hdbcdn.com^
||hdbcoat.com^
||hdbcode.com^
||hdbcome.com^
||hdbkell.com^
||hdbkome.com^
||hdbtop.com^
||hddworqbkmsavvh.com^
||hdexvocfvtox.com^
||hdfoweey.com^
||hditers.com^
||hdjfeed.top^
||hdpreview.com^
||hdshapvscudndgy.xyz^
||hdsqvypdt.com^
||hdtqyckdijxmtuc.com^
||hdvcode.com^
||hdwibtrw.com^
||hdwvhgnisi.com^
||he3mero6calli4s.com^
||he7ll.com^
||headlightgranulatedflee.com^
||headquartersexually.com^
||headsroutestocking.com^
||headstonerinse.com^
||headup.com^
||headusuallyopener.com^
||healthsmd.com^
||heappyrinceas.info^
||heardsoppy.com^
||hearingdoughnut.com^
||heartacheeasellikeness.com^
||heartbrokenbarrellive.com^
||hearthinfuriate.com^
||heartilyscales.com^
||heartlessrigid.com^
||heartsawpeat.com^
||heaterrobotscompute.com^
||heatertried.com^
||heathertravelledpast.com^
||heatpracticallyease.com^
||heavenexceed.com^
||heavenfull.com^
||heavengenerate.com^
||heavenly-landscape.com^
||heavinessnudgemystical.com^
||heavycomposedkerb.com^
||heavyconsciousnesspanties.com^
||heavyrnews.name^
||heavyuniversecandy.com^
||hebenefitssheasht.info^
||hebiichigo.com^
||hebraicwain.website^
||hebrum.com^
||hecherthepar.com^
||hedgebedengue.website^
||hedgehoghugsyou.com^
||hedmisreputys.info^
||heebauch.com^
||heedsbedeaf.guru^
||heelseparateddistinguished.com^
||heerosha.com^
||heeteefu.com^
||heezylaura.com^
||heftedbeatify.cfd^
||heftymynah.com^
||hegazedatthe.info^
||hegazedatthewo.com^
||hegumensemite.com^
||hehadinqu.info^
||hehighursoo.com^
||heinndoorhises.info^
||heiressplane.com^
||heiresstolerance.com^
||heirforslow.com^
||heirloomreasoning.com^
||heixidor.com^
||hejrspjwu.com^
||hekowutus.com^
||helaid.com^
||heleric.com^
||helesandoral.com^
||helic3oniusrcharithonia.com^
||heligh.com^
||helign.com^
||hellmade.top^
||hellnebsh.live^
||helltraffic.com^
||helmethopeinscription.com^
||helpedhandwritingintestine.com^
||helperinadmissible.com^
||helphauntboxer.com^
||helplessdanpavilion.com^
||hemaglnkrvdcgxe.com^
||hembrandsteppe.com^
||hemhiveoccasion.com^
||hemineedunks.com^
||hemingway-dries-i-207.site^
||hemisphereilliterate.com^
||hemtatch.net^
||hemworm.com^
||hencoopfiestas.life^
||henfskbbk.xyz^
||hengared.com^
||hengepessary.com^
||heniypgtlw.com^
||henoticpipi.com^
||henriettaproducesdecide.com^
||henrithisheprat.com^
||hentaibiz.com^
||hentaigold.net^
||hentaionline.net^
||henwilethysen.com^
||heodeidsoanadthe.info^
||hepani.com^
||hepare.com^
||heparllasysy.xyz^
||hepekdxt.xyz^
||hepsaign.com^
||heptix.net^
||heraldet.com^
||heratheacle.com^
||herbiernohow.top^
||herbwheelsobscure.com^
||herdintwillelitt.com^
||herdruler.com^
||hereabithec.com.ua^
||hereaftercostphilip.com^
||hereditaryplead.com^
||herefoortowa.cc^
||hereincigarettesdean.com^
||heremployeesihi.info^
||heresanothernicemess.com^
||heresjokey.com^
||herew-lmq.com^
||herhomeou.xyz^
||heritorclysmic.com^
||hermichermicbroadcastinglifting.com^
||hermichermicfurnished.com^
||hernialbriefer.com^
||heroadmissionfinalize.com^
||heroblastgeoff.com^
||herodiessujed.org^
||herofherlittleboyw.info^
||heroiddepress.com^
||herolaumbrous.website^
||heronspire.com^
||herynore.com^
||hesatinaco.com^
||hesatinacorne.org^
||hescjkjfemykbgw.xyz^
||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^
||hethisisath.xyz^
||heucoucjrwno.com^
||heukwasanasosett.info^
||heusysianedu.com^
||hevc.site^
||hevinauw.net^
||hewalleges.guru^
||hewawkward.com^
||hewdisobedienceliveliness.com^
||hewhimaulols.com^
||hewmjifrn4gway.com^
||hexovythi.pro^
||heycompassion.com^
||heycrktc.xyz^
||hf5rbejvpwds.com^
||hfc195b.com^
||hfeoveukrn.info^
||hffdjxnyxckf.xyz^
||hffxc.com^
||hfggttxptxwdmb.com^
||hfib5s-sdds-248d.xyz^
||hfjoksuriyy.com^
||hfk128dfs-dsfbheuoys.xyz^
||hfnrvmkqtqyudxt.com^
||hfnzhczqgdp.com^
||hforuvqrgyvbspi.xyz^
||hfqjfnswctf.xyz^
||hfufkifmeni.com^
||hfvqqbwverxy.xyz^
||hg-bn.com^
||hgbn.rocks^
||hgcbvpjswabie.xyz^
||hgcmnews.pro^
||hgdpllko.com^
||hgearlpfbm.top^
||hghit.com^
||hghm4u7b61.com^
||hgijycxp.com^
||hgirsxsgetv.com^
||hgjxjis.com^
||hgkuafsvkrn.xyz^
||hgpmbfkxmrw.xyz^
||hgqpbscai.com^
||hgsosrgldtgmyb.xyz^
||hgub2polye.com^
||hgubxzfpolbf.com^
||hgx1.online^
||hgx1.site^
||hgx1.space^
||hgzxmxwzgdbud.com^
||hhbypdoecp.com^
||hhcktiucw.xyz^
||hhffpagi.com^
||hhhcsywtuiif.com^
||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^
||hidatsabedim.space^
||hiddenbucks.com^
||hiddenseet.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^
||highjournalistbargain.com^
||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^
||hikvar.ru^
||hilariouscongestionpackage.com^
||hilaroryssus.guru^
||hilded.com^
||hildly.com^
||hildrenasth.info^
||hilerant.site^
||hillbackserve.com^
||hillhousehomes.co^
||hillsidejustificationstitch.com^
||hilltopads.com^
||hilltopads.net^
||hilltopgo.com^
||hillyhaeres.website^
||hiloss.com^
||hilove.life^
||himediads.com^
||himediadx.com^
||himekingrow.com^
||himhedrankslo.xyz^
||himpumbilic.cfd^
||himrebelliontemperature.com^
||himselfthoughtless.com^
||himselves.com^
||himselvesobr.club^
||hinaprecent.info^
||hingamgladt.org^
||hingamgladther.com^
||hingfruitiesma.info^
||hinkhimunpra.info^
||hinkhimunpractical.com^
||hinoglauk.com^
||hinoidczarist.com^
||hinowlfuhrz.com^
||hionedaugsbu.info^
||hip-97166b.com^
||hipals.com^
||hipersushiads.com^
||hiphoapt.xyz^
||hipintimacy.com^
||hippostravois.store^
||hippusanglist.com^
||hiprofitnetworks.com^
||hipstertinta.space^
||hipunaux.com^
||hipvaeciaqqtrhy.xyz^
||hircinnative.guru^
||hirted.com^
||hirurdou.net^
||hiseewhatmyou.xyz^
||hisismoyche.com^
||hissedassessmentmistake.com^
||hissoverout.com^
||hissshortsadvisedly.com^
||hisstrappedperpetual.com^
||historicalcarawayammonia.com^
||historicalcargo.com^
||historicalcompetentconquered.com^
||historicalsenseasterisk.com^
||historicgraduallyrow.com^
||hisurnhuh.com^
||hitbip.com^
||hitchbuildingeccentric.com^
||hitchrational.com^
||hitcpm.com^
||hitlnk.com^
||hiug862dj0.com^
||hizanpwhexw.com^
||hizlireklam.com^
||hjalma.com^
||hjfonyiuo.com^
||hjiwoazeigefn.com^
||hjkkindwould.xyz^
||hjklq.com^
||hjmjmywncskyt.com^
||hjprhubzqgw.com^
||hjqdwmekhur.com^
||hjrwwwlqcovom.com^
||hjxajf.com^
||hkbrsgemjlqfo.xyz^
||hkeibmpspxn.com^
||hkfgsxpnaga.xyz^
||hkgcthphxttqkqf.com^
||hkifcxblsu.com^
||hkilops.com^
||hkilyflawp.com^
||hkiztcykfb.com^
||hkjjfpkghxec.xyz^
||hkjmjxttwaxmui.com^
||hkkpfcnqoajtsu.com^
||hkmvirkwqnscx.xyz^
||hkngacxry.com^
||hkpscjgfnxquj.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^
||hmgooviqnin.xyz^
||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^
||hnvtuftqshbkhui.xyz^
||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^
||hobfadbig.com^
||hobftcfdrm.com^
||hoboka.com^
||hockeyhavoc.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^
||hoickpinyons.com^
||hoiiodacdsmro.com^
||hoisquit.buzz^
||hojecynwe.com^
||hokarsoud.com^
||hokierloopy.digital^
||holdsbracketsherry.com^
||holdsoutset.com^
||holduporatory.com^
||holebnnjuom.xyz^
||holemanwasco.com^
||holenhw.com^
||holict.com^
||hollekeamboina.com^
||hollowcharacter.com^
||hollowgleamed.com^
||holmiumundried.com^
||holond.com^
||holptimawa.com^
||holyskier.com^
||homecomingrespectedpastime.com^
||homergeoidal.tech^
||homesickheron.com^
||homespotaudience.com^
||homeycommemorate.com^
||homierceston.top^
||hommmaq.com^
||homncjrgbref.com^
||hompouka.com^
||honestlyapparentlycoil.com^
||honestlydeploy.com^
||honestlyfosterchild.com^
||honestlygipsy.com^
||honestlyvicinityscene.com^
||honestpeaceable.com^
||honeycombastrayabound.com^
||honeycombprefecture.com^
||honeycshfferufrew.com^
||honeymoonregular.com^
||honorablehalt.com^
||honorarybreakclank.com^
||honourcunninglowest.com^
||honoursdashed.com^
||honoursimmoderate.com^
||hoo1luha.com^
||hoodoosdonsky.com^
||hoodypledget.top^
||hoofexcessively.com^
||hoogajee.net^
||hooglidi.net^
||hoojique.xyz^
||hookawep.net^
||hookersecus.com^
||hooliganmedia.com^
||hoonaptecun.com^
||hoood.info^
||hoopbeingsmigraine.com^
||hoopersnonpoet.com^
||hoophaub.com^
||hoophejod.com^
||hooplejubus.uno^
||hooptaik.net^
||hoosgowhandbow.com^
||hoowooze.net^
||hoowuliz.com^
||hopbeduhzbm.com^
||hopdream.com^
||hopedwishfulpercent.com^
||hopefullyactively.com^
||hopefullyapricot.com^
||hopghpfa.com^
||hophcomeysw.com^
||hopilos.com^
||hopliteracy.com^
||hopperbanespirits.com^
||hopperimprobableclotted.com^
||hoppershortercultivate.com^
||hoppersill.com^
||hopsackmoth.com^
||hopsigna.com^
||hoptopboy.com^
||hopuchcompa.com^
||horaceprestige.com^
||horaebanca.life^
||hordeumtooken.com^
||horedi.com^
||horgoals.com^
||horizontallyclenchretro.com^
||hormosdebris.com^
||hornierxenium.com^
||hornspageantsincere.com^
||horny.su^
||horriblecatching.com^
||horriblygeneratortwinkle.com^
||horriblysparkling.com^
||horrifieddespair.com^
||horrifyclausum.com^
||horse-bidforreal.org^
||horsebackcastle.com^
||horsilyoxydase.com^
||hortestoz.com^
||hortitedigress.com^
||hosaur.com^
||hosehonoured.com^
||hosenewspapersdepths.com^
||hosentombe.top^
||hoseve.com^
||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^
||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^
||hotzoneunspeed.com^
||houdodoo.net^
||houfopsichoa.com^
||houjachy.com^
||houlb.com^
||houndcost.com^
||hounddramatic.com^
||houndtriumphalsorry.com^
||houpeera.net^
||hourglasssealedstraightforward.com^
||householdsinnersyringe.com^
||housejomadkc.com^
||housekeepergamesmeeting.com^
||housemaiddevolution.com^
||housewifecheeky.com^
||housewifehaunted.com^
||houthaub.xyz^
||hoverr.co^
||hoverr.media^
||hovide.com^
||hovpxxqpyy.com^
||how-t0-wtch.com^
||howberthchirp.com^
||howboxmab.site^
||howdoyou.org^
||howeasteeler.website^
||howfingbrakes.com^
||howledmintier.com^
||howlexhaust.com^
||howningretoneand.com^
||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^
||hqawqssuvqyl.xyz^
||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^
||hreerfdfgourg.com.ua^
||hrenbjkdas.com^
||hrgpdiuf.com^
||hrhufhhay.com^
||hrnhmral.com^
||hrnpiyimmgdfjn.xyz^
||hrogrpee.de^
||hrotonafk.xyz^
||hrrlyfdnxlzxe.com^
||hrscompetepickles.com^
||hrscouchoutbreak.com^
||hrtennaarn.com^
||hrtvluy.com^
||hrtyc.com^
||hrtye.com^
||hrxjqyxvdqidpv.com^
||hsdaknd.com^
||hskywgpickh.com^
||hsmrabnj.com^
||hsrvv.com^
||hsrvz.com^
||hssitplsoq.com^
||hstpnetwork.com^
||hsumeaevly.com^
||hsyaoyutmz.com^
||htalizer.com^
||htdvt.com^
||htevoo.xyz^
||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^
||hubzozo.com^
||huckauhy.com^
||huddha.com^
||hudrftcspuf.com^
||hue2a.com^
||hueadsxml.com^
||hugelyantony.com^
||hugelyimmovable.com^
||hugfromoctopus.com^
||huggerrailly.top^
||hughester.com^
||hughjonah.com^
||hugoinexperiencedsat.com^
||hugregregy.pro^
||hugsgnome.com^
||hugysoral.digital^
||huhowmvewocv.xyz^
||hulabipptemux.com^
||huloxakuxukwduo.xyz^
||hulsairtid.com^
||humaffableconsulate.com^
||humanjeep.com^
||humble-green.pro^
||humblecooperate.com^
||humbledleelang.com^
||humidpeace.com^
||humifyporteno.digital^
||humiliatedvolumepore.com^
||humiliatemoot.com^
||humiliating-risk.pro^
||humiliating-tradition.pro^
||humilityanytime.com^
||hummertulwar.guru^
||hummingexam.com^
||humoralpurline.com^
||humordecomposebreathtaking.com^
||humpdecompose.com^
||humpdubious.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^
||hurlmedia.design^
||huronews.com^
||hurricaneabjection.com^
||hurricaneadvantagecomplication.com^
||hurricaneforciblesorrow.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^
||huwkiycoup.com^
||huwuftie.com^
||huylki.com^
||hvdmwhnawvhbejv.com^
||hvikgqco.com^
||hvkwmvpxvjo.xyz
||hvmsmoiejaqb.com^
||hvmuqhywjpym.com^
||hvooyieoei.com^
||hvrnjftl.com^
||hvvafunojvdlv.xyz^
||hwbekhxxihvdoue.com^
||hwchvgpc.xyz^
||hwderdk.com^
||hwfnlmmqn.com^
||hwicliktt.com^
||hwmlmcbwpbkwas.com^
||hwpnocpctu.com^
||hwpyfcxahv.com^
||hwqybdkniptwm.com^
||hwrcxpfzmfxg.com^
||hwucqkpdinfb.xyz^
||hwydfevh.com^
||hwyjfhdjgoorb.com^
||hwyrtegwvyjvbim.com^
||hxatkjygdpar.com^
||hxbtqwquroke.com^
||hxcdyx.com^
||hxcovhhin.com^
||hxctmaismdcqnso.com^
||hxeukcmkuswifr.com^
||hxficbb.com^
||hxfjbdgjscufctm.xyz^
||hxghalcrv.com^
||hxgqqxopf.com^
||hxgrdgrgjktw.xyz^
||hxitiioub.com^
||hxknfrtfj.xyz^
||hxlkytqpinnqeo.com^
||hxoewq.com^
||hxpyrgqycgreyy.xyz^
||hxtvrydyhi.xyz^
||hxwjmeveeb.com^
||hybridgermandespicable.com^
||hycantyoubelik.com^
||hydnoraraasch.tech^
||hydragrouge.com^
||hydraulzonure.com^
||hyibpgaa.com^
||hykerewasn.xyz^
||hylicfrothi.uno^
||hyloistmithan.com^
||hylomysslipper.digital^
||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^
||hypnotizedespiterelinquish.com^
||hypnotizetransfervideotape.com^
||hypocrisypreliminary.com^
||hypocrisysmallestbelieving.com^
||hypogeeinial.com^
||hypogynbalker.com^
||hypothesisoarsoutskirts.com^
||hypots.com^
||hypozoabytes.life^
||hyrcanquittor.com^
||hyrewusha.pro^
||hysonsregrown.top^
||hystericalpotprecede.com^
||hyvmflsclweae.xyz^
||hywcvctplkoy.com^
||hz9x6ka2t5gka7wa6c0wp0shmkaw7xj5x8vaydg0aqp6gjat5x.com^
||hzdfziaydqawar.com^
||hzkachqd.com^
||hzogncbobfb.com^
||hzoywchsp.com^
||i-afk.com^
||i.iloacmoam.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^
||iangakwvtjrpbew.xyz^
||ianjgmpat.com^
||ianjumb.com^
||iaogqszcujbls.com^
||iarreowsca.com^
||iasbetaffiliates.com^
||iasrv.com^
||iaswrwqfy.com^
||iawfchawq.com^
||iaxwnffhikiac.com^
||ibatom.com^
||ibaxdpwaceyha.xyz^
||ibdjdtmkq.xyz^
||ibeelten.net^
||ibexesblithen.com^
||ibicrxnap.com^
||ibidemkorari.com^
||ibikini.cyou^
||ibjdmthqkz.com^
||ibonmfvcwb.xyz^
||ibpxnkwstvqcon.com^
||ibrapush.com^
||ibryte.com^
||ibtjhkwytup.xyz^
||ibugreeza.com^
||ibukommfple.xyz^
||ibutheptesitrew.com^
||ibxckpvttgkat.com^
||icalnormaticalacyc.info^
||icdirect.com^
||icdns.net^
||icebergreptilefury.com^
||iceboxlitre.com^
||icedewear.site^
||icelessbogles.com^
||ichairaivi.com^
||ichauphy.com^
||ichesfiabitpiemi.tk^
||ichimaip.net^
||icicleapplicationinvestigator.com^
||icicleriskfence.com^
||iciftiwe.com^
||icilyassertiveindoors.com^
||icilytired.com^
||iciynrkldrhmk.com^
||ickyrustle.com^
||iclickcdn.com^
||icllmnimmmvrc.com^
||icmlfqdb.com^
||icmssjinq.com^
||icnwkduxnwl.com^
||icoawhou.com^
||iconcardinal.com^
||iconcnd.net^
||icpadv.com^
||icrxbetigcdjz.com^
||icvehoixyqudejo.xyz^
||icxcrnciutiltaf.com^
||icycreatmentr.info^
||icyxbdxvhqswvxg.com^
||idahoanpavies.com^
||idantglyoxim.top^
||idcuhbeowoh.com^
||iddeyrdpgq.com^
||iddjpop.com^
||iddpop.com^
||ideahealkeeper.com^
||idealmedia.io^
||idelpiyuagjxtk.xyz^
||idelv.net^
||identifiernancy.com^
||identifierslionessproof.com^
||identitymansfield.com^
||idescargarapk.com^
||idiafix.com^
||idiothungryensue.com^
||idioticdeprint.com^
||idioticskinner.com^
||idiotproprietary.com^
||iditolshewn.com^
||idkmgzkdhanmz.com^
||idlccpuom.com^
||idledifficulty.pro^
||idnbckbknxurmf.xyz^
||idohethisisathllea.com^
||idolizeduse.pro^
||idolsainsie.com^
||idownloadgalore.com^
||idrsklar.com^
||idswinpole.casa^
||idvdtxixmmaiyv.xyz^
||idwithblaockbrok.xyz^
||idydlesswale.info^
||ie3wisa4.com^
||ie8eamus.com^
||ieamsbpzu.com^
||iebsmqevw.com^
||iecjqkiawvifx.com^
||ieememberhima.xyz^
||ieicbkjmmqkcmgq.com^
||ieiukkwfqhwuvwy.com^
||iemufbuvehrjo.xyz^
||iendoo.com^
||ieoyptnech.com^
||ietbwrkg.com^
||ietyofedinj89yewtburgh.com^
||iewhonhdvryu.com^
||iezptsoc.com^
||iezxmddndn.com^
||ifaupsoo.com^
||ifcpmukburktd.com^
||ifdilptsw.com^
||ifdividemeasuring.com^
||ifdmuggdky.com^
||ifdnzact.com^
||ifdyifowri.com^
||ifefashionismscold.com^
||ifigent.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^
||igmcsvrgxpebh.xyz^
||ignitesvaurien.com^
||ignitioninstaller.com^
||ignorant-union.pro^
||ignorantmethod.pro^
||ignorantrigidpreferred.com^
||ignoresphlorol.com^
||ignoringinconvenience.com^
||ignoringpromisingonce.com^
||ignvgalrbowjbo.com^
||igoamtaimp.com^
||igoognou.xyz^
||igppkehwycrr.com^
||igrnkokvclemmv.xyz^
||iguran.com^
||igxmoaulj.com^
||igylwxvxgsuvcs.xyz^
||igyrmknlpr.xyz^
||ihafiwuxeu.com^
||ihappymuttered.info^
||ihauvogh.com^
||ihdcnwbcmw.com^
||ihehgqawkybbqi.com^
||iheuuivitgj.com^
||ihhqwaurke.com^
||ihjtrncfoha.com^
||ihoabsop.xyz^
||ihoolrun.net^
||ihopuchcomp.xyz^
||ihtckcitkr.com^
||ihttscqovzzb.com^
||ihzuephjxb.com^
||iicheewi.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^
||ijukwkxpek.xyz^
||ijwfyirxx.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^
||ikouthaupi.com^
||ikrail.com^
||ikrauteri.life^
||ikunselt.com^
||ikwiwnnofgpzq.com^
||ikwzrix.com^
||ikxxgkpymja.com^
||ikyobwrswacki.xyz^
||ilaterdeallyi.info^
||ilaterdeallyig.info^
||ilathetchit.com^
||ilawitrototlet.com^
||ilcdamnqtpem.com^
||ileacfaretta.digital^
||ilealscathes.com^
||ileeckut.com^
||ileesidesu.hair^
||iletterismyper.info^
||iliifmido.xyz^
||iliketomakingpics.com^
||ilinouck.net^
||illallwoe.com^
||illegaleaglewhistling.com^
||illegallyshoulder.com^
||illegalprotected.com^
||illegibledismiss.com^
||illfriendship.com^
||illfvowjayo.com^
||illicitdandily.cam^
||illinformednative.com^
||illips.com^
||illishrastus.com^
||illiterate-estate.pro^
||illiticguiding.com^
||illogicalcreaturebiological.com^
||illuminatedharrowpartnership.com^
||illuminatedusing.com^
||illuminateinconveniencenutrient.com^
||illuminateslydeliberate.com^
||illuminationdangeroushero.com^
||illusiveremarkstreat.com^
||illustcutesy.com^
||illustrateartery.com^
||illustrationapplausespotlight.com^
||illustriousmind.pro^
||illustriousoatmeal.com^
||ilmtudcgmqxa.com^
||ilo134ulih.com^
||iloacmoam.com^
||iloptrex.com^
||ilovemakingpics.com^
||iloxvxenlwsv.com^
||ilumtoux.net^
||ilxhsgd.com^
||ilxkwlhqo.com^
||ilyf4amifh.com^
||ilygtgexvlvmqao.com^
||imageadvantage.net^
||imagiflex.com^
||imaginestandingharvest.com^
||imalug.com^
||imasdk.googleapis.com^
||imathematica.org^
||imatrk.net^
||imatue.com^
||imbalmscashews.com^
||imbgrfywnol.com^
||imblic.com^
||imbolexabc.top^
||imemediatesuper.info^
||imerinabitypic.top^
||imgfeedget.com^
||imghst-de.com^
||imgint1.com^
||imglnkd.com^
||imglnke.com^
||imgot.info^
||imgsniper.com^
||imgspics.com^
||imgwebfeed.com^
||imiclk.com^
||imiddleagedspacious.com^
||iminsoux.com^
||imith.com^
||imitrck.net^
||imitrk.com^
||imkbgfcnd.com^
||immaculategirdlewade.com^
||immaculaterepair.pro^
||immaculatewars.com^
||immediatebedroom.pro^
||immediateknowledge.com^
||immediatesignal.pro^
||immedlinkum.info^
||immenseatrociousrested.com^
||immenselyloot.com^
||immenselytoken.com^
||immenseprivilegelibel.com^
||immersepingcompromise.com^
||immigrantpavement.com^
||immigrateskating.com^
||immigrationspiralprosecution.com^
||imminentadulthoodpresumptuous.com^
||immortalhostess.com^
||immortalityfaintedobjections.com^
||immortalityinformedmay.com^
||immortalityrewardintersection.com^
||immoxdzdke.com^
||immuneincompetentcontemporary.com^
||imnpkbxrf.xyz^
||imobljkhqw.com^
||imoniummusicry.com^
||imoughtcallmeoc.com^
||imp2aff.com^
||impact-betegy.com^
||impactcutleryrecollect.com^
||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^
||impendingaggregated.com^
||impendscouxio.com^
||impenetrableauthorslimbs.com^
||imperativecapitaltraitor.com^
||imperialtense.com^
||impertinentwishing.com^
||imperturbableawesome.com^
||imperturbableclothes.com^
||imperturbableresponsive.com^
||imperturbablesum.com^
||impishelizabethjumper.com^
||implementedinstalled.com^
||implementtransmitted.com^
||implix.com^
||impolitefreakish.com^
||imponedbilsh.top^
||impore.com^
||importanceexhibitedamiable.com^
||imposi.com^
||impossibilityfighter.com^
||impossibilityutilities.com^
||impossiblemountain.pro^
||impostorconfused.com^
||impostorhazy.com^
||impregnablehunt.com^
||impresseastsolo.com^
||impressivecontinuous.com^
||impressiveporchcooler.com^
||imprintmake.com^
||improvebeams.com^
||improvebin.com^
||improvementscakepunctual.com^
||improvementscaptivatevenus.com^
||improviseprofane.com^
||impulsefelicity.com^
||impulselikeness.com^
||impulsiveenabled.com^
||impunekotoite.com^
||imputesmere.top^
||imrmmbnlc.com^
||imstks.com^
||imudukely.store^
||imugjnniij.com^
||imvsujvyxtrnpb.com^
||imxequfha.com^
||imxhirrqagtjwd.com^
||in-appadvertising.com^
||in-page-push.com^
||in-page-push.net^
||inabilityovaloccasional.com^
||inabilitytraditional.com^
||inabsolor.com^
||inaccuratetreasure.com^
||inadequateinadmissibleoblige.com^
||inadmissibleinsensitive.com^
||inaickoo.com^
||inaltariaon.com^
||inancukan.xyz^
||inaneconstellationindistinct.com^
||inanepercyfinancially.com^
||inanityacromia.life^
||inanitystorken.com^
||inappropriateoutdoorsconfiguration.com^
||inareputaonforha.com^
||inaudiblesattruthfully.com^
||inauguratehiddennegligence.com^
||inauknceiwouldlikuk.info^
||inbbredraxing.com^
||inbdmaza.com^
||inbdorenda.com^
||inboldoreer.com^
||inbornsodcharms.com^
||inbudewr.com^
||incarnatepicturesque.com^
||incaveprobeer.digital^
||inchesfacing.com^
||inchestverts.guru^
||inchexplicitwindfall.com^
||inchrepay.com^
||incidentenglandtattoo.com^
||incidentmerriment.com^
||inclineexchange.com^
||inclineflaming.com^
||inclk.com^
||incloak.com^
||includemodal.com^
||includeoutgoingangry.com^
||inclusacharmed.com^
||inclusadeicer.com^
||incompatible-singer.pro^
||incompleteshock.pro^
||incompletethong.com^
||incomprehensibleacrid.com^
||incomptstress.uno^
||inconceivableascertained.com^
||inconveniencepretendboost.com^
||incorphishor.com^
||increasingdeceased.com^
||increasinglycockroachpolicy.com^
||indebtedatrocious.com^
||indefinitelytonsil.com^
||indefinitelyworkplacesimple.com^
||indelicatepokedoes.com^
||indelphoxom.com^
||indexeslaughter.com^
||indexww.com^
||indicatemellowlotion.com^
||indicatordevotedriver.com^
||indicesvestigetruck.com^
||indigenousvarious.com^
||indigenouswhoinformed.com^
||indigestioninadmissible.com^
||indigestionpious.com^
||indignationmapprohibited.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^
||induedabusive.casa^
||indulgeperformance.com^
||industrialforemanmovements.com^
||industriouswounded.com^
||inedibleproductiveunbelievable.com^
||inediblewiderchuckled.com^
||ineffectivebrieflyarchitect.com^
||ineffectivepest.com^
||ineriweism.top^
||inertimpuredeadlock.com^
||ineuntkilnman.digital^
||inevitablestanddisplayed.com^
||inexorablehopper.com^
||inexpedienttributereschedule.com^
||inexperiencedmingle.com^
||ineyvugpkej.com^
||infamouslimit.pro^
||infantrycutting.com^
||infantrywarden.com^
||infaustsecond.com^
||infectedably.com^
||infectedrepentearl.com^
||infeofhobbit.com^
||inferiorface.com^
||inferiorfreedom.com^
||inferiorkate.com^
||infesthazardous.com^
||infestpaddle.com^
||infindiasernment.com^
||infinitelyrainmultiple.com^
||infirmaryboss.com^
||inflameemanent.cam^
||inflationabstinence.com^
||inflationbreedinghoax.com^
||inflationmileage.com^
||inflectedminimalbits.com^
||inflectionquake.com^
||infles.com^
||inflictmistycarlos.com^
||inflictrind.com^
||influencedfable.com^
||influencer2020.com^
||influenzahabit.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^
||infrashift.com^
||infringementpeanut.com^
||infringementseason.com^
||infusesrhyptic.com^
||ingablorkmetion.com^
||ingasideline.com^
||ingeneumps.com^
||ingeniousestateinvolving.com^
||ingforanythinga.com^
||ingforthemoonheap.com^
||ingjymcmsqloxw.com^
||inglunewly.com^
||ingramony.com^
||ingratitudemisty.com^
||ingredientwritten.com^
||ingseriegentsf.info^
||inhabitantquestions.com^
||inhabitkosha.com^
||inhabitsurpassvia.com^
||inhabityoungenter.com^
||inhalebrinkrush.com^
||inhaletroubledgentle.com^
||inheresunlying.guru^
||inheretherme.com^
||inheritancepillar.com^
||inheritedgeneralrailroad.com^
||inheritedunstable.com^
||inhonedgean.com^
||inhospitablededucefairness.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^
||injurytomatoesputrefy.com^
||injusticeamend.com^
||inkestyle.net^
||inkfeedmausoleum.com^
||inkingleran.com^
||inklestutted.com^
||inklinkor.com^
||inkornesto.com^
||inkstorylikeness.com^
||inktad.com^
||inlandpiereel.com^
||inlugiar.com^
||inmdcwkx.com^
||inmespritr.com^
||inminuner.com^
||inncreasukedrev.info^
||inneonan.com^
||innessabigeat.space^
||innity.net^
||innocenceexpeditionsensation.com^
||innocencescarcelymoreover.com^
||innovationlizard.com^
||innovationthinkingslick.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^
||inquiryclank.com^
||inrhyhorntor.com^
||inrqqddrnqkk.xyz^
||insanitynapoleon.com^
||inscriptionafford.com^
||inscriptionharm.com^
||insectclothe.com^
||insectsaw.com^
||insectsmanners.com^
||insecurepaint.pro^
||insensitiveintegertransactions.com^
||insertfend.com^
||inservinea.com^
||inshelmetan.com^
||insidehoarse.com^
||insideofnews.com^
||insidious-glove.pro^
||insightexpress.com^
||insightexpressai.com^
||insignificantretained.com^
||insistent-worker.com^
||insistinestimable.com^
||insitepromotion.com^
||insnative.com^
||insolencemanipulative.com^
||insolentviolation.com^
||insomniacultural.com^
||insomniadetrimentalneutral.com^
||inspectorstrongerpill.com^
||inspikon.com^
||inspirationstarednope.com^
||inspirecarriermagnetic.com^
||inspxtrc.com^
||insrvicigquj.com^
||insta-cash.net^
||instaflrt.com^
||install-check.com^
||installlnow.com^
||installscrayfishpenal.com^
||instalmentshowernovice.com^
||instancesflushedslander.com^
||instantdollarz.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^
||instructoralphabetoverreact.com^
||instructorloneliness.com^
||instrumenttactics.com^
||insumber.com^
||insurancehealth.info^
||insurewaltz.com^
||inswebt.com^
||intcircue.digital^
||intechads.com^
||integralfashionable.com^
||integralpickleatrocious.com^
||integrationproducerbeing.com^
||integrityprinciplesthorough.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^
||intentionallyathwart.com^
||intentionsarson.com^
||intentionsplacingextraordinary.com^
||inter1ads.com^
||interads1.com^
||interbasevideopregnant.com^
||interbuzznews.com^
||interclics.com^
||interd1.com^
||interdfp.com^
||interestededit.com^
||interestingvids.space^
||interestmoments.com^
||interestsubsidereason.com^
||interfereparagraphinterrogate.com^
||interferepenetrate.com^
||intergient.com^
||intermediarymarkswe.com^
||internal-heart.pro^
||internalemotionincomprehensible.com^
||internalpound.com^
||internewsweb.com^
||internslunk.com^
||interpersonalskillse.info^
||interposedflickhip.com^
||interpretprogrammesmap.com^
||inters1img.com^
||intersads.com^
||intersd2k.com^
||intersectiondejectedfaraway.com^
||intersectionweigh.com^
||interst12.com^
||interstitial-07.com^
||interstitial-08.com^
||interstitial-09.com^
||interviewidiomantidote.com^
||intimacyextinct.com^
||intimateexhibitedcontempt.com^
||intimatestraightharrow.com^
||intimg1k.com^
||intimidatekerneljames.com^
||intimidatingsinewhamper.com^
||intlsquoosh.com^
||intnative.com^
||intnotif.club^
||intorterraon.com^
||intrafic22.com^
||intrinechymous.com^
||intro4ads.com^
||intrudesome.com^
||intrusgride.com^
||intuitionguffaw.com^
||intuitiontrenchproduces.com^
||intuitspisan.com^
||inuapixndextq.xyz^
||inuedidgmapla.com^
||inumbreonr.com^
||inurneddoggish.com^
||invadedwormmillionaire.com^
||invaderimmenseimplication.com^
||invass.com^
||invast.site^
||inventdebosh.com^
||inventorypikepockets.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^
||inwraptsekane.com^
||ioaalobqpc.com^
||ioach.com^
||ioadserve.com^
||iociley.com^
||iodewijker.xyz^
||iodideeyebath.cam^
||iodineshine.com^
||ioffddnfllcqb.com^
||ioffers.icu^
||iogjhbnoypg.com^
||ioiefyw.com^
||ioiubby73b1n.com^
||iojsqcbxoykb.com^
||iokenattharmiinl.xyz^
||ionakasulba.info^
||ionakasulba.xyz^
||ioniamcurr.info^
||ionicsshelyak.com^
||ionigravida.com^
||ioniserpinones.com^
||ionistkhaya.website^
||ioniumentomic.com^
||iononetravoy.com^
||ionscormationwind.info^
||ionwindonpetropic.info^
||iopiopiop.net^
||iopiopiop.org^
||ioredi.com^
||iornsfyhueev.com^
||iorwe-qmf.com^
||iovxhfavijyu.com^
||ioward.com^
||ioxffew.com^
||ipales.com^
||ipecacdecime.uno^
||ipecacsafely.uno^
||ipedeisasbeautif.com^
||ipgbcmfagij.com^
||iphaigra.xyz^
||iphisslurbow.com^
||iphumiki.com^
||ipjjtqfxxobprj.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^
||iqcjuetaudtj.com^
||iqfmvj.com^
||iqhvhdryglkmw.com^
||iqimwsctvgbvqx.xyz^
||iqkjrwf.com^
||iqkufk^
||iqkufkxovbh.com^
||iqlpkca.com^
||iqmlcia.com^
||iqnevmje.com^
||iqpkee.com^
||iqtest365.online^
||iqxsncsregcxu.xyz^
||irbout.com^
||ireced.com^
||iredirect.net^
||ireideauxdwh.com^
||irepheethooh.com^
||ireraisin.com^
||irgvfdwicqerqfy.com^
||irisaffectioneducate.com^
||irishorridamount.com^
||irizin.com^
||irkantyip.com^
||irkerecue.com^
||irkilgw.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^
||irradiateher.com^
||irradiatestartle.com^
||irrain.com^
||irrationaldistress.com^
||irrationalsternstormy.com^
||irreparablewretchsurrogate.com^
||irresistiblecommotion.com^
||irresolutesewkin.com^
||irries.com^
||irritateinformantmeddle.com^
||irritating-standard.pro^
||irritationcrayonchord.com^
||irsnylnjgcfytxq.com^
||irtya.com^
||irtyf.com^
||irufgmdewshgx.com^
||irvato.com^
||iryslpno.com^
||isaicham.com^
||isanikcieontak.xyz^
||isanikcieontap.com.ua^
||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^
||isjratdcaanm.com^
||isldfcxorw.com^
||islerobserpent.com^
||isletachoisya.cam^
||ismlks.com^
||ismscoldnesfspl.info^
||isoamidlaicism.com^
||isobaresoffit.com^
||isogenylingel.guru^
||isohits.com^
||isolatedransom.com^
||isopodalionne.com^
||isopticluckier.com^
||isortflorent.com^
||isparkmedia.com^
||isqogumsuadas.com^
||issomeoneinth.info^
||issqlpjubm.xyz^
||istlnkbn.com^
||istsldaheh.com^
||isvnwxpoqgsgyy.com^
||iswhatappyouneed.net^
||iswhelectual.cc^
||isymybwvzl.com^
||isywjrtn.com^
||itaisabirs.com^
||italianforesee.com^
||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^
||itnijtcvjb.xyz^
||itnuzleafan.com^
||itpatratr.com^
||itphanpytor.club^
||itponytaa.com^
||itpuqgloekujg.com^
||itroggenrolaa.com^
||itrustzone.site^
||itseedotor.com^
||itselfheater.com^
||itskiddien.club^
||itskiddoan.club^
||itsvfputpvsqnb.com^
||itswabluon.com^
||ittaxklbddvfcw.xyz^
||ittontrinevengre.info^
||ittorchicer.com^
||ittoxicroakon.club^
||itupjhlxjyxacl.com^
||itupnjqqjbxxqt.com^
||itvalleynews.com^
||itwasbrghttohi.com.ua^
||itweedler.com^
||itweepinbelltor.com^
||itwkuouldhuke.info^
||ityonatallco.info^
||itzekromom.com^
||itzripkkdkfny.com^
||iuc1.online^
||iuc1.space^
||iudgoufuvzjf.com^
||iuhmydixxk.xyz^
||iuhrqkekwspgq.com^
||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^
||ivoriedkolis.digital^
||ivstracker.net^
||ivudsuco.net^
||ivurtdymntb.com^
||ivvedcoh.com^
||ivvyusvh.com^
||ivxxitxcqc.xyz^
||iwantuonly.com^
||iwantusingle.com^
||iwdapjojrylh.xyz^
||iwearthbharal.com^
||iwevxujxzdpb.com^
||iwfxgkixsoma.com^
||iwhejirurage.com^
||iwhlzcevugtqy.com^
||iwhngteekjixo.com^
||iwhoosty.com^
||iwistracks.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^
||iydppgpcz.com^
||iyfbodn.com^
||iyfnz.com^
||iyfnzgb.com^
||iyqaosd.com^
||iyvxqckadbplaa.com^
||izanzjtuvpp.com^
||izapteensuls.com^
||izavugne.com^
||izbmbmt.com^
||izitrckr.com^
||izjzkye.com^
||izlunwgx.com^
||izlzunewumqgg.com^
||izrnvo.com^
||izrvuofcrrhsm.com^
||izzzlfrzmwtter.com^
||j.bouptosaive.com^
||j.stixeepou.com^
||j45.webringporn.com^
||j4a73n7v5k.com^
||j6mn99mr0m2n.com^
||j6rudlybdy.com^
||j8ff09dbyo.com^
||ja2n2u30a6rgyd.com^
||jaaqbbqbst.com^
||jaaraypdsr.xyz^
||jaavnacsdw.com^
||jabddcgqjrvk.com^
||jabfpjkzdxn.com^
||jackalvindictive.com^
||jackao.net^
||jacketexpedient.com^
||jacketzerobelieved.com^
||jackpotbeautifulsulky.com^
||jackpotpresents.com^
||jacksonduct.com^
||jaclottens.live^
||jacmolta.com^
||jacnrobv.com^
||jacqsojijukj.xyz^
||jacsmuvkymw.com^
||jactantsplodgy.com^
||jadcenter.com^
||jadedhide.pro^
||jadqoc.xyz^
||jads.co^
||jaftouja.net^
||jaggedthronelaxative.com^
||jaggedunaccustomeddime.com^
||jaggedunique.pro^
||jaggiertridii.com^
||jagice.uno^
||jagnoans.com^
||jagqrhvcvoqjw.com^
||jaigaivi.xyz^
||jailabridge.com^
||jainapse.com^
||jainbagong.com^
||jaipheeph.com^
||jajrlsaiboswdab.xyz^
||jakescribble.com^
||jakeycorkage.digital^
||jaletemetia.com^
||jalewaads.com^
||jaloppystudy.life^
||jalwhftxnl.com^
||jambelegate.casa^
||jambiyaputtied.digital^
||jamchew.com^
||jamdomn.pro^
||jame3s67jo9yc4e.com^
||jamepgnu.com^
||jamminds.com^
||jamokeuntress.com^
||jamsoulsfriday.com^
||jamstech.store^
||jandaqwe.com^
||janendark.life^
||jangonetwork.com^
||janitoraccrue.com^
||janokroo.net^
||januahotdogs.com^
||januarydeliverywarfare.com^
||januarysundayurgently.com^
||janute.com^
||janzmuarcst.com^
||japact.com^
||japanbros.com^
||japanesereaphot.com^
||jaqwtyajwp.com^
||jarguvie.xyz^
||jarquizslash.com^
||jarsools.xyz^
||jarteerteen.com^
||jarvispopsu.com^
||jaseysbionomy.com^
||jashautchord.com^
||jasheest.xyz^
||jaspercrozes.com^
||jassidpanne.com^
||jatfugios.com^
||jatomayfair.life^
||jatosfluted.com^
||jatostepa.com^
||jatsekse.net^
||jattepush.com^
||jaubaibil.com^
||jaubeebe.net^
||jauchube.com^
||jauchuwa.net^
||jaufwxqg.com^
||jaumevie.com^
||jaunty-cancel.pro^
||java8.xyz^
||javacript.tk^
||javascriptcdnlive.com^
||javgg.eu^
||javmilk.org^
||jawlookingchapter.com^
||jawsspecific.com^
||jaxxenpro.com^
||jazzlowness.com^
||jazzmoist.com^
||jazzspeechlessarena.com^
||jb7hvckszone.com^
||jbalrqvennvka.top^
||jbalrqvennvrl.top^
||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^
||jbvoejzamqzkb.top^
||jbwiujl.com^
||jbzmwqmqwokkq.top^
||jc32arlvqpv8.com^
||jcbyeqvstf.xyz^
||jcedzifarqa.com^
||jchklt.com^
||jcigoiimudrzow.com^
||jcovfmnlolsdsaa.com^
||jcpcfopwcae.com^
||jcqueawk.xyz^
||jcrnbnw.com^
||jctxsjtgedii.com^
||jcuojcpgtqemx.xyz^
||jcviltucsmowx.com^
||jcyunk2.com^
||jczhjpollvc.com^
||jczilospvsniq.com^
||jd3j7g5z1fqs.com^
||jdhgswknl.com^
||jdjckugsvlrmhnp.com^
||jdjxjelhrxy.com^
||jdkmbvbyy.com^
||jdlmjessy.com^
||jdmodr.com^
||jdoeknc.com^
||jdoguxtbovjngbg.com^
||jdoqocy.com^
||jdt8.net^
||jdwaegarlqjw.com^
||jdwhlqb.com^
||jdxisgqcg.com^
||jdxpaoojg.com^
||jdzqdcpkbh.com^
||jealouschallenge.pro^
||jealousyimpostersophia.com^
||jeannesurvival.com^
||jeannezenith.com^
||jeannvalmvvvr.top^
||jeannvalmvvzv.top^
||jeannvalmvwza.top^
||jeansalterne.top^
||jeanspurrcleopatra.com^
||jechusou.com^
||jeckear.com^
||jecoglegru.com^
||jecromaha.info^
||jedotsad.xyz^
||jedrixurykpjl.com^
||jedsoute.net^
||jeehaish.com^
||jeehathu.com^
||jeejeetauz.com^
||jeejujou.net^
||jeekomih.com^
||jeerinfluencemedical.com^
||jeerouse.xyz^
||jeersoddisprove.com^
||jeeryounger.com^
||jeeryzest.com^
||jeeteo.com^
||jeetyetmedia.com^
||jehobsee.com^
||jeivreeultvgt.com^
||jekmmlwnyzyjr.top^
||jekzyyowqwmwl.top^
||jellifytayer.com^
||jelllearnedhungry.com^
||jellyhelpless.com^
||jellyhopeless.com^
||jellyprehistoricpersevere.com^
||jelokeryevezw.top^
||jelqr4dqeep7.com^
||jeltoocm.xyz^
||jelvsdxsdnqze.com^
||jemdexat.xyz^
||jemonews.com^
||jennyunfit.com^
||jennyvisits.com^
||jenonaw.com^
||jeoawamjbrvkb.top^
||jeopardizeflirting.com^
||jeopardizegovernor.com^
||jeperdee.net^
||jeqjawqoeraab.top^
||jeribpupiled.com^
||jerjrqqzmzkzy.top^
||jerkarmlesspuppy.com^
||jerkytaste.com^
||jerridlarded.com^
||jersit.com^
||jerusalemcurve.com^
||jerust.com^
||jervinglycyls.com^
||jesaifie.com^
||jescyeet.xyz^
||jestbiases.com^
||jestinquire.com^
||jestinvaderspeedometer.com^
||jestthankfulcaption.com^
||jesulf.com^
||jesupe.com^
||jetordinarilysouvenirs.com^
||jetsowilk.com^
||jettrujole.com^
||jetx.info^
||jewelbeeperinflection.com^
||jewelstastesrecovery.com^
||jewelyavoir.com^
||jewgn8une.com^
||jewhouca.net^
||jewisk.com^
||jewith.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^
||jfjlfah.com^
||jfjnyepxppqb.com^
||jfjpgufkaecvs.com^
||jfknowifcewd.com^
||jfmbkffcxg.com^
||jfmpafthtwuo.com^
||jfoaxwbatlic.com^
||jfoowqditdf.com^
||jfsocqmvvqt.com^
||jfthhbvpryrvbs.com^
||jfvoewyifwed.com^
||jfzernkwdqgxn.com^
||jgamjkwsgn.com^
||jgbggrtrofiw.com^
||jgdipcsviur.com^
||jgdtnxkapkso.com^
||jgevncmrhewpf.xyz^
||jgfcgqivdpd.com^
||jggvkisg.com^
||jghjhtz.com^
||jgqaoipkohsln.com^
||jgqflgggex.com^
||jgrjldc.com^
||jgszymcphwcege.com^
||jgwzicuxjuckd.com^
||jgydqhp.com^
||jhcsccodbtuw.com^
||jhdiujyjihnw.com^
||jhfhdkhkh.site^
||jhgtffvf.com^
||jhiekkjeyyfbj.com^
||jhkfd.com^
||jhoncj.com^
||jhrfemourkojc.com^
||jhsfwutqvnf.xyz^
||jhtiyfioidhvl.com^
||jhtycugdphhhwh.com^
||jhulubwidas.com^
||jhwyadcak.com^
||jhxqfgbj.com^
||jibaeolia.com^
||jickodsa.com^
||jieaxwgwnydl.com^
||jiefsgsjkefespe.com^
||jiffehxjwvpoefo.xyz^
||jigdigtry.com^
||jigffltdbcdjq.com^
||jigglypedicab.com^
||jighucme.com^
||jignairy.com^
||jigsawthirsty.com^
||jiiglogwdkcqwou.xyz^
||jijhkclur.com^
||jikclwxavkanym.com^
||jikicotho.pro^
||jikvcrikdvng.com^
||jikzudkkispi.com^
||jillbuildertuck.com^
||jimzryxbsgjs.com^
||jingenfirm.com^
||jinterests-1.com^
||jinxrussian.com^
||jiokhvnqchnt.com^
||jiordgxkpglzm.com^
||jipo.io^
||jipsegoasho.com^
||jirtesee.net^
||jissingirgoa.com^
||jitanvlw.com^
||jitigkvqf.com^
||jitteryhire.pro^
||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^
||jjoewnxeqt.com^
||jjolbaew.com^
||jjpgbisdg.xyz^
||jjqbvqoyo.com^
||jjqsdll.com^
||jjqyqakarveb.com^
||jjrvlrslb.com^
||jjsocpeg.com^
||jjtnadbcbovqarv.xyz^
||jjvafukltxk.com^
||jjvlawfxpegqtny.com^
||jjvnlfpywgbxgt.com^
||jjwmlaynwwbll.top^
||jjwmlayn

You might also like