! Checksum: q9JZyYMWRkz1yo6wkq1BpQ
! Title: AdGuard Mobile Ads filter
! Description: Filter for all known mobile ad networks. Useful for mobile devices.
! Version: 2.0.28.25
! TimeUpdated: 2022-04-04T18:30:18+00:00
! Expires: 4 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!---------------------------------------------------------------------------!
!-------------- General JS API ---------------------------------------------!
!---------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||document.readyState==="interactive")func();else if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);else if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
#%#var AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }};
#%#var AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
!
! AG_removeCookie
! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie name')
!
#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;){cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var b=h.slice(f).join(".");if(b){var c=d+"=",k="; domain="+b;b="; domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"}}}};a();window.addEventListener("beforeunload",a)};
!
! AG_defineProperty
! See https://github.com/AdguardTeam/deep-override
!
#%#var AG_defineProperty=function(){var p,q=Object.defineProperty;if("function"==typeof WeakMap)p=WeakMap;else{var r=0,t=function(){this.a=(r+=Math.random()).toString()};t.prototype.set=function(a,b){var d=a[this.a];d&&d[0]===a?d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return this};t.prototype.get=function(a){var b;return(b=a[this.a])&&b[0]===a?b[1]:void 0};t.prototype.has=function(a){var b=a[this.a];return b?b[0]===a:!1};p=t}function u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e){this.a=a;this.i=b;this.c=d;this.f=e}function w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\(.)/g;this.a=new p}function x(a,b){var d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return z(d);var e={get:function(){var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c)){var d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}(this===b.a.b||D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c){if(this===b.a.b||D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var d=b.g;d&&A(d)&&d.value===c?c=!0:(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else c=F(b,c,this);return c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||g.g||(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!0,h=f.b[l]);var n=y?H(k,h):new u(c.c.b);I(k,n,c.c);n=new v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):(q(f.b,l,m),g&&A(g)&&(M(m,g.value,f.b),E(k,g.value,c.c))))}}}function E(a,b,d){G(b)&&(b=H(a,b),I(a,b,d))}function F(a,b,d){var e=a.g;if(!e){e=B(a.a.b);if(null!==e&&(e=N.call(e,a.i)))return e.call(d,b);if(!O(a.a.b))return!1;a.g={value:b,configurable:!0,writable:!0,enumerable:!0};return!0}return M(e,b,d)}function H(a,b){var d=a.a.get(b);d||(d=new u(b),a.a.set(b,d));return d}function A(a){return"undefined"!==typeof a.writable}function J(a,b,d){for(var e=0,c=d.length;e<c;e++){var h=d[e];h in a&&(b[h]=a[h])}}function z(a){if(a){var b={};J(a,b,P);return b}}function M(a,b,d){if(A(a))return a.writable?(a.value=b,!0):!1;if(!a.set)return!1;a.set.call(d,b);return!0}var P="configurable enumerable value get set writable".split(" "),K=P.slice(0,2),L=Object.getOwnPropertyDescriptor,O=Object.isExtensible,B=Object.getPrototypeOf,D=Object.prototype.isPrototypeOf,C=Object.prototype.__lookupGetter__||function(a){return(a=Q(this,a))&&a.get?a.get:void 0},N=Object.prototype.__lookupSetter__||function(a){return(a=Q(this,a))&&a.set?a.set:void 0};function Q(a,b){if(b in a){for(;!w.hasOwnProperty.call(a,b);)a=B(a);return L(a,b)}}function G(a){var b=typeof a;return"function"===b||"object"===b&&null!==a?!0:!1}var R;return function(a,b,d){R||(R=new w);var e=R;d=d||window;var c=new u;a+=".";var h=c||new u;for(var g=e.g,k=e.j,f,l,m;a;){f=g.exec(a);if(null===f)throw 1;f=f[0].length;l=a.slice(0,f-1).replace(k,"$1");a=a.slice(f);(f=h.h[l])?m=f.c:(m=new u,f=new v(h,l,m),h.h[l]=f);h=m}if(!f)throw 1;a=f;a.f=b;E(e,d,c)};}();
!
! AG_abortOnPropertyWrite(property, debug)
! Aborts execution of a script when it attempts to write the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyWrite('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyWrite=function(a,b){var c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeSet:function(){b&&console.warn("AdGuard aborted property write: "+a);throw new ReferenceError(c);}});var d=window.onerror;window.onerror=function(e){if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has caught window.onerror: "+a),!0;if(d instanceof Function)return d.apply(this,arguments)}};
!
! AG_abortOnPropertyRead(property, debug)
! Aborts execution of a script when it attempts to read the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyRead('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyRead=function(a,b){var c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeGet:function(){b&&console.warn("AdGuard aborted property read: "+a);throw new ReferenceError(c);}});var d=window.onerror;window.onerror=function(e){if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has caught window.onerror: "+a),!0;if(d instanceof Function)return d.apply(this,arguments)}};
!
! AG_abortInlineScript(regex, property, debug)
! Aborts execution of an inline script when it attempts to access the specified property
! AND content of the <script> element matches specified regular expression.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode');
!
! @param regex regular expression that the inline script contents must match
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in document)return document.currentScript;var a=document.getElementsByTagName("script");return a[a.length-1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted execution of an inline script"),new ReferenceError(e);}});var f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!0;if(f instanceof Function)return f.apply(this,arguments)}};
!
! AG_setConstant('property.chain', 'true') // defines boolean (true), same for false;
! AG_setConstant('property.chain', '123') // defines Number 123;
! AG_setConstant('property.chain', 'noopFunc') // defines function(){};
! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true};
! AG_setConstant('property.chain', 'falseFunc') // defines function(){return false};
!
#%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function(){};else if("trueFunc"===a)a=function(){return!0};else if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a)){if(a=parseFloat(a),isNaN(a)||32767<Math.abs(a))return}else return;var b=!1;AG_defineProperty(e,{get:function(){return a},set:function(c){if(b)var d=!0;else void 0!==c&&void 0!==a&&typeof c!==typeof a&&(b=!0),d=b;d&&(a=c)}})};
! JS API FINISH
!---------------------------------------------------------------------------!
!-------------- Advertising networks ---------------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of third-party advertising networks domains for mobile devices.
! 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.
!
! Good: ||doubleclick.net^$third-party
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||adssubdomain.legitwebsite.com^ (should be in adservers_firstparty.txt)
!
!
! ||mobileapptracking.com^ - don't block this domain with all subdomains. https://forum.adguard.com/index.php?threads/23917/
!
! FluBot / Cabassous malware
! https://github.com/prodaft/malware-ioc/tree/master/FluBot
||xjnwqdospderqtk.ru^
||nfiuerwtftasnuk.com^
||qoisocrldvnesni.ru^
||xawsnngjljanxof.su^
||bdvwidxfiextwof.ru^
||krvpsegjeukhoqk.su^
||auqcmkubxjmeeyf.ru^
||vloxaloyfmdqxti.ru^
! https://github.com/AdguardTeam/AdguardFilters/issues/74651
! com.opera.app.newslite
||s-adx.op-mobile.opera.com^
||s.adx.opera.com^
! Apps by Ketchapp
||ketchapp.org^
||cdn-ketchapp.akamaized.net^
!
! Samsung mobile ads
||sspapi-prd.samsungrs.com^
!
! Appnext
||admin.appnext.com^
||global.appnext.com^
||cdn.appnext.com^
||api.appnxt.net^
||apis.appnxt.net^
!
! https://github.com/AdguardTeam/AdguardFilters/issues/3933
! Yandex apps
||banners-slb.mobile.yandex.net^
||banners.mobile.yandex.net^
!
! https://github.com/AdguardTeam/AdguardFilters/issues/61793
! Breaks Yahoo Finance app on iOS https://github.com/AdguardTeam/AdguardFilters/issues/63354
||m.yap.yahoo.com^$domain=~not.dns
! https://github.com/AdguardTeam/AdguardFilters/issues/54135
||adv0*.msa.cdn.mediaset.net^
! Micromax India
||ads.go2reach.com^
||mimicromax.com^
! 3B Meteo
||feed.4wnet.com^
! Duodian
||bi.yeshen.com^
||launcher.us.yeshen.com^
! iHandy
||search.adcaffe.com^
||monitor.adcaffe.com^
! Hawk Internet (TCL)
||ad-api.ehawk.com^
||gwrtdp-tn690BFAdt.tclclouds.com^
! MoboTap
||mobotoolpush.moboapps.io^
! Duodian (Nox/Aiad)
||ssp.mediation.trnox.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/20567
||bu1.duba.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/11291
||behacdn.ksmobile.net^
||p-behacdn.ksmobile.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/8642
||crosspromotion.weplayer.cc^
||ad.weplayer.cc^
! https://forum.adguard.com/index.php?threads/24268/
||mobile-campaigns.avast.com^
! https://forum.adguard.com/index.php?threads/s-photo-editor-missed-ads-android.21096/
||adpush.goforandroid.com^
! https://forum.adguard.com/index.php?threads/dodonpachi-unlimited-missed-ads-android.21000/
||dzpu6za66svjl.cloudfront.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/4757
||ad.flipboard.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/4645
||adserver.shadow.snapads.com^
||ads-chunks.prod.ihrhls.com^
! Watch ABC
||api.ads.watchabc.go.com^
! https://play.google.com/store/apps/details?id=fr.playsoft.teleloisirs
||ad.prismamediadigital.com^
! Supership.jp (also mobile ads)
||socdm.com^
! Criteo mobile ads
||criteo.com^
||criteo.net^
!
||appodeal.com^
||a.320981a9244924ef86ebdbb9eb877e9f21ce83f1e3cc89b2c5e7c3ff.com^
||a.76674bdad304297eda3d325f449f6f49.com^
!
||geoloc.yospace.com^
||banner.hpmdnetwork.ru^
||hybrid.ai^
||px.adhigh.net^
||ad.auditude.com^
||adfiles.auditude.com^
||cdn.auditude.com^
||cdn2.auditude.com^
||otcdn2.auditude.com^
||www.auditude.com^
||manifest.auditude.com^$domain=~not_for_sdn_filter.com
!
! DU ads
/adunion/*
||mblapi.ssl2.duapps.com^
||api.mobula.ds.duapps.com^
||noxagile.duapp.com^
||common.duapps.com^
||pasta.esfile.duapps.com^
||api.mobula.sdk.duapps.com^
||ad.duapps.com^
! Ads on some Chinese smartphones
||ufz.doesxyz.com^
||id1.cn^
||xdrig.com^
||usp1.baidu.com^
||i2.myapkcdn.in^
||c3.myapkcdn.in^
||54.222.186.106^
||plugin.mobopay.baidu.com^
||mo.freeindoapp.com^
!
! com.kakao.talk
.ad.kakaocorp.com^
.ad.kakao.com^
!
||rossoad.com^
||athena.api.kwalee.com^
||mobondhrd.appspot.com^
||a.cookpad-ads.com^
||api.ads.newsdigest.jp^
||mobi.yanosik.pl^
||videoads-cloud.rovio.com^
||vmap.v.ad-generation.jp^
||iyes.youku.com^
||adg.kajicam.com^
||ad.endpo.in^
||exelbid.com^
||ssp-ad.momento.dev^
||adpies.com^
||cs02-pps-drcn.dbankcdn.com^
||an.facebook.com^
||live.hyprmx.com^
||marketplace-*.hyprmx.com^
||static.hyprmx.com^
||prod.cm.publishers.advertising.a2z.com^
||events-*.op.hicloud.com^
||isnssdk.com^
||app.adjust.world^
||app.adjust.net.in^
||ads.feelingtouch.com^
||ad.tencentmusic.com^
||ads.iosappsworld.com^
||ads-cloud.rovio.com^
||mobnatives.com^
||aag.yahooapis.jp^
||goshare-fleet-ads.s3.ap-southeast-1.amazonaws.com^
||adcel.co^
||offerwall-adnative.com^
||ads.edadeal.ru^
||pr.comet.yahoo.com^
||tapjoy.com^
||tapjoy.net^
||tradplusad.com^
||ad-channel.wikawika.xyz^
||cads.scalemonk.com^
||adspot.tfgapps.com^
||analytics.scalemonk.com^
||vrizead.com^
||iad-*.braze.com^
||adpopcorn.com^
||pangle.io^
||pubnative.info^
||bifjicdigchgihajabb.ru^
||ad.leap.app^
||cl-ad.x-flow.app^
||soundcloud-pax.pandora.com^
||emxdgt.com^
||promoted.sndcdn.com^
||adservice.tohsoft.com^
||delivery-cdn-cf.adswizz.com^
||appboy-images.com^
||ad.particlenews.com^
||ad.wynk.in^
||pushad.metajoy.services^
||adzfun.info^$third-party
||adzfun.me^$third-party
||painsko.com^$third-party
||ad.jetx.info^$third-party
||ad.snappea.com^
||adtimaserver.vn^
||api.mediation.amberweather.com^
||aqi.wd.amberweather.com^
||adslog.apexinnotech.com^
||pa.afreecatv.com^
||matrix.dailyinnovation.biz^
||powerlinks.com^
||adkernel.com^
||dotomi.com^
||adentifi.com^
||springserve.com^
||3lift.com^
||1rx.io^
||aniview.com^
||mfadsrvr.com^
||addata.mediacategory.com^
||dm.toutiao.com^
||ads-leaseweb.appsgeyser.com^
||ads.appsgeyser.com^
||adtorque.in^
||configuration.ttpsdk.info^
||gateway.ttpsdk.info^
||promo-images.ttpsdk.info^
||s3.ttpsdk.info^
||api.applovefrom.com^
||api.adnet.mob.com^
||iam.datasavannah.com^
||ad.doublemax.net^
||yovoads.com^
||restartad.com^
||appgiftwall.oss-us-west-1.aliyuncs.com^
||appgift.sinaapp.com^
||ad.mail.ru^
||servedby.o2.co.uk^
||amillionads.com^
||api.mobshark.net^
||mcoreads.com^
||onlineapi.youappi.com^
||ssp.otm-r.com^
||networksdk.ssacdn.com^
||config.88-f.net^
||monetengine-d.openx.net^
||cdn.88-f.net^
||ms.applvn.com^
||tapsell.ir^
||jioads.akamaized.net^
||ajdivotdelbloab24.jio.com^
||adxcorp.kr^
||api-*.bidmachine.io^
||adsmobila.com^$third-party
||tw-api.vpon.com^
||haorun.pw^$third-party
||ts166.net^$third-party
||imrworldwide.com^
||tccbanner.com^
||banner.*.tccapis.com^
||ads-brand-postback.unityads.unity3d.com^
||ads-game-configuration-master.ads.prd.ie.internal.unity3d.com^
||cdn-creatives-akamai-prd.unityads.unity3d.com^
||cdn-creatives-highwinds-prd.unityads.unity3d.com^
||cdn-creatives-prd.unityads.unity3d.com^
||cdn-store-icons-akamai-prd.unityads.unity3d.com^
||cdn-store-icons-highwinds-prd.unityads.unity3d.com^
||cdn-webview-pge.unityads.unity3d.com^
||cdp.cloud.unity3d.com^
||china-cdn3.unityads.unity3d.com^
||data-optout-service.uca.cloud.unity3d.com^
||dsp-endscreens.unityads.unity3d.com^
||geocdn.unityads.unity3d.com^
||nginx-auction-prd-gcp.adsx.unityads.unity3d.com^
||pge.unityads.unity3d.com^
||thind-gke-euw.prd.data.corp.unity3d.com^
||unityads.unity3d.com^
||gop1.co^
||adpriv.nikkei.com^
||nkis.nikkei.com^
||gameanalysis.appcpi.net^
||ads.bulldogcpi.com^
||other.appcpi.net^
||d19xf4taj229i8.cloudfront.net^
||ad999.biz^$third-party
||cafe-latte.myshoplus.com^
||luckyforworlds.com^
||cdn-adn.rayjump.com^
||cdn-adn-*.rayjump.com^
||buysellads.com^
||casino-ad-mediation.me2zengame.com^
||postut.cn^$third-party
||vennala.pw^$redirect=nooptext
||promoted.soundcloud.com^
||activity.browser.intl.miui.com^
||api.brs.intl.miui.com^
||api.newsfeed.intl.miui.com^
||mp.huangye.miui.com^
||adv.sec.intl.miui.com^
||adsrvr.io^
||t7z.cupid.iqiyi.com^
||data2.doodlemobile.com^
||d239g0z67jcted.cloudfront.net^
||newfeatureview.perfectionholic.com^
||featured.perfectionholic.com^
||crosspromo.voodoo.io^
||abtest.mistat.xiaomi.com^
||adsnative.com^
||liftoff.io^
||tapdaq-adverts.global.ssl.fastly.net^
||rtb.appbid.com^
||rtapi.abbi.io^
||ade.clmbtech.com^
||online-prod.zenmxapps.com^
||look.kfiopkln.com^
||studcat.infra.systems^
||adplex.co.kr^$third-party
||tveta.naver.net^
||deliveryengine.adswizz.com
||sitemaji.com^
||h5.wannaplay.cn^
||adsapi.manhuaren.com^
||euadsapi.manhuaren.com^
||msg.ettoday.net^
||d1zkodo2u3p4pe.cloudfront.net
||ad-ettoday.cdn.hinet.net^
||adv-ettoday.cdn.hinet.net^
||adv.ettoday.net^
||startappservice.com^
||x.appbaqend.com^
||tkcatwalk.aotter.net^
||tkmedia.aotter.net^
||tkmedia-cache.aotter.net^
||tkportal.aotter.net^
||client.midosoo.com^
||sc.smardroid.com^
||tnkfactory.com^$third-party
||iqzone.com^$third-party
||postitial.com^$third-party
||pssvc.iqzone.com^
||cdn-cf.postitial.com^
||kaffnet.com^
||opt8.co^
||ads-bidder-api.twitter.com^
||sexpennyauctions.com^$popup
||speee-ad.akamaized.net^
||config.unityads.unity3d.com^
||m-shes.ru^
||valshara.com^$third-party
||theship.club^$third-party
||ads.jianchiapp.com^
||abroad-ad.kingsoft-office-service.com^
||cdn.adbert.info^
||agent.tamedia.com.tw^
||www.adbert.com.tw^
||tw.api.vpon.com^
||sdk.adtiming.com^
||adsmogo.net^
||adsmogo.org^
||adsmogo.mobi^
||chartboosts.com^
||mobpowertech.com^
||ap.smardroid.com^
||api.ampiri.com^
||httpkafka.unityads.unity3d.com^
||amazonaws.com/cp4pox^
||rtb.kds.media^
||splicky.com^
||auction.unityads.unity3d.com^
||cdn-highwinds.unityads.unity3d.com^
||dsp.batmobil.net/ads-dsp^
||api*.batmobi.net^
||cdn.batmobi.net^
||api*.batmobil.net^
||adn.insight.ucweb.com^
||us.3zs0.date^
||tkmftc.aotter.net^
||d32z5ni8t5127x.cloudfront.net^
||sumatoad.com^
||upsight-api.com^
||gdn.bigfishgames.com^
||883.engine.mobileapptracking.com^
||ad.daum.net^
||etcodes.com^
||onedrive.su^
||cdn.hdat.xyz^
||nickhel.com^
||redtram.com^
||goyetteconnelly.bid^
||oconner.biz^
||cdn7.rocks^
||bgrndi.com^
||et-code.ru^
||gynax.com^
||avazunativeads.com^
||mobilebanner.ru^$third-party
||api.ad-locus.com^
||023hysj.com^
||lxqcgj.com^
||inclk.com^$popup
||betsonsport.ru^
||holder.com.ua^
||crosspromotion-us.avosapps.us^
||ad.period-calendar.com^
||cpactions.com^
||native.cli.bz^
||adplatform.vrtcal.com^
||appodealx.com^
||go.vrvm.com^
||c.vrvm.com^
||cls.vrvm.com^
||nycp-hlb.dvgtm.akadns.net^
||abbott.vo.llnwd.net^
||atkins.vo.llnwd.net^
||behance.vo.llnwd.net^
||edwlifes.vo.llnwd.net^
||kjos.vo.llnwd.net^
||synthes.vo.llnwd.net^
||teachscape.vo.llnwd.net^
||tmz.vo.llnwd.net^
||videoplus.vo.llnwd.net^
||wdig.vo.llnwd.net^
||appnext.hs.llnwd.net^
||adsdk.vrvm.com^
||moatads.com.edgekey.net^
||a.applvn.com^
||buzzad.io^
||adslot.uc.cn^
||disqusads.com^
||jssdk.rayjump.com^$third-party
||rtb.adentifi.com^$third-party
||adtheorent.com^$third-party
||qgss8.com^
||api.cloudmobi.net
||polymorphicads.jp^
||cdns.lodeo.io^
||ingamesads.gameloft.com^
||i2ad.jp^
||mxvp-ad-config-prod-1.zenmxapps.com^
||mxvp-feature-toggle-prod-1.zenmxapps.com^
||zzhengre.com^
||wmhlch.com^
||fjrkn.com^
||tongqing2015.com^$third-party
||pw.lpsxssm.com^$third-party
||go.admost.com^
||med-api.admost.com^
||cdn-api.admost.com^
||webview.unityads.unity3d.com^
||bidsopt.com^
||tpbid.com^
||exe.bid^
||ssphwy.com^
||hyperadx.com^
||admarvel.com^
||mopub-win-us-east.bksn.se^
||nativead.s3.amazonaws.com^
||adserver.*.yahoodns.net^
||eu-ad.sam4m.com^
||c2i.startappnetwork.com^
||c2s.startappnetwork.com^
||apptornado.com^
||api.pingstart.com^
||setting.rayjump.com^
||ad.myinstashot.com^
||net.rayjump.com^
||95.213.231.34^$third-party
||ad.cauly.co.kr^
||config.appjolt.com
||rtb.platform.glispa.com^
||adflake.com^
||ads.aitype.net^
||ero-advertising.com^
||ad-creatives-public.commondatastorage.googleapis.com^
://o0e.ru^$third-party
||1mp.mobi^
||247realmedia.com^
||31.14.252.148^$third-party
||360yield.com^
||a2dfp.net^
||a2pub.com^
||abnad.net^
||abtest.swrve.com^
||ad*.nexage.com^
||ad-brix.com^
||ad-maven.com^
||ad-stir.com^
||ad-x.co.uk^
||ad.apps.fm^
||ad.apsalar.com^
||ad.doubleclick.net^
||ad.jorte.com^
||ad.leadbolt.net^
||ad.leadboltapps.net^
||ad.madvertise.de^
||ad.ohmyad.co^
||ad.smaad.jp^
||ad.vrvm.com^
||ad120m.com^
||ad127m.com^
||ad132m.com^
||ad6media.fr^
||adadvisor.net^
||adback.tango.me^
||adblade.com^
||adbrau.com^
||adbuddiz.com^
||adcamp.ru^
||adcash.com^
||adcel.vrvm.com^
||adcolony.com^
||addapptr.com^
||adextent.com^
||adforgames.com^
||adform.com^
||adfox.ru^
||adgear.com^
||adgrx.com^
||adhitzads.com^
||adhood.com^
||adinfo.tango.me^
||adinfuse.com^
||aditic.net^
||adition.com^
||adkmob.com^
||adleads.com^
||adlibr.com^
||adman.gr^
||admarketing.yahoo.net^
||admarvel.s3.amazonaws.com^
||admedia.com^
||admicro1.vcmedia.vn^
||admicro2.vcmedia.vn^
||admitad.com^$domain=~admitad.com
||admixer.co.kr^
||admixer.net^
||admulti.com^
||adnxs.com^
||adocean.pl^
||adonly.com^
||adotsolution.com^
||adotube.com^
||vm5apis.com^
||adprotected.com^
||adproxy.tf1.fr^
||adpublisher.s3.amazonaws.com^
||adquota.com^
||ads.ad2iction.com^
||ads.admoda.com^
||ads.aerserv.com^
||ads.fotoable.com^
||ads.glispa.com^
||ads.marvel.com^
||ads.matomymobile.com^
||ads.mobilefuse.net^
||ads.mobilityware.com^
||ads.mobvertising.net^
||ads.mopub.com^
||ads.n-ws.org^
||ads.ookla.com^
||ads.pdbarea.com^
||ads.pinger.com^
||ads.reward.rakuten.jp^
||ads.taptapnetworks.com^
||ads.xlxtra.com^
||ads.yahoo.com^
||ads.youtube.com^
||adsafeprotected.com^
||adsame.com^
||adscale.de^
||adsee.jp^
||adserver.goforandroid.com^
||adserver.kimia.es^
||adserver.mobillex.com^
||adserver.pandora.com^
||adserver.ubiyoo.com^
||adserver.unityads.unity3d.com^
||adshost2.com^
||adsmo.ru^
||adsmoloco.com^
||adsniper.ru^
||adspirit.de^
||adspynet.com^
||adsrvmedia.net^
||adsrvr.org^
||adsymptotic.com^
||adtaily.pl^
||adtech.de^
||adtilt.com^
||adtrack.king.com^
||adultadworld.com^
||adv.mxmcdn.net^
||adversal.com^
||adverticum.net^
||advertise.com^
||advertising.com^
||advertur.ru^
||advombat.ru^
||adwhirl.com^
||adwired.mobi^
||adwods.com^
||adz.mobi^
||adzerk.net^
||adzmedia.com^
||adzmobi.com^
||adzworld.in^
||affinity.com^
||affiz.net^
||airpush.com^
||altitude-arena.com^
||am15.net^
||amazon-adsystem.com^
||amobee.com^
||andomedia.com^
||api.appfireworks.com^
||api.fusepowered.com^
||api.kiip.me^
||api.leadbolt.net^
||api.usebutton.com^
||app-trackings.com^
||appads.com^
||appclick.co^
||appclick.net^
||appintop.com^
||applifier.com^
||applift.com^$redirect=nooptext
||applovin.com^
||appnext-a.akamaihd.net^
||appsdt.com^
||appserver-ap.com^
||appserver-cp.com^
||appshelf.ttpsdk.info^
||appwall.tv2phone.cn^
||apxadtracking.net^
||as.adfonic.net^
||asrety.com^
||assoc-amazon.com^
||astrsk.net^
||atdmt.com^
||atemda.com^
||ato.mx^
||atti.com^
||avazutracking.net^
||awltovhc.com^
||axonix.com^
||b.cpiera.com^
||bannerflow.com^
||banners.etermax.com^
||bannersnack.com^
||bannerwall.herewetest.com^
||bannerwall.s3.appcnt.com^
||bayctrk.com^
||bcfads.com^
||beatchucknorris.com^
||begun.ru^
||bepolite.eu^
||bet365affiliates.com^
||betaffs.com^
||betrad.com^
||bigmobileads.com^
||bizographics.com^
||black6adv.com^
||blogads.com^
||boostads.net^
||brainient.com^
||brealtime.com^
||bridgetrack.com^
||brokerbabe.com^$third-party
||bubblesmedia.ru^
||burstnet.com^
||buzzcity.net^
||buzzonclick.com^
||c8.net.ua^
||campaigns.apps-connects.com^$popup
||casalemedia.com^
||cashprom.ru^
||castplatform.com^
||cdn-image.com^
||cdn.ads.fotoable.net^
||cdn.cpiera.com^
||cdn.unityads.unity3d.com^
||cell.zhybzp.cn^$third-party
||celtra.com^
||ceppartner.com^
||cf-ads.pinger.com^
||chango.com^
||chartboost.com^
||chitika.net^
||clk.taptica.com^
||clkfeed.com^$popup
||cnt.my^
||cntcash.ru^$third-party
||comscore.com^
||config.tremorhub.com^
||content.ad^
||contextweb.com^
||cp.pushwoosh.com^
||cpmrocket.com^
||cpmstar.com^
||cpxinteractive.com^
||crispadvertising.com^
||crossboardmobile.com^
||crossrider.com^
||csi.gstatic.com^
||ctl.buyt.in^
||d2nrdy2pg3k168.cloudfront.net^
||d60y8cj1tje2a.cloudfront.net^
||d830x8j3o1b2k.cloudfront.net^
||da-ads.com^
||dante2007.com^
||debojuagug1sf.cloudfront.net^
||dev.appboy.com^
||dispatcher.mng-ads.com^
||dpstack.com^
||dumedia.ru^
||e-planning.net^
||e.apsalar.com^
||e.qq.com^
||ebz.io^
||ecpmrocks.com^
||effectivemeasure.net^
||ektezis.ru^
||eltrafiko.com^
||emediate.eu^
||emediate.se^
||epom.com^
||etargetnet.com^
||exp.glispa.com^
||exponential.com^
||fastclick.net^
||fiksu.com^
||findbestsolution.net^
||fizcell.mobi^
||fluentmobile.com^
||flurry.cachefly.net^
||flurry.com^
||flygo.ru^
||fmpub.net^
||focas.jp^
||friendlyduck.com^
||ftjcfx.com^
||fusionads.net^
||fyber.com^
||g.doubleclick.net^
||geede.info^
||gigamega.su^
||go.mobstitial.com^
||go.mobstitialtag.com^
||go.mobtrks.com^
||go.pushnative.com^$third-party
||goodadvert.ru^
||googleadservices.com^
||greystripe.com^
||grt02.com^
||grt03.com^
||gsmtop.net^
||gts-ads.twistbox.com^
||gumgum.com^
||gwallet.com^
||h12-media.com^
||ha-api.pushwoosh.com^
||heyzap.com^
||himediads.com^
||hormebets.info^$popup
||hostgrater.com^$third-party
||houseads-prod.elasticbeanstalk.com^
||houseads.ttpsdk.info^
||httpool.com^
||huntmad.com^
||i-mobile.co.jp^
||i-vengo.com^
||i.skimresources.com^
||iad.appboy.com^
||iad-*.appboy.com^
||iadsdk.apple.com^
||iamediaserve.com^
||imasdk.googleapis.com^
||imwx.com/mobile/adconfig/
||infolinks.com^
||inmobi.com^
||inmobi.net^
||inmobi.cn^
||inmobicdn.net^
||inmobisdk-a.akamaihd.net^
||inner-active.com^
||inner-active.mobi^
||innity.net^
||innovid.com^
||insightexpressai.com^
||integral-marketing.com^
||intellitxt.com^
||intermarkets.net^
||intowow.com^
||investingchannel.com^
||javacript.gq^
||jmp9.com^
||jsc.marketgid.com^
||jscount.com^
||juiceadv.com^
||jumptap.com^
||justad.mobi^
||kavanga.ru^
||keydot.net^$third-party
||kiosked.com^
||kochava.com^
||komoona.com^
||krutilka.net^
||l0-secure.videohub.tv^
||l3op.info^
||lb.usemaxserver.de^
||lduhtrp.net^
||leadboltads.net^
||leadzu.com^$third-party
||leanplum.com^
||lfstmedia.com^
||lgse.com^
||liftdna.com^
||ligatus.com^
||live.hyprmx.com^
||loopme.me^
||luxadv.com^
||luxup.ru^
||ma-code.ru^$third-party
||mad.mobisky.pl^
||madadsmedia.com^
||madnet.ru^
||mads.bz^
||mainadv.com^
||manage.com^
||marketplace-ios-*.hyprmx.com^
||maudau.com^
||mbn.com.ua^
||mdotm.com^
||media.motrixi.com^
||media6degrees.com^
||mediaforge.com^
||medialand.ru^
||mediate-ios-*.hyprmx.com^
||medleyads.com^
||meendocash.com^
||metamx.com^
||metavertising.com^
||mgage.com^
||mi.gdt.qq.com^
||microad.net^
||millennialmedia.com^
||mixadvert.com^
||mixmarket.biz^
||mmnetwork.mobi^
||moatads.com^
||mob.huimee.net^$third-party
||moba8.net^
||mobad.ijinshan.com^
||mobads.baidu.com^
||mobads4app.com^
||mobalert.net^
||mobclix.com^
||mobfox.com^
||mobiads.ru^
||mobicow.com^
||mobile-click.biz^$third-party
||mobile.mng-ads.com^
||mobile333.com^
||mobileads.msn.com^
||mobilecore.com^
||mobiledl.adboe.com^
||moboland.net^
||mobon.com^$third-party
||mobpartner.mobi^
||mobred.net^
||mobytrks.com^
||mobzver.ru^$third-party
||mocean.mobi^
||mofox.com^
||mojiva.com^
||mologiq.net^
||mookie1.com^
||morgdm.ru^
||mprezchc.com^
||msads.net^
||mtburn.com^
||mtburn.jp^
||mtrcss.com^
||mxtads.com^
||mxttrf.com^
||mydas.mobi^
||myinfotopia.com^
||mythings.com^
||n4403ad.doubleclick.net^
||nanigans.com^
||nativex.com^
||nearbyad.com^
||nend.net^
||netavenir.com^
||netseer.com^
||netshelter.net^
||networld.hk^
||newsnet.in.ua^
||nexac.com^
||njs.manhuahome.com^$third-party
||nkredir.com^
||nmcdn.us^
||nomalleadzuaff.com^
||nonmoves.date^
||novostimira.biz^
||numbers.md^
||nxtck.com^
||oclaserver.com^
||onclickads.net^
||ongkidcasarv.com^
||optimatic.com^
||os.scmpacdn.com^
||owap.su^$third-party
||pagead46.l.doubleclick.net^$third-party
||pagefair.net^
||partner.googleadservices.com^
||partnerad.l.doubleclick.net^$third-party
||partnerearning.com^
||perf-events.cloud.unity3d.com^
||pflexads.com^
||phluant.com^
||pixel.admobclick.com^
||pixfuture.net^
||pl.263gmail.org^$third-party
||playhaven.com^
||plugin.mediavoice.com^$third-party
||polyad.net^
||pontiflex.com^
||popads.net^
||popander.mobi^
||popcash.net^
||popmarker.com^
||poptm.com^
||popularitish.com^
||popunderz.com^
||pos.baidu.com^$third-party
||postrelease.com^
||production-adserver-*.amazonaws.com^
||projectwonderful.com^
||prosperent.com^
||prre.ru^
||pub1.co^
||pubmatic.com^
||pubnative.net^
||puhtml.com^
||qservz.com^
||questionmarket.com^
||r7mediar.com^$popup
||rbnt.org^
||reate.info^
||rek.mobi^
||reklamz.com^
||reporo.net^
||revcontent.com^
||revmob.com^
||richpays.com^
||robocat.me^
||rotaban.ru^
||rtb.nexage.com^
||rtbimp-loadbalancer-*.amazonaws.com^
||rtbpop.com^
||rubiconproject.com^
||sas816.ujikdd041o.cn^$third-party
||saymedia.com^
||scorecardresearch.com^
||sdk.native123.com^
||sdk.starbolt.io^
||sekindo.com^
||serve-sys.com^
||servebom.com^
||serving-sys.com^
||sessionm.com^
||shareasale.com^
||sharethrough.com^
||show.niqiu99.org^$third-party
||silvermob.com^
||i.singular.net^
||sdk-api-v1.singular.net^
||t.singular.net^
||skadnetwork.singular.net^
||view-prod.ad.singular.net^
||sitescout.com^
||slb.gedawang.com^$third-party
||smaclick.com^
||smartadserver.com^
||smarttds.ru^
||sociomantic.com^
||solocpm.com^
||sonobi.com^
||splash.appsgeyser.com^
||sponsorpay.com^
||spotxchange.com^
||sscefsol.com^
||startappexchange.com^
||stat.kika-backend.com^
||static.doubleclick.net^
||stickyadstv.com^
||supersonicads-a.akamaihd.net^
||supersonicads.com^
||swelen.com^
||switchadhub.com^
||syndication.trafficreps.com^
||t3q7af0z.com^
||tap-nexus.appspot.com^
||tapad.com^
||tapcreatives.net^$third-party
||tapit.com^
||tapjoyads.com^
||tapone.jp^
||tappx.com^
||tapsense.com^
||tapstat.ru^$third-party
||targetspot.com^
||teads.tv^
||telemetryverification.net^
||teracreative.com^
||terraclicks.com^
||thetrafficstat.net^
||thoughtleadr.com^
||thoughtsondance.info^
||tidaltv.com^
||tizerclik.com^
||tm1.hoiplay.com^
||tonefuse.com^
||tpc.googlesyndication.com^
||track.cpatool.net^$popup,third-party
||trackimpression.com^
||tracking.acekoala.com^
||tracking.applift.com^
||tradeadexchange.com^
||traff10wap.com^
||trafficjunky.net^
||trafmag.com^
||traktum.com^
||trax-ad.jp^
||trc.taboola.com^
||tribalfusion.com^
||trk.glispa.com^
||tubemogul.com^
||turn.com^
||u-ad.info^
||u1hw38x0.com^
||ultraadserver.com^
||umbel.com^
||underclick.ru^
||unicume.com^
||update.sdk.batmobi.net^
||upsight.com^
||usekahuna.com^
||velti.com^
||vidasys.ru^
||vidout.net^$third-party
||viewclc.com^
||vindicosuite.com^
||vipcpms.com^
||visitweb.com^
||vogo-vogo.ru^
||vserv.mobi^
||vungle.com^
||waiads.com^
||wap-click.com^
||wapstart.ru^
||wbn.su^
||websexy.mobi^
||west.bidtellect.com^
||widespace.com^
||wordego.com^
||presage.io^
||wtraff.com^
||ximad.com^
||yandexadexchange.net^
||yc-ads.s3.amazonaws.com^
||yeabble.com^
||yemonisoni.com^
||yhdichan.com^$third-party
||yieldkit.com^
||yieldlab.net^
||yieldmanager.net^
||yieldmo.com^
||yldbt.com^
||yllix.com^
||youlamedia.com^
||youmi.net^
||youradexchange.com^
||yuhuads.com^$third-party
||zedo.com^
||ziffdavis.com^
||zoglafi.info^
!+ NOT_OPTIMIZED
||recreativ.ru^
!+ NOT_OPTIMIZED
||hqsjc.com^
!----- For HTTPS websites when HTTPS filtering is disabled ------
||jfduv7.com^
||n152adserv.com^
||retarget.ssl-services.com^
||rg.yottos.com^
||smilered.com^
||weboohost.com^
!----------------------------------------------------------------
!---------------------------------------------------------------------------!
!-------------- Anti-adblock rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! 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)
!
!
!--- Temporary
! https://github.com/AdguardTeam/AdguardForiOS/issues/255
@@||m.beautypageants.in^$elemhide
!---
! Rules for AdFender to block injected ads when AdGuard DNS is active
!
! https://github.com/uBlockOrigin/uAssets/issues/10674
@@||t7z.cupid.iqiyi.com/show2?$xmlhttprequest,domain=m.iqiyi.com
! https://github.com/AdguardTeam/AdguardFilters/issues/85017
m.humoruniv.com#%#//scriptlet("set-constant", "NAVER_ADPOST_V2", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/81517
m.livehindustan.com#$#html { overflow: auto !important; }
||m.livehindustan.com^$cookie=lh_page_viewd
m.livehindustan.com#%#//scriptlet("prevent-addEventListener", "scroll", "adBlockerCalled")
! https://forum.adguard.com/index.php?threads/ios-cannot-load-videos-on-a-website.39306/
@@||m.wcostream.com/inc/embed/ads.js
! merkur.de amp adblock detection for glomex video (Android)
@@||imasdk.googleapis.com/*/ima3.js$domain=player.glomex.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44990
@@||m.da.mgtv.com/m/player?_type_object=$domain=m.mgtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/32971
! https://github.com/AdguardTeam/AdguardFilters/issues/27586
@@||js.kanald.com.tr/assets/dist/js/custom/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23913
! wr.de/wp.de/nrz.de
! https://github.com/AdguardTeam/AdguardFilters/issues/17629
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=thebrickfan.com
! https://github.com/AdguardTeam/AdguardFilters/issues/16544
! https://github.com/AdguardTeam/AdguardFilters/issues/16085
m.postimees.ee#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
@@||m.postimees.ee/static/libraries/fuckadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/8802
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=mobile.donanimhaber.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14770
! https://github.com/AdguardTeam/AdguardFilters/issues/14756
! https://github.com/AdguardTeam/AdguardFilters/issues/14752
! https://github.com/AdguardTeam/AdguardFilters/issues/9789
! https://github.com/AdguardTeam/AdguardFilters/issues/5033
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=dthforum.com
! https://forum.adguard.com/index.php?threads/20215/
@@||smedia2.intoday.in/aajtak_pwapp$script
! https://forum.adguard.com/index.php?threads/19885/
||m.eisamay.com/detector.cms
! https://forum.adguard.com/index.php?threads/19892/
||samayam.com/detector.cms
! https://forum.adguard.com/index.php?threads/16365/
@@||m.beautypageants.in^$generichide
! https://forum.adguard.com/index.php?threads/15379/
@@||static.expressbpd.com/rsjs/ads.js
! https://forum.adguard.com/index.php?threads/15378/
@@||ads.dainikbhaskar.com/AdTech/ads/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3067
delfi.ee#@#.adbanner
delfi.ee#%#Object.defineProperty(window, 'adblock_detect_run', { get: function() { return true; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/23128
! https://github.com/AdguardTeam/AdguardFilters/issues/3025
food.ndtv.com,m.ndtv.com#@#.ad300
food.ndtv.com,m.ndtv.com#%#Object.defineProperty(window, 'canRunAdsN', { get: function() { return false; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/2506
@@||m.timesofindia.com/ad-*.cms
@@||m.timesofindia.com/*ads*.cms
@@||b.scorecardresearch.com/beacon.js$domain=m.timesofindia.com
@@||google-analytics.com/analytics.js$domain=m.timesofindia.com
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=m.timesofindia.com
@@||static.chartbeat.com/js/chartbeat.js$domain=m.timesofindia.com
@@||static.clmbtech.com^$domain=timesofindia.com,script
@@||tags.crwdcntrl.net/*.js?ns=^$domain=m.timesofindia.com
@@||tags.crwdcntrl.net/c/*/cc.js?ns=$domain=m.timesofindia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2661
@@||mobi.oui9.com/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/2322
pcmag.com##body > div[style^="position:fixed;top:47%;width:100%;height:auto;z-index:9999;"]
! http://forum.adguard.com/showthread.php?10051
moroccoworldnews.com#@#.header-ad
moroccoworldnews.com#@#.custom-ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/713
gizchina.com#@#.header-ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/449
gizmobolt.com#@#.custom-ad
gizmobolt.com#@#.header-ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1817
blogdoiphone.com#@#.header-ad
blogdoiphone.com#@#.custom-ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1709
westseattleblog.com#@#.custom-ad
westseattleblog.com#@#.header-ad
!---------------------------------------------------------------------------!
!-------------- Extended CSS rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of extended CSS rules against ads on mobile devices.
! Note, that rules should be domain-specific and you have to use special syntax `#?#` instead of `##`.
!
! Good: example.org#?#main > div.row:has(> div.ad)
! Bad: example.org##main > div.ad (should be in specific.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/113846
news.com.au#?#.news-tops_list > .news-tops_group-rhc > .sticky-wrapper:has(> .sticky-container:only-child > .ad-m-mrec:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/112945
matomame.jp#?##article_contents > div.uk-text-center:has(> div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/113621
jbpress.ismedia.jp#?#.m-backnumber-list-item > div[id^="div-gpt-"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/113736
eromanga-kong.com#?#.out_single_under > div.img > a[href=""]:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/113675
forbesjapan.com#?#.stream-article > div[id^="div-gpt-"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/113683
trilltrill.jp#?#.articleDetail-RankingList > li.articleDetail-RankingList_Item:has(> div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/112309
limia.jp#?#.Section > div.OUTBRAIN:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/112598
wetter.com#?#div[id^="somtag-container"]
! https://github.com/AdguardTeam/AdguardFilters/issues/113415
news.ntv.co.jp#?#.module-wrapper > div.contentsWrapper:has(> div.title-card-wrapper > div.OB-REACT-WRAPPER)
! "Sponsored" leftover
gendai.ismedia.jp#?##MG_sp_sponsor_1:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/112318
fashion-press.net#?#.fp_list_each.mobile_only > div.mobile_only_ad:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/111034
m.tsargrad.tv#?#.article > div.article__footer:has(> div.insert-ads-block)
m.tsargrad.tv#?#.article > div.article__footer:has(> div[id^="unit_"])
m.tsargrad.tv#?#.article > div.article__footer:has(> div[id^="smi_teaser_"])
m.tsargrad.tv#?#.article > div.article__footer:has(> div[class^="smi24_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/110391#issuecomment-1038726453
nan-net.com#?#.bbs_box > div > script[src^="https://img.ad-nex.com"]:upward(2)
! placeholder
minkara.carview.co.jp#?#.foot-banner > div[id^="\33 00X250_"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/109417
seiga.nicovideo.jp#?#div[data-ads-name="sp_android_web_manga_viewer_lv3_300x250_north"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/108885
cyzowoman.com#?#.section_common > article.entryad:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/107994
s.dietclub.jp#?#.hTag2 > span[class^="icon-list"]:contains(/Ads|おすすめ記事（一部広告/):upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/107113
viet-jo.com#?#.bd_bd > div[class^=text-top-tab1-] > div.bd > div.bd_left[name]:contains(PR):upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/106846
abplive.com#?#.articlepage > .center_block:has(> p:contains(- - Advertisement - -))
! Sponsored products
amazon.*#?##similarities_feature_div span.threepsl-sponsored:upward(#similarities_feature_div)
amazon.*#?##WrapperDivToHideBTF > div[cel_widget_id]:has(> div[data-a-remove-bottom-gutter] > div[data-a-card-type] > div[cel_widget_id="mobile-dp-sims_SponsoredProductsSimsDpThematicMobile"])
! https://github.com/AdguardTeam/AdguardFilters/issues/106435
aria.nikkei.com#?#.panelIndent > ul.dag_visualbox:upward(1)
! sp.m.jiji.com placeholder
sp.m.jiji.com#?#.spView > div[style^="margin"] > div[id^="div-gpt-ad"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/105573
matomame.jp#?#.uk-text-center.uk-margin-bottom > ins.adsbygoogle:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/101411
adme.ru#?#div[data-test-id="article-content"] > div > div svg[viewBox] > use[href="#loader"]:upward(4)
! https://github.com/AdguardTeam/AdguardFilters/issues/102376
asahi.com#?#li > div[id^="ad-rellink"]:upward(1)
! m.vz.ru - ad
m.vz.ru#?#main > div.page-section:has(> div.container > iframe[src^="https://com.adv.vz.ru/"])
! placeholder
news4wide.net#?#.free-area script[src^="https://js.ad-"]:upward(.free-area)
! h1g.jp leftover
h1g.jp#?#.recently-list2 > div#taboola-below-article-thumbnail-sp:upward(1)
h1g.jp#?#.recently-list2 > script[src^="https://js.ad-stir.com/"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/99877
m.eprice.com.tw#?#.thread-list > dd[class]:has(> .adsbygoogle)
m.eprice.com.tw#?#.thread-list > dd[class]:has(> div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/99567
womenshealth.de#?#.article__content > div > span.list__header:contains(/^Sponsored$/)
! kakaku.com native ad, placeholder
s.kakaku.com#?#.c-bnr span.c-global_pr:upward(.c-bnr)
s.kakaku.com#?#.p-bnr span.c-global_pr:upward(.p-bnr)
waterserver.kakaku.com#?#li.unit > a[href*="/jump.asp?"][onclick^="onclickcatalysttopcs"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/98076
tsn.ua#?#body > aside[class="l-sheet l-sheet__gap"]:has(> div > amp-ad)
tsn.ua#?#body > aside[class="l-sheet l-sheet__gap"]:has(> div > amp-iframe)
! https://github.com/AdguardTeam/AdguardFilters/issues/99187
info.flightmapper.net#?#.mobile-v > .m-box:has(> div[class^="as_mobi_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/98108
nashemisto.dp.ua#?#footer > div:has(> amp-ad)
nashemisto.dp.ua#?#footer > div:has(> amp-iframe[src^="https://m.mixadvert.com/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/98733
radio.net#?##stationpage-holder > div:has(> div > div#RAD_NET_M_Station_Middle)
radio.net#?#div[data-testid="RAD_NET_M_Search_Middle"] > div#RAD_NET_M_Search_Middle:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/98485
slovoidilo.ua#%#//scriptlet('remove-class', 'branding', 'body')
! https://github.com/AdguardTeam/AdguardFilters/issues/97560
0629.com.ua#?#.linked-block > div.card-wrapper:has(> div.c-card > div.c-card__subinfo > div.c-card-label:contains(Реклама))
! chansoku.com ad leftover
chansoku.com#?##article-contents > span:contains(スポンサードリンク)
chansoku.com#?#.lattice-interres-standby > span:contains(スポンサードリンク)
! aaieba.livedoor.biz ad
aaieba.livedoor.biz#?#div[align="center"] > table:has(a[href*="amazon.co.jp/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/97863
profile.ru#?#.main > div.container-fluid > div > div.float-right:contains(/^\s{8} $/)
! app.famitsu.com placeholder
app.famitsu.com#?#.news_section > ul > li > div.adcloud_frame:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/96380
sueddeutsche.de#?#div[itemprop="articleBody"] > div:has(> div[id^="iqadtile"])
! notebookcheck.com - left-over in article
notebookcheck.com#?#div[class*="incontent-column"]:has(> div[class] > div[id^="div-gpt-ad"])
! cuebic.biz leftover
cuebic.biz#?#.shelf-text script[src^="https://img.ad-nex.com/"]:upward(.shelf-text)
! vipcle2.com placeholder
vipcle2.com#?#body > div[id^="text-"] > div.textwidget:has(> div[class^="ad300"])
! https://github.com/AdguardTeam/AdguardFilters/issues/97929
mydramalist.com#?#.app-body > div[class]:first-child:has(> .is-mobile > div[class] > .mdl-gpt-tag)
! https://github.com/AdguardTeam/AdguardFilters/issues/113231
ameblo.jp#?#div[style="overflow:hidden"] > div[class^="_"] > aside[class^="_"]:first-child > div[class^="_"] > aside[class^="_"]:only-child > div[class^="_"]:only-child > div:not([class]):only-child:empty:upward(3)
ameblo.jp#?#main + aside[class^="_"] > div[class^="_"]:only-child > div[class^="_"]:only-child > div:not([class]):only-child:empty:upward(1)
ameblo.jp#?#div[class^="_"] > aside[class^="_"] > div[class^="_"] > div[id*="adFooterMegaPanel"]:upward(3)
ameblo.jp#?##blogMegaPanelOfficial:empty:upward(1)
ameblo.jp#?#div[style="overflow:hidden"] > div[class^="_"] > aside[class^="_"] > div[class^="_"] > aside[class^="_"] > div[class^="_"] > div[id$="adFooterMegaPanel"]:upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/94375
fontanka.ru#?##app > div > footer ~ div:has(> div > div[id^="adfox_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/95175
gizmodo.com#?#.js_post-content > div[class]:has(> div.swappable-mobile-ad-container)
! https://github.com/AdguardTeam/AdguardFilters/issues/94910
news18.com#?#.article_main > div[class^="jsx-"][style*="height"] > .nw18-dfp-ad:upward(1)
! https://m.crank-in.net/interview/93890/1 placeholder
m.crank-in.net#?#.news-list-area li > script[src^="https://js.mediams"]:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/94432
sueddeutsche.de#?#article > div[class^="css-"] > div[id^="iqad"]:upward(1)
! gismeteo ads
gismeteo.ua#?#.page > section.section_rss:has(> a:not([href]):contains(/Новости партнёра|Новини партнера/))
gismeteo.lt#?#.page > section.section_rss:has(> a:contains(15min.lt))
gismeteo.md#?#.page > section.section_rss:has(> a:contains(Аргументы и факты))
! okinawatimes.co.jp placeholder
okinawatimes.co.jp#?#li > #sp_article_infeed_1st:upward(1)
! m.bild.de gutschein ad
m.bild.de#?#.block__layout-wrapper > .layout:has(> div[data-teaser-position*="konfigaro"])
! https://github.com/AdguardTeam/AdguardFilters/issues/91541
adme.ru#?#div[data-test-id="articles-list"] > div:not([data-test-id^="article-list-element-"]):not(:has(> a[data-test-id="logo-link"]))
! https://github.com/AdguardTeam/AdguardFilters/issues/91294
meeco.kr#?#div[style^="padding:"] > p img[src^="//img.meeco.kr/files/attach/images/"][alt*="배너"]:upward(.xe_content)
! conditional ad on head
blog.goo.ne.jp#?#.banner--marchel:upward(#msg-box-app-recommend)
! ameblo.jp placeholder
ameblo.jp#?#div[style="overflow: hidden;"] > div[class^="_"]:last-of-type > aside[class^="_"]:only-child > div[class^="_"] > aside[class^="_"]:only-child > div > div:empty:upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/89529
m.timesofindia.com#?#.wrapperMobileHome div[class][style]:not([data-videomsid]) > .ad_text:upward(1)
m.timesofindia.com#?#.wrapperMobileHome div[class][style]:not([data-videomsid]) > .ctn-workaround-div:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/89807
spanishdict.com#?##adTopSmall-container ~ div:has(> #adHesion-container)
! m.winfuture.de - Tarif ad and amazon ad
m.winfuture.de#?##main > h2:has(> a[href*="special/"][href*="/angebote/"])
m.winfuture.de#?#body > h2:has( > a[href*="special"][href*="angebote"])
m.winfuture.de#?##main > h2:has(> a[href*="winfuture.de/r?"])
m.winfuture.de#?##main > h2:has(> a[href="/news/127142"])
!! m.winfuture.de/special/X/
m.winfuture.de#?#body > h2:has(> a:contains(/Nur heute\:|Nur diese Woche\:|Nur für [0-9]{1,} Tage|Jetzt reduziert\:|Nur noch heute|tark reduziert|eals des Tages|Knaller-Tarif|Top-Preis|kurze Zeit|vorbestellen|Günstige Deals|startet[\s\S]*Launch bei/))
! https://github.com/AdguardTeam/AdguardFilters/issues/87208
drive2.ru#?#.l-container > div.c-block--mh:has(> div[id^="adfox_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/88468
haaretz.com#?#section[data-test="zapp"] > div[class] > div[class]:has(> div[class] > div[class] >  div.js-dfp-ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/88669
unian.net#?#.article div[data-ad]:upward(1)
! kotaku.com etc. left-over in mobile view of article and main page
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#.js_curation-block-list > div[class]:has(> .ad-container)
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#.js_post-content > div[class]:has(> .js_commerce-inset-permalink)
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#.js_post-content > div[class]:has(> .instream-native-video)
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#article > div[class]:has(> div[class] > p:contains(Advertisement))
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#.js_sticky-footer:has(> .js_ad-sticky-footer)
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com#?#section div > div[class] div[class]:has(> .ad-container)
! m.sports.ru ad articles and polls
m.sports.ru#?#.b-material-list__container > article:has(> div.b-material-list__item-content > div.b-material-list__item-content-details > span:contains(Реклама))
m.sports.ru#?#.g-wrap > article:has(> div.poll > div.poll__ad-label)
m.sports.ru#?#.b-news-item__content > div.poll:has(> div.poll__ad-label)
! https://github.com/AdguardTeam/AdguardFilters/issues/87356
gizmodo.com#?#div[data-inset-category="CommerceInsetMobile"] + div:has(> div.ad-container)
! m.winfuture.de - Readly ad main page
m.winfuture.de#?##main > h2:has(> a[href^="/news"][href*="123690"]) + .teaser
! https://github.com/AdguardTeam/AdguardFilters/issues/86663
olx.com.br#?##ad-list > li:has(> div[class] > div:contains(PUBLICIDADE))
! m.sports.ru ad leftover
m.sports.ru#?#.b-news-list__container > article:has(> div.b-news-list__item-content > span > a[href^="https://redirect.appmetrica.yandex.com/"])
! menshealth.de ad on mainpage
menshealth.de#?#.list > .amazon-processed:has(> .list-item__text > .list-item__tag-container > span[class*="teaser__tag--ad"])
! pcgameshardware.de - ad on main page
pcgameshardware.de#?#.ticker_item > a[href^="/E-Commerce-The"]:has(> .schnaeppchen)
! https://github.com/AdguardTeam/AdguardFilters/issues/84628
! For some reason usual cosmetic rule causes that website is not responsive/freezes
noticias.uol.com.br#?#body .tm-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/83849
news18.com#?#.article_main > div[class^="jsx-"][style*="min-height:"] > .OUTBRAIN:upward(1)
! pcgames.de - ad
pcgames.de#?#.disrupter-Color-OrangeReview > a:has(> .textFrame > .articleInfo > .autorName:contains(Anzeige))
pcgames.de#?#.articleTicker > .item:has(> .textFrame > .articleInfo > .at_sponsored)
! https://github.com/AdguardTeam/AdguardFilters/issues/81933
grapee.jp#?#aside > div[class^="mod-ads-area"]:upward(1)
! placeholder
2chan.net#?#.ui-li > iframe[src^="//dec.2chan.net/bin/"]:upward(1)
! news.tv-asahi.co.jp placeholder
news.tv-asahi.co.jp#?##common-header > #adbanner_spheader:upward(1)
! qiita.com placeholder
qiita.com#?#div[class^="css-"] > div > div[class^="it-Ads_"]:upward(2)
qiita.com#?#div[class^="css-"] > div[class^="css-"] > div[id^="logly-"]:upward(2)
! google shopping
google.*#?##views > div > div[class][decode-data-ved="1"] > div[class]:has(> div > div[class] > div[class] > div[class][jscontroller] > div[class^=" _-"])
google.*#?#.sh-sr__blk > #sh-sr__results + div:has(> div > div > div > div > div[class][jscontroller] > div[class^=" _-"])
! t-online.de - sport ads
t-online.de#?##Tcontboxi > .Tgbox > div[class][id]:has(> div[class]:not(:first-child) > ul > li > a[href^="https://sportwetten.t-online.de"])
! amp.focus.de - ad texts
amp.focus.de#?#.textBlock > .caption:has(> .source:contains(ANZEIGE))
! https://github.com/AdguardTeam/AdguardFilters/issues/74988
lxax.com#?#article > div.in-row > iframe[src^="/_ad#"]:upward(2)
! mildch.com placeholder
mildch.com#?##container > div.free-area > div[align="center"] > script[src*="adingo.jp"]:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/74013
standard.co.uk#?##main > div[class]:has(> div#taboola-carousel-thumbnails)
! https://github.com/AdguardTeam/AdguardFilters/issues/72944
m.proporn.com#$?##banner_overlay-postitial-video { remove: true; }
! greatist.com - leftover
greatist.com#?##announcementBar ~ aside[class] button.icon-hl-close-thick:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/71604
gadgetsnow.com#?#div[class^="_"] > .mrecasadscode ~ div[class^="_"] > div[class*="_"] > h3:contains(/^Promoted$/) + ul > li > a[href^="https://www.gadgetsnow.com/affiliate_amazon.cms?"]:upward(3)
! https://github.com/AdguardTeam/AdguardFilters/issues/70343
digit.in#?#body > .text-center.MT20:contains(/^Advertisements$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/69663
kincir.com#?#.entry-content > .caption.text-center:contains(/^ADVERTISING$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/69594#issue-759953678
m.audiko.com#?#.container > div.row > div[class^="col-"]:has(> ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/69433
charlieintel.com#?##mvp-content-main > .code-block > .ai-attributes:upward(1)
charlieintel.com#?##mvp-content-main > .code-block > div > .ai-attributes:upward(2)
! https://github.com/AdguardTeam/AdguardFilters/issues/67990
metruyenchu.com#?#main > section.nh-section:has(> div.text-center [class="text-muted"])
! amazon.de mobile ad text in cart
amazon.de#?##content > .a-spacing-top-large > .a-section:has(> .a-section > div[cel_widget_id="mobile-cart-carousels_SponsoredProductsPaginatedMobileCartEXPSubstitutesStrategy"])
! m.winfuture.de - left-over in article
m.winfuture.de#?#body > div.text > .mb20:has(> div[id^="div-gpt-ad"])
! golem.de - amazon ad on main page
golem.de#?#.media__teaser-list > li[class]:has(> div > a[href^="https://www.golem.de/news/anzeige-"])
golem.de#$?#.media__teaser-list > li[class]:has(> div > a[href^="https://www.golem.de/news/anzeige-"]) + li { border-top: solid 1px #EEE !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/66328
mail.ru#$?#.pulse-lenta div[id^="_pcard_"]:has(> a[href^="https://t.mail.ru/redir/"]) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/66050
m.hindustantimes.com#?#body > section:has(> div.center > div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/65480
loveha.net#?#.chapter-content > .quang-cao:has(> h3 > font[color="white"])
! https://github.com/AdguardTeam/AdguardFilters/issues/64482#issuecomment-698309077
m.baidu.com#?#.c-list > div.c-list-item:has(> div[class] > p[class] ~ div > span[class^="new-ad-label"])
! https://github.com/AdguardTeam/AdguardFilters/issues/64112
adme.ru#?#div[class*=" _"] > div[class*=" _"] > div:has(> div > div:empty + div[class] > div:empty + div:empty + div:empty + div:empty + div:empty)
! charivari.de - ad cleanup
charivari.de#?#.block_area_sidebar .shell:has(> .range > .contentblock > div span[style^="font-size"][style*="grey"])
! https://github.com/AdguardTeam/AdguardFilters/issues/63476
yourstory.com#?#footer > div[class^="sc-"] > div[class^="sc-"] > div#mobile-bottom-sticky-undefined:upward(1)
! https://github.com/AdguardTeam/AdguardFilters/issues/62596
news18.com#?#.hntranding > ul > li:has(> .lazyAds)
! https://github.com/AdguardTeam/AdguardFilters/issues/63459
m.erofishki.cc,m.fishki.net#?#body > div[id]:has(> div[style] > a[href^="https://engine.fishki.net/reference?gid="])
! https://github.com/AdguardTeam/AdguardFilters/issues/63465
m.avito.ru#?#div[data-marker="new-section/list"] > div[class^="_"] > div:not([data-marker="new-item-wrapper"]):not([itemtype]):has(> div.lazyloaded div[id^="ads_"])
m.avito.ru#?#div[data-marker="items/list"] > div > div:not([data-marker]):has(> div[data-code^="ads_"])
m.avito.ru#?#div[data-marker="new-section/list"] > div[class] > div:has(> div[data-code^="mobile_main"] > div[id^="ads_"])
m.avito.ru#?#div[data-marker="item-container"] > div[class] > div[class]:has(> div[data-code="ads_item_mob_top"])
! https://github.com/AdguardTeam/AdguardFilters/issues/62283
yan.vn#?#.content div.divAppend:has(> div p[style]:contains(Advertiserment))
yan.vn#?#.bg-whites > div.container div[style]:has(> p[style]:contains(Advertiserment))
! https://github.com/AdguardTeam/AdguardFilters/issues/61416
touch.mail.ru#?#.messagelist > div:not([cid]):has(span.js-href + div:contains(Реклама))
touch.mail.ru#?#.messagelist > div[style^="width:100%; height:"] + div:has(span.js-href + div:contains(Реклама))
touch.mail.ru#?#.messagelist > div[style^="width: 100%; height:"] + div:has(span.js-href + div:contains(Реклама))
! https://github.com/AdguardTeam/AdguardFilters/issues/61215
overclockers.ru#?#.container-block.woback:has(> div > ins[data-revive-zoneid])
! https://github.com/AdguardTeam/AdguardFilters/issues/59614
mensxp.com#?#.list-card > li:not(.track_ga):has(> div[class*=" "] > div > div > a[onclick])
! https://github.com/AdguardTeam/AdguardFilters/issues/61828
m.vk.com#?#.wall_item:has(> div.wi_body > div.ads_mark)
! https://github.com/AdguardTeam/AdguardFilters/issues/59598
mail.google.com#?##views div[style^="min-height:"] > form ~ div[class][style]:has(> div[class] > div[class][id] > div[class] > div[class]:contains(Ad))
! https://github.com/AdguardTeam/AdguardFilters/issues/59047
mpyit.com#?##content > .post_box:has(> a[href^="https://www.laomo.me/cdn/html/go"])
! https://github.com/AdguardTeam/AdguardFilters/issues/55252#issuecomment-647029142
m.timesofindia.com#?#.clearfix > br.id-r-component + div[class^="_"]:matches-css-before(content: /^ADVERTISEMENT$/)
! momoniji.com
momoniji.com#?##content-bottom > #mobile_text-11:upward(1)
! www-fr-de.cdn.ampproject.org - ad text
www-fr-de.cdn.ampproject.org#?#.amp-flying-carpet-text-border:contains(Werbung)
! https://github.com/AdguardTeam/AdguardFilters/issues/58137
dcard.tw#?#main > div > div[class] > div[class]:has(> div[style] > div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/57238
chinese.engadget.com#?#.rwd-inner-container ul[class*="List"] > li[class*="engadget"]:has(> article > div[class*="engadget"] > a[href^="https://b.gemini.yahoo.com"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56803
yahoo.com#?##YDC-Stream > ul.Wow\(bw\) > .js-stream-content:has(> div[class^="Pos"] > div[class*="--"] > .cluster-ad-container)
yahoo.com#?##YDC-Stream > ul.Wow\(bw\) > .js-stream-content:has(> [class*="smartphone_"] > h3 > a[href^="https://b.gemini.yahoo.com/"][rel*="noopener noreferrer"])
! ad left-over in the top
kartaslov.ru#?#div[class$="mob-top-block"]:has(> div[id^="yandex_rtb_R-A-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56400#issuecomment-639489963
game4v.com#?#body > div[class]:has(> div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56045
nishinippon.co.jp#?##l-main > section.l-section:has(> div.c-heading-h2 > div > h2 > a[href="/sp/content/editorialad/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56123
jmty.jp#?#[class^="u-margin-l-"] > div[style*="width: 300px; height: 250px;"]:has(> div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56192
! https://github.com/AdguardTeam/AdguardFilters/issues/55493
lifehacker.com,gizmodo.com#?#.js_post-content > div[class] > aside[class]:has(> div > div > div > a[data-amazonsin])
! https://github.com/AdguardTeam/AdguardFilters/issues/55262#issuecomment-629596410
news.pn#?##app-content > div[class]:has(> div > div[class][style*="//news.pn/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/54016
m.tvmao.com#$?#.materialLst > li[class^="material clear"]:has(> script[src^="//md.tvzhe."]) { remove: true; }
m.tvmao.com#$?#.materialLst > li[class="material clear "][style="display: list-item;"]:has(> a[rel="nofollow"][b_l]:not([href^="/"])) { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55961
! https://github.com/AdguardTeam/AdguardFilters/issues/54924
! https://github.com/AdguardTeam/AdguardFilters/issues/54795
! https://github.com/AdguardTeam/AdguardFilters/issues/52906
lifehacker-com.cdn.ampproject.org#?#article > div[class]:has(> aside > div > div > div > a[data-amazontag])
vitals-lifehacker-com.cdn.ampproject.org,io9-gizmodo-com.cdn.ampproject.org,gizmodo-com.cdn.ampproject.org,twocents-lifehacker-com.cdn.ampproject.org#?#article > aside:has(> div > div > a[data-amazonsin])
twocents-lifehacker-com.cdn.ampproject.org,gizmodo-com.cdn.ampproject.org,io9-gizmodo-com.cdn.ampproject.org,vitals-lifehacker-com.cdn.ampproject.org,lifehacker-com.cdn.ampproject.org#?#article > div[class]:has(> div[class] > p[class]:contains(Advertisement))
! https://github.com/AdguardTeam/AdguardFilters/issues/54576
20min.ch#?#article > div[class]:has(> div[id^="inside-full-content-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/54387
money.pl#?#div[style="visibility:visible"] > div[class*=" "] > div[class*=" "]:not([class^="sc-"]):matches-css(background-image: /^url\(https:\/\/v\.wpimg\.pl\//):has(> div[class]:only-child:empty)
money.pl#?#div[style="visibility:visible"] > div[class*=" "] > div[class*=" "] > div[class]:not([class^="sc-"]):matches-css(background-image: /^url\(https:\/\/v\.wpimg\.pl\//):has(> div[class]:only-child:empty)
money.pl#?#div[style="visibility:visible"] > div[class*=" "] > div[class*=" "] > div[class^="sc-"] > div[class*=" "]:matches-css(background-image: /^url\(https:\/\/v\.wpimg\.pl\//):has(> div[class]:only-child:empty)
! https://github.com/AdguardTeam/AdguardFilters/issues/53617
medicalnewstoday.com,healthline.com#?##__next > aside > div:has(> button.icon-hl-close-thick)
! https://github.com/AdguardTeam/AdguardFilters/issues/51864
dcard.tw#?#main > div[role="main"] > div[class*="-"] > div[class]:has(> div[class][style] a[target="_blank"] img)
dcard.tw#?#div[class][style]:has(> div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/52973
investing.com#?##siteWrapper > div.wrapper > section.boxItem:has(> div.OUTBRAIN)
investing.com#?##siteWrapper > div.wrapper > section.boxItem:has(> ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/55560
! https://github.com/AdguardTeam/AdguardFilters/issues/51614
m.tokopedia.com#?#div[data-testid="masonryContainer"] > div[class^="css-"] > div[data-testid="masonryProduct"]:has(> div[data-testid="master-product-card"] > .unf-card > .pcv3__container > div[class^="css-"] > div[class^="css-"] > span[data-testid="linkProductTopads"])
m.tokopedia.com#?#div[data-testid="masonryContainer"] > div[class^="css-"] > div[data-testid="masonryProduct"]:has(> div[data-testid="master-product-card"] > .unf-card > .product-cardv2__container > div[class^="css-"] > a[data-cy="prodNameLink"] > div[class^="css-"] > div[data-testid="linkProductTopads"])
! https://github.com/AdguardTeam/AdguardFilters/issues/50710
m.sporx.com#?##manset > .row > .col-xs-12[style]:has(> div[id^="ENGAGEYA_WIDGET_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/49980
unian.net#?#.article-column > div.read-also:contains(Новости партнеров)
! https://github.com/AdguardTeam/AdguardFilters/issues/50294
google.com#?#header[id="hdr"] ~ div#main > div[class="ZINbbc xpd O9g5cc uUPGi"]:has(> div > a[href*="/aclk?"][data-al])
! https://github.com/AdguardTeam/AdguardFilters/issues/50272
gadgetsnow.com#?##app > div[class^="_"]:has(> .adscode:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/50110
dcard.tw#?#main > div[role="main"] > div > div[class^="sc-"]:has(> div[style="height:250px;width:300px"])
! epoznan.pl - ads
epoznan.pl#?#.mobileNewsList__section > .mobileNewsList__container:has(> .mobileNewsList__right >a.postItem__category:contains(/^REKLAMA$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/48739
m.glavnoe.ua#?#.ui-content > div.ui-listview > div[align]:has(> ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/48486
vip.tiin.vn#?#.sub-top > div > div.netnews-item:has(> div.nn-item-top > p > a:contains(Tin tài trợ))
! txxx.tube - remains of ads
txxx.tube#?#.video-page div.text:has(> a[target="_blank"][-ext-contains="Advertisement"])
! https://github.com/AdguardTeam/AdguardFilters/issues/47779
dobreprogramy.pl#?#body[class^="amp-mode"] > article > small:contains(/^reklama$/)
! https://github.com/AdguardTeam/AdguardFilters/issues/47217
m.drtuber.com#$?##banner_overlay-postitial-video { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62141
nv.ua#?#.article__content__footer > div[class] > div[id]:contains(загрузка)
! https://forum.adguard.com/index.php?threads/promoted-posts-on-reddit-mobile-pages.36796/
reddit.com#?#.PostsList > div article:has(> .Post__header-wrapper .PostHeader__post-descriptor-line-overflow > span > .PostHeader__promoted-post-descriptor)
reddit.com#?#.PostsList > div:not([class]):not([id]) > div:not([class]):not([id]) > article.Post:has(> .adLinkBar)
reddit.com#?#.PostsList > span > article:has(> .adLinkBar)
reddit.com#?#.CommentsPage > article[class][id]:has(> div[class] > a > div[class]:contains(Promoted))
! https://github.com/AdguardTeam/AdguardFilters/issues/46433
uludagsozluk.com#?#.mobil_bugun > li:has(> a[href^="http://bit.ly/"][rel="nofollow"] + b[style="color: #a09f9f;"]:contains(reklam))
! m.news.de amp - left-over
m-news-de.cdn.ampproject.org#?#.article > amp-fx-flying-carpet:has(> div > div > #aduptech-container)
! buffed.de - ad on main page
buffed.de#?#ul[data-role="listview"] > .ticker_item:has(> a[href^="/E-Commerce"])
! amp.n-tv.de - left-over in article
amp.n-tv.de#?#span[itemprop="articleBody"] > amp-fx-flying-carpet:has(> div > div > amp-ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/45694
hurriyet.com.tr#?#.news-wrapper > div > amp-fx-flying-carpet:has(> div > div > amp-ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/45869
m.nuvid.*#$?##banner_overlay-postitial-video { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/45480
zmovs.com#?#.player-spot__title:contains(Advertisement)
! m.quotenmeter.de - left-over at startpage
m.quotenmeter.de#?##qm-home > .qm-item:has(> div[id^="div-gpt-ad-"])
! mobil.stern.de - ads on startpage
mobil.stern.de#?#.teaserlist__items > .mod-teaser:has(> a > .teaser > .sponsorship)
mobil.stern.de#?#.teaserlist__items > .i-frame-element:has(> .guj-iframe-parent > iframe[src*="stern.de/vergleich/wp-content/themes/stern"][src*="/iframe-startseite"])
! mobil.mopo.de - ads and left-over
mobil.mopo.de#?#.article-list > section:has(> .OUTBRAIN )
! https://github.com/AdguardTeam/AdguardFilters/issues/44243
shopee.co.id#?#.search-items-container__tab-panel > .item-card-list > .item-card-list__item-card-wrapper:has(> a[href] > div[class] > div[class]:not([class^="_"]) > div[class]:last-child:contains(/^Iklan$/))
! https://github.com/AdguardTeam/AdguardFilters/issues/44335
app-liv.jp#?#.p-applist > div.c-app-card:has(> div > span.app-ranking_label--pr)
! https://github.com/AdguardTeam/AdguardFilters/issues/44182
muzmob.org#?#.items > div:has(> iframe[src*=".php?iframe_id=_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/43683
tempo.co#$?#section#update.list > .block-box:has(> h2:contains(/^Baca Juga$/) + div:last-child > .adsbygoogle) { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/43312
game735.com#?#div[style^="text-align: center;"]:has(> em:contains(ADVERTISEMENT))
! https://github.com/AdguardTeam/AdguardFilters/issues/42830
m.haberler.com#?#ul.home-news-list > li:not([data-haber-id]):has(> div[id^="ENGAGEYA_WIDGET_"])
! https://github.com/AdguardTeam/AdguardFilters/issues/60384
mobiflip.de#?#ul.infinite-content > div:has(> li > ins.adsbygoogle)
! https://github.com/AdguardTeam/AdguardFilters/issues/42401
eksisozluk.com#$?#.ad-mobilewebinterstitial { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34257
m.empflix.com#$?##flixPlayer > div[id="inttt"][style*="z-index:"] { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/39800
healthline.com#?#div > div[class^="css-"]:has(> div[id^="ym_"])
healthline.com#?#aside[class^="css-"]:has(> div[class] > div[class] > div#mlb1__slot)
! https://github.com/AdguardTeam/AdguardFilters/issues/37428
mobil.konhaber.com#?#div.jqm-fullwidth[role="main"] > .listele > li:has(> a.ui-link[href][title$="Reklam"])
! https://github.com/AdguardTeam/AdguardFilters/issues/36670
m.galya.ru#?#.themes-block-cont > tbody > tr[class="tr-kind4"] > td:has(> div[style="width:320px;height:250px;"])
m.galya.ru#?#.themes-block-cont > tbody > tr[class="tr-kind4"] > td:has(> div[id^="yandex_rtb_R-A-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/36666
m.iguides.ru#?#.news-list > article:has(> div.after-head:contains(Реклама))
! bz-berlin.de - left-over at main page
bz-berlin.de#?#.container > .row > div[class] > .teaser:has(> #mrec)
! merkur.de - main page/article left-over
merkur.de#?#.id-SiteMain > .id-g > div[data-id-module]:has(> .id-Container--hasNoHeadline > div > div[data-id-advertdfpconf])
merkur.de#?#.id-Container-content > .id-Teaser > div[class]:has(> div[data-id-advertdfpconf])
!
momon-ga.com#?#.section-box:has(.list-box)
! https://github.com/AdguardTeam/AdguardFilters/issues/36509
winda10.com#?#.entry-content > div[style="height: 600px;"]:has(div[id^="yandex_rtb_R-A-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/34293
m.timesofindia.com#?#.contentwrapper > div > div > div > div[class]:has(> div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/28776
dailynkjp.com#$?##im_interstitial_panel { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28416
mobile.donanimhaber.com#?#div[style^="width: 100%; float: left; position: relative;"] > div[style*="margin: 10px auto; text-align: center; width: 320px; height: 100px;"]:has(> div[id^="div-gpt-ad-"])
! https://github.com/AdguardTeam/AdguardFilters/issues/30369
m.hd21.com#$?##banner_overlay-postitial-video { remove: true; }
! https://github.com/AdguardTeam/AdguardFilters/issues/31589
m.economictimes.com#?#.newsList > div[class*=" "]:has(> div > div > a[onclick])
! https://github.com/AdguardTeam/AdguardFilters/issues/30270
nbcmontana.com,mynews4.com,nbc16.com,turnto10.com,news4sanantonio.com,nbc24.com,mycbs4.com,wtov9.com,mynbc15.com#?#div[class^="heroLayout_left__"] > ul[class^="heroLayout_heroSecondary__"] > li[class="teaserItem"]:has(> div > [class*="largeRectangleAd_container__"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29888
obozrevatel.com#?#div[style^="position:"][style*="relative"]:has(> [src^="https://i.obozrevatel.com/banners/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/29451
nytimes.com,nytimes3xbfgragh.onion#?##site-content > div[class^="css-"] > div[class^="css-"] > div[class^="css-"] > div[class^="css-"] > div[class^="css-"] > div[class^="css-"][-ext-has='> div[class^="css-"] > div[class^="css-"]:contains(Advertisement) + div[class*="dfp-ad-"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/56060
! https://github.com/AdguardTeam/AdguardFilters/issues/24411
bunshun.jp#?#aside[role="complementary"] > .block > .block-header > span.title:contains(/^SPECIAL$/)
bunshun.jp#?#.sp-list-thumb > li[-ext-has='.pr']
! https://github.com/AdguardTeam/AdguardFilters/issues/24412
mdpr.jp#?#aside > .ad-f__link[-ext-has='.ad-f__sup--pr']
mdpr.jp#?#.media__list > .media__item[-ext-has='.media__sup:contains(PR)']
! https://github.com/AdguardTeam/AdguardFilters/issues/24417
s.response.jp#?#.ranking-list > .item[-ext-has='a > .pr']
! https://github.com/AdguardTeam/AdguardFilters/issues/17538
yahoo.com#?##YDC-Stream > ul.Wow\(bw\) > .js-stream-content > .controller:has(> [class*="smartphone_"] > a[href^="https://beap.gemini.yahoo.com/"][rel="noopener noreferrer"])
! https://github.com/AdguardTeam/AdguardFilters/issues/17034
m.prohardver.hu#?#.defcnt > h2 + p[align="center"][-ext-has='a[href][target="_blank"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/17262
gsmarena.com#?#.homepage-news-list > div > div[style^="display:"][-ext-has='ins.adsbygoogle']
! https://github.com/AdguardTeam/AdguardFilters/issues/16642
news.yahoo.co.jp#?#.listModBox > .listModBoxS[-ext-has='a[href^="https://app-adforce.jp"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/16535
gematsu.com#?##sidebar > #section:contains(Advertisement)
! https://github.com/AdguardTeam/AdguardFilters/issues/16143
m.auto.ru#?#.content > div.index.i-bem > div.section:has(> div > a[href^="https://an.yandex.ru/"])
m.auto.ru#?#.content > div.card > div[class*="_type_card"]:not([data-bem]):has(> div > div[class$="__badge"]:contains(/^Реклама/))
! https://github.com/AdguardTeam/AdguardFilters/issues/15953
www-chip-de.cdn.ampproject.org#?#.amp-article > div:not([class]):not([id]) > .amp-article-chapter[-ext-has='.cart']
! https://github.com/AdguardTeam/AdguardFilters/issues/13649
mobile.twitter.com#?#section[role="region"] > div > div[style^="padding-bottom"] > div[class] > div[class][-ext-has='div.rn-1uif7bo[dir="auto"]']
! reddit.com hiding promoted posts on mobile device
reddit.com#?#.PostsList > .Post[-ext-has='.PostHeader__promoted-flair']
! https://github.com/AdguardTeam/AdguardFilters/issues/11988
m.sabah.com.tr#?#.manset > ul > li:has(>a[href^="/haber/advertorial/"])
! https://github.com/AdguardTeam/AdguardFilters/issues/9536
m.imgur.com#?#.GalleryInfiniteScroll .GalleryHandler-postContainer[-ext-has='.Post-opContainer--promoted']
! https://github.com/AdguardTeam/AdguardFilters/issues/8943
chiemgau24.de#?#div[data-id-module="col-width-watcher"] > div.id-Container--hasNoHeadline:matches-css-before(content:*- Reklame)
chiemgau24.de#?#div[data-id-module="col-width-watcher"] > div.id-Container--hasHeadline:has(> h3 > span:contains(Auch interessant))
! https://github.com/AdguardTeam/AdguardFilters/issues/7983
mobile.twitter.com#?#._29ahSMvH section.rn-1oszu61 div[class][style*="padding-"] > ._1_KafmK5[-ext-has='svg.YunaQoc2']
! https://github.com/AdguardTeam/AdguardFilters/issues/7732
wetter.de#?#.large-4 > .wrapper-teaser:has([data-adformat])
! https://forum.adguard.com/index.php?threads/27134/
money.cnn.com#?#.content-scroll > div#ng-view > section.headline_list:has(> div.section_header:contains(Partner Offers))
! https://github.com/AdguardTeam/AdguardFilters/issues/7270
lifehack.org#?#.visible-xs[style^="background-color: rgb"]:has(>[id^="div-gpt-ad"])
lifehack.org#?#.visible-xs[style^="background-color: rgb"]:has([id^="lifehack_m_"][id*="TF"])
! https://github.com/AdguardTeam/AdguardFilters/issues/7074
womenshealth.de#?#body > .list__header:contains(Sponsored Section)
! https://forum.adguard.com/index.php?threads/25726/
drive2.ru#?#main > div.l-container > div[class]:not([id]):not([data-id]):not([data-type])[-ext-has=">div.o-group--top > h3:contains(Предложения компаний)"]
drive2.ru#?#main > div.l-container > div.js-entity[-ext-has=">div[class] > div[class] > div.c-author > div.c-author__body > div.c-author__date > a.c-link.c-link--gray:contains(Продвигаемая запись)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/7048
m.bild.de#?#.txt > .element[-ext-has=">.tsr-info > h3:contains(Auch Interessant)"]
! https://github.com/AdguardTeam/AdguardFilters/issues/6804
mobil.stern.de#?#.teaserlist__items > .teaser-medium-left.article-type-standard-article.mod-teaser[-ext-has=".teaser > .sponsorship--labels"]
! https://forum.adguard.com/index.php?threads/m-sondakika-com.25075/
m.sondakika.com#?##news-list-container > ul > li[-ext-has=".adsbygoogle"]
! https://forum.adguard.com/index.php?threads/24017/
fishki.net#?#.list-view-items div.content__preview[-ext-has='> div.picture-holder > a[href="/go/"][target="_blank"]']
fishki.net#?#div[class^="list-view"] > div[class^="content__intro-text"][-ext-has='> p.content__intro-text__author > a[href="/profile/543769"]']
! https://github.com/AdguardTeam/AdguardFilters/issues/5316
giveawayoftheday.com#$?#.middle.cf > .col1.giveaway_day[-ext-matches-css="padding-right: 10px"] { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/3218
lenfilm.tv#?#body > div.rek[-ext-has="div"]
! https://github.com/AdguardTeam/AdguardFilters/issues/2637
nasimke.ru#?#.body > div[class] > div[-ext-has='img[src*="/rekl/"]']
! https://forum.adguard.com/index.php?threads/12768/
m.reddit.com#?#article[class="Post size-compact"][-ext-has=".PostHeader__sponsored-flair"]
! START: Yandex
!
! Main page
! Context ads(must be excluded in useful ads)
!yandex.by,yandex.com,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua##
yandex.#?#.infinity-zen__content div.feed-item:has(div[data-statlog="directfeed.title"])
! Yandex.Search
! Search mobile(not tablet)
yandex.*##body > div.serp_js_inited.main .serp-list > .serp-item:has(span.organic__advLabel)
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua#$?#body > div.serp_js_inited.main .serp-list > .serp-item:has(a[href^="http://yabs.yandex."] > div > div[class*="organic__path"]) { remove: true; }
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua#$?#body > div.serp_js_inited.main .serp-list > .serp-item:has(a[href^="http://yabs.yandex."] > div > div.label_theme_direct) { remove: true; }
zen.yandex.by,zen.yandex.com,zen.yandex.kz,zen.yandex.ru,zen.yandex.ua#?#.touch-feed > div.feed-item:has(> div > a[href^="https://an.yandex.ru/"])
! Yandex.News
yandex.ru#?#body[class*="news_phone"] div.news-container > span > div > div.unit:has(> div.turbo-advert__item)
!
! END: Yandex
!
! https://github.com/AdguardTeam/AdguardFilters/issues/77861#issuecomment-803487103
finance.rambler.ru#?#div[data-blocks="content_info"] ~ div[itemid] div[id="summary"] ~ div[class]:has(div[class] > div[class]:empty)
rambler.ru#?#main > div[class] ~ div[class] > div[class] div[class] > a[href^="https://prime.rambler.ru/promo"][data-cerber*="mobile"]:upward(2)
!---------------------------------------------------------------------------!
!-------------- General element hiding rules -------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains generic element hiding rules that block ads on mobile devices.
!
! Good: ##.adv
! Bad: example.org##.adv (should be in specific.txt)
!
!--- popular banner sizes ---
##img[width="320"][height="50"]
##iframe[width="320"][height="50"]
! AMP websites ad container class
###mgid_iframe1
##amp-auto-ads
###mgid_iframe
##amp-embed[type="24smi"]
##amp-embed[type="smi2"]
##amp-embed[type="outbrain"]
##amp-embed[type="engageya"]
##amp-iframe[src^="https://ad.mediawayss.com/"]
##amp-iframe[src^="https://widgets.outbrain.com"]
##.amp-ad-container
##.amp-ad container
##amp-ad
##.amp_ad
##amp-sticky-ad
!
!---------------------------------------------------------------------------!
!-------------- General javascript, CSS and HTML extensions ----------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of ad blocking rules that fall under "advanced" category.
!
! Bad: example.org###rek (should be in specific.txt)
!
!-------------------
!-------JS----------
!-------------------
!### TEMPORARY ###
! https://forum.adguard.com/index.php?threads/12443/
pornhub.com,pornhubthbh7ap3u.onion#%#AG_onLoad(function() { if (typeof redirect !== 'function') return; var str = redirect.toString(); var m = str.match(/\'(\/view.*)\'/); if (m.length != 2) return; var link = m[1]; window.location.href = m[1]; });
!#################
!
! m.sunporno.com popunder
m.sunporno.com#%#//scriptlet("abort-current-inline-script", "$", "exoMobilePop")
! https://jbbs.shitaraba.net/bbs/read.cgi/internet/24461/1510462016/433
news.mynavi.jp#%#//scriptlet('prevent-addEventListener', '/^(?:scroll|touchmove|wheel)$/', 'preventDefault')
! overlay causing scroll locked
mudainodocument.com#%#//scriptlet('prevent-addEventListener', '/^(?:mousewheel|touchmove)$/')
! https://github.com/AdguardTeam/AdguardFilters/issues/98497
m.nuvid.*#%#//scriptlet("set-constant", "player.postitialTimeout", "0")
m.nuvid.*#%#//scriptlet('set-cookie', 'no_postitial_video', '1')
m.nuvid.*#%#//scriptlet("abort-on-property-read", "mobileAdvPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/93574
liquipedia.net#%#//scriptlet('remove-class', 'mobile-sticky-ad-is-active', 'body')
! https://github.com/AdguardTeam/AdguardFilters/issues/90236
popcornnews.ru#%#//scriptlet('remove-in-shadow-dom', '.i-amphtml-unresolved')
! https://github.com/AdguardTeam/AdguardFilters/issues/89046
vivud.com#%#//scriptlet('set-cookie', 'rich_media', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/81870
m.timesofindia.com#%#//scriptlet('hide-in-shadow-dom', '.ad1')
! https://forum.adguard.com/index.php?threads/39361/
idaprikol.ru#%#//scriptlet('remove-attr', 'data-universal-link', 'body')
! mediafire.com - popunder
mediafire.com#%#//scriptlet("set-constant", "InfCustomSTAMobileFunc", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/77016
hindustantimes.com#%#//scriptlet('hide-in-shadow-dom', '.storyAd, .storyAd + .slideSection')
! https://github.com/AdguardTeam/AdguardFilters/issues/71604
gadgetsnow.com#%#//scriptlet('hide-in-shadow-dom', 'amp-fx-flying-carpet[height="300px"], amp-iframe[src^="https://timesofindia.indiatimes.com/affiliate_new.cms?"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/70484
m.hd21.com#%#//scriptlet("set-constant", "player.postitialTimeout", "0")
m.hd21.com#%#//scriptlet('set-cookie', 'no_postitial_video', '1')
m.hd21.com#%#//scriptlet("abort-on-property-read", "mobileAdvPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/68663
straitstimes.com#%#//scriptlet("abort-current-inline-script", "bindPostitial")
! https://github.com/AdguardTeam/AdguardFilters/issues/67931
zoomtventertainment.com#%#//scriptlet('hide-in-shadow-dom', '.amp-flying-carpet-text-border, amp-fx-flying-carpet')
! https://github.com/AdguardTeam/AdguardFilters/issues/65853
aol.com#%#//scriptlet('hide-in-shadow-dom', 'div[class^="AdItem-components-adPlaceholder"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/70278
m-timesofindia-com.cdn.ampproject.org#%#//scriptlet('hide-in-shadow-dom', 'div.as_heading > .pdTop_2 > div[id^="ss-"]')
! https://github.com/AdguardTeam/AdguardFilters/issues/65274
m.economictimes.com#%#//scriptlet('set-cookie', 'inter', '1')
! https://github.com/AdguardTeam/AdguardFilters/issues/64521
supleks.jp#%#//scriptlet('abort-current-inline-script', 'document.getElementsByClassName', 'adBlocked')
! https://github.com/AdguardTeam/AdguardFilters/issues/63495
moneycontrol.com#%#//scriptlet("set-constant", "initializeInterstitial", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/60188
businessinsider.in#%#AG_onLoad(function(){location.href.includes("/amp_")&&(new MutationObserver(function(){document.querySelectorAll("div.i-amphtml-next-page-shadow-root").forEach(function(a){a.shadowRoot&&a.shadowRoot.querySelectorAll("div.atf_ad:not([style]), amp-ad:not([style])").forEach(function(b){b.style="display: none !important;"})})})).observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/58633
mumbailive.com#%#AG_onLoad(function(){location.pathname.startsWith("/amp/")&&(new MutationObserver(function(){document.querySelectorAll("body > amp-next-page > div > div[style='visibility: visible;']").forEach(function(a){a.shadowRoot.querySelectorAll("div.ad:not([style])").forEach(function(b){b.style="display: none !important;"})})})).observe(document,{childList:!0,subtree:!0})});
! https://github.com/AdguardTeam/AdguardFilters/issues/56038
m.iyf.tv#%#//scriptlet("adjust-setInterval", "isPeriodic", "", "0.02")
! ixbt.com - исправление отступа в мобильной версии
www.ixbt.com#%#//scriptlet('remove-class', 'branding', 'body[id="pagebody"]')
! xhamster.com - ad redirect
xhwide1.com,xhamster16.*,hamsterix.*,xhplanet1.com,xhamster11.com,xhamster4.com,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster11.com,xhamster12.com,xhamster13.*,xhamster14.com,xhamster15.com,xhamster17.com,xhamster18.com,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.desi,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,openxh2.com,xhamster.one,xhamster.desi,xhamsterpremium.com,stripchat.com#%#//scriptlet("set-cookie", "popSeen", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/47222
gotporn.com#%#//scriptlet("set-constant", "PopUnder.bindEvent", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/47227
m.tnaflix.com#%#//scriptlet("set-constant", "exoUrl", "undefined")
m.tnaflix.com#%#//scriptlet("set-constant", "organicPop", "undefined")
! https://github.com/AdguardTeam/AdguardFilters/issues/47217
m.drtuber.com#%#//scriptlet("abort-on-property-read", "mobileAdvPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/45869
m.nuvid.*#%#//scriptlet("abort-on-property-read", "mobileAdvPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/44470
m.spankbang.com#%#document.cookie = "bbm_pp_mobile=1; path=/";
! https://github.com/AdguardTeam/AdguardFilters/issues/42640
pornhd.com#%#document.cookie = "mrpop=1; path=/";
pornhd.com#%#//scriptlet("abort-on-property-read", "popUnderUrl")
! https://github.com/AdguardTeam/AdguardFilters/issues/38730
tube8.com#%#AG_onLoad(function() { if(window.location.href.indexOf("/interstitial/") != -1){ var el = document.querySelector('a[href].continue-to-video');if(el){el.click();} } });
! https://github.com/AdguardTeam/AdguardFilters/issues/30369
m.hd21.com#%#document.cookie = "adv_show=3";
m.hd21.com#%#//scriptlet("abort-on-property-read", "mobileAdvPop")
! https://github.com/AdguardTeam/AdguardFilters/issues/22801
iqiyi.com#%#document.cookie = "i18nGuideApp=true";
! https://github.com/AdguardTeam/AdguardFilters/issues/24463
hanime.tv#%#document.cookie = "in_m=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/16498
m.cricbuzz.com#%#AG_onLoad(function() { if(window.location.href.indexOf("/cricbuzz-roadblock/dfp?url=") != -1) { var el = document.querySelector('.cbz-grid-table-fix  > a.btn-default'); if(el) el.click(); } });
m.cricbuzz.com#%#document.cookie = "us_ads=1"; document.cookie = "in_ads=1"; document.cookie = "pk_ads=1"; document.cookie = "gcc_ads=1"; document.cookie = "gb_ads=1"; document.cookie = "eu_ads=1"; document.cookie = "oc_ads=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/15643
m.timesofindia.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(){}});
! estream - popups
estream.to#%#var d=document.addEventListener;document.addEventListener=function(a,b,c){("mousedown"!=a&&"click"!=a||-1==b.toString().indexOf("['popunder']"))&&d(a,b,c)}.bind(document);
! https://github.com/AdguardTeam/AdguardFilters/issues/9324
! TODO: Change AG_defineProperty to scripltet when this issue will be fixed - https://github.com/AdguardTeam/Scriptlets/issues/65
youjizz.com#%#AG_defineProperty('config.ads.mobilePopunder', {value: false});
! https://forum.adguard.com/index.php?threads/20737/
pornhub.com,pornhubthbh7ap3u.onion#%#Object.defineProperty(window, 'initPopUnderLinks', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6895
m.iceporn.com#%#document.cookie = "adv_show=3";
m.iceporn.com#%#Object.defineProperty(window, 'mobilePop', { get: function() { return ; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6894
m.nuvid.*#%#document.cookie = "adv_show=3";
m.nuvid.*#%#Object.defineProperty(window, 'mobilePop', { get: function() { return ; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/6811
gotporn.com#%#document.cookie = "mrpop=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/6892
free-sex-video.net#%#Object.defineProperty(window,'playfromad',{value:true});
! https://github.com/AdguardTeam/AdguardFilters/issues/4360
xtube.com#%#Object.defineProperty(window, 'PopUnder', { get: function() { return function() { }; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/2520
sasisa.ru#%#AG_onLoad(function() { window.show_ads = function() {}; });
sasisa.ru#%#Object.defineProperty(window, 'Umobi', { get: function() { return; } });
sasisa.ru#%#AG_onLoad(function() { window.Umobi = function() {}; });
!-------------------
!-------CSS---------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/114041
javfan.one#$##is_w_area { display: none!important; }
javfan.one#$#html { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/113132
kisspress.jp#$##articleDetail.collapse .btnCollapseOpen { bottom: 0 !important; }
kisspress.jp#$##articleDetail.collapse .btnCollapseOpen::before { bottom: -15vmin !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/112205
oantagonista.uol.com.br#$#@media (max-width: 800px) { body #div-gpt-leaderboard ~ #page { margin-top: 160px !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/112858
games.app-liv.jp#$#.jack-content { display: none !important; }
games.app-liv.jp#$#body.jack { padding-top: 12% !important; }
! 9gag.com - ad leftover at the top
9gag.com#$##jsid-app > div[style^="position: fixed; width:"][style*="top: 50px"] { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/111188
kalerkantho.com#$#.must-header-fixed-sticky { margin-top: 0 !important; }
! brandkagu-outlet.net ad
brandkagu-outlet.net#$#.flo_head { display: none !important; }
brandkagu-outlet.net#$#div.uniqset div#Header { padding-top: 0 !important; }
! https://jbbs.shitaraba.net/bbs/read.cgi/internet/24461/1510462016/433
news.mynavi.jp#$##iframeContent { display: none !important; }
news.mynavi.jp#$#[style="overflow: hidden;"] { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/109697
movie.digle.tokyo#$#.p-fixed-menu__button-post-movie[href^="https://t.afi-b.com"] { display: none !important; }
movie.digle.tokyo#$#.p-fixed-menu__menu-wrapper--post-movie { background-color: #0f0e0e !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/109417
seiga.nicovideo.jp#$?#div[data-ads-name="sp_android_web_manga_viewer_lv3_300x250_south"]:upward(1) { height: 82px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/109040
businessinsider.de#$#.header-placeholder-de { height: 60px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/108297
news.goo.ne.jp#$#div#NR-wrapper-in.cx: { min-height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/103481
matomedane.jp#$##AdvHeader { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/105301
purepeople.com#$##wb_contents { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/101806
eurasia.expert#$#.content-page { padding-top: 0!important; }
eurasia.expert#$##page { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/101681
gigafile.nu#$##sp_container > div#main_panel.container[style^="height:"]{ height: 0!important; }
! placeholder
matomehub.jp#$##AdvHeader { height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/99545
dailyringtone.com#$#.bottom { bottom: 0!important; }
! overlay
mudainodocument.com#$##im_interstitial_panel { display: none!important; }
mudainodocument.com#$#.fixed { overflow: auto!important; position: static!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/98690
news.owata-net.com#$#.adnetwork.article-interstitial.overlay { display: none!important; }
news.owata-net.com#$#html[style="overflow: hidden;"] { overflow: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/96652
coolaler.com#$#.message-inner { display: flex !important; }
! shikotch.net overlay on mobile
shikotch.net#$##is_w_area { display: none!important; }
shikotch.net#$#html.inv_scroll_cancel { overflow: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92726
izi.ua#$#div[class^="ProductFooter__root-"] { height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92579
r7.com#$#body.main-r7mobile { margin-top: 50px !important; }
r7.com#$#body.main-r7mobile .wrapper-mobile-header { height: 50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92273
miurayoshitaka.hatenablog.com#$#.ad-online-afc { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91552#issuecomment-904292573
news.mynavi.jp#$#.articleList-along { min-height: 0 !important; }
news.mynavi.jp#$#.articleList-related-article { min-height: 0 !important; }
! minor cosmetic issue
mag.app-liv.jp#$#.p-overlay--upper-ad { bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/90538
sains.sindonews.com#$#.parallax-non { top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/89046
vivud.com#$#body.overflow { position: static !important; }
vivud.com#$#.holder-rich-media { display: none !important; }
! m.formel1.de - fix empty space
m.formel1.de#$##news-share-block-top { top: 0px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/83207
netzwelt.de#$#@media only screen and (max-width: 700px) { body > #header { margin-top: -50px !important; } }
netzwelt.de#$#@media only screen and (max-width: 700px) { body > #header ~ #main { margin-top: 80px !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/82036
leo.org#$#.l-dict-searchbar { top: 0 !important; }
leo.org#$#.wgt > .wgt-header { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/78062
teleprogramma.pro#$#div[class^="yt-w amp-wp-inline-"] { padding-top: inherit !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/78598
m.economictimes.com#$##btmNav { min-height: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/70505
scmp.com#$##main-content > .home-page--slide-up { transform: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68850
m.investing.com#$#footer { margin-bottom: -50px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68045
wtftime.ru#$#.adaptive_ads { position: absolute!important; left: -3000px!important; }
! pcgames.de - left-over at top
pcgames.de#$#.stickyHeader+#loginFormMobileWrapper+.navigation+main { margin-top: 5.5rem !important; }
! ixbt.com - исправление отступа в мобильной версии
www.ixbt.com#$#.mainmenu__container a.menu { margin-top: 0 !important; }
! xhamster popup ads
xhamster.com,xhamster2.com#$#.video-view-ads { display: none!important; }
xhamster.com,xhamster2.com#$#body { overflow: visible!important; position: static!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/61897
cnews.ru#$#html > body.modal-open div#mobile-banner.modal.mobile-banner { display: none !important; }
cnews.ru#$#.modal-backdrop { display: none !important; }
cnews.ru#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62346
scmp.com#$#.top-ad { display: none !important; }
scmp.com#$#div[class*="page-outer--slide-up"] { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/60436
m.gordonua.com#$#.card_sep { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/63758
mir-porno.tv#$#.grid { padding-top: 0 !important; }
mir-porno.tv#$#.side-banners { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58092
amazingribs.com#$##count-container { bottom: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/51871
more-gamer.com#$#.adPopup { display: none !important; }
more-gamer.com#$#body { position: unset !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/46115
zmovs.com#$#.holder-rich-media { display: none!important; }
zmovs.com#$#body { position: inherit!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/43035
m.detik.com#$#body[style^="overflow:"] { overflow: auto!important; height: auto!important; }
m.detik.com#$#html[style^="overflow:"] { overflow: auto!important; height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32704
superomsk.ru#$##backgroundform { display: none!important; }
superomsk.ru#$##openwindow { display: none!important; }
superomsk.ru#$#body { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36188
trashbox.ru#$#.div_landing {display: block!important;}
trashbox.ru#$##div_landing_safe.show { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36509
winda10.com#$#.prma-close { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32452
cukurovaexpres.com#$#body { overflow: visible!important; }
cukurovaexpres.com#$##mobil_modal_ad { display: none!important; }
cukurovaexpres.com#$#.modal-backdrop { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/37472
up.ymgt.xyz#$#.play-wrap > .game { height: 100%!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30672
magcity74.ru#$#body { overflow: visible!important; }
magcity74.ru#$#.bmobile { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/28542
timeanddate.com#$#body.mob > .wrapper > .header__wrapper { height: 0!important; }
! rbc.ru - ad popup
rbc.ru#$#div[class^="banners__mobile"] { display: none!important; }
rbc.ru#$#body.g-lockscroll { overflow: visible!important; }
rbc.ru#$#html.g-lockscroll { overflow: visible!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23669
m.saostar.vn#$#.article-thumb { padding-bottom: 0!important; }
m.saostar.vn#$##page { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19286
mobiltelefon.ru#$#header { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23121
9ketsuki.info#$##sougo_rss { margin-bottom:280px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/22276
sammobile.com#$#body > .g-29 + section.content { margin-top: 0!important; }
sammobile.com#$#body > #home-slider + section.content { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/19018
techcrunch.com#$#.mobile-header-nav { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17440
realthaisluts.com#$#.mobile-ads-zone { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/17025
hdmotori.it,hdblog.it#$#.banner_list_container { height:1px!important; margin:0!important; padding: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12867
m.fanfox.net#$#header > .top-banner { display: block!important; height: 60px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/8970
m.empflix.com#$##flixPlayer > video { display: block !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7798
med1.de#$#div[id^="imAd_"] { visibility: hidden!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/7009
giga.de#$#body.mobile { padding-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/5130
gmx.net#$#body > div[class*="has-ad-"] div.base-page__content { bottom: 0!important; }
! https://forum.adguard.com/index.php?threads/22273/
skymetweather.com#$#.ui-mobile-viewport { padding-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/4453
15min.lt#$#.ads { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2068
factroom.ru#$#.mobile-pop-direct { display: none!important; height: 0!important; }
!
deviantart.com#$#div[class*="dp-ad-"] {height: 0!important; width: 0!important; }
!-------------------
!-------HTML--------
!-------------------
!
! AMP ads in ShadowRoot
! https://github.com/AdguardTeam/AdguardFilters/issues/61958
! https://github.com/AdguardTeam/AdguardFilters/issues/28322
! https://github.com/AdguardTeam/AdguardFilters/issues/17500
! Yandex.Search
! Yandex.Weather
yandex.ru#$#div[class*="_with-url-actualizer_yes"] > div.adv_type_top { display: none !important; }
yandex.ru#$#div[class*="_with-url-actualizer_yes"] > div.adv_type_top ~ div[class$="__map_compressed"] { top: 0 !important; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/7438
! https://github.com/AdguardTeam/AdguardFilters/issues/4285
! WebSocket ads
! or #%#Object.defineProperty(window, 'AMSP', { get: function() { return []; } });
! https://github.com/AdguardTeam/AdguardFilters/issues/2637
!---------------------------------------------------------------------------!
!-------------- General URL blocking rules ---------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of generic blocking rules (mobile sites or apps).
!
! Good: .org/ads/
! Bad: .org/ads/$domain=example.org (for instance, should be in speficic.txt)
!
!
||s.*.com/pp.php?uid=$third-party
.cn/?ss=
/adfurikun/*
/aff_c?*offer_id=*&aff_id=
/aff_r?*offer_id=*&aff_id=
||rt.api.glispa.com/native/v1/ad
||doodlemobile.com/feature_server/fullScreen/get.php
||doodlemobile.com/feature_server/geo-ip/test.php
||cloud.rovio.com/ads/
||cloudads-a.akamaihd.net^
||banner.globalsolutions.uz/api/getbanners/
||api.taboola.com/*/recommendations.multiple-get^
||api.taboola.com/*/recommendations.get^
||api.tinyhoneybee.com/api/getADConfig
||api.tinyhoneybee.com/api/getADResource
||50.17.161.250/appodeal/
||52.87.215.72/oapi/getAd
||78.138.126.253/www/
||83.222.115.150/?type=
||apps.outfit7.com/rest/ad/
||cdn.lfstmedia.com/~cdn/Ads/
||cdn.outfit7.com/promo-nc
||cm.ksmobile.com/api/GetCloudMsgAdv^
||amazonaws.com/appodeal
||amazonaws.com/appodeal-campaign-images/
||f.doodlemobile.com:8080/feature_server_v3/
||fotoable.com/Advertise/
||gluservices.s3.amazonaws.com/PushNotifications
||google.com/ads/search/app?*&caps=*sdkAdmobApiForAds
||hoiplay.com/tm_popup.html$popup
||hoodrunner.kiloo.com/newonlinesettings.php?platform=android
||launchermsg.3g.cn/golaunchermsg/advservice.do
||m.tubemate.net/c.jsp
||mads.*.pinenutsdev.net/md.request.php
||mobilityware.com/adparams/
||presselite.com/iphone/pushnotification/interstitiel_android.php
||rayjump.com/openapi/ad/
||runnergamesch.com/*/BasCount/adAll
||sinst.fwdcdn.com/_uploaded_files/ads/
||smart.tinyhoneybee.com/log/
||startappexchange.com/*/getadsmetadata
||startappexchange.com/*/gethtmlad
||startappexchange.com/tracking/adClick?d=
||startappservice.com/*/gethtmlad
||startappservice.com/InApp/
||tb.beeline.ru/Scripts/App/AnchorCompiled.min.js
||youtube.com/api/stats/ads
! Facebook Ad Choices
||graph.facebook.com/network_ads
!---------------------------------------------------------------------------!
!------ White list. 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 - whitelist_stealth.txt)
!
!
! ##### TEMPORARY START #####
!
! https://github.com/AdguardTeam/AdguardForAndroid/issues/1916
! https://github.com/AdguardTeam/AdguardFilters/issues/17808
@@||xda-cdn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3707
@@||tf-robots.nl^$elemhide,jsinject,content
! https://github.com/AdguardTeam/AdguardForAndroid/issues/3080
@@||yohalabs.com^
!
! ##### TEMPORARY END #####
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/112360
@@||partner1.cashback.zen.com/aff_
! https://github.com/AdguardTeam/AdguardFilters/issues/103481
matomedane.jp#@##AdvHeader
! https://github.com/AdguardTeam/AdguardFilters/issues/100669
! https://play.google.com/store/apps/details?id=com.ss.android.article.topbuzzvideo connection error
! https://github.com/AdguardTeam/AdguardFilters/issues/98108
! https://github.com/AdguardTeam/AdguardFilters/issues/96947
! https://github.com/AdguardTeam/AdguardFilters/issues/95096
! https://github.com/AdguardTeam/AdguardFilters/issues/92164
! https://github.com/AdguardTeam/AdguardForAndroid/issues/3933#issuecomment-895091276
! https://github.com/AdguardTeam/AdguardFilters/issues/88141
@@||sf*-*cdn-tos.pstatp.com^$domain=juejin.cn
! https://github.com/AdguardTeam/AdguardFilters/issues/86726
@@||sf*-*cdn-tos.pstatp.com^$domain=bcy.net|agefans.cc
! https://github.com/AdguardTeam/AdguardFilters/issues/73048
! https://github.com/AdguardTeam/AdguardFilters/issues/68075
@@||d-cache.microad.jp/js/td_iw_access.js$domain=watch.impress.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/67968
@@||static00.forvo.com/_presentation/assets/js/vendor_mobile_no_ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/67705
@@||cdn.ampproject.org/v0.js$domain=politnavigator.net
! https://github.com/AdguardTeam/AdguardFilters/issues/66650
@@||bc.marfeelcache.com/punchng.com/$xmlhttprequest,domain=punchng.com
@@||bc.marfeelcache.com/statics/marfeel/gardac-sync.js$domain=punchng.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65217
@@||googletagservices.com/tag/js/gpt.js$domain=ukr.net
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ukr.net
||googletagservices.com/tag/js/gpt.js$script,redirect=googletagservices-gpt,important,domain=ukr.net
! https://github.com/AdguardTeam/AdguardFilters/issues/64416
! It's caused by RU AdList
drive2.com,drive2.ru#@#div[itemtype^="http://schema.org/"] ~ div[data-role][data-target] ~ div:not(:last-child)
drive2.com,drive2.ru#@#div[itemtype="http://schema.org/BlogPosting"] ~ div:not(:last-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/64328
itest.5ch.net#@#.js-cardview_ad-320x180
! https://github.com/AdguardTeam/AdguardFilters/issues/62819
milesplit.com#@#.sticky-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/64329
! https://github.com/AdguardTeam/AdguardFilters/issues/61298
! https://github.com/AdguardTeam/AdguardFilters/issues/60438
@@||cdn.ampproject.org/v0.js$domain=112.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/58027
mrmoneymustache.com#@#.custom-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/58752
! https://github.com/AdguardTeam/AdguardFilters/issues/57107
@@||snssdk.com/video/drm/v*/play_licenses
! https://github.com/AdguardTeam/AdguardFilters/issues/56041
@@||ala.durasite.net/DuraUidSegmentMap.js$domain=passnavi.evidus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/59127#issuecomment-658119835
||yads.c.yimg.jp/js/yads-async.js$script,redirect=noopjs,important,domain=map.yahoo.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/54357
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=as-selection.net
as-selection.net#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/54380
! https://github.com/AdguardTeam/AdguardFilters/issues/53741
@@||t1.daumcdn.net/adfit/static/kp.js$domain=m.card-gorilla.com
! https://github.com/AdguardTeam/AdguardFilters/issues/52979
@@||epst.hindustantimes.com/Js/_show_Ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/52091
businessinsider.co.za#@#.ad-loaded
! https://github.com/AdguardTeam/AdguardFilters/issues/52046
@@||yastatic.net/pcode/adfox/header-bidding.js$domain=kp.ru|kp.by|kp.kg|kp.kz|kp.md
@@||yastatic.net/pcode/adfox/loader.js$domain=kp.ru|kp.by|kp.kg|kp.kz|kp.md
! https://github.com/AdguardTeam/AdguardFilters/issues/50976
@@||verticalscope-com.videoplayerhub.com/galleryplayer.js$domain=skyscrapercity.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47849
@@||bc.marfeelcache.com^$domain=01net.com
@@||bc.marfeel.com^$domain=01net.com
! https://github.com/AdguardTeam/AdguardFilters/issues/44518
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=games.metv.com
! kiss-anime.ws - broken pages iOS
! https://github.com/AdguardTeam/AdguardFilters/issues/38428
@@||etimg.com/js_etsub/*minify-*.cms$domain=m.economictimes.com
! https://github.com/AdguardTeam/AdguardFilters/issues/35748
! https://github.com/AdguardTeam/AdguardFilters/issues/34162
niji-gazo.com#@#.ad-block
! https://github.com/AdguardTeam/AdguardFilters/issues/35772
! https://github.com/AdguardTeam/AdguardFilters/issues/36227
@@||ci.phncdn.com/www-static/js/vmobile/flipbook.js
! https://github.com/AdguardTeam/AdguardFilters/issues/24587
@@||kocaelibarisgazetesi.com/images/banner/l3oo.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/36075
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=sinarharian.com.my
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=sinarharian.com.my
@@||sinarharian.com.my/*/prebid1.24.1.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28826
! https://github.com/AdguardTeam/AdguardFilters/issues/26089
! https://github.com/AdguardTeam/AdguardFilters/issues/27605
m.veporns.com#@#.advertisment
m.veporns.com#@##topAds
! https://github.com/AdguardTeam/AdguardFilters/issues/26732
@@||b92.net/a/cmt_submit.php$document
! https://github.com/AdguardTeam/AdguardFilters/issues/26698
@@||leanplum.com^$domain=nbc.com|leanplum.com
! https://github.com/AdguardTeam/AdguardFilters/issues/26520
! https://github.com/AdguardTeam/AdguardFilters/issues/22203
! com.jellybtn.cashkingmobile - fixing permanent network requests
! https://github.com/AdguardTeam/AdguardFilters/issues/23772
@@||pics.porndroids.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/18815
@@||api.gamer.com.tw/mobile_app/anime/*/stat_ad.php
! https://github.com/AdguardTeam/AdguardFilters/issues/23151
cancam.jp#@#.overlay-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/21581
@@||meta.wikimedia.org/wiki^
! https://github.com/AdguardTeam/AdguardFilters/issues/21619
@@||kimcartoon.me/ads/fbMob.aspx
! https://github.com/AdguardTeam/AdguardFilters/issues/21111
@@||lk-subscr.tricolor.tv^$document
! https://github.com/AdguardTeam/AdguardFilters/issues/21178
@@||pwapi.washingtonpost.com/*&__amp_source_origin
! https://github.com/AdguardTeam/AdguardFilters/issues/21131
@@||ads.rubiconproject.com/prebid^$domain=index.hr
! https://github.com/AdguardTeam/AdguardFilters/issues/19957 - scroll issue
seattletimes.com#@#.ad-fixed
! https://github.com/AdguardTeam/AdguardFilters/issues/20539
@@||bc.marfeel.com/statics/marfeel/gardac.js$domain=eldiario.es
! https://github.com/AdguardTeam/AdguardFilters/issues/20126
! https://github.com/AdguardTeam/AdguardFilters/issues/19949
! https://github.com/AdguardTeam/AdguardFilters/issues/17538 - fixes scrolling on mobile sports.yahoo.com
||s.yimg.com/av/curveball/ads/pr/$redirect=nooptext,important,domain=sports.yahoo.com
! https://github.com/AdguardTeam/AdguardFilters/issues/19415
@@||slashdot.org/story^
! m.youtube.com - fixing rule for Android
m.youtube.com#@#a[onclick*="\"ping_url\":\"http://www.google.com/aclk?"]
m.youtube.com##a[onclick*='"ping_url":"http://www.google.com/aclk?']
! https://github.com/AdguardTeam/AdguardFilters/issues/17500
@@||motherless.com/scripts/mobile^
@@||maxcdn.bootstrapcdn.com/font-awesome^
! https://github.com/AdguardTeam/AdguardFilters/issues/17832
vip.de#@#.centered-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/17503
! https://github.com/AdguardTeam/AdguardFilters/issues/15836
! https://forum.adguard.com/index.php?threads/28124/
@@||mc.yandex.ru/metrika/watch.js$domain=tv.yandex.by|tv.yandex.kz|tv.yandex.ru|tv.yandex.ua
@@||ads.adfox.ru/*/prepareCode?$domain=tv.yandex.by|tv.yandex.kz|tv.yandex.ru|tv.yandex.ua
@@||ads.adfox.ru/*/getCodeTest?$domain=tv.yandex.by|tv.yandex.kz|tv.yandex.ru|tv.yandex.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/11030
m.veporn.live#@##topAds
m.veporn.live#@#.advertisment
! https://github.com/AdguardTeam/AdguardFilters/issues/10529
m.veporn.video#@#.advertisment
m.veporn.video#@##topAds
! https://github.com/AdguardTeam/AdguardFilters/issues/10135
@@||cdn.adspirit.de^$domain=cdn.adspirit.de
! https://github.com/AdguardTeam/AdguardFilters/issues/9763
@@||m.muensterschezeitung.de/var/storage/images^
! https://github.com/AdguardTeam/AdguardFilters/issues/9597
@@||tags.crwdcntrl.net/*/cc_af_ajax.js$domain=driveaccord.net
! https://github.com/AdguardTeam/AdguardFilters/issues/8470
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=m.pandora.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/7798
med1.de#@#div[id^="imAd_"]
@@||cdn.interactivemedia.net/live/Med1.de/live/globalAdTag.min.js$domain=med1.de
! https://github.com/AdguardTeam/AdguardFilters/issues/7900
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=vorsprung-online.de
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=vorsprung-online.de
vorsprung-online.de#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/8001
reviews.mtbr.com#@#.header-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/7916
! https://github.com/AdguardTeam/AdguardFilters/issues/6807
@@||hdzog.com/assets/$domain=m.hdzog.com
@@||hdzog.com/get_file/$domain=m.hdzog.com
@@||hdzog.com/key=$domain=m.hdzog.com
@@||googleapis.com/customsearch/$domain=m.hdzog.com
@@||google.com/cse/cse.js$domain=m.hdzog.com
@@||google.com/uds/api/search/$domain=m.hdzog.com
@@||st.tubecup.org/releted_hdzog/json.php?page=$domain=m.hdzog.com
! https://forum.adguard.com/index.php?threads/25567/
stevengoh.com#@#.header-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/6725
m.tubewolf.com#@#.block-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/6694
olx.ro#@#DIV[class^="banner"]
! https://forum.adguard.com/index.php?threads/20287/
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$script,domain=m.timesofindia.com
@@||mobileads.indiatimes.com/Web_Ads/js/22april16/prebid_1.js$script,domain=m.timesofindia.com
timesofindia.indiatimes.com#@#style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
! https://github.com/AdguardTeam/AdguardFilters/issues/976
! https://github.com/AdguardTeam/AdguardForAndroid/issues/1256
! https://github.com/AdguardTeam/AdguardFilters/issues/5539
! https://github.com/AdguardTeam/AdguardFilters/issues/3708
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=m.legacy.com
! https://github.com/AdguardTeam/AdguardFilters/issues/5005
@@||doc.echoban.ru/delivery/spcjs.php?id=1$domain=echo.msk.ru|doc.echoban.ru
! https://forum.adguard.com/index.php?threads/21029/
@@||pubads.g.doubleclick.net/gampad/ads?env=vp&gdfp_req=1&output=xml_vast*&url=http%3A%2F%2Famp.usatoday.com
@@||players.brightcove.net/*/index.html?videoId=$domain=amp.usatoday.com
! https://github.com/AdguardTeam/AdguardForAndroid/issues/1160
! https://github.com/AdguardTeam/AdguardFilters/issues/4659
@@||report-ads-to.pubnation.com/dist/pnr.js?t=$domain=m.neogaf.com
! https://github.com/AdguardTeam/AdguardDNS/issues/64
! Fixing Google Search ads when HTTPS filtering is disabled
@@://googleadservices.com^|
@@://www.googleadservices.com^|
! https://github.com/AdguardTeam/AdguardFilters/issues/4453
@@||15min.lt^$generichide
15min.lt#@#.widget.ads
15min.lt#@#.ads
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=15min.lt
@@||pubads.g.doubleclick.net/activity;$domain=15min.lt
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=15min.lt
! https://github.com/AdguardTeam/AdguardFilters/issues/4317
@@||films.imhonet.ru^$jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/4243
@@||bc.marfeel.com/statics/marfeel/gardac.js$domain=elperiodico.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4096
@@||v.fwmrm.net/ad/g/*$domain=nhl.com|dtmts.com
@@||mssl.fwmrm.net/*/AdManager.js?$domain=nhl.com|dtmts.com
! https://github.com/AdguardTeam/AdguardFilters/issues/4059
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=espn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3755
@@||m.haberturk.com/adscbg/mdet.js
! https://github.com/AdguardTeam/AdguardFilters/issues/3616
pornhub.com,pornhubthbh7ap3u.onion#@#div > [style*="width: 100%;"]:first-child
! https://forum.adguard.com/index.php?threads/16921/
m.veporn.net#@#.advertisment
m.veporn.net#@##topAds
! https://forum.adguard.com/index.php?threads/16893/
@@||g.doubleclick.net/gpt/pubads_impl_$script,domain=ukr.net
! https://github.com/AdguardTeam/AdguardFilters/issues/3610
! https://github.com/AdguardTeam/AdguardForAndroid/issues/925
! https://github.com/AdguardTeam/AdguardFilters/issues/3492
@@||b.marfeel.com/statics/marfeel/gardac.js$domain=applesencia.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3465
@@||rutube.ru/play/embed/*?advertiser_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/3451
@@||forums.windowscentral.com^$script,~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/3310
@@||android-api-de.gumtree.com/api/users/*/ads.json
! https://github.com/AdguardTeam/AdguardFilters/issues/1275
idownloadblog.com#@#.header-ad
! Play Music mad blocked counter issue
! redtube.com - fixing icons
@@||static.redtube.com/mobi/images/$domain=redtube.com|redtube.net
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2153
! https://forum.adguard.com/index.php?threads/12453/
@@||popads.net^$domain=popads.net
! https://github.com/AdguardTeam/AdguardFilters/issues/2676
arseblog.com#@#.header-ad
! https://forum.adguard.com/index.php?threads/11648/
@@||mobile-content.sessionm.com/javascripts/api/sessionm.min.js$domain=cbslocal.com
! https://github.com/AdguardTeam/AdguardFilters/issues/2112
! Fixing Google Shopping
@@||www.googleadservices.*/aclk?*&adurl=$~third-party
! https://forum.adguard.com/index.php?threads/11117/
@@||m.sports.naver.com/*/gamecenter/*tab=record$elemhide,jsinject
! https://github.com/AdguardTeam/AdguardFilters/issues/2294
@@||imasdk.googleapis.com/js/core/bridge*.html$domain=m.au.ign.com
! https://forum.adguard.com/index.php?threads/11102/
@@||google-analytics.com^$domain=wtf.nl
@@||securepubads.g.doubleclick.net/gampad/ads$domain=wtf.nl
@@||ad.360yield.com/adj?p=$domain=wtf.nl
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1986
@@||ad.doubleclick.net/ddm/clk/*?https://creditcards.chase.com/
! https://github.com/AdguardTeam/AdguardForAndroid/issues/484
@@||auto-api.yelp.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1942
@@||olx.ua/*/observed/getads/?json=
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1858
@@||pdk.theplatform.com/*/pdk/js/plugins/doubleclick.js$domain=cbc.ca
@@||imasdk.googleapis.com/js/core/*$domain=cbc.ca
@@||sb.scorecardresearch.com/*/plugins/streamsense_plugin_theplatform.js$domain=cbc.ca
! http://forum.adguard.com/showthread.php?9862
@@||mc.yandex.ru/metrika/watch.js$domain=letmefix.ru
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1749
@@||bc.marfeel.com/statics/marfeel/gardac.js$domain=sport.es
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1574
@@||ad.dotandad.com/mediamond_vm.jsp$domain=video.mediaset.it
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1391
@@||2o7.net/b/ss/bmwmobiledev
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1374
@@||bankofamerica.com/content/images/ContextualSiteGraphics/Marketing/Banners/
! http://forum.adguard.com/showthread.php?8708
@@||imasdk.googleapis.com/native/core*/native_bridge__*.js$domain=2mdn.net
! twitch.tv on iPhone
@@||imasdk.googleapis.com/js/core/bridge*.html$domain=twitch.tv
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1034
! ok.ru android app - video is broken
@@||api.ok.ru/fb.do?application_key=*_advertisement.user_id
! http://forum.adguard.com/showthread.php?7897
deviantart.com#@#.mobile-ad
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1015
! Sport1 app
@@||ad.71i.de/global_js/AppConfig/Sport1de/android.json
! http://forum.adguard.com/showthread.php?7509
@@||a.ligatus.com/?ids=*&t=js$script,domain=lachainemeteo.com
! https://github.com/AdguardTeam/ExperimentalFilter/issues/839
@@||cm.ksmobile.com/api/GetCloudMsgAdv?pkg=com.cmcm.emoji
! https://github.com/AdguardTeam/ExperimentalFilter/issues/720
@@||cnn.com^*/ad_policy.xml$domain=cnn.com
||turner.com/xslo/cvp/ads/$domain=cnn.com
! Fixing video and comments on cnet.com
@@||cnet2.cbsistatic.com/fly/*/bundles/cnetmpxpdk/
@@||imasdk.googleapis.com^$domain=cnet.com
@@||livefyre.com/wjs/v1.0/javascripts/CommentCount.js$domain=mlb.com
! T-Mobile - fixing MMS
@@||t-mobile.com/mms/$document
! https://play.google.com/store/apps/details?id=com.digidust.elokence.akinator.freemium - continuous attempt to download
@@||bos.ads.nexage.com/adServe?
! olx.ua app
@@||olx.ua/i2/ajax/ad/
! Viber[App] - the problem with the stickers store
@@||market.viber.com^$elemhide
! http://www.reddit.com/r/Android/comments/3422vw/a_quick_fix_for_everyone_having_mms_issues_with/
@@||mms.vtext.com^$document
! https://github.com/AdguardTeam/ExperimentalFilter/issues/310
@@||convertpad.com/ad/
! Prevent filtering apk storage of Google Play
@@||android.clients.google.com/market/GetBinary/$document
! Youtube & Samsung issue: https://github.com/AdguardTeam/AdguardForAndroid/issues/986
! https://github.com/AdguardTeam/AdguardFilters/issues/100525
!---------------------------------------------------------------------------!
!-------------- Rules for specific websites --------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of domain-specific rules that block ads on mobile devices.
!
! Good: example.org###rek; ||m.example.com/ads/
! Bad: example.org#$##rek { display: none !important; } (for instance, should be in general_extensions.txt)
!
!
! https://forum.adguard.com/index.php?threads/10464/
||images-*.ssl-images-amazon.com/images/*/ape/sf/MAsf-*_.js
!
sdamgia.ru##div:not([id]):not([class]):not([style]) > div[id*="_"] > div[style="width: 100%;"]
sdamgia.ru##center > div[id*="_"] > div[style*="height: 100%;"]
sdamgia.ru##center > div[id*="_"] > div[style*="width: 100%;"]
!
!
! Facebook
!! old interface
mbasic.facebook.com,d.facebook.com,free.facebook.com,free.facebookcorewwwi.onion,mbasic.facebookcorewwwi.onion,d.facebookcorewwwi.onion,m.facebook.com,m.facebookcorewwwi.onion,b-m.facebook.com,b-m.facebookcorewwwi.onion,mobile.facebook.com,mobile.facebookcorewwwi.onion,0.facebook.com,0.facebookcorewwwi.onion##div[role="article"][data-ft*='"originated_from_recommendation":"1"']
!! new interface
!!! Ad in menu
m.facebook.com##div[data-type="vscroller"][data-comp-id] > div[style]:not([data-action-id]):not([data-focusable="true"]):not([style*="1px"])
!
! Common names
! ##amp-embed[type="outbrain"]
rtl.de,amp.tvspielfilm.de,morgenpost.de,manager-magazin.de,amp.macwelt.de,m.formel1.de,finanzen.at,tagesspiegel.de,futurezone.de,ruhr24.de,spiegel.de,berliner-zeitung.de,businessinsider.de,braunschweiger-abendblatt.de,zeitung.de,bildderfrau.de,derwesten.de,finanzen.net,transfermarkt.de##amp-embed[type="outbrain"]
! ##amp-embed[type="taboola"]
gamesradar.com,laptopmag.com,livescience.com,musicradar.com,pcgamer.com,techradar.com,toptenreviews.com,tomsguide.com,dallasnews.com,golem.de,news.de,independent.co.uk,tomshardware.com,techbook.de,sueddeutsche.de,hurriyet.com.tr,elmundo.es,timesnownews.com,biz-journal.jp,sankei.com,m.mynet.com,amp.ibtimes.co.uk,lifehacker.com,jalopnik.com,ndtv.com,gizmodo.com,cnbc.com##amp-embed[type="taboola"]
! ##amp-ad
sports.ru,manager-magazin.de,amp.macwelt.de,amp.fitforfun.de,tomsguide.com,nordbayern.de,dallasnews.com,kansascity.com,futurezone.de,fr.de,spox.com,ran.de,stern.de,ruhr24.de,golem.de,berliner-zeitung.de,news.de,abendzeitung-muenchen.de,inside-digital.de,boerse.de,emtb-news.de,caravaning.de,areadvd.de,familie.de,derwesten.de,finanzen.net,o2.pl,onet.pl,whathifi.com,amp.n-tv.de,dni.ru,independent.co.uk,komputerswiat.pl,dobreprogramy.pl,amp.pcwelt.de,tomshardware.com,techbook.de,forbes.com,auto-swiat.pl,dialog.ua,mobile.reuters.com,spiegel.de,amp.welt.de,forum.xda-developers.com,sueddeutsche.de,amp.usatoday.com,m.gadgets.ndtv.com##amp-ad
! ##.inline-ad-container
scmp.com,theinventory.com,avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.inline-ad-container
! ##.ads
cartoonpornvideos.com,m.economictimes.com,beethovenmaster.com,m.mistrzowie.org,m.ura.news,siirtpress.com,up.ymgt.xyz,google.de,www-bento-de.cdn.ampproject.org,m-economictimes-com.cdn.ampproject.org,m.winfuture.de##.ads
!
psychologies.ru###div-hb-low-wrap
kurashiru.com##.SpRoot-attentionLinkWrapper
s.tabelog.com##.js-floating-tieup-banner
s.tabelog.com##.contents-ad
recipe.rakuten.co.jp##.header_billboard
timesnownews.com##div[class^="Layout-atfAd-"]
timesnownews.com##div[class^="Layout-fbnad-"]
curazy.com##.under_video_ad
curazy.com##div[id^="cu_sp_article_"]
newsweekjapan.jp###titleTextAd
newsweekjapan.jp##.special_bnr_area
praxistipps.focus.de,praxistipps.chip.de##.StickyAd
yakuji.co.jp,asahi.com,m.winporn.com,slate.com,sankei.com,gameranbu.jp,seiga.nicovideo.jp,m.arukikata.co.jp,setn.com,hateblo.jp,hatenablog.com,hatenablog.jp,hatenadiary.com,hatenadiary.jp,hatenadiary.org,syosetu.org##.ad
javfan.one##div[style^="width: 300px;"][style*="height: 250px;"]
league-funny.com##div[class^="clone_pmp"]
baby-calendar.jp##div[id^="JP_BABY_sp_all_"]
blogtag.ameba.jp###app > aside[class^="sc-"] > div[class]:empty
blogtag.ameba.jp##main > ul > div[class]:empty
keisan.casio.jp###adv_middle
itmedia.co.jp###RECTANGL
itmedia.co.jp##div[id^="RECTNGL"]
itmedia.co.jp##.colBoxIndexAD
trhaber.com##div[class^="align-items-center"][style^="height"]
47news.jp##.width_300
news-select.net##span[class^="rossoAdSpace"]
jbpress.ismedia.jp##.rtTaoolaElem
jbpress.ismedia.jp##div[style="min-height:280px;"]
st.benesse.ne.jp###div-M_UP_bnr_320x50
lnews.jp##.sp-ad-height-100
lnews.jp##.sp-ad-height-250
morningstar.co.jp,morningstarjp.com##.footer_overlayad
m.pandora.tv##div[id^="sAdSmall_"]
||prism.pandora.tv/pandora_mob/player/mo_time_check/
zaikai.jp##div[id^="ad25"]
interfax.ru##.i_mobile_only
ponycanyon.co.jp##.ad300sp50
trilltrill.jp##.articleDetail-GAM
stolica-s.su##.ad-fullscreen
limia.jp##.Post > div.u-textCenter[style="min-height: 160px;"]
washingtonpost.com###mobile-footer-ad-wrapper
tanoshiiosake.jp##.globalFooter_banner
arine.jp##.wrapper > div[align="center"][m-section]
arine.jp##.inner > div[align="center"][m-section]
m.weathercn.com##.gg-swiper-wrapper
order-order.com##.v-footer--sticky-ad
sp.netkeiba.com##.nk_AdvBox_sp_01
applica.info##div[class*="sp-ad-"]
m.ura.news##div[style*="min-height: 280px; max-height: 300px;"]
m.ura.news##div[style="margin: 60px auto 0;min-height: 480px;"]
m.ura.news##div[id^="widget-container_news_"]
m.ura.news##div[style="margin: 60px auto 0;min-height: 300px;"]
gamefavo.com##div[style$="min-height:250px;overflow:hidden;"]
sp.nicovideo.jp###jsBlockedPremiumBottomFixedBannerContainer
sp.nicovideo.jp###jsTagRelatedBannerContainer
sp.nicovideo.jp##.siteWide-BannerAd
sp.nicovideo.jp##.ads-FooterAdContainer
chisou-media.jp##.c-ad--overlay
hvg.hu##.rossmann
twiman.net##div[style="height: 100px;"]
twiman.net##div[style="height:100px;"]
twiman.net##.mx-auto[style="max-width:623px;"]
finders.me##.__ad-sp
mag.app-liv.jp##.bnr-infeed
mag.app-liv.jp##.ad-area-adsense-display
news.merumo.ne.jp##aside[style="min-height: 250px;"]
news.merumo.ne.jp##.c-single > aside[style="min-height: 100px;"]
news.merumo.ne.jp##.c-section__body.u-mt-4 > ul > li > aside[style="min-height: 24vw;"]
news.merumo.ne.jp##div[id^="gpt_unit_"]
sotokabe.net###footer_sticky_menu
eromon.net##.promoTopSpace
productreview.com.au##div[class^="before-filters-ad_"]
productreview.com.au##.fixed-bottom_AWS
showcase-tv.com##.dcard-banner
mail.yahoo.com##a[data-test-id="large-image-ad"]
amp.vip.de##.ems-ad
amp.vip.de,rtl.de##amp-iframe[src^="https://video-library.showheroes.com/spot/"]
4travel.jp##.is_adsHeight
4travel.jp##.u_adplanBox
4travel.jp##.u_floatingBanner
4travel.jp##.u_magazine4tModule
niji-gazo.com##.partner-rotate-block
elog-ch.net##.sp_banner
moeero-library.com,ero-manga-platinum.net##iframe[src^="https://ad-cheers.com/"]
doujin-night.com##.sp_adwidget
free-erobooks.*##.abox
free-erobooks.*##.pbox
dokuha.jp##.ad-size-rect
wired.com##amp-subscriptions-dialog
am-our.com##div[style="min-height: 100px"]
otakei.otakuma.net##.banner-header
abendzeitung-muenchen.de##.ad-widebox
m.ynet.co.il##._adunit_
||kalerkantho.com/banner/
kalerkantho.com##.parallax-main
m.ensonhaber.com##a[rel="sponsored"]
m.tribuneindia.com##section[class^="ad-img"]
seattletimes.com##.zeus-ad-right
map.goo.ne.jp##div[class^="gooad-spbadge300"]
ranking.goo.ne.jp##.first-banner
ranking.goo.ne.jp##.overlay-ads-sp
3rxing.org##.cls
trinixy.ru##.clsbanner
goguynet.jp##.mobileAdBox
goguynet.jp##div[style$="height:250px; width: 300px;"]
brandkagu-outlet.net##.flo_ban
amazon.*##div[data-csm-widget-type="sponsored-products-mobile-grid-card"]
tz.de##.id-StoryElement-adWrapper
itmedia.co.jp##.gad
businessinsider.jp###in-rec0st
investing.com##.adDrawer
unian.net,unian.ua##.bnr-block
unian.net,unian.ua##div[style^="height:390px;"][style*="clear:both;"]
unian.ua##div[style="height: 300px"]
unian.net,unian.ua##iframe[src^="/content/lentainform-"]
ero-nuki.net###header_adnex2
ero-nuki.net##.afbnr_fam_index
ero-nuki.net##.movie_bottom
ero-nuki.net##div[id$="_adnex"]
mynet.com##.ad-flying-carpet
pisshamster.com,xanimu.com,darknessporn.com,familyporner.com##div[class*="-boxes-mobile"]
cumlouder.com##.banner-300x100
cumlouder.com##.banner-frame
cumlouder.com##.sticky-banner
fyptt.to##.bottom-post-ad-space
fyptt.to##.top-post-ad
hindustantimes.com##.FirstAd
yabancidizitv.net##body #mobilBanner
joinfo.com##.amp-ad-holder
m.olx.*##div[class^="baxter-placeholder--ads--"]
realestate.yahoo.co.jp##.YadsBanner
genius.com##div[class^="InreadAd"]
litlib.net###gnzdfoot
appmedia.jp##.ad_sp_header
volksstimme.de###ad-top-banner-s-mobile
||game8.jp/assets/smart_phone/ads/
game8.jp##.l-jack__top
chat.smaero.jp###ad_mask
chat.smaero.jp###adsense
koe-koe.com###chumoku_ad
koe-koe.com###third_ad
koe-koe.com##.ad_list
koe-koe.com##div[style$="width:300px;min-height:260px;"]
eroita.net##.spadv
game.asahi.com##.ad-sp-side-rect
||a.adtng.com/get/$xmlhttprequest,redirect=noopvast-2.0,important,domain=mydaddy.cc
m.lvz.de##div[class^="pdb-ad_"]
tarosoku.com##.t_b > iframe
urbanlifehk.com##.article-pop-up-ad
temp-mail.org##.headerMobBanner
minkara.carview.co.jp##.decoyauc
minkara.carview.co.jp##.decoyshop
genius.com##div[class^="StickyBannerAd__Container"]
sueddeutsche.de##.css-1vedcrf
digle.tokyo##.u-ad--300-280
gamepedia.jp##.ad-article-bottom
sputnik.by##.banner.m-article-mobile
m.5-tv.ru##div[title="Реклама"]
delivery.rakuten.co.jp##.promArea
koro-pokemon.com##.ad_int
blogto.com##.blogto-sticky-banner
transit.yahoo.co.jp###posNM
amazon.*##.csm-widget-type-sponsored-products-mobile-list-card
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.atf_placeholder
seiga.nicovideo.jp##div[data-ads-name]
businessinsider.de##.bi-banner
epaper.freepressjournal.in##.ad-bx
epaper.freepressjournal.in###ad-code-footer
mess-y.com##div[id^="admain"]
||chat-lab.tokyo/adCode.js
camwhores.film##iframe[width="300"][height="100"]
versus.com##.rec_1
kinarino.jp##.c-item__container--nw-ad
wwdjapan.com##.sp-infeed-ad
wwdjapan.com##.wwdja-sp-bigpanel
delishkitchen.tv##.gm-ad-top
live.nicovideo.jp##div[class*="___footer-banner-ads"]
live.nicovideo.jp##div[class^="___overlay-banner-ad"]
thinkapple.pl##.after-more-tag > a[target="_blank"] > img
zeenite.com##div[style^="height:250px;"][style*="width:300px;"]
zeenite.com##div[style^="height:100px;"][style*="width:300px;"]
weather.goo.ne.jp##.ads_h250
muratordom.pl##.zpr_m_inside_1
muratordom.pl##.m_zpr_box_top1
muratordom.pl###m_zpr_box_art_lead
campify.jp###text-16
onepiece-log.com##.wrapper center
heavy-r.com##iframe[src^="//a.pierlinks.com/"]
||heavy-r.com/js/mobile*.js
e-nenpi.com###content > h1.grayThin:last-of-type
||mzamin.com/advert/
m.timesofindia.com##._18IgV
m.cdsvyatka.com##.basys-place
||m.cdsvyatka.com/btaho.jpg
gamepur.com##.sticky-bottom
gazeta.uz##.adv-placeholder
pocketgamer.com##.abs
fanbyte.com###fanbyte_sticky-unit
natgeo.nikkeibp.co.jp##.contentsAd
m.fitforfun.de##.adsd_contentad
news24.jp##.adText > ul
watch.impress.co.jp##.ad.movie
watch.impress.co.jp###sp-floating-layer
gelbooru.com##div[style$="width: 300px;"]
gelbooru.com##div[style="text-align: center; padding: 10px; border: 1px dotted #aaaaaa; margin: 10px;"]
1geki.jp##.ad_sp_top_banner
aria.nikkei.com##.prBox
aria.nikkei.com##.panelIndent > ul.articleBoxList[style="margin-top:12px;margin-bottom:0;"]
ryukyushimpo.jp##.sp-ad-srv
ryukyushimpo.jp##div[id*="sp_article_"][style*="min-height: 280px;"]
kobe-np.co.jp##div[id^="ad"][style="height: 65px;"]
topics.smt.docomo.ne.jp##.banner
express.co.uk###mobile_floating_test
okinilove.com###fixed_footer
m.ebay-kleinanzeigen.de##div[class*="bannerplacement"]
iromame-beans.jp###article_contents >div[class="uk-text-center uk-margin-bottom"]
thepage.ua##.adv-320x90
animego.org##div[style="min-height: 290px"]
hokkaido-np.co.jp##.bnrBlock
hokkaido-np.co.jp##.mainAdsense
daily.co.jp##div[id^="dssp-native"]
news18.com##.article_main > div[class^="jsx-"] > span[style*="width:100%;text-align:center;"]
m.sport-express.ru##div[style*="width:325px;"][style*="height: 250px;"]
softportal.com##.cardPageDescMain > div[style*="float:left;"][style*="max-width:100%;"]
rg.ru###articleContainer + div.b-contacts__wrap
heise.de##.article-body > .visible-xs > .visible-xs[style*="min-height:"]
ero-cluster.com,chinshiko-outfit.com,eromanga-pon.com###ad_inview_area
eromanga-pon.com##.ad_big
||eromanga-castle.com/famsiro1.html
dojinwatch.com,eromanga-castle.com,eromanga-cafe.com,doujincafe.com,nukerumannga.com,ero-mangalife.com,ero-mangasokuhou.com,ero-manga-platinum.net,erodoujinjohoukan.com,erodoujinshi-world.com,ero-comic-hunter.net,eromanga-cafe.com,eromanga-sevendays.net,moeero-library.com##.cntiframe
pe.com##body #mobile-adhesion
bfm.ru##.banner-mobile-wrap
kino.de##.alice-root-topmobile2-container
m.chinaz.com##div[class="article-suggest bd-keywords"]
m.ensonhaber.com##.bot > a[href^="https://bit.ly/"]
boom-app.wiki##.banner-header
boom-app.wiki,game.boom-app.com##.banner-footer
game.boom-app.com##div[style^="width: 300px;height: 110px"]
accuweather.com##.adhesion-header
weather.yahoo.co.jp###ad-nm
/\/uploads\/\d{4}\/\d{2}\/(?!85466|banner)[_0-9a-zA-Z]+\.(?:gif|jpg)$/$image,~third-party,domain=eromoji.com
eromoji.com##.abanner
eromoji.com##.fam_sp_rec
unian.net,tsn.ua,glavred.info,odnaminyta.com,112.ua##amp-iframe[src^="https://html.redtram.com/"]
m.sport-express.ru##.se-brandedbuttons
m.ebay-kleinanzeigen.de###srp-sticky
bakuwaro.com,jiwasoku.com##div[style*="padding: 0px; text-align: center; width: 100%; height: 3"]
tz.de##.wv_story_el_insertedAd
tripnote.jp###button-booking
oricon.co.jp##.break-ad-box
beauty.oricon.co.jp##aside[style="text-align:center;margin-top:3px;min-height:100px; margin-bottom: 20px;"]
hochi.news##div[style^="min-width: 320px; min-height: 100px"]
inporn.com##.video__wrapper > div.header__item
number.bunshun.jp##.container-banner-02
number.bunshun.jp##div[style="text-align:center; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3;"]
kotaku.com##.ymal-mobile-ad-wrapper
kotaku.com##.js_mobile-horizontal-ad
comic.pixiv.net##.w-screen.bg-surface4-default[data-testid="container"]
laurier.excite.co.jp###exAsideRectangle
refind2ch.org##.ads_sp_base
m.winfuture.de##.author + .text > .nointelliTXT.table
kuchi-lab.com###common-cta-sp
wired.jp##.ld__ad-top
onet.pl##div[class^="AdSlotPlaceholder_"]
augsburger-allgemeine.de##main[role="main"] > div[style="min-height:20338px;"]
bella.tw##.hide-pc[style]
tw.appledaily.com##.THISISANADHERE
zoomtventertainment.com##amp-img[alt="taboola"]
zoomtventertainment.com##.adv-blocker
zoomtventertainment.com##div[class^="Layout-atfAd-"]
tz.de,merkur.de##.wv_story_el_insertedAd
porndoe.com##.-up-mobile
technopat.net##.b-container-ad
technopat.net###adhousesticky
technopat.net##amp-iframe[src^="https://cdn.adhouse.pro/"]
issuu.com##div[height="50"][width="320"]
issuu.com##div[height="250"][width="320"]
ero-gazou.jp,eroiro.info##.widget_mobile_text
asahi.com##.Rbdo3
asahi.com##body > div.notPrint
wowhead.com##.is-btf
wowhead.com###video-pos-page
wowhead.com##.show-on-mobile.block-container
laopiniondemurcia.es##._mo_recs
news4wide.net##.advertisement-position
||seesaa.net/common/under.html$domain=news4wide.net
realsound.jp##.paragraphAd
javynow.com##.banner-player
jpnumber.com##.sponsor-link1
abcbourse.com###div-ad-pave-haut2
rank-king.jp##div[style="height:350px;"]
xn--w8jtkjf8c570x.com##div[id$="mobile_banner_top"]
kp.ru##div[class^="styled__LentaWrapper-"]
kp.ru##.jebTor
deavita.com##.single_ads
8mato.jp###article_contents > div.uk-margin-bottom.uk-text-center
5chan.jp###advertise_main_header
5chan.jp##.threadlist_adv_more
drugs.com##.display-ad
golem.de###screen div[style^="margin:"][style*="-1em"]
golem.de###bottomAd
tass.ru##div[class^="adhesionBanner_adhesion__"]
kt.wowkorea.jp##div[style="padding:30px 0px; text-align:center;"]
h1g.jp##div[id^="div_fam_async_"]
h1g.jp##div[style*="width:336px; height:280px"]
cityheaven.net##.astl
m.73online.ru##.adv-full
leaked.jp###content-w > div.post > subheading.point
businessweekly.com.tw##div[id*="_AD_Panel"]
m.bild.de##.article-body > .article-mtl
dexerto.com##div[id^="dex-ad-mobile-"]
health.tvbs.com.tw##.ad_mo_top
health.tvbs.com.tw##.fly_outbox
mobil.dasoertliche.de##.tao-ad-wrapper-topics
t-online.de##div[id^="ma_"]
m.winfuture.de###main > div[align="center"]
elespanol.com###sticky_container
iphonetweak.fr##.pubMobile > div.ArticlePreview
overdrive.in##.add_placeholder_300_250
m.quoka.de##.qbanner
m.quoka.de##.qx_search-result__list-item:not([id])
m.spox.com###content > .ct > .miksfh > div[style^="min-height:"]
news.livedoor.com#?#.article-list > li:has(span.article-list-pr)
interia.pl##body .common-ad
prcm.jp##.enlargement-ad
oricon.co.jp##.top-inline-banner
oricon.co.jp##article > div[style="margin-bottom: 20px; min-height:100px;"]
crb-kolomna.ru,uk-parkovaya.ru,viarum.ru##.flat__4_out
m.life.tw###fbFixedAd
woman.at##.ad_con
wpde.com##.interstory_first_mobile
wpde.com##.interstory_second_mobile
ru-xiaomitoday-it.cdn.ampproject.org##div[class="cl-amp-important-information"][id^="lx_"]
amp.tvspielfilm.de##.amp_ad
finanznachrichten.de##div[id*="sban"]
finanzen.at,finanzen.ch##.ad-wrapper
pcmag.com##.article_ads
||afisha.cheb.ru/css/ban/
xtits.xxx##.container-holder > div[style="margin: 5px auto; text-align: center;"]
dailyringtone.com##.google-footer-ad
noonoo.tv##.partner-banner-flex
bloombergquint.com##div[class^="mobile-bottom-sticky-"]
tecnoblog.net##.tb-ad-discrete-container
futurezone.de##div[class^="contentAd-"]
m.olx.ua###ad_page_gallery
m.tvspielfilm.de##.SMARTPHONE_BANNER_ANY
m.klack.de##.adWebWrapper
tvdigital.de###myMrec
aviability.com##.adsr
info.flightmapper.net##.as_mobi_box
info.flightmapper.net##.as_mobi_flat
webtekno.com##body > div[class="visible-mobile"][style*="position: fixed;"]
webtekno.com##.wt-container > div[class="visible-phone"][style^="min-height:"]
jalan.net##.jlnsp-banner-frame
jalan.net##.jlnsp-iframeItems
jalan.net##.jsc-top__specialAdArea
aseannow.com##div[id^="AA_article_"]
||ebbs.jp/js/adjs01.js
||ebbs.jp/test_ad/
tsdm39.net##.wap_doze
kinoafisha.info##.aka3evf3
ua-football.com###main-menu > div[style^="width: 100%;"][style*="min-height: 90px;"]
game.ettoday.net##.ad_pictxt_1
pogoda.mail.ru##.wrapper_banner
freesoft-100.com##.banner_block
0629.com.ua##.f-banner
starhit.ru##.promo-wrap
bollywoodshaadis.com##div[style="min-height:330px;"]
44.ua,056.ua,032.ua,04868.com.ua,karelia.news,0629.com.ua,01.kg,0154.by,0472.ua,048.ua,0512.com.ua,0522.ua,0532.ua,0552.ua,056.ua,0564.ua,061.ua,06153.com.ua,0642.ua,62.ua,7152.kz,7232.kz,city04.kz,go152.by,go232.by,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##app-main-popup-banner
zn-ua.cdn.ampproject.org,zn.ua##div[class^="mix_advert_ads_"]
hentai-books.com##.sp-mieru
mi-mollet.com###MM_SP_Billboard
mi-mollet.com###MM_SP_readmore
halktv.com.tr##.fixed-pub
tomsguide.com##.van_vid_carousel
intex-press.by##.interscroller-ads-inside
chansoku.com##.pcNone
giga.de##.smb-gallery-ed-container
cookpad.com##.css-plnuqa
m.vesty.co.il##.sticky-adunit
news18.com##.topAddArticle
news18.com##div[style^="min-height:260px;"][style*="background:#dbdde3;"]
news18.com##div[style*="background:#F0F0F0"][style*="height:300px"]
eromanga-school.com##.ad-top-sp
businessnamegenerator.com##a[href^="https://domainify.com/"]
uptodown.com##.ssm_adunit_container
bolavip.com##.amp-ad-placeholder
forbes.com##.grid__ad-container--amp
futurezone.de##.contentAd--amp
futurezone.de##.contentAd--inline-amp
moeeroheaven.blog.2nt.com##.wrapper > font > center br
moeeroheaven.blog.2nt.com##center > div[style^="background:#"]
sport-express.ru##div[style*="width: 325px;"][style*="height: 250px;"]
footboom.com##.brw
footboom.com##.js_fix_bk_head
hotscope.tv##div[style="height: 100px;"]
vokrug.tv##div[style="width:250px;margin:0 auto;text-align: center;padding: 30px;"]
vokrug.tv###GPM_vokrugtv_M_300x250_Top
tvjapan.net###bg-ad-mob
sport.de###topbanner-mobile
news.abplive.com##div[style="min-height:280px;"]
tabootube.xxx##.wrap-spot
tabootube.xxx##.sponsor
profile.ru##div[data-typeitem="ad"]
rbc.ua##.adsens-wrap
app.famitsu.com##.ad-agency-area
app.famitsu.com###gam_sp_header_banner_1
||cdn.r10.net/newbn/igtr.webp
r10.net##.container > div > a[target="_blank"] > img
golem.de##.iqadmarker
golem.de##.list-ticker > .sp-article
golem.de##.adsbygoogle
m.cricbuzz.com##.cbz-leaderboard-banner
inside-digital.de##.spo-marker
inside-digital.de##.content-contentad
inside-digital.de##.social-share-mobile + #sonder-ueber-content
inside-digital.de##amp-img[src^="https://www.communicationads.net/"]
newsweekjapan.jp###induction-box
newzit.com##div[class^="staticMobileBanner"]
banglatribune.com##.sticky_banner
businessinsider.de##.mrec
gala.de,brigitte.de##.article__end > .footer-teaserblock.js-ob[data-canonical]
gala.de,stern.de,brigitte.de##.ad-element
ga.de##aside[data-portal-id="mobilebanner"]
tz.de,merkur.de,extratipp.com##.id-Recommendation
extratipp.com##.id-Story > .id-RatioPlaceholder[style*="calc"]
extratipp.com##.id-StoryElement-adWrapper
businessinsider.de##.billboard-container
buffed.de##amp-iframe[width="300"][height="600"]
amp.4players.de##.adtagContainer
areamobile.de##.rectangle
mopo.de##div[class^="mopo_amp_ads_label"]
esut.de##.td-banner-wrap-full
bharian.com.my,nst.com.my##.stick-leaderboard-wrapper
mydramalist.com###footer-stky
sueddeutsche.de##.css-1byw0cm
computerbild.de##.bannerBtfContainer
stuttgarter-zeitung.de##div[data-b-title*="Ad"]
news.de##div[data-ref="sticky-ad"]
bz-berlin.de##div[id^="mrec_"]
kurier.de##div[data-b-title*="Traffective"]
eroterest.net##.adNativeMgs
oshiete.goo.ne.jp##.ListPosts-item--PR-crown
oshiete.goo.ne.jp##div[id^="adcontainer"]
epravda.com.ua##amp-iframe[src^="https://orbit"][src*=".lun.ua/"]
m.convert-me.com##.mobfw.h250
m.convert-me.com##.mobfw.h100
biz-journal.jp##div[style$="min-height:250px;"]
biz-journal.jp##div[style^="min-height: 250px"]
sport.sky.de##.sdc-site-au--amp > .sdc-site-au__label
repubblica.it##div[id^="advHook-"]
ubr.ua##div[id^="adpfloatbanner"] + div[id]
m.gazeta.ru##div[id^="gazeta-adv"]
m.gazeta.ru##div[itemprop="articleBody"] > div[style^="min-height:"]
5ch.net##.ads_conten_main
5ch.net##.roninform_wrap
tz.de##a[href^="https://www.outbrain.com/what-is/default/"]
tz.de##a[href^="https://www.outbrain.com/what-is/default/"] + div[style="margin-top: 5px;"]
tz.de##div[class="amp-flying-carpet-text-border"]
np-coburg.de,frankenpost.de##div[data-b-title*="Traffective"]
mhealth.ru##.article-detail_tag_content_billboard_mobile
mobiltelefon.ru##.gr-bn
2chblog.jp,blog.jp,blog.livedoor.jp,bloggeek.jp,blogism.jp,blogo.jp,blogstation.jp,blogto.jp,cafeblog.jp,corpblog.jp,diary.to,doorblog.jp,dreamlog.jp,gger.jp,golog.jp,ldblog.jp,liblo.jp,livedoor.biz,livedoor.blog,myjournal.jp,mynikki.jp,officeblog.jp,officialblog.jp,publog.jp,storeblog.jp,teamblog.jp,techblog.jp,weblog.to,xxxblog.jp,youblog.jp##.ad2
4gamer.net##.pr_box
m.winfuture.de###main > h2[style="display: none !important;"] + div
eikaiwa.dmm.com###container_bottom_overlay
eikaiwa.dmm.com##.sp-main-banner
cocolog-nifty.com##div[style^="height: 250px; width: 300px"]
news.nifty.com##.pr
realtime-chart.info##div[style="height:334px;width:100%;background:#000;font-size:38px"]
leaked.jp##.age-sp
aya0205.smart-douga.mobi##.entry_more > div[style^="background-color: rgb(88, 140, 115)"]
aya0205.smart-douga.mobi##.entry_more > div[style^="background-color: rgb(88, 140, 115)"] ~ br
aya0205.smart-douga.mobi##.entry_more > div[style^="background-color: rgb(88, 140, 115)"] ~ div[style="text-align: center;"]
smart-flash.jp##iframe[src^="https://smart-flash.jp/wp-content/themes/original/embed/FoneH"]
csfd.cz##.box-banner-mobile
urapic.com##header + center
rastaneko-blog.com##center > div[id][style]
webtan.impress.co.jp##.ad-wrapper-in-content
newmofu.doorblog.jp##.content > #lite_link:first-of-type
hobonichielog.com##.banabox
hobonichielog.com##.hoboboxb
erogazopple.com###ad06
erogazopple.com##.book_ad
erogazoufactory.com##.index_top > br
metacritic.com##.mobile_nav_ad_space
y3600.cc###bottom_gitem
adult-machiko.com##div[class^="ad_"]
onmanorama.com##.promotionblocks
taxtax.hatenablog.jp##.adx-responsive-mode
jahannews.com##.stickadtop
jahannews.com##.stickadtop + span.collapse_close
howstuffworks.com##div[class^="sticky-container print:hidden"]
howstuffworks.com##div[class^="print:hidden md:hidden fixed bottom-"]
beytoote.com###m-tads
beytoote.com##div[id^="m-mads"]
m.republicworld.com###floating-ad
m.republicworld.com##div[style^="justify-content: center; margin: 0px; position: relative; text-align: center; z-index:"]
m.tribuneindia.com###rwadx_adunitstikcy
m.tribuneindia.com##amp-iframe[src^="https://cdn.intergi.com/"]
jiji.com##.RectangleAd
karapaia.com##.content > header::after
amazon.*###recsWidget
amazon.*##div[cel_widget_id^="tetris-"]
memurlar.net##.widget-sticky-mobil
gameleaks.org##.widget_mobile_ad
livemint.com##.fixadheight
weloma.net##a[href="https://2048.biz/mobile/"]
seudinheiro.com###banner-fixed-mobile
heraldcorp.com##.wrap > div[style^="width:100%; position:fixed; bottom:0;"]
chunichi.co.jp##.widget.cscmp-bnr:not(:last-child)
chunichi.co.jp,tokyo-np.co.jp###flux-overlay
zoomtventertainment.com##.art-below-taboola
gamerstand.net,xn--gdkl0dubtwb7e.net,xn--o9j0bk1rwe8bvh.com,xn--o9j0bk3kzb8d3ee20ala8a.com,xn--o9j0bk5t7exbwe.com##.Bnr
pokemongo-master.com##.imglink-box
gosunkugi.com###mobile_text-2
gosunkugi.com###mobile_text-3
eda.ru##.css-ych9bc
eda.ru##.css-1win4px
gizmodo.com##.js_mobile-horizontal-ad
hurriyet.com.tr##.adv-mobile
m.imdb.com##div[id^="IMDB_ADS_"]
mobile.jungfrauzeitung.ch##iframe[width="300"][height="600"]
mobile.jungfrauzeitung.ch###wb_1000 > h3
mobile.jungfrauzeitung.ch###wb_1000 > h3 + div.wrapper
mobile.jungfrauzeitung.ch##img[style="width: 100%; max-width: 300px;"]
mobile.jungfrauzeitung.ch##.sectioncont > div[style]:not([id^="dok_"]):not([class])
mobile.jungfrauzeitung.ch##.stage > div[style]:not([id^="dok_"])
m.hipodromx.com##.banner-container
bunshun.jp###sp_multiplex[style="min-width: 300px; min-height: 250px;"]
calculator-online.net##div[style^="min-height: 250px;"][style*="margin-bottom: 15px;"]
moeimg.net##div[class^="sp_ad"]
kango-roo.com##div[style="margin: 20px auto; text-align: center; height: 50px"]
allabout.co.jp##.aa_box-1st-banner
zeiri4.com##div[class^="adContainer"]
24tv.ua##.adv-wrapper-in-news
indianexpress.com##.ads-container
standard.co.uk###stickyFooterRoot
||recipe.rakuten.co.jp/webinfo/sp/ads/
recipe.rakuten.co.jp##.ads_recipe_middle_banner_pr
recipe.rakuten.co.jp##p[style="color: rgb(160, 160, 160); font-size: 10px; text-align: center;"]
gismeteo.ru,gismeteo.by,gismeteo.kz,gismeteo.pl,gismeteo.lt##.section-media
gismeteo.ua##.section_media
gismeteo.ru##.section-rss > div.feed-tabs
gismeteo.kz,gismeteo.pl,gismeteo.by,gismeteo.ru##.section-rss > div.feed
poginfo.ddo.jp##.mx-auto[style$="text-align: center;"]
s.famitsu.com##.banner-window-jack-wrapper
s.famitsu.com##.l-banner
s.famitsu.com##.l-contents-block--tie-up-top + div.l-contents-block
momoniji.com###mobile_text-3
news.denfaminicogamer.jp###sp_article_billboard
news.denfaminicogamer.jp##.inst_overlap_cover
post.tv-asahi.co.jp##.sp-ad2
shikotch.net##.sp-ads-01
hoiclue.jp##.adRectangleBase
front-row.jp##.after-btn-fb-nice-ad-sp
front-row.jp##.ct-ad-2ndparag
enuchi.jp##.related-li[style="height:96px;vertical-align:middle;"]
izle7.com###mobil-ads-comments-after
gooday.nikkei.co.jp##.pr-img + section.gdy-article-list
applealmond.com##div[class^="Zi_ad_a_"]
applealmond.com###custom_html-9
m.hetubook.com##[class="m1"]
m.timesofindia.com##.adCLSPlaceholder
gigazine.net###LB[style="position:sticky; top:0;"]
gamepur.com###sticky-top-mobile
gamepur.com#?#.proper-ad-unit
thesaurus.weblio.jp##.adThesaurus
worldfn.net###bzrs1_1
/lite2/ads.js
/lite2/ads/infeed.js
majikichi.com###article_bottom_v2 + aside#lite_link
majikichi.com##.content > aside#lite_link
pingpongmap.net###mobilefooter
yoyaku-top10.jp##.p-floating_banner_box
news4wide.net,chomagireko.blog.jp###lite_link
rakyatku.com,jateng.inews.id##.ads_mobile_wrap
jateng.inews.id###fragmentx
dic.nicovideo.jp##.st-Header_Ad
dic.nicovideo.jp##.st-Ad:not(#sdad)
diamond.jp###gpt-dol-infeed-ranking
diamond.jp##.infeed
producthunt.com##div[class*="styles_mobilePopoutAd_"]
tofight.ru###cf-bg
fontanka.ru##.AJdz
fontanka.ru##.IFaef
thetimes.co.uk##div[class*="NativeAd-"]
spektrum.de##div[class="row collapse hide-for-print"]
spektrum.de##.content__share
spektrum.de##.teaser-category
spektrum.de##aside[style="margin-top:-2.25rem;"]
biz.chosun.com###adbay_floatingid
biz.chosun.com##.layout__article-col > div.flex-chain-wrapper.box--pad-bottom-md
skysports.com##div[data-format="floated-mpu"]
supermarktcheck.de##.product-details > section:not([class]):not([id])
renso-ruigo.com##.prem_invitation_fixed
okinawatimes.co.jp##.ad_h250
resemara.xbiz.jp,revolve-ysy.jp##.bfb_imgBanner
masturhub.com##iframe[width="300"][height="100"]
pikabu.ru##.ads-under-post
||dailyportalz.jp/api/dpz/adPosts|
dailyportalz.jp##main > div > div.contents_title:first-child
||cpcdn.com/assets/device/ad/$domain=cookpad.com
cookpad.com##.standard_ad_slot
niji-gazo.com###dmm-recommend
amp.scmp.com##.advert-fly-carpet-container
r7.com###adsMobileFixed
r7.com###adsTopMobileFixed
fatede-go.com##div[id^="ovl_"]
dcfever.com##div[class^="large_rect"]
dcfever.com##.read_article > div[style^="margin-left:"][style*="position: relative;"][style*="min-height:"]
dcfever.com##.container > .row > div[style^="margin-bottom:"][style*="text-align: center;"][style*="min-height:"]
thetrendspotter.net##.mobile_advert
thetrendspotter.net##.mysite-adsense-mobile-header
miurayoshitaka.hatenablog.com##.ad-online-afc
miurayoshitaka.hatenablog.com##.variable-rectangle-ad
manager-magazin.de,amp.macwelt.de,tz.de,bgr.in##amp-fx-flying-carpet[height="300px"]
morgenpost.de##amp-fx-flying-carpet[height="450px"]
bgr.in##div[class="amp-flying-carpet-text-border"][style^="font-size:12px;background-color: #000; color: #fff;text-align: center;"]
gendai.ismedia.jp##[style="min-height:250px;"]
unian.net##.tabs-with-flex > div#tab1
unian.net##.tabs-with-flex > div#tab1 + div#tabpanel1
chanto.jp.net##.sp.sp_floating_area
||3bitter.com/apbk-hbonetag.js
appbank.net##.uz-ny
appbank.net##div[id^="logly-"]
brightside.me##div[data-test-id="articles-list"] > div:not([data-sharing-target]):not([data-test-id])
brightside.me##div[data-test-id="article"] div.article + div:not([class]):not([id]):not([data-test-id]):not([data-sharing-target])
matomehub.jp,matomedane.jp###AdvHeader2
matomedane.jp##.fam_hybrid_adv
wezz-y.com##div[class^="admain"]
wezz-y.com##div[id^="admain"]
indiansexstories2.net,issstories.xyz###mhead
filmcompanion.in###adsSection
filmcompanion.in##.header-topads
megacurioso.com.br###slider-partner
megacurioso.com.br##.ad-leaderboard-sm-fixed
adme.ru##div[data-test-id="article"] div[class] > div.article ~ div:not([class])
m.focus.de##.fol_mew-flying-carpet-wrapper
antenna.gamedivers.com###AdOverlayBanner
m.ppomppu.co.kr###bbs_inform li[class^="bbs_ad"]
eromanga-yoru.com###enhancedtextwidget-2
eromanga-yoru.com###enhancedtextwidget-3
eromanga-yoru.com###enhancedtextwidget-4
eromanga-yoru.com###enhancedtextwidget-5
eromanga-yoru.com###enhancedtextwidget-6
eromanga-yoru.com###enhancedtextwidget-11
eromanga-yoru.com###enhancedtextwidget-18
eromanga-yoru.com###enhancedtextwidget-19
hinata.me##div[class*="AdManager__AdWrapper"]
tarosoku.com##.sp2_rss_wrapper
sozcu.com.tr##.load_masthead
automaton-media.com##.code-block.ai-viewport-3
gadget2ch.com##.hgooglead
gadget2ch.com###main > .posts-inner:first-child
gadget2ch.com###page > center
abendzeitung-muenchen.de##.artikel-detail-mobile-ad
fpsjp.net,ryukyushimpo.jp###sp_top_header
blog.esuteru.com###article-1_5
segodnya.ua##.branding-under-menu
nukemanga.com##.enhanced-text-widget
googirl.jp##.newentry_in > li.“cf”
libae.jp##.gmossp_con
libae.jp##.sp_display > div.pink-title
m.mail.yahoo.co.jp###ad_container_top
xgroovy.com,xxxshake.com,jizzberry.com##.in.is_mobile
||books.rakuten.co.jp/books/img/js/smart/sp-footer-ad-banner
sains.sindonews.com##.parallax-ad
sains.sindonews.com##.parallax-close
sains.sindonews.com###me-div-gpt-ad-parallax
spanishdict.com###adTopSmall-container
||amazon-adsystem.com/widgets/$important,domain=dqname.jp
dqname.jp##.ui-link[href*="//happymail."]
m.ygosu.com##ul#article_list > li.notice
serpadres.es##div[class^="button"][class*="_mobile"]
altema.jp##.head_koukoku_wrapper
ukr.net##.lazy-load-banner
sp.okwave.jp##.adfunnel.message-wrap
sp.okwave.jp##.adfunnel_special
gaytail.com##.happy-before-list
gaytail.com##.happy-before-video
kompasiana.com###bannerhorz
m.faz.net##.iqadtile_wrapper
||nan-net.com/h/bbs/s/inc/$subdocument
||nan-net.com/show/bbs/s/inc/$subdocument
nan-net.com##div[style^="background-color:#f5f5f5; margin-top:0px"] > div[style$="height:40px;"]
nan-net.com##div[style="height:100px;"]
nan-net.com##div[style*="height:250px;"]
jbbs.shitaraba.net##.ad-300_250
jbbs.shitaraba.net##.ad-320_50
hightech.fm##.mobile_popup
ura.news##.bigBanner
ura.news##div[style^="width: 100%; margin: 40px 0; min-height: 300px;max-height: 300px;"]
sozcu.com.tr##.ad-mobile-masthead
moraerumall.com##.pr_sp
urutike.com###float-cta
m.timesofindia.com##.mid_ads
m.timesofindia.com##.footerAdsBox
m.timesofindia.com##.amazon_placeholder
m.timesofindia.com##.colombiatracked
m.timesofindia.com##.colombiaone[data-cb="adwidget"]
livemint.com##div[class^="lastadHeight"]
m.comic.naver.com##li.item.banner
doctorslounge.com###LargeMobileBanner
telegraphindia.com##.adbox310
telegraphindia.com##.mbannerbox
irasutoya.com##.mobilead
gamepress.gg###bottom-sticky-ad
m.winfuture.de##.rutschdiv
m.winfuture.de##body > h2[style="display: none !important;"] + .teaser
m.winfuture.de##body > h2[style="display: none !important;"] + .teaser + .clearfix
m.winfuture.de##body > div[align="center"]
vivud.com##.player-spot
vivud.com##.player-spot__title
||vivud.com/iframe/MOBILE_TOP_PLAYER/
adme.ru##[id^="ad-container"]
fukutubu.jp##.td-header-sp-recs
cartoonpornvideos.com##div[id^="adn-"]
m.crank-in.net##.ad-area-header-top
m.crank-in.net##.ad-area_pr
washingtonpost.com##.dn-hp-sm-to-mx
walterfootball.com###top_box
walterfootball.com##.underName
ba-ro-4869.com,jeep-m.jp,aquarium-suisou.net##.sponsor
kissanime.mobi##.offads
s.ekiten.jp##.solid_ad_container
||1000mg.jp/ad_com1.php
1000mg.jp###custom_html-5
m.winfuture.de##[id] > h2[style="display: none !important;"] + .teaser
m.winfuture.de##[id] > h2[style="display: none !important;"] + .teaser + .clearfix
thec64community.online##.middle-ad-mobile__wrapper
drive2.ru##.c-dv-sns
drive2.ru##.c-block--mh
drive2.ru##.c-dv-p
m.sahadan.com##[id^="mpuBannerHolder"]
m.winfuture.de##div[id^="div-gpt-ad"]
filmibeat.com##.photos-add
filmibeat.com,goodreturns.in##.amp-flying-carpet
filmibeat.com,goodreturns.in##.amp-inner-ad
filmibeat.com,goodreturns.in###first-ad > *
filmibeat.com,goodreturns.in###mobifooterad
m.gazeta.ru###top-banner
notebookcheck.net###content > .ttcl_0 > .tx-nbc2fe-incontent-column > .first_incontent
rottentomatoes.com##.sticky-footer-link
withnews.jp##.sticky-sidebar
noticias.uol.com.br##amp-fx-flying-carpet[height="400px"]
flugrevue.de##.flug-sponsored
techraptor.net##div[id^="nn_mobile_mpu"]
popsci.com.tr##.mob-mobil
today.line.me##.midAdModule-root
medonet.pl,onet.pl###onet-ad-flat-belkagorna
||ocdn.eu/ramp/*/Sponsoring-Mobile-Float-Universal/*.js
www-nordbayern-de.cdn.ampproject.org,fnp.de,amp.fitforfun.de,nordbayern.de,deichstube.de,da-imnetz.de,fehmarn24.de,hersfelder-zeitung.de##.amp-flying-carpet-text-border
amp.fitforfun.de##.amp-flying-carpet-text-border + amp-fx-flying-carpet[height="250px"]
www-nordbayern-de.cdn.ampproject.org,fnp.de,nordbayern.de,deichstube.de,da-imnetz.de,fehmarn24.de,hersfelder-zeitung.de##.amp-flying-carpet-text-border + amp-fx-flying-carpet[height="300px"]
cnet.com##.stickySkyboxSpacing
tehno-rating.ru##.mob_fixx
songmeanings.com##.Container_BTF_300M
gizmodo.com##div[data-inset-category="CommerceInsetMobile"]
mobile.tgrthaber.com.tr##div[style^="margin-bottom:"][style*="height: 250px;"]
webtekno.com##.masthead-mobile
048.ua##.f-banner
news-postseven.com##div[style$="text-align:center; min-height: 100px;"]
news-postseven.com##div[style$="text-align:center; margin-bottom: 5px; margin-top:-20px; min-height:245px;"]
popcornnews.ru##.horizontal-banner
autodoc.de##.plus-block
||k-img.com/script/fixed_bnr_area.js$domain=s.kakaku.com
s.kakaku.com##.p-ad_wrap
s.kakaku.com##.-pr.p-bnr
s.kakaku.com##.c-global_pr
s.kakaku.com##.mobileBillboardWrapper
s.kakaku.com##.p-publicBoard
s.kakaku.com##.p-sponsorShopArea
s.kakaku.com##div[class^="pricePrArea"]
hoken.kakaku.com##.p-publicBoard
s.kakaku.com###frameFeedRandomAd
s.kakaku.com##.misetoku
s.kakaku.com##.subCtsArea
s.kakaku.com##div[style="background:#ddd; min-height:120px;"]
s.kakaku.com##.withIboxDb
aksam.com.tr##div[style*="width:300px;"][style*="height:260px;"]
aksam.com.tr##section.news > div[style="height:270px;"]:not([id])
liderform.com.tr##.advertising-top-container
m.iguides.ru##.ad-bottom-wrapper
m.iguides.ru##.after-head
math-prosto.ru###center > div[style^=" max-width: 800px;width: 100%;"]
mail.ru##.ads-top__fixed
mail.ru##.ads-bottom__fixed
buzzap.jp##.sp_inarticle
last.fm##.recs-feed-item--ad
wyniki.sport.pl##.bookmakerContainer
telegraphindia.com##.adbox310
telegraphindia.com##.adbox626
telegraphindia.com###ub-sticky-ad-container
hensachiterrace.com##.footer_overlay
intrigue.dating##.fulpopap
intrigue.dating##.topmbl
gumtree.com.au##.header-lite__leaderboard-ad
tarnkappe.info###mobile_mma
news.1242.com###pickup_list
news.1242.com##.box_infeed.gmossp
news.1242.com##div[class^="area_ads"]
motherless.com###advertisement-above-footer
jprime.jp##.ad-relate
jprime.jp##.ad-top-header
jprime.jp##.ad-undertitle
netdoktor.de##nd-advertisement
watch.impress.co.jp##.ad.rect
watch.impress.co.jp###ad-inline
watch.impress.co.jp##.inline-rect
watch.impress.co.jp##div[style="min-height: 250px;"]
timeout.com##div[class^="_inlineAdWrapper_"]
timeout.com##div[class^="_footer_ad_wrap_"]
menshealth.de##.mh-sponsored
m.formel1.de##.b-top-container
computerbild.de##.mrecContainer
web.gekisaka.jp##.SP_NEWS_D_SP_ONLY
gsminfo.com.ua###custom_html-12
gsminfo.com.ua###custom_html-10
m.humoruniv.com###read_profile_td ~ td[align="right"] > a[href*="/ad_read_"]
m.humoruniv.com##form[id^="ch"][id$="_form"][action] + div[id][style^="min-height:"]
||m.humoruniv.com/board/boardexp/styleofpower.html?enc=
4gamers.com.tw##.interstitial-ads
manager-magazin.de##amp-layout[width="300"][height="266"]
2chan.net##iframe[src*=".net/bin/ad"] + hr
reuters.com##div[class^="ArticlePage-mobile-mpu-"]
m.ndtv.com###header_ads
girlschannel.net##.page-back-wrap > div[style="margin: 0 4px 20px;border-bottom: 1px solid #f2f2f2;"]
girlschannel.net##body[topicid] > div[style^="border-top: 4px solid #c4b1fd;"][style$="text-align: center"]
girlschannel.net###topicBody > div[style="margin:15px auto;text-align: center"]
girlschannel.net###topicBody > div[style="width:100%;border-bottom: 1px solid #F2F2F2;"]
girlschannel.net##.topic-item-pr
girlschannel.net##.topic-items > div[style="height:93px;"]
hoiclue.jp##.ad-SP
tvbox.one##.entry-img-300
fontanka.ru##.JFev
fontanka.ru##.FXut
turbopages.org##.turbo-advert
medicalnewstoday.com##.css-pdceuf
medicalnewstoday.com##.css-20w1gi
medicalnewstoday.com##.css-1sh726
m.aksam.com.tr##div[style="height:130px;"]:not([class]):not([id])
foreca.com##.a1i32s5g
fayerwayer.com##.bodyContent > div[style="min-height:400px"]
news18.com##div[style^="min-height:260px;background: #dbdde3!Important;"]
toonsarang.buzz##.banner_m
mobimaniak.pl##.alead
mobimaniak.pl##div[style="margin:0px auto 10px auto; text-align:center; font-size:6px;"]
mobimaniak.pl,gsmmaniak.pl##div[style="margin:10px auto; text-align:center; font-size:8px;"]
mobimaniak.pl,gsmmaniak.pl##div[style="margin:0 auto 10px auto; text-align:center; font-size:6px;"]
m.sport-express.ru##div[style*="width:325px; height: 260px;"]
psychologies.ru,maximonline.ru,ellegirl.ru,wday.ru,woman.ru##.creative-sticky
tokyo-sports.co.jp##.ad-sp-bil
praxistipps.focus.de##div[id^="contentad-sticky-"]
mtb-news.de##.mtbnews-top
mtb-news.de##.mtbnews-forum__centered
mtb-news.de##.mtbnews-mobile-sticky
mtb-news.de##div[class*="incontent__container"]
||2nd.clublucifer.net/regular/$subdocument
news.tbs.co.jp##.cp-spAd
yamareco.com##div[style^="position: fixed; bottom: 0; width: 100%; height: 50px; z-index: 9999"]
yamareco.com##div[style="min-height: 280px;"]
animego.org##div[class^="mb-"][style="min-height: 210px"]
thedailybeast.com###view-offer
abplive.com##.article div.uk-background-muted[style^="min-height:"]
gamer.ne.jp##.adArticleBottom_sp
gamer.ne.jp##.adBottomRectangle_sp
news.dwango.jp##.overlay-footer_ad
m.sports.ru##.zen-adload-ad-wrapper
rp-online.de,volksfreund.de##aside[data-portal-id^="mobilebanner"]
wetter.com##div[id^="ad-mbanner"]
wetter.com##div[id^="somtag-container"]
wetter.com##div[class*="performanceRectangle"]
golem.de###grandwrapper > #screen + div[style*="margin"]:not([class]):not([id])
india.com##.add-fixed
detail.chiebukuro.yahoo.co.jp##aside[class*="ClapLv3SubList_Chie-SubList__ListItem--Ad__"]
nikkansports.com###TopAD
m.youtube.com##.ytp-cued-thumbnail-overlay > div[style*="/sddefault.jpg"]
finanswebde.com##.app__content > div[style*="height:250px;text-align:center"]
zaufanatrzeciastrona.pl##.post-page-head-area > .post-author ~ a[target="_blank"]:not([href*="zaufanatrzeciastrona.pl"]) > img
fandom.com###article-featured-video-container
fandom.com##.ad-slot-placeholder
filmix.ac,filmix.tech,filmix.zone###branding_zone
filmix.ac,filmix.tech,filmix.zone###information > div[style="height:200px!important;overflow:hidden"]
estadao.com.br##.pAd-mold
estadao.com.br##.pAd-banner
tripeditor.com,mag2.com##.page_bottom_fixed_ad_wap
sondakika.com##.add_masthead
pcgames.de##.sponsored
glavred.info##div[style*="display: flex; height:250px;"]
kobe-np.co.jp##div[id^="knsp-"]
m.forum.ngs.ru##.bottom_fixed_b
news.livedoor.com##.ads-article
news.livedoor.com##.ads-google300
finanzen.net###mrec
finanzen.net##div[id^="mrec_btf_"]
finanzen.net##.bs-wrapper--mobile
m.bild.de##.ad-wrapper[id*="Wrapper"]
m.bild.de##.gutschein-anzeigen-wrapper
t-online.de##.Tml6--anz
t-online.de###Tgb-88799072
golem.de##.media__teaser-list > li[class*="li-hb-"]
golem.de###screen > div.clearfix[style*="margin:"][style*="clear:"][style*="min-height"]
grapee.jp##div[id^="guno-m"]
hdblog.it##.news-blocks > div[style^="margin: 16px;height: 90px;background: #000;"]
hdblog.it##.related-news > .notizie_list > div[style="padding: 0px 16px;height: 250px;"]
m.sabah.com.tr##.advers-box
m.sabah.com.tr##iframe[src^="https://ad01.tmgrup.com.tr/"]
thumpertalk.com##a[href^="https://thumpertalk.com/link/click/"][target="_blank"]::after
etotop.cc##div[style^="padding: 0px 10px 10px; margin: 10px 0px;"][style*="border-radius: 4px; text-align: center;"]
m.livehindustan.com##.ads-verticle
||gamerch.com/s3-assets/js/system/gcad/
||poiful.com/sdk/vrizeadsdk.
kurashi-no.jp##div[id^="kurashino1_SP_article_"][style*="min-height: 280px"]
kurashi-no.jp###kurashino1_SP_Billboard
kurashi-no.jp##.Ad_Rectangle
genius.com##.dfp_unit--interscroller
m.focus.de##div[id^="M_CONTENTAD"]
m.focus.de##.cls_hor
werstreamt.es##.sdfrK
mobile.twitter.com##div[data-testid="primaryColumn"] div[aria-label="Timeline: Your Home Timeline"] div[data-testid="placementTracking"] > div:not([data-testid="videoPlayer"])
||chesterstream.akamaized.net/chester-adcross/$domain=ameblo.jp
ameblo.jp##div[data-slot-type="injectedAds"]
ameblo.jp###entryLi > li.skin-mod-bg-color.skinOpacity
ameblo.jp##aside[class^="_"]:first-child > div:not([class]):empty + div[class^="_"]:empty
ameblo.jp##div[style="overflow:hidden"] > div[class^="_"] > aside[class^="_"] section[class] > div[class^="_"] > a[href^="https://dokusho-ojikan.jp/ameba_manga_login"]:only-child
ameblo.jp##.skinBody2.skinTextColor > div[style="overflow:hidden"] > div[style="height: 1px; margin-top: -1px;"] + div[class^="_"]:empty
ameblo.jp##div[style="overflow:hidden"] > div[class^="_"] > aside[class^="_"] > div[class^="_"]:empty
ameblo.jp##div[style="overflow:hidden"] > div[class^="_"] > aside[class^="_"] > div:not([class]) > div[class^="_"]:empty
ameblo.jp##.skinBody2.skinTextColor > div[style^="overflow:"][style*="hidden"] > main + div[class^="_"]:empty
ameblo.jp##.skinBody2.skinTextColor > main + div[class^="_"]:empty
ameblo.jp##div[style="overflow: hidden;"] > main > div > div.LazyLoad[style="height: 80vw;"]:only-child
ameblo.jp##.skinBody2.skinTextColor > div[style="overflow: hidden;"]:last-child > main + div[class=""] + div[class^="_"]:empty
ameblo.jp##article > div[class^="_"]:last-child > header[class^="_"] + div:not([class]) > div.skin-bd-color[class^="_"]:first-child > div[class^="_"]:only-child
ameblo.jp##aside[class^="_"]:first-child > aside[class^="_"] > div[class^="_"][class$="_"]:only-child > section:not([class]):only-child
ameblo.jp##.skinBody2.skinTextColor > aside[class^="_"] + div[class^="_"] > aside[class^="_"]:only-child > div[class^="_"]:last-child
ameblo.jp##.skinBody2.skinTextColor > div.skinOpacity + div.skinBorderTopColor.skinOpacity[class^="_"]
ameblo.jp##main > div > div.LazyLoad[style="height:80vw"]
ameblo.jp##aside[class^="_"] > div[class^="_"] > div[class^="_"] > ul:last-child > div:empty
ameblo.jp##aside[class^="_"]:only-child > aside[class^="_"] > div[class^="_"]:only-child > div[class^="_"]:only-child
ameblo.jp##div:not([class]) > div[class^="_"]:first-child > aside[class^="_"]:only-child > div[class^="_"]:last-child
ameblo.jp##div[style="overflow:hidden"] > div[class=""] + div[class^="_"]:empty
tvspielfilm.de##.livetv-ad-bottom
nordot.app##.main__adWrapper
nordot.app##.page__ad:not(.page__ad--discoverMore)
m.youtube.com##.ytp-ad-action-interstitial
n-tv.de##.topbanner-mobile
m.bloomberght.com##.zone-area
3dnews.ru###aio_rollup_container_id
ezgif.com###hdr
gulte.com##.awt_ads
gulte.com###rw_top_sticky
nikkei.com##[class*="adForSmall_"]
belcy.jp##div[style="min-width: 300px; min-height: 250px;"]
belcy.jp,cuty.jp##div[style^="min-width: 336px; min-height: 280px;"]
belcy.jp###Ad_Overlay
belcy.jp##.Ad_widget
belcy.jp##.ads_textbox
dic.pixiv.net###ad-d-sp-footer
dic.pixiv.net###ad-d-sp-rectangle
dic.pixiv.net###ad-d-sp-toparticle
dexerto.com##div[id^="dex-amp-ad"]
sp.uta-net.com###overlay_banner
sp.uta-net.com##.ad-area-d
sp.uta-net.com##.ad-kashi-bottom2
sp.uta-net.com##div[class^="_taxel_ad_article_"]
euronews.com##.amp-flying-carpet-text-border
euronews.com##amp-fx-flying-carpet
nu.nl##div[data-type="tealium"]
lenta.ru##div[id^="top-banner"]
sportmail.ru##.wrapper_banner
m.habr.com##.tm-projects-blocks_courses
gizbot.com##.ads-mobi-block
m.nate.com###ad_mid
||m.soxscc.net/wsc/los.*.js
amp.theguardian.com##div[id^="ad-"]
m.economictimes.com##.mrecSlot
m.economictimes.com###error_msg + div[class] > div[class]:empty
amp.tagesspiegel.de##.ts-article-content > amp-embed[class*="notbuilt"]
amp.n-tv.de##div[class^="ad-wrapper-"]
amp.n-tv.de##amp-fx-flying-carpet[height="300px"]
goodhouse.ru##.a_-d-banner--mobile
gamemag.ru##.top-branding
ghacks.net##.box-banner
indy100.com###sticky-footer-root
m.sobaka.ru##.b-brand-banner
m.sobaka.ru##.b-post-view__banner
m.sobaka.ru##.b-banner-point
sportskeeda.com##.sticky-container
m.cyber.sports.ru##.zen-adload-ad-wrapper
news18.com##div[class^="jsx-"][style^="min-height: 1170px"]
ndtv.com##body .add_top-wrp-fl
4pda.ru,4pda.to##body > [style*=";padding:0px;width:"][style*="zoom:"] > a[target="_blank"] > img
4pda.ru,4pda.to##amp-list[height="90"][width="728"]
realsound.jp##.entry-summary[style$="text-align:center;min-height:95px;"]
realsound.jp##.entryBottomAd
hrej.cz##.sda-mobile
b.hatena.ne.jp###touch-footer-ad-placeholder
b.hatena.ne.jp##.touch-ad-rectangle
t-online.de##.\+\+\+Interview > #Tvertikale-navi::before
timesnownews.com##.atf_ad
timesnownews.com##.fly_carpet_wrapper
timesnownews.com##div[id^="taboola-mid-"]
m.patronlardunyasi.com##div[style*="width:300px;"][style*="height:250px;"]
xinyunj.cn##[class^="vod-"]
xinyunj.cn##p[onclick="clgd(this);"]
post-gazette.com##.pg-mobile-adhesionbanner
manganelo.com##div[style*="width: 300px;"][style*="height: 250px;"]
hd01.ru##.stadck
migeek.ru##img[width="300"][height="250"]
memurlar.net###sticky-container
amp.reddit.com##div[class*="__Ad"]
amp.focus.de##.textBlock > amp-embed[class*="notbuilt"]
haberler.com##main > div[style^="width: 320px;"][style*="height: 100px;"]
mobil.macwelt.de##body div#ad_mobile_top
m.txtshuku.org##a[href^="https://m.yituo-patibao.cn/clk?"]
m.freepressjournal.in##div[class^="amp_Ad"]
infranken.de##div[class^="w4_Mobile_"]
ameblo.jp##.skinBody2 > div[class=""] + div[class^="_"]
fzdm.com##[style*="position: fixed;"][style*="bottom: 0px;"]:not(div)
fzdm.com##[style*="min-height:120px;"][style*="position:relative;"]:not(div)
malaysiastock.biz##.mobileAds
politeka.net,znaj.ua##.amp-ad--wrapper
||smart-flash.jp/wp-content/themes/original/embed/FoneH
||smart-flash.jp/yahoo_ad.html
m.haberturk.com###s300x200Sticky
eporner.com###admobilemiddle
2ip.io,2ip.ru##.item-vpn
chronicle.wiki,ff4psp.jp,game-info.wiki,genron.blogos.com,memo.wiki,playing.wiki,pokemasujikaku.com,seesaawiki.jp,shitamachi.world,sokuhou.wiki,sougouwiki.com,st12.jp##.ad-300_250
chronicle.wiki,ff4psp.jp,game-info.wiki,genron.blogos.com,memo.wiki,playing.wiki,pokemasujikaku.com,seesaawiki.jp,shitamachi.world,sokuhou.wiki,sougouwiki.com,st12.jp##.header-banner
sammobile.com##.g-29
virtualbrest.ru##body > div.rounded + div[style^="width:"] > a[target="_blank"] > img
m.vz.ru##.header-banner
dkoding.in,iheartintelligence.com,revistaforum.com.br##.mrf-sticky-wrapper
dkoding.in,iheartintelligence.com,fortressofsolitude.co.za,aysetolga.com,revistaforum.com.br,diariodocentrodomundo.com.br,01net.com,gizchina.com,pocketpc.ch##.mrf-adv__wrapper
||googleadservices.com/pagead/conversion_async.js$script,redirect=noopjs,domain=orcd.co
wonderzine.com,the-village.com.ua##.banners
novelmultiverse.com##.adace-slideup-slot-wrap
vg247.com###last-mpu-slot
vg247.com###last-mpu-slot + #recommendations
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_commerce-inset-permalink
||jav789.com/assets/love/index.js
||fc2.com/video/js/u/sp/hdr/
||video.fc2.com^*/suggest_list_ad.php
video.fc2.com##center[style$="opacity: 1;"]
video.fc2.com##div[style^="height:30px;text-align:center;background-color:black;"]
video.fc2.com##.list-spCont > li[style="line-height: 0; margin: 0; padding: 0; height: 110px;"]
video.fc2.com###pr
video.fc2.com##.ad_area_top
m.huffingtonpost.jp,video.fc2.com,gotporn.com,m.haberturk.com##.advertisement
burusoku-vip.com,negisoku.com###fluct_overlay
lnews.jp##.bnr250
ryutsuu.biz##.bnr300
ryutsuu.biz##.bnr50
ixbt.com##.br-mobile-pic
anime.anidub.life##div[style*="width: 300px;  height: 300px;"]
kanasoku.info##body > div[style^="width:320px; height:100px"]
standard.co.uk###stickyFooterRoot
pravda.com.ua##amp-embed[type="recreativ"]
kutchkhabar.com##.advertise-horizontal-mobile
||smaero.jp/advimg/
adacomi.com##div[style$="width:300px; height:250px;"]
adacomi.com##div[style="width:300px;"]
||assiatv.com/css/mob/jquerymin*.js
whotwi.com##div[style^="width: 300px;height:250px"]
whotwi.com##.sp_ad_rectangle_responsive
gordonua.com##.card_sep
javhdporn.net##.header-ad-mobile
javhdporn.net##.under-player-ad-mobile
n-tv.de##.ems-slot
m.icbc.com.cn##div[data-collecting-aname="手机网站首页主图广告"]
outlook.live.com##._32uHlLPx-I47nj3ZOG0zhF
outlook.live.com###OwaContainer
www-androidauthority-com.cdn.ampproject.org##.andro-in-article-mobile-placement
69story.com##.site-branding > div[style^="margin-left: -15px; margin-right: -15px;"]
69story.com##.table-striped > tbody > tr:not([class]):not([id])
69story.com##.pagination-centered > li > a[target="_blank"]
69story.com###bkft
69story.com###content > div[style="margin-top: 30px; margin-left:0; margin-right:0;"]
69story.com###main > div.col-xs-12 > div[style^="text-align:center;"] > a[target="_blank"]
69story.com###content > div[style^="text-align:center;"] > a[target="_blank"]
69story.com###content > div[style^="text-align:center;"] > p
stileproject.com##.stage-promo
stileproject.com##.mobile-vda
/x-3111-33.js$domain=pianku.li
onet.pl##.slot-placeholder--active
sexkvartal.net##div[style^="text-align: center;"][style*="background-color: #FFFFFF;"][style*="overflow: hidden;"]
dict.cc##div[style="text-align:center;width:728px"]
sefon.pro##.rklm
tutudao.net##a[href="https://hhyy33.com/"][target="_blank"]
tutudao.net##.m_adv > a[href="https://m.13xp.com/"]
collectionofbestporn.com##.banner-mobile-header
javsubtitle.co###mimpanel
javsubtitle.co##.mid-ads
javsubtitle.co##.bottom-ads
javsubtitle##.header-ads
ndtv.com##amp-iframe[src^="https://drop.ndtv.com/"]
hdpornmax.com##.recomend-container
tuasaude.com##.mrec-container
m.sport-express.ru##div[style^="display: table;"][style*="width: 100%;"][style*="height: 2"]
online.anidub.com###dle-content > div[style*="width: 300px;"][style*="height: 300px;"]
india.com,india.com,bollywoodlife.com,bgr.in##.add-box
mirtesen.ru##.footer-ad-block
gadgetsnow.com##.dfp[data-type="atf"]
gadgetsnow.com##iframe[src^="https://timesofindia.indiatimes.com/affiliate_new.cms?"]
gadgetsnow.com##amp-iframe[src^="https://timesofindia.indiatimes.com/affiliate_new.cms?"]
gadgetsnow.com##div[class^="_"] > .mrecasadscode ~ div[class^="_"] > div[class*="_"] > h3 + ul > li > a[href^="https://www.gadgetsnow.com/affiliate_amazon.cms?"]
||timesofindia.indiatimes.com/affiliate_new.cms?$domain=gadgetsnow.com
hindustantimes.com##.m_ads_unit
theblockcrypto.com##body .sponsorFooter
scmp.com##.section-content-bottom__ad-container
web.de,gmx.*##.base-page__ad
youmath.it###contenuto > #T[style="text-align: center;"]:empty
hd21.com##.mercantile_title
ruliweb.com##.mo_ad_main_ti_wrapper
||ruliweb.com/js/criteo.publishertag.js
m.infox.ru,pulsgdanska.pl,afisha.ru,daily.co.jp,m.pornerbros.com,m.mynet.com,m.porntube.com##.adv
areamobile.de##.footerBanner
areamobile.de,www-musixmatch-com.cdn.ampproject.org##.topBanner
www-musixmatch-com.cdn.ampproject.org##.bottomBanner
pinkvilla.com##body #gptTagBottom
bloomberg.com##.fence-body > div[data-position="mobile-box"]
outlook.live.com###app main > div[class] > div[style] > div[style*="height: 93px"]:not([class])
in.news.yahoo.com###sda-WFPAD
hdsexmovies.xxx,hdpornmax.com,hdpornfree.xxx##.block-mobile
korrespondent.net##amp-embed[style^="height: 350px;"]
korrespondent.net##amp-iframe[style^="height: 275px;"]
irecommend.ru##.adfox_block
sammobile.com##body > header.navbar-fixed-top + div.container-fluid
kztarif.ru##.stadck-content
amazon.de##.sbx-mobile
obozrevatel.com##.googleBannerStickyWrap
m.jpnn.com##amp-iframe[src*="-adnow.com/"]
m.seonews.ru##.detail-banner-wrapper
beritasatu.com##.flying_carpet-box
everyeye.it##header > div.adv-top
everyeye.it##.banner_destra_mobile
zeenews.india.com##.outbrain-bg
m.investing.com##.adDrawer
nv.ua##.content-wrapper > div#async__head_opinions:empty
gadgets-ndtv-com.cdn.ampproject.org##amp-iframe[src^="https://apis.kostprice.com/"]
gadgets-ndtv-com.cdn.ampproject.org##.kpframe
gadgets-ndtv-com.cdn.ampproject.org##._ad
24tv.ua##div[class="within-ads"]
||obmenvsem.org/static/images/*banners*450x75.png
republicworld.com,www-republicworld-com.cdn.ampproject.org##div[class^="ads_"]
republicworld.com##.mainWrapper > .headerContainer ~ div[style^="overflow: hidden; justify-content: center;"]
kupidonia.ru###mobile-offer-bottom
haberler.com##body > input[type="hidden"] + div[style]
/sponsor/*.jpg$domain=mephimnhat.com
mephimnhat.com##.ff-banner
||mephimnhat.com/vast*.xml
blog.goo.ne.jp##.article__ad
blog.goo.ne.jp##.article__hideads
m.hurriyet.com.tr##a[href^="http://www.mobilbilgiservisleri.com/lp"] > img
withinnigeria.com##div[data-adid]
metruyenchu.com##main > section.nh-section > div.text-center.bg-light
linkvertise.com##.yahoo-wrapper
m.liveresult.ru##body > div[style^="height:"][style*="108px"]
politnavigator.net##amp-iframe[id^="adskeeper_iframe"]
politnavigator.net##amp-embed[type="smi2"]
mashina.kg##.append-branding-block
mashina.kg##.mobile-inside-cars
detik.com##.megabillboard
thegatewaypundit.com##.persistent-footer
se.pl###floorLayer
baiscopedownloads.co##.mob_div
||renote.jp/assets/sp_inline_ad_
||renote.jp/assets/sp_overlay_ad_
amazon.de##div[cel_widget_id="mobile-cart-carousels_SponsoredProductsPaginatedMobileCartEXPSubstitutesStrategy"]
amazon.de###content > .a-spacing-top-large > .a-section[style="display: none !important;"] + .a-divider-normal
rt.com##div[id^="recirculation-pitc-sp"]
washingtonexaminer.com##.fixed-wrapper
sports.ndtv.com##.add_top-wrp
daydayin.com##body > div[class^="spu-"]
russkie-seriali.online##.fix-message
sibdom.ru##.fixed-position
profile.ru###test_mob_ad
||hentaidude.com/wp-content/themes/awp/assets/mobile.js
www-tellows-de.cdn.ampproject.org###singlecomments > li[style="padding:0px 5px 0px 5px;"]
nation.africa##.ad-mobile-leaderboard_wrap
||asahicom.jp/sp/js/and_infeedad.js$script,redirect=noopjs
asahi.com##.PrInfoBlock
asahi.com##.ArticleRectangleAd
asahi.com##.list-adL
asahi.com##li.FeatureBox_list
asahi.com##.p-topBanner
news18.com##div[class*="_mobile_header_ad_"]
news18.com##[class^="Article_ad_container"]
news18.com##div[class*="Footer_closestickybtn_"]
9gag.com##.salt-container
||m.pufei8.com/skin/view/ft2.js
||m.pufei8.com/skin/middle.js
ctwant.com##.m-adpopup
m.lenta.ru##.topic-page > div.board
m.ruliweb.com##div[id^="nbp_container_"]
yahoo.com##li[data-test-locator="ntk-ad"]
dni.ru##amp-iframe[src^="https://news.gnezdo.ru/"]
amp.segodnya.ua##.article-banner
amp.segodnya.ua##.partners-news
ukr.net##.news-banner
jablickar.cz##.headerbanner
m.thewire.in##.advert_text1
m.thewire.in##.header_adcode
m.thewire.in##div[id^="mercury_adcode_"]
aol.com,fossbytes.com##div[class^="index__adWrapper"]
aol.com,fossbytes.com##div[class^="AdChoiceContainer"]
m.crank-in.net##.__uz__third_party_ad
||c.mipcdn.com/*/*.js$domain=m.manhuafen.com
lemonde.fr##.friend.ops--inline
supleks.jp##div[class*="_"][data-height]
supleks.jp###shop-body > #btn-post + div[style]
glavcom.ua##amp-iframe[src^="https://go.rcvlink.com/"]
nudeteenwhore.com##.mobile-block
pornodiamant.com##.sticky-banner
nau.ch##nau-advertisement-lazy
setn.com###floatIconAD
||sspstatic.1905.com/static/selling.js
1905.com##.ad-news
m.baidu.com##div[data-tpl="jr_stock_open_account"] > div.c-result-content
m.baidu.com##.c-line-bottom > div.c-row > div[class^="ad-layout-"]
m.baidu.com##.c-line-bottom > div.c-row > div[class^="ad-layout-"] + div[class]
||funnyfoto.xyz/submit.php$third-party
onet.pl###page > div[style="margin:auto;width:300px;"] > p[style^="font-size:9px;color:#696969;"]
onet.pl,fakt.pl##article div[style="margin:auto;width:300px;"] > p[style^="font-size:9px;color:#696969;"]
charivari.de##span[style="font-size:10px;color:grey;text-align:right;"]
charivari.de##span[style="font-size: 12px; color: grey;"]
charivari.de##.shell[style="display: none !important;"] + .divider
charivari.de##.block_area_sidebar > .hidden-md.hidden-lg + .divider
baidu.com##.navs-bottom-bar[style="margin-top: 10px; height: 0px;"]
m.techfocus.cz##.foot.scrolled
m.baidu.com##.c-touchable-feedback[rl-node][rl-highlight-self][style^="padding-bottom:"]:not([data-module]) > a[href^="https://m.baidu.com/from"][target="_self"][data-log]
depor.com##.ad-amp-movil
gazetadopovo.com.br##.ads-mobile
m.zzzfun.com##ins[status] > div[id^="show-"] > a[target="_blank"] > img
m.timesofindia.com##.adspacing
m.timesofindia.com##.aroundthewebspacing
androeed.ru##a[href*=".php?r="]
web.de,gmx.net##div[class^="coc-"]
amp.kp.ru##amp-embed[type="svknative"]
amp.kp.ru##div[class^="styled__SuspendableFallback-"]
vokrug.tv##amp-embed[type="engageya"]
pcgameshardware.de##.article_text > .rectangle
meteomedia.com##div[class^="adslot__"]
meteomedia.com##div[class^="taboolaWidget__"]
knowyourmeme.com##hr[data-label="Advertisement"]
knowyourmeme.com##article:not([data-title]) > .content-unit-refresh-wrapper
boldsky.com###outbrain_nano
boldsky.com##iframe[src*="infinite-scroll-ad-mobi.html"]
boldsky.com##.io-block > li:not(data-wow-delay)[class="clearfix"]
rankedboost.com##.top-mob-div-stick
russkoe-porno.me##.player-bn
news18.com##.closestickybtn
honeysanime.com###footerFloatingMenu
frankenpost.de,crictracker.com,www-kreiszeitung-de.cdn.ampproject.org,dnaindia.com,koimoi.com,kincir.com,zoomtventertainment.com,www-merkur-de.cdn.ampproject.org,merkur.de,amp-focus-de.cdn.ampproject.org##amp-fx-flying-carpet
frankenpost.de,crictracker.com,www-kreiszeitung-de.cdn.ampproject.org,dnaindia.com,koimoi.com,zoomtventertainment.com,www-merkur-de.cdn.ampproject.org,merkur.de,amp-focus-de.cdn.ampproject.org##.amp-flying-carpet-text-border
amp-focus-de.cdn.ampproject.org##div[class="textBlock orange-button-artobj ps-tracking-position ps-trackingposition_OrangerButton"]
znak.com##.SVKNative-Widget li[data-unit-type="promo"]
pixnet.net##.in-read-ad
fox-saying.com,pixnet.net##li[data-source^="ad_mobile_"]
fanat1k.ru##iframe[width="100%"][height="90px"]
independent.co.uk###stickyFooterRoot
independent.co.uk##amp-iframe[src^="https://fresh8.co/"]
techspot.com##div[id^="insert-ad-"]
techspot.com##div[data-ns="largerectangle"]
inmywordz.com##.ad-single-top
haberler.com##div[style^="height: 100px; width: 320px;"]
league-funny.com##.bottomFixedBanner
m.hindustantimes.com###stickydivAD
m.hindustantimes.com##body > section[style="height:100px"]
m.hindustantimes.com##body > div.absoluteBottom
moneycontrol.com##.ads-320-50
moneycontrol.com##.admobile_mrkt
moneycontrol.com##.main-wrapper > .clearfix > #sip_corner_fund
||torrentbest.ru/*/src/adv_scripts/static/*.html
zahav.ru,walla.co.il##div.center-bottom[data-slot-name="nickbar_phone"]
mmafighting.com##amp-iframe[src^="https://ads.rubiconproject.com"]
league-funny.com##div[id^="div-gpt-ad-"]
scmp.com##.article-list__inline-ad
scmp.com##.advert
scmp.com##.details__topics-ad
orgazmtv.net##.video-block > div.video + div.mob-300
m.search.naver.com##li[data-pwr-ad-url]
dcard.tw##div[style="height: 250px; width: auto;"]
dcard.tw##div[style="height:250px;width:auto"]
yan.vn##.AdsAppend
yan.vn##.sticky_bottom
unian.net##.tabs-with-flex > div#tab1
unian.net##.tabs-with-flex > div#tabpanel1
m.mobile01.com##.u-ad-image
pornone.com##.banner-wrapper
vnexpress.net##a[href="https://apps.apple.com/vn/app/bluezone/id1508062685?ls=1"]
vnexpress.net##a[href="https://play.google.com/store/apps/details?id=com.mic.bluezone"]
pornovsem.net##.video-wide-br
m.eprice.com.tw##.ad-320x100-g
m.eprice.com.tw##.ad-300x250-g
vz.ru##div[style="margin: 0px auto;width: 300px; padding: 20px 0px;"]
kissjav.com###player-advertising-mobile
||m.8shuku.net/wap/tj1.js
24tv.ua##.mobileBrandingPlace
scmp.com##div[class^="wrapper__mobile-wide-ad-container"]
ichip.ru##.banner-info
reddit.com##article[id] > a[href^="https://alb.reddit.com/"] ~ *
||m.31bz.org/shubao/c.js
||m.31bz.org/shubao/cn.js
||wap.jd-tv.com/skin/js/ssp.js
||m.xs26.com/wap.js
iphoneitalia.com##.ad_300x250_mob_top
lifehacker.com##.jnPJre
datavyhoda.ru##.cb-sidebar > div.widget_democracy + div.widget_text
news18.com##.ad-cntainer
news18.com##div[style="background: #dbdde3!Important;padding: 10px 0;"]
m.winfuture.de###ob_mb1
in.style.yahoo.com###HeadlineSection > #sda-WFPAD
nv.ua##.content-wrapper > div.article__content + div[style]
carandbike.com###top_banner_ad
web-shpargalka.ru##.flat_pm_outgoing.show
m.timesofindia.com##.play-qureka
financialexpress.com##header > .fewrapper
diziizle.top###reklam-sticky
arstechnica.com##.ad_crown
arstechnica.com##.ad_fullwidth
russian.rt.com##.yandex_ad-wrap
m.winfuture.de###g_content_recommendation
m.winfuture.de##.mb20[style="min-width: 300px; min-height: 250px;"]
m.winfuture.de##center > div[style="min-width: 300px; min-height: 250px;"]
m.winfuture.de##body > [style$="min-width: 300px; min-height: 250px;"]:not([class]):not([id])
m.indiamart.com##.Adslots
m.naver.com##.MM_DA_BRANDING_BANNER_INNER
trashbox.ru##.div_aj_top4_2020
fiorentina.it##.advdesksi
mensxp.com##.list-card > li:not(.track_ga) > div[class*=" "] > div > div > a[onclick]
m.thisisgame.com##div[id^="ad_layer"]
m.imgur.com##div[class^="Ad-adhesive"]
mediazona.online,fourth-sphere-302420.appspot.com,zona.media##.mz-advert-item__root_news
zaycev.fm##.not_for_premium
adme.ru###root h1[data-test-id="title"] ~ div[class^="_"] > div[class] > div[class]:empty
mpyit.com##a[href^="https://www.laomo.me/cdn/html/go"]
morfilmizle.com##iframe[width="100%"][height="100%"]
m.timesofindia.com##.bannerwrapper
m.eprice.com.tw##body div.parallax-ads-container
webmd.com##.inStreamAd
amp.welt.de##.c-commercial
zaycev.net##div[class^="Skeletonstyled__Wrapper-"]
ad-contents.jp##.mobile-big-banner
sozcu.com.tr###hotelHideaway
m.lenta.ru##.b-banner__amp
m.lenta.ru##.b-banner-smi2
amp.ura.news##.adblock
||cdn-eviewporn-com.cdn.ampproject.org/i/cdn.eviewporn.com/_reklam/
bigbangnews.com##.container_publi
amazingribs.com##.top-mobile-ad
www-fr-de.cdn.ampproject.org##.amp-flying-carpet-text-border[style="display: none !important;"] + amp-fx-flying-carpet
ixbt.com##.br-mobile-pic-bg
||image.whox2.co.kr/*/banner/
||mediacategory.com/servlet/adbnMobileBanner
m.youtube.com##.companion-ad-container
erkiss.live###upa
hosyusokuhou.jp###ovrss
hosyusokuhou.jp##.entrytext > a[rel^="noopener"][target=_blank]
xhamster.*##.wio-ypremium-overlay
xhamster.com##.thumb-list-mobile > .thumb-list-mobile-item--widget
japanese.engadget.com###post-center-col > div.D\(b\)\!--sm.D\(n\) > div.Mb\(10px\).Mt\(20px\)
chinese.engadget.com###module-engadget-deeplink-top-ad
chinese.engadget.com##.rwd-inner-container ul[class*="List"] > li[class*="engadget"] > article > div[class*="engadget"] > a[href^="https://b.gemini.yahoo.com"]
chinese.engadget.com##.rwd-inner-container ul[class*="List"] > li[class*="engadget"] > article > div[class*="engadget"] > a[href^="https://b.gemini.yahoo.com"] + div[class^="Pos"][data-ylk*=":AD;"]
google.de##.amp-wp-article-content > div.instream-wrap > .instream-container
yahoo.com##.js-gemini-ad
yahoo.com##.cluster-ad-container
yahoo.com###module-pencilAd
yahoo.com##.gemini-item-lite
/\/slade[0-9]?\.js/$domain=zxzj.me
gram.pl##.external-entity-container.adrino
||bd1.guancha.cn^$domain=m.guancha.cn
||bd2.guancha.cn^$domain=m.guancha.cn
krayot.com###front_trandiv
game4v.com##div[id^="banner-"]
hosyusokuhou.jp##.rankbox
spielen.de##.s4u
eiga.com###rect_ad_btm
eiga.com###rect_ad
eiga.com##.adBox-a
eiga.com##.dvd
eiga.com###rankingArea
matometanews.com###category_ranking
nikonrumors.com##.wptouch-showcase
newsoku.blog##div[style="width:100%;height:500px; overflow: hidden;"]
newsoku.blog##footer > div.widget_mobile_ad ~ div[class^="widget"]
news4vip.livedoor.biz###f984a
news4vip.livedoor.biz,akb48matomemory.com,doorblog.jp,jin115.com,himasoku.com,blog.livedoor.jp##.article-list-outer > li#article-1_5
arstechnica-com.cdn.ampproject.org##.instream-wrap
mobile.reuters.com##.mpu_ad
mobile.reuters.com##.promo.editorial
grapee.jp##div[class^="mod-ads-area-"]
grapee.jp##.ba-area > a[href][target="_blank"] > img
grapee.jp##.article-wrap > div[id^="guno-m"][style^="height:210px;"]:empty
biz-journal.jp##.adsenseArea
||jmty.jp/s/geniee/top_infeed_$subdocument,domain=jmty.jp
||jmty.jp/s/geniee/rectangle_$subdocument,domain=jmty.jp
||jmty.jp/s/geniee/top_list_banner_$subdocument,domain=jmty.jp
vgorode.ua##amp-embed[type="mgid"]
||hentaivn.net/qx/*.php
hentaivn.net##div[class^="a_d_s_"]
||m.gufengmh8.com/mip/*.js
news.avclub.com##div[class="bxm4mm-15 BiRlJ"]
molbuk.ua###copyright
inmyroom.ru##.b-Article_banner
virtualbrest.ru,virtualbrest.by##img[width="230"][height="90"]
rebenok.by##.main-index-part-rekl-mobile
moviepilot.de##section[itemprop="articleBody"] > div[class^="sc-1sz7y6m-"]
moviepilot.de##div[class^="sc-1jmzq56-"]
m.timesofindia.com##.ctn-workaround-div
joemonster.org##.rectangleAdvert
mumbailive.com###bottom-drawer-ad
healthline.com##.css-pdceuf
baumpflegeportal.de##.baump-mobil-unten
m.trojmiasto.pl###body > .section-subcontent > div[class] > div[id][style^="text-decoration:"]
m.trojmiasto.pl###body > div[class][style="margin: 10px auto"] > div[id][style^="text-decoration:"]
||r.trojmiasto.pl/www/images/$domain=m.trojmiasto.pl
blizko.by##.banner-top-n
finance.ifeng.com##div[class="slideImg-lGG7Uta-"]
buffed.de##.centerIQDigital
pcgameshardware.de,buffed.de##.static_banner
amp.usatoday.com##.ad-last
m.haber7.com##amp-embed[type="engageya"]
sozcu.com.tr##.AMP-ads
milliyet.com.tr##.amp-dfpslot
m.humoruniv.com###read_ok_desc_div + style + div[id$="_wrap"]
weather.com##div[class*="adWrapper"]
mobil.krone.at##div[data-krn-click-id="startseite-mobil-jackpot"]
sciencealert.com##.ad_div
testkolik.com,filmyani.*##.mobilreklam
www-news18-com.cdn.ampproject.org,news18.com##.adv_wrp
greatergood.berkeley.edu##.article-mobile-ad
twocents-lifehacker-com.cdn.ampproject.org,skillet-lifehacker-com.cdn.ampproject.org,gizmodo-com.cdn.ampproject.org##div[class="pycp4o-0 ehquwE"]
skillet-lifehacker-com.cdn.ampproject.org,gizmodo-com.cdn.ampproject.org##div[class="bxm4mm-11 ciBKcm"]
healthline.com##.css-umsscj
pixiv.net##.ad-frame-container
www-nytimes-com.cdn.ampproject.org##figure.margins-v.ad
fullizlet.com##a[href^="https://www.hiltonortaklik.com/"]
fullizlet.com##.reklamalanmobil
newsweekjapan.jp,m.sweclockers.com###topBanner
expressen.se##body div.bam-ad-slot[data-slot-name]
yasehub.com###app > div.top-banner + fieldset
yasehub.com##.aasd-text
ficbook.net##.rkl-stick-to-bottom
m.republicworld.com##div[style^="perspective: 1000px; position: relative; height: 250px; width: 300px;"]
www-tomsguide-com.cdn.ampproject.org,www-digitalcameraworld-com.cdn.ampproject.org,digitalcameraworld.com##.hawk-widget[data-model-name]
vxjbdagjdec-eviewporn-com.cdn.ampproject.org###popups
azstxs-lejyoner-info.cdn.ampproject.org##body > a[target="_blank"]
pravda.com.ua##amp-iframe[style="height: 285px;"]
investing.com##.boxItemAdd
investing.com###relatedBox
azstxs-lejyoner-info.cdn.ampproject.org,goster-immat-org.cdn.ampproject.org,vxjbdagjdec-eviewporn-com.cdn.ampproject.org,upslut.com,gonzales-upslut-com.cdn.ampproject.org##a[href^="tel://"]
upslut.com,gonzales-upslut-com.cdn.ampproject.org##center > p[class^="e_"]
gonzales-upslut-com.cdn.ampproject.org###vrsAlert
ubr.ua##body > div[style^="max-height: 300px; z-index: 65000;"]
moneycontrol.com##div[class="show-moblie fixedfortopwrap"]
mumsnet.com##.google-container
analteen.pro##.pop-wrap
thepostmillennial.com##.ads-floating-mobile
edh.tw##.hotword_close
edh.tw##.ad-banner
edh.tw##.close-corner
edh.tw##span.icon-right-corner
enewspaper.latimes.com##div[id^="ext-readerbannerad"]
perezhilton.com##.anchor-spot
bangumi.org###mobile_ad_area
komputerswiat.pl###page > article > div[style^="margin:"] > p[style="font-size:9px;color:#696969;font-family:Verdana;text-align:left;margin:0;padding:0;line-height:normal;width:100%"]
m.haberler.com##.hbMain > input[type][value="manset"] + div[style]
lifehacker.com,kotaku.com##.js_post-content > p[class] + div[class]:not(.has-video):not(.instream-permalink) > aside[class]
1reg.by##.article-content-inner > div:not([class]) > p ~ div[class][style]
scmp.com##div[class^="wrapper__mobile-wide-ad-container-"]
ufukgazetesi.net##.footer_fix_reklam
m.thepaper.cn##iframe[src^="https://adproject.thepaper.cn/"]
mynet.com##.adv-item-box
google.de,sueddeutsche.de##amp-ad + div[class^="css-"]
cheb.ru##.topbanpda
cheb.ru###content > div[id="text"] > div[class] > a[target="_blank"] > img
m.huanqiu.com##.ad_all
amp-reddit-com.cdn.ampproject.org##.TopPosts__Ad
m.sportsseoul.com###add4
m.comic.sportsseoul.com##div[style*="width:100%"][style*="height:100px"]
||j.wfcdn.de/j/iframes/outbrain_$domain=m.winfuture.de
m.winfuture.de##iframe[src^="//j.wfcdn.de/j/iframes/outbrain_"]
setfilmizle.*##.menu_alti_reklam_mobil
m.imdb.com##.cornerstone_slot
thenewsminute.com##.view-ads
thenewsminute.com##amp-iframe#prebid-user-sync
purepc.pl##a[databx][href*="/red1r.php"]
m.dcnews.ro##.mainContainer > div[align="center"] > a[href][rel="nofollow"][target="_blank"] > img
sirabee.com##.glssp_div_container
mail.yahoo.com##div[data-test-id="ad-carousel-container"]
brainly.co.id##.brn-ads-mobile-container
focus.ua##.no-pad-top > div.clearfix > aside.content-block__col > div.f-block:last-child
hockeybuzz.com##body .adFooterDFPMobile
hockeybuzz.com##body > div[style^="position:fixed; bottom:"][style*="z-index:"]
||m.sporx.com/_js/postitial_check.php
4gamers.com.tw##.mobile-bottom-ads
4gamers.com.tw##.scroller-ads-wrapper
4gamers.com.tw##.news-detail-bg a[href][target="_blank"] > img[src*="/ads-media/"]
hdblog.it##.news-list-item.banner_list_container
yahoo.com##div[id$="PencilAd"]
m.sports.ru##.b-main-menu__section--x5
m.sports.ru##.x5-header__icon-container
m.karar.com###detail-area > .seperator.margin-bottom-md
m.karar.com###detail-area > .seperator.margin-bottom-md + a[href][target="_blank"] > img
||m.karar.com/imgs/banner970x250.png
outlook.live.com##header + main > div[style*="will-change: transform; direction: ltr;"] > div[style] > div[style*="height: 93px;"]
41havadis.com##.mobile-ads
gadgetsnow.com##.adscode
www-gadgetsnow-com.cdn.ampproject.org##.amz-box
www-gadgetsnow-com.cdn.ampproject.org##.slider_shop.shopping_wdgt
24tv.ua##.amp-ad-wrp
24tv.ua##.delimiter
nwanime.tv##.presented
amazon.com###detailILMPercolate_feature_div
zaycev.net###__next > section[class^="Rotatorstyled__"]
itc.ua##.entry-content > div.post-txt > p + div.clearfix
p4svip.com##body > style[type] + div[class*="_"][id]
epoznan.pl##.bannerBox__mob
mail.yahoo.com##form[method="get"][action^="/mb/"] ~ div[class*=" "] > img[src*="beap.gemini.yahoo.com/"] + div
m.52qumao.com##iframe[src*="sogou.com/wapxml?id="]
dayifullfilmizle.com##.content > div.code-block > a[target="_blank"] > img
m.ok.ru##li.feed-card.__adv
m.ok.ru##.game-campaign
udn.com##.udn-ads--mobile
bbs.saraba1st.com##div[style="line-height:420px;height:420px"]
||m.hamtruyen.com/Scripts/ads_vdc.js
saglamindir.net##.text-center > a[class="download"][rel="nofollow"]
ipad.hotnews.ro###ci-div-banner
nfmovies.com##div[id^="sponsorAd"]
spankwire.com##.sw-videoUnderplayerAd
spankwire.com##.sw-footer-adv-wrapper
m.apkpure.com##.ad-box
news.mail.ru##.js-article-swipe__banner
gfycat.com##.sharepage-mobile-adunit
finance.yahoo.com##.ys-mobileFeaturedAd
dailywire.com##div[style^="width: 320px; height: 50px;"]
it-here.ru##.pum-overlay
mobile.donanimhaber.com##div[style="width: 100%; float: left; position: relative; height: auto; text-align: center;"]
gadgets.ndtv.com##._ad
gadgets.ndtv.com##amp-script.i-amphtml-hydrated[style="height: 1px;"]
futurezone.de##.admarker + amp-fx-flying-carpet
google.de,spiegel.de,www-spiegel-de.cdn.ampproject.org##amp-fx-flying-carpet[height="300px"][style*="height:"][style*="300px;"]
google.de,spiegel.de,www-spiegel-de.cdn.ampproject.org##amp-layout[width="300"][style*="height:"][style*="266px"]
msn.com##iframe[id^="_mN_dy_"]
m.iguides.ru##.top_container_in_detail_text
interia.pl##body .box-ad
interia.pl##div.adsEcArticleMobile
fengfuyi.com##body a[target="_blank"] > img
p4svip.com##.leaveNavInfo > a[target="_blank"] > img
manikyres.ru##div[class^="prma-position-fixed"]
||tpc.googlesyndication.com$domain=promiflash.de,redirect=nooptext,important
m.repian.com##.ui-detail-info > div[style^="width:100%; height:35px;"]
appledaily.com##.TW-MOBILE-AD
starhit.ru##.adfox-block
h5.17k.com##.bottom_banner
m.haber7.com##.default-ad
amp.pcwelt.de###ob_container
motor-talk.de##._3UX4iw_RfDDHxnGpW3dbU0
motor-talk.de##._3-tNbUATNO0WRlLabLpJ1f
m.washingtontimes.com###wrapper > footer.footer
||cdn.xiao7cdn.com^$domain=x7757.com
gotporn.com###interstitial-overlay
m.4tube.com##body > div[id][style^="position: fixed;"][style*="width: 100%; height: 100%; z-index:"]
||m.czjiamei.com/js/*/lanmu.js
||m.czjiamei.com/js/*/play.js
||m.czjiamei.com/js/*/tj.js
||m.czjiamei.com/js/*/bfy.js
bigpian.cn##img[style="width: 100%"]
||leku99.net/js/*/ytou.js
||leku99.net/js/bottom.js
m.r4yy.com##.leaveNavInfo
||6080aa.com/zhongguo/
||xdytt.com/b_*.js
porntube.com##.interstitial
m.3movs.com###int-over
m.3movs.com##span[id="3Mm-Nat"]
porntrex.com,daftsex.com##iframe[src^="https://a.adtng.com/"]
youjizz.com##.underPlayerPr
||cdn.nsimg.net/cache/landing/pr/*/yjmobile-*.xml$domain=youjizz.com
news.de,boerse.de,gadgetsnow.com,www-firstpost-com.cdn.ampproject.org,firstpost.com,m.economictimes.com,m-economictimes-com.cdn.ampproject.org,hurriyet.com.tr,m.news.de##amp-fx-flying-carpet[height="300px"]
prothomalo.com##.anchor_ad_wrapper
tgd.kr##body > div[style="background: #efefef;padding:0;"]
tgd.kr##div[align="center"][style^="width:320px;height:50px;"][style*="background:url(https://upload.tgd.kr/banner/"]
m.baidu.com##.afd-ad
bz-berlin.de##.container > .row > .hidden-sm:not([class*="pos-"])
||23wxc.com/js/adgd.js
||cqsng.com/mm.js
||avtt123.cc/*/dm.js
suslusozluk.com###sticky
||dy496.com/vvpg.js
||dy496.com/js/c10pg.js
||huanjugu.com/dm289*.js
||xinqingdou.com/dist/vue/element.*.js
duzheba.cc##div[style="height:100px;"]
||999xs.com/safari.php
||999xs.com/*/1xhtml?
ihuaben.com##.container[style*="position:relative;"][style*="width:100%;"]
ihuaben.com##div[id^="BDBanner"]
ihuaben.com##.chapterTopBanner
m.6080w.com##.hy-player > div.item > div[class] > a[rel^="external"] > img
mkan.eastday.com##.db_gg_div
||heiye.cc/js/bf.js
heiye.cc##div[style*="position: fixed;"][style*="text-align: center;"][style*="width: 100%;"]
370kk.com,m.ttkmj.tv###ldgindexbuttom
m.ttkmj.tv##nav[role="navigation"]
insideevs-com.cdn.ampproject.org##amp-iframe.sellwild
insideevs-com.cdn.ampproject.org##a[href^="https://www.myev.com/cars-for-sale"]
insideevs-com.cdn.ampproject.org##amp-list.related-items[src^="https://www.myev.com/feed/amp"]
insideevs-com.cdn.ampproject.org##amp-embed.amp-notbuilt > i-amphtml-sizer[style^="display: block; padding-top:"]
||widget.sellwild.com/amp/insideevs$domain=insideevs-com.cdn.ampproject.org
uludagsozluk.com##.mobil_bugun > li > a[href^="http://bit.ly/"][rel="nofollow"]
uludagsozluk.com##.mobil_bugun > li > a[href^="http://bit.ly/"][rel="nofollow"] + b[style="color: #a09f9f;"]
sosok.grid.id###div-top-banner-transparent
sosok.grid.id##div[id^="afdf-"][style*="height"]
sosok.grid.id##div[id^="div-Inside-MediumRectangle"]
radio-canada.ca##.g-adbox-sticky
wizaz.pl##.adocean-placeholder
||imagecdn.doallsoft.com/img/$domain=bbs.52codes.net
wunderweib.de##amp-embed[type="doubleclick"]
m.kn-online.de##.pdb-ad-container
buffed.de,pcgameshardware.de,cdn.ampproject.org##.anzLab
rtl.de##.adslot.amp
rtl.de##.ad-show-heroes
sport1.de##.s1-placement-label
sport1.de##.amp-ad-align-center
deichstube.de,da-imnetz.de,fehmarn24.de,tz.de,fr.de,fnp.de##.id-Amp-recommendation
kino.de##div[data-sdg-ad]
zeit.de##.advertising
amp.focus.de##.ct_ampad
dadroidrd.com##.widget-content > div[id^="fanback"]
viva.co.id###sticky-bottom
m.timesofindia.com##li[data-ptype="sponsoredcityent"]
m-jatimnow-com.cdn.ampproject.org##amp-iframe[src^="https://click.advertnative.com/"]
m.nuvid.*##.banner-full-fixed
amp-suara-com.cdn.ampproject.org##.suara-populer-feed ~ amp-embed
rumusrumus.com,rumus.co.id##.closads
hdxclub.com##.video-wrapper + aside.video-aside
rat.xxx##.under-player-adv
rat.xxx##.b-spot
m.timesofindia.com##._2Ndzu
vandal-elespanol-com.cdn.ampproject.org,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##.publicidad_amp
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,ampproject.org###ad-undefined
gala.de,mobil.stern.de,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,ampproject.org##.flying-carpet-element__ad-label + amp-fx-flying-carpet
gala.de,mobil.stern.de,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,ampproject.org##.flying-carpet-element__ad-label
||qpic.cn/qq_public/$domain=m.nfydd.com
m.nfydd.com##div[style="width: 100%; height: 110px;"]
zmovs.com##div[id^="div-gpt-"]
blog.mercedes-benz-passion.com##header[role="banner"] a[data-track]  > figure
avclub.com,clickhole.com,deadspin.com,gizmodo.com,jalopnik.com,jezebel.com,kotaku.com,lifehacker.com,splinternews.com,theinventory.com,theonion.com,theroot.com,thetakeout.com##.js_movable_ad_slot
hot-grid-id.cdn.ampproject.org###outbrain-container
||yqingge.com/wap.js
m.kaskus.co.id###my-ad-slot
tribunnewswiki.com###adsoutofpage-premiumTopframe
tube8.com###js-mobile-top-banner
||qhdi.com/ttxnb.php
anime2you.de##.td-ss-main-content div[class^="anime-content"]
m.quotenmeter.de###qm-home > .qm-item + a ~ div[style*="width:300px;display:block;"]
m.quotenmeter.de##body > div[style]:not([class]):not([id]) > #comments + div[style*="width:300px;height:250px"]
stuttgarter-nachrichten.de##div[data-b-title*="Sponsored"]
stuttgarter-nachrichten.de##div[data-b-title*="Ad (Mobile"]
||stern.de/vergleich/wp-content/themes/stern/*/iframe-startseite
coinmarketcap.com###ad-slot--leaderboard-top
txxx.com##.hYbuslay
txxx.com###im-block_wrapper
||meijuck.com/js/dfw.js
laogu.cc##.rowIvy
||v.laogu.wang/template/*/images/g_js^
mobil.express.de,mobil.mopo.de##article[data-title="ANZEIGE"]
fapality.com##.had
lexico.com##.banbox
goblintvfree.com###izlemac-yayin > div.embed-responsive
||alicdn.com^$domain=m.petdianping.com|m.caomintv.com|bbs.52codes.net|m.ttkmj.tv|m.6080w.com|m.yakuhdb.com
||m.shazi8.com/mg^
||mm.shazi8.com/mg^
/jx.3aym.cn\/[0-9]{1,6}.gif/$domain=3aym.cn
m.hkdm688.com##a[href="https://www.huabandm.com/"]
m.republicworld.com###appWindow div[style^="justify-content: center; margin: 0px; position: relative;"][style$="display: flex;"]:not([class]):not([id])
bbs.51credit.com##[data-adshow]
bbs.51credit.com##[data-adid]
tv889.com##.topbanner
fux.com##.video-list-top-ad
bbs.52codes.net##div[style*="display: block;"][style*="width: 100%;"][style*="background-repeat: initial initial;"]
bbs.52codes.net##div[style="position: fixed; z-index: 9999999999;"]
eporner.com###admobiletop
fxykx.com##a[href*="zyttx.com/"]
||renti222.com^$image,domain=158bb.com
158bb.com##.fc_foot
158bb.com##.ff-bg > a > img[height="100"]
m.timesofindia.com##.amz-box.shop
yyy4480.net##div[style*="position:relative;"][style*="clear:both;"]
m.ixinshijue.com##a[href="http://ag9.8803610.com"]
m.ixinshijue.com##body > div.wrap a[target="_blank"]
||m.6080w.com/d.js
m.6080w.com##.row > div.hy-layout > a[rel^="external"] > img
m.6080w.com##body > .hy-head-menu ~ strong > div[style="text-align: center;"] > span[style^="color: rgb"]
m.spankbang.com##.ads_placement
xnxx.com###content-ad-top-zone-contener
amp-focus-de.cdn.ampproject.org##[height="500"][width="500"]
amp-focus-de.cdn.ampproject.org##article[data-teaser-type="unspecified_group"]
asianmilfhub.com##.happy-under-player-mobile
porntrex.com###index-link
||app-liv.jp/js/sp/detect_adblock.js
app-liv.jp##.ad-area--pd
app-liv.jp##.js-appliv-ad-imp-trigger
onet.pl##.placeholder-container
||muzmob.org/*ame_*.php?iframe_id=_*.php
.ru^$third-party,script,domain=muzmob.org
gridoto.com###sticky-mobile-r
gridoto.com###js-banner-sticky
abendblatt.de,morgenpost.de,derwesten.de,waz.de##.article__body > .admarker + amp-fx-flying-carpet
suara.com##.footer-ads__container
kompasiana.com###sticky-mobile-r
m.timesofindia.com##.asprime1
m.timesofindia.com##.aroundthewebconatiner
m.tarsushaber.com##.mobile-banner-in
howtogeek.com,www-howtogeek-com.cdn.ampproject.org##.adfullwrap
fr.de,hna.de,abendzeitung-muenchen.de,ingame.de,bollywoodlife.com,digit.in,m.jpnn.com,zeenews-india-com.cdn.ampproject.org,thehindubusinessline.com,zeenews.india.com,thenewsminute.com,thehindu.com,www-thehindu-com.cdn.ampproject.org,m-jatimnow-com.cdn.ampproject.org,bisnis-tempo-co.cdn.ampproject.org##amp-fx-flying-carpet[height="300px"]
fr.de,hna.de,abendzeitung-muenchen.de,ingame.de,bollywoodlife.com,digit.in,m.jpnn.com,zeenews-india-com.cdn.ampproject.org,thehindubusinessline.com,zeenews.india.com,thenewsminute.com,thehindu.com,www-thehindu-com.cdn.ampproject.org,m-jatimnow-com.cdn.ampproject.org,bisnis-tempo-co.cdn.ampproject.org##.amp-flying-carpet-text-border
||flmallplayer.online/melbetyeni.mp4
m.tvzvezda.ru##.partners
m.xuehongxs.com##div[style^="height: 90px;"]
||wap*.m.xuehongxs.com$script
evrimagaci.org##.eaads-mobile
tempo.co###adsfooter
tempo.co###Affinity_BTF_Tempo
tempo.co##div[id^="inarticle"] > p[style="font-size:11px;font-weight:500;color: #c2c2c2 !important;"]
tek.id###footer_sticky
cnbcindonesia.com,detik.com,m.cnnindonesia.com##.footer_banner
game735.com##.blockOverlay
game735.com##.blockPage
ukraina.ru##.article-share ~ div.heading
m.merdeka.com,ampproject.org,m.otosia.com##.ads-flying_carpet
m.veporns.com##iframe[name^="spot_id_"]
||m.yeniakit.com.tr/anlasma
tribunnewswiki.com,tribunnews.com###anchorads
m.detik.com##.parallax
m.detik.com##center > p[style^="margin:0px;font-size:10px;padding:"][style$="background-color:#204099;color:white;"]
arabam.com##.min-md-width > .homepage-jellybean-wrapper
m.haberler.com###reklam_1
cpubenchmark.net,harddrivebenchmark.net,memorybenchmark.net,videocardbenchmark.net##.mobileadunit
pornhd.com##.listing-zone
forbes.com##.ad-unit
||media-imdb.com/images/*/imdbads/js/collections/admobileweb-*._*_.js
kolodischi.by###mainRespAd
||m.lewen.la/wap.js
theverge.com##.m-ad
game8.vn##.row > div[class] a[target="_blank"] > img
geeksokuhou.net##a[href^="https://link-a.net/gate.php"]
geeksokuhou.net##section#text-28
prohockeyrumors.com,hoopsrumors.com,profootballrumors.com,mlbtraderumors.com###gweinifooterAdSpace
m.eprice.com.hk###popup-ad-overlay
bankier.pl##html[amp-version] .smart-box
bankier.pl##html[amp-version] .smart-form
bankier.pl##html[amp-version] .content-center.gray-bg
mgsm.pl###plus-top-mobile
||mgsm.pl/js/get*AdsMobile.xhtml
m.timesofindia.com##.hzroot
m.timesofindia.com##iframe#di_iframe
m.timesofindia.com##.toi-amazon
m.timesofindia.com##div[data-primead]
m.ariva.de###siteTeaserLayer
m.ariva.de##div[id^="ariva.de_m_300x"]
m.ariva.de##div[id^="ariva.de_m_320x150_"]
m.rst.ua###rst-index-adb
vesti.ua##body > div[style^="height: 300px; z-index: 65000; position: fixed;"]
accuweather.com##.adhesion-ad-frame
/*xmtl$domain=xhxswz.com|biqubao.com
novinky.cz##.ogm-advert-mobile-square
reddit.com##.BannerAd__320x50
tabletowo.pl##.amp_widget_below_the_header a[data-bid] > amp-img
www-buzzfeednews-com.cdn.ampproject.org##.ad-dest--news
ficbook.net##.jsHideStickyRkl
||etuch.cn^$image,domain=m.silisili.me|m.77kpp.com
vse-shutochki.ru##body > div[class="hidden-desktop post"]
koinmedya.com##.amp-sticky-ads
hdblog.it,hdmotori.it##.banner_news_top_box
ubr.ua##body > div[style*="height: 300px;"][style*="text-align: center;"]
techbook.de##.amp-wp-article-content > figure.aligncenter > a[target="_blank"][rel="noopener"] > amp-img
techbook.de##.amp-wp-article-content > amp-iframe[src*="affiliate"]
||amazonaws.com/embed/live/techbook/affiliate^
||batikaradeniz.net/*/eliz.jpg
||batikaradeniz.net/*/medikarrr.jpg
idfl.me###navbar_notice_39
abc.es##.publicidad-portada
m.delfi.lt##.mosaic > span > img
tvtropes.org##.proper-ad-unit
hclips.com##.rek
hclips.com##.rek-link
beemtube.com,gry-online.pl,m.eprice.com.hk,m.eprice.com.tw##div[class^="ad-"]
/banner/*$domain=travel-star.jp
yesiltopuklar.com##.home-adbox-for-m
yesiltopuklar.com##div[class^="mobil-header-banner"]
oggito.com##.oggito-ads
||m.manhuafen.com/js/mhf.js
yemektarifleri-sitesi.com##.footer_fix_reklam
nijinchu.com###icon-adv
m.thethao247.vn###add
m.salihlisektorgazetesi.com##iframe[src^="/mobil-reklam-"]
||m.salihlisektorgazetesi.com/mobil-reklam-
.html?$domain=wap.dulaidw.com
.xhtmm?$domain=wap.dulaidw.com|m.hebao9.com
swedroid.se##.externalTopMobile
maxfoodfun.com##.recommend-diy
maxfoodfun.com##.discover-stream
maxfoodfun.com###article-hot-wrapper
niji-gazo.com##.partner-block
niji-gazo.com##div[id*="-ad-block-"]
turizmekstra.com##img[src^="https://www.turizminsesi.com/d/banner/"]
.htmm?$domain=m.69shu.io|m.piaotianzw.com
m.69shu.io###baseHeight
uludagsozluk.com##.parallaxYapiskanBanner
uludagsozluk.com##a[href^="http://bit.ly/"][target="_blank"] > img
m.mylust.com###main_video_fluid_html_on_pause
||m.mylust.com/js/mobile_scripts.js
newgrodno.by##.main-nav-below > nav#top-nav > div.container > div.topbar-wrapper
mobil.konhaber.com##div.jqm-fullwidth[role="main"] > .listele > li[style="height: 37px;"]
m.tvtoday.de##.tv-program > .component > ul > li.js-table-row:not(.time-listing):not([data-start-time])
yahoo.com##.item-beacon
m.ign.com##.wiki-bobble.hide
txxx.com##.rek-item
txxx.com##div[class^="rek-"]
fox-saying.com,maxfoodfun.com,pixnet.net##.header-fixed-area
pixnet.net##.octopus
analdin.com##.banner-top
pluggedin.ru##a[target="_blank"][href^="https://ads.adfox.ru"] > img
community.spiceworks.com##.ad-content-slot
community.spiceworks.com##.ad-leaderboard-slot
up.ymgt.xyz##.play-wrap > #background
woman.ru##.notification__ad
woman.ru##div[data-name^="MobList"]
woman.ru###div-mob-video
meduza.global.ssl.fastly.net,meduza.io##div[class*="style__Banner-"]
al.com###ad-wrapper__mobile-bottom-adhesion
hdzog.com##.hYbus
m.haber7.com##.halkbank-mobil
duden.de##aside[class*="ikafeka"]
duden.de##aside[id^="block-dudende-m-300x600"]
amp.theguardian.com###ad-undefined
m.sabah.com.tr##.trkvzbnr
m.sabah.com.tr###id_m_300x250_detay
appledaily.com##div[id^="ad-flyingcarpet"]
appledaily.com##amp-fx-flying-carpet[class*="ad-flyingcarpet"]
womane.ru###slidebox_container
klusidee.nl##.top-ad-special
m.megafonpro.ru##div[class="v y m"]
||mamibai.com/img/contents/
mamibai.com##.content-ad-spa
mobil.ksta.de##.is-ad
sueddeutsche.de##power-stories-embed
mobil.macwelt.de,mobil.pcwelt.de##.mobile_mpu
noticias.uol.com.br##.text > div[style*="height: 20px!important;line-height: 20px!important;"]
hochu.ua##.exp_300x250
vg247.com##div[id^="mobile-mpu-"]
woman.ru##.mob-in__container
onlinemschool.com###oms_res_header
hdblog.it,hdmotori.it##.banner_news_bottom_box
ebay.de,ebay.com###itemDiv > div > a[href^="https://pulsar.ebay."]
pcgames.de##.strr_slot
news-us.org##.adssmp
nakkheeran.in##.post-block .auto-responsive-ad
netzwelt.de###leaderboard_mobile
deviantart.com##.mobile_instream_ad_resizable
banazguncelhaber.com##.mobil_advert
milliyetemlak.com##a[href][target="_blank"].sno-itunes.external > img
pdalife.ru##.js-banner
anifresh.com###minpack-sticker-frame
hentaiasmr.moe,stockingfetishvideo.com##.happy-header-mobile
gmx.*,zeit.de##.ad-container
jp.ign.com,opencritic.com,www-news18-com.cdn.ampproject.org,eurogamer.net,mumsnet.com,news18.com,amp.indiatimes.com,dronedj.com,bodybuilding.com,transfermarkt.de,mobil.stern.de##.ad-container
jp.ign.com,gordonua.com,strana.ua,24tv.ua,amp.theguardian.com,zeenews.india.com,gadgets.ndtv.com,amp.fakty.ua,indianexpress.com##amp-iframe
theinventory.com##main > div > script[type="application/ld+json"] ~ div[class*="-1 "][class*="-0 "]
rbc.ru##.banners__mobile-freeze
lifo.gr##.ad_inside > .sticky-wrap
eporner.com###ad-top-2
||eporner.com/dotm/pop2.php
outlook.live.com###topLevelItemsExceptFolderPane > main > div[class*=" "] > div[class^="_"]:not([role="group"])
ck101.com###mobile_backgroundAD
atlasobscura.com##.ad-background-intra-body
insideevs.com##.top-banner-placeholder
amarujala.com##.ad-mb
mumbailive.com,porntube.com,amarujala.com,www-amarujala-com.cdn.ampproject.org##div.ad
ridble.com##.mobile-leaderboard
3prn.com###top11
3prn.com##.bottom_spot
3prn.com##.mobile-spot-under-video
3prn.com##.thumb-text.mobile_vertical
m.hd21.com##.trade > .mercantile + p
yandex.com.tr##.content__prelayout > div > a[target="_blank"]
rp-online.de##.park-section-portal-right > aside[data-portal-id="topmobile2"]
buffed.de,pcgameshardware.de,pcgames.de##.wadtag
app.com,greenvilleonline.com,argusleader.com,azcentral.com,battlecreekenquirer.com,baxterbulletin.com,bucyrustelegraphforum.com,burlingtonfreepress.com,centralfloridafuture.com,citizen-times.com,clarionledger.com,coloradoan.com,courier-journal.com,courierpress.com,dailyworld.com,delawareonline.com,delmarvanow.com,desertsun.com,desmoinesregister.com,floridatoday.com,freep.com,fsunews.com,greatfallstribune.com,guampdn.com,hattiesburgamerican.com,hometownlife.com,indystar.com,jconline.com,kitsapsun.com,lansingstatejournal.com,lcsun-news.com,montgomeryadvertiser.com,mycentraljersey.com,naplesnews.com,news-leader.com,news-press.com,newsleader.com,pal-item.com,pnj.com,portclintonnewsherald.com,press-citizen.com,redding.com,rgj.com,sctimes.com,shreveporttimes.com,statesmanjournal.com,stevenspointjournal.com,tallahassee.com,tcpalm.com,theadvertiser.com,thecalifornian.com,thegleaner.com,thenews-messenger.com,thenewsstar.com,thespectrum.com,thestarpress.com,thetimesherald.com,thetowntalk.com,usatoday.com,vcstar.com,visaliatimesdelta.com##partner-banner
m.dm5.com,manhuaren.com##.adform_2
m.dm5.com,manhuaren.com##.detail-ad-con
amazon.de###WrapperDivToHideBTF > .aw-campaigns
amazon.de##.csm-widget-type-ad-placements-blackjack-widget
m.xcum.com##.mob_ntv_a
radiotimes.com##.amp-ad-wrapper
fapality.com,m.mylust.com##.divExoCustomLayer
xxxkingtube.com##div[style^="font-size: 10px;"]:not([class]):not([id])
dcard.tw##div[class^="PostPageContainer__AdContainer-"]
gotporn.com###floaterBanner
||static-cl.xhcdn.com/xh-mobile/js/*.pop.js
myanimelist.net,frag-mutti.de##.anchor-ad
www-xda--developers-com.cdn.ampproject.org##.brave-banner
kmph.com,kfoxtv.com,fox17.com##div[class^="interstory_"]
chefkoch.de##.responsive-ad--top
mirtesen.ru,kino-teatr.ru###aio_passback
euroki.org##.mob_banner
dexerto.com###articleContainer div[class=""] > div[style="text-align:center;"] > p.dn-ns[style="font-size:8px;color:#ccc;"]
sportskeeda.com##.mobile-ad-negative-space
sportskeeda.com##.ad-declare-explicit-parallax
m.sgkrehberi.com###page > .content + div[style="clear:both; height:80px; line-height:80px; margin-top:120px;"]
fangraphs.com##div[id^="ra-mobile-unit-"]
korrespondent.net##amp-iframe[src^="https://recreativ.ru/"]
pravda.com.ua,korrespondent.net##amp-iframe[src*=".lun.ua/"]
spiegel.de,www-spiegel-de.cdn.ampproject.org##.ampads
obozrevatel.com##div.banner-premium
obozrevatel.com##.banner-300x250[data-slot="mobile_news"]
cnn.com###social-share_gig_containerParent .PartnerZone
mobile.donanimhaber.com##body > div[style="float: left;width:100%;"] > div[style="margin:10px auto; text-align:center; width:300px; height:250px;"]
techrum.vn###revive_banner_mobile_div
scotsman.com##.slab--bottommobilebanner
usatooday.com##.partner-placement
denverpost.com###mobile-adhesion
tubewolf.com##.banner-top
m.humoruniv.com###ddn_ad_128
m.humoruniv.com##body > div[id$="_wrap"]
m.humoruniv.com###read > div[id$="_wrap"]
m.humoruniv.com##div[style="margin:10px 0 10px 0;"] > div[style*="height:250px"]
yahoo.com##.stream-sm-ad
zerohedge.com##iframe[src^="//www.dianomi.com"]
swedroid.se##div[id$="_ad_mobile"]
swedroid.se##div[id^="swedroid_mobil"] > iframe
obozrevatel.com##amp-iframe.branding
m.sabah.com.tr##.promo
gametech.ru##.mobadv
/:\/\/[A-Za-z0-9]+.ru\/[A-Za-z0-9]{20,25}.js/$domain=music-radio.ru
dnpr.com.ua,dp.ua,dialog.ua##amp-iframe[src^="https://m.mixadvert.com/"]
101android.ru##.spu-box
101android.ru##.spu-bg
101android.ru##.myblockbottom
m.iceporn.com##.banner-full-fixed
m.iceporn.com##.spot+p
m.discuss.com.hk##.MFV
kanasoku.info##.adc_g_ko_sec
gamesradar.com##div[class^="slot-single-height-"]
gamesradar.com##div[class^="slot-mpu"][style^="position: relative; box-sizing: border-box; height:"]
techbang.com###related-posts
egmnow.com##.pt_mobile_ad_iframe
egmnow.com##.pt-embed-ad-single-mobile
m.sondakika.com##.text_reklam
jayisgames.com##.widget-support
carsales.com.au##.mrec-container
m.bulbapedia.bulbagarden.net##a[href="http://playiconoclasts.com/"]
m.adevarul.ro##.article > div[style="width:336px;height:280px;margin:5px auto;"]:not([id]):not([class])
mail.yahoo.com##a[href*="beap.gemini.yahoo.com/bmclk"]
mail.yahoo.com##form[name="showFolderForm"] > div.mb
m.rp5.by,m.rp5.kz,m.rp5.ru,m.rp5.ua##div[onclick*="/reClickAdvert.php?key="]
gizchina.com,01net.com,ghacks.net,sagligabiradim.com##.mrf-adv
||momon-ga.com/*/pickup1.js
||momon-ga.com/*/pickup2.js
momon-ga.com###lite_link > .list-box
momon-ga.com##.section-box > .plugin-blogroll
momon-ga.com##.article-body-more > .post-footer
momon-ga.com##.content > div[style="margin-bottom:12px;"]
momon-ga.com##.container-inner > div[style="margin-bottom:12px;"]
digit.in##.footerCatfishAdArea
digit.in##iframe[src^="/blockarticledetailad/"][title="Advertisement"]
weblio.jp##.adBanner
weblio.jp##.adBkOverlayClr
banglachotikahinii.com###mobile > div.row > div.mt_banner+span
banglachotikahinii.com##.mt_banner
banglachotikahinii.com##span[style="width: 320px; height: 70px;"]
banglachotikahinii.com##span[style="width: 300px; height: 50px;"]
banglachotikahinii.com##span[style*="text-align: center;"] > span[style="width: 300px; height: 250px;"]
sports-ndtv-com.cdn.ampproject.org,ndtv.com##amp-iframe[src^="https://drop.ndtv.com/common/gadgets360/pricee/pricee-widget.html?"]
www-ndtv-com.cdn.ampproject.org##iframe[src^="https://drop.ndtv.com/common/gadgets360/pricee/pricee-widget.html"]
sports-ndtv-com.cdn.ampproject.org,www-ndtv-com.cdn.ampproject.org##.add-section
dict.cc##dl > div[style="margin-left:10px"] > div[id^="snhb-detail_rectangle-"][style="width:300px; height:250px; overflow:hidden"]
||forum.lowyat.net/random-mobile.php
forum.lowyat.net###ipbwrapper > div[style="padding:10px 0;min-height:100px;"][align="center"]:not([class]):not([id])
apkpure.com##.fast-download-box+ .slide-wrap > .bd > .tempWrap > ul[style^="width:"] > li[style*="display: table-cell;"] > a[href^="https://yaksgames.com/?utm_source"]
pixiv.net##div[class="overlay geta"]
m.tudotv.tv##div[style="text-align:center"] > a[rel="nofollow"] > img
m.halihali.tv##a[href^="https://s.click.taobao.com/"] > img
indianexpress.com##.adbox-border
mdpr.jp##.recommend-dd-link
rocketnews24.com###related-posts
fnn.jp##.Ad
cinematoday.jp##.ct-ad
sanspo.com##amp-iframe[src^="https://static.aja-recommend.com"]
s.response.jp##.aside-box-ifad
s.response.jp##div[style*="width:100%;min-height:280px"]
s.response.jp##.arti-body > p[style="margin-bottom:5px;"] > .bottom-link
s.response.jp##.relation-arti-list
koe-koe.com,s.response.jp###ad1
amp.fitforfun.de,cnn.co.jp##amp-iframe[src^="https://widgets.outbrain.com"]
tocana.jp##amp-iframe[src^="https://taxel.jp/amp/sponsor.html"]
www-buzzfeed-com.cdn.ampproject.org##amp-layout.ad-bsu
www-buzzfeed-com.cdn.ampproject.org##amp-layout.ad-promo-bottom
www-buzzfeed-com.cdn.ampproject.org##amp-layout.ad-amp--inline
eroido.jp##.adv_dmm
eroido.jp##body > div#div_container[style^="position: fixed;"]
ru-porn.org##.bannergroup-topteaser
sarkariyojana-com.cdn.ampproject.org,sarkariyojana.com##.amp-adv
anlink.top##iframe[src^="//ad.a-ads.com"]
octoba.net##.sp-middle2-ads
octoba.net##.contentbody > .post > div[style="height:100px;overflow:hidden;text-align:center;padding:1em 0 0 0;"]
jiji.com##[amp] #recommend_list
novelplanet.com###divReadContent > div[style="text-align: center; margin-bottom: 10px"]
m.eprice.com.tw###popup-ad-overlay
sunderlandecho.com##.slab--bottommobilebanner
afpbb.com##aside[style="text-align: center; min-height: 180px;"]
afpbb.com##amp-iframe[src^="https://cdn.cxpublic.com/amp-recs-template.html"]
animetvn.tv###mobile-ads
ck101.com###mobileFloat
ck101.com##.mobileAD_responsive
gamespark.jp,s.inside-games.jp##.aside-box-ad
gamespark.jp,s.inside-games.jp##div[style^="text-align"][style*="min-height:2"]
s.inside-games.jp##a[href^="https://deliver.ads2.iid.jp"]
chosunonline.com##.wrap_ad_inner
kadincatarifler.com###footer_fix_reklam
s.famitsu.com##.pr-container
mainichi.jp###textads
mainichi.jp##.ad-amp-infeed_naka
mainichi.jp##.l-inner-ad
mainichi.jp##.articledetail-body-pr
mainichi.jp##div[id^="ad-sp-channel-infeed_"]
mainichi.jp##div[id^="ad-sp-article-infeed_"]
mainichi.jp##aside.ad
bengo4.com##.recruiteBnr
bengo4.com##div[style="min-width: 320px; min-height: 50px;"]
bengo4.com##div[id^="ad-slot-"]
tvbs.com.tw##.ad_320x50_mo
tvbs.com.tw##.advertising_lightbox
megatube.xxx##.mobile_advertising
||mobiltelefon.ru/photo/bg/*.jpg
m.nhaccuatui.com##.bannerAdv
m.doisongphapluat.com##.list_news > li div.title_news > label._mB
m.doisongphapluat.com##.list_news > li div.title_news > a[href^="http://bit.ly/"]
m.doisongphapluat.com##.list_news > li > div.block_image_news > .thumb > a[href^="http://bit.ly/"]
m.dcinside.com##.adv-inner
m.dcinside.com##.adv-group
m.dcinside.com##.adv-groupin
ameblo.jp##a[href^="https://requ.ameba.jp"]
ameblo.jp##._1JtRssPb
ameblo.jp##div._29jEfwlY.skin-bd-color
ameblo.jp##._eP0GEh2C
9ketsuki.info###left_rss
sonicch.com###text-127
sonicch.com###gn_interstitial_area
||e.z091u.cn^$domain=shenpinwu.com
||m.sdxlglm.cn^$domain=shenpinwu.com
||blog-sokuhou.com^$domain=bakufu.jp
bakufu.jp##table[width="100%"][cellspacing="0"][cellpadding="3"][border="0"]
bakufu.jp##.adList
bakufu.jp##a[href^="http://ad.dmm.com"]
bakufu.jp###blogRoll
bakufu.jp##a[href^="http://blog.livetoo.net"]
korewaeroi.com##div[class^="blogroll-"]
||korewaeroi.com/fukugan_sp_3x4.html
||korewaeroi.com/img/2mm.jpg
||korewaeroi.com/wp-content/wptouch-data/themes/classic-redux-copy-1/default/push*.php
hk.on.cc##iframe[src^="/mobile/ad/banner.html"]
jin115.com###article-contents > .article_mid + .article-body-more
m.igromania.ru##.top_brand
m.yeah1.com##.ads-box-stiky-center-mobile
m.faz.net##div[class^="iq-ad"]
m.baodatviet.vn##.container center[style="text-align:center;height: 250px;width: 300px;margin: 0 auto;clear:both"]
m.baodatviet.vn##.container > [class$="_content"] div[style="height:250px; width:300px;text-align: center;margin: 0 auto;"]
m.baodatviet.vn##.container > [class$="_content"] div[style="text-align:center; height: 260px; width: 300px;margin: 0 auto; clear: both"]
bestie.vn###ads_fullscreen
bestie.vn##.viewmore-after-ads
m.khan.co.kr##.ad_article_view
m.khan.co.kr###mobitree
m.khan.co.kr###adFrame1
bboom.naver.com##div[id^="m_sub_bboom_"]
babylonbee.com###sticky_ad_bar
cnnturk.com##.sponsor-mobile
m.plo.vn###Mobile_AdsArticleBodyMiddle
amp-meduza-io.cdn.ampproject.org##.Adv--bordered
dongtw.com##.adfixWp
dongtw.com##.jeg_ad
motherless.com###advertisement-below-menu
||motherless.com/floater_iframe.php
collectionofbestporn.com,imagebam.com,motherless.com##._ln-floater
anyporn.com###mh-ad
||anyporn.com/xml^$media,redirect=noopmp4-1s
blog.livedoor.com##.MdAdBox01
appleinsider.com##.content-main > .ad
akket-com.cdn.ampproject.org##.ad_amp
||firebaseio.com/promo_view.json
spiceworks.com##.mobile-topic_card-slot
spiceworks.com##.mobile-topic_leaderboard-slot
nytimes.com###site-content > div[class] > div[class^="css-"][class*=" e1"][class*="pa"]
nytimes.com##.css-p3qvdn
elespanol.com###homeMobileAdvertising2
||m.ithome.com/api/lapin/
vuviphim.com###bannertop
vuviphim.com###mobileCatfish
pcgamesn.com##.ad-mobile
egehaber.com##div[class*="block-"] a[target="_blank"] > img
yahoo.co.jp###ad-mmon
yahoo.co.jp###ad-sult
rockpapershotgun.com##.mobile-mpu
irk.ru##.b-banner-float
m.gameapps.hk##.ad-full-screen
tonkosti.ru##.tt-catfish
www-sportbuzzer-de.cdn.ampproject.org##div.ampAdvContainer
24h.com.vn##div[id^="div_inpage_banner"]
rp-online.de##.park-portal--mobile-rectangle
m.brigitte.de##.flying-carpet-element > .flying-carpet-element__ad-label
m.brigitte.de##.flying-carpet-element > amp-fx-flying-carpet.i-amphtml-element[style="height: 300px;"]
intouch-wunderweib-de.cdn.ampproject.org##amp-embed.i-amphtml-layout-responsive[type="doubleclick"]
m.doisongphapluat.com###admbackgroundinpage
ixbt.com##.mobadv
m.baomoi.com##div.nocontent[id^="BaoMoi_Mobile_Middle"]
vnexpress.net##body:not(.page-detail-kl) #banner_top
m.haberler.com##.reklamAlan
toucharcade.com##header > #header > .ta_mobileScrollMessage
boards.4chan.org##body > iframe[id^="ag"][src="about:blank"]
m.perfectgirls.net##.banner-wrapper-static
m.anysex.com##.top_b
m.anysex.com##.divExoCustomLayer
/^https?:\/\/m\.anysex\.com\/[a-zA-Z]{1,4}\/[a-zA-Z]+\.php$/$image,script,domain=m.anysex.com
m.nationalgeographic.com.tr##.divAdvertising
yahoo.com###Top-0-MobileFeaturedAd-Proxy
yahoo.com##ul.stream-items > li[class=""]:not([data-wf-toggle-class]) > .stream-item[data-wf-beacons^="https://beap.gemini.yahoo.com/"]
vivud.com##.player-banner
vivud.com##.player-banner__title
116.ru,m.14.ru,m.154.ru,m.161.ru,m.164.ru,m.178.ru,m.26.ru,m.29.ru,m.35.ru,m.42.ru,m.43.ru,m.45.ru,m.48.ru,m.51.ru,m.53.ru,m.56.ru,m.59.ru,m.60.ru,m.62.ru,m.63.ru,m.68.ru,m.70.ru,m.71.ru,m.72.ru,m.74.ru,m.75.ru,m.76.ru,m.86.ru,m.89.ru,m.93.ru,m.ekat.ru,m.irkutsk.ru,m.kbs.ru,m.mgorsk.ru,m.omsk1.ru,m.proizhevsk.ru,m.provoronezh.ru,m.sochi1.ru,m.sterlitamak1.ru,m.tolyatty.ru,m.ufa1.ru,m.v1.ru##.advscroll_mobile
116.ru,m.14.ru,m.154.ru,m.161.ru,m.164.ru,m.178.ru,m.26.ru,m.29.ru,m.35.ru,m.42.ru,m.43.ru,m.45.ru,m.48.ru,m.51.ru,m.53.ru,m.56.ru,m.59.ru,m.60.ru,m.62.ru,m.63.ru,m.68.ru,m.70.ru,m.71.ru,m.72.ru,m.74.ru,m.75.ru,m.76.ru,m.86.ru,m.89.ru,m.93.ru,m.ekat.ru,m.irkutsk.ru,m.kbs.ru,m.mgorsk.ru,m.omsk1.ru,m.proizhevsk.ru,m.provoronezh.ru,m.sochi1.ru,m.sterlitamak1.ru,m.tolyatty.ru,m.ufa1.ru,m.v1.ru##.s240x400
blog.livedoor.jp##.btn-ldb-bottomAdd
dict.hinkhoj.com##.navbar > div[style="margin:0px"]
m.yahoo.co.jp###prem-ad
m.yahoo.co.jp##.PremiumFirst
m.ruliweb.com##.fixed_ad_wrapper
m.ruliweb.com##.ad_header_wrapper
m.bravotube.net##.banner-bottom
m.bravotube.net##.goldttl
m.bravotube.net##.wrapper > .good
||m.mylust.com/jwpo^
||mylust.com/images/mobile/mobile_advirtisement_250.png
m.sport.bild.de###wfb-bwin-ad
m.onvista.de##div[property="schema:articleBody"] > p:empty
weser-kurier.de###nfy_column1 > .servicebox.html_content_noframe
ndtv.com##.add__placeholder
ndtv.com##.story__content-main > .__pcwgtmrhs[data-wdgt*="&wgtprice="]
morgenpost.de##amp-iframe[src^="https://widgets.outbrain.com"]
vippers.jp##.rev-access-ranking
vippers.jp##.res_content ~ .include1 > .show-iphone
dastelefonbuch.de###advertisementBottom
||dastelefonbuch.de/banner^
solarmoviesc.org##.content > center > a > img
finanz-tools.de##.wb_typ3
gruenderszene.de##.content-ad-article
pnp.de###aufmacher > div[style*="color:#aaa"]
m.onvista.de##.marketOverviewIntegration
m.onvista.de##a[href^="https://track.adform.net"]
m.onvista.de##.ANZEIGE
zbporn.com,xbabe.com,hdpornfree.xxx,hellporno.net###fltd
kozmopolitik.com.tr##div[class="iconHome1"]
evdesifa.com##.code-block
||m.txxx.com/sizo^
upornia.com,hotmovs.com##.topad
wetter.com##div[id^="ad-fullbanner"]
||wasabisyrup.com/storage/*.gif|
wasabisyrup.com##.tracking
wasabisyrup.com##.bottom-group
wasabisyrup.com###main > .content-group:not(.gallery-section)
||filecast.co.kr^$domain=wasabisyrup.com
wasabisyrup.com##.top-group
/wasabisyrup.com\/storage\/[-_a-zA-Z0-9]{8,}.gif/$domain=wasabisyrup.com
wasabisyrup.com##.article-gallery > .article-gallery-group > .content-group
redtube.com,redtube.net###content_container > div[class]:not(.show_page_modals):not([id]):not([style]):not([class^="content"])
youtube.com##ytm-promoted-video-renderer
m.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.facebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebook.com,iphone.facebook.com,m.beta.facebook.com,touch.beta.facebook.com,mtouch.beta.facebook.com,x.beta.facebook.com,iphone.beta.facebook.com,touch.facebookcorewwwi.onion,mtouch.facebookcorewwwi.onion,x.facebookcorewwwi.onion,iphone.facebookcorewwwi.onion,touch.beta.facebookcorewwwi.onion,m.facebook.com,m.facebookcorewwwi.onion,b-m.facebook.com,b-m.facebookcorewwwi.onion,mobile.facebook.com,mobile.facebookcorewwwi.onion###m_newsfeed_stream article[data-ft*='"ei\":']
m.voyeurhit.com##.container > .section--normal[style*="margin-top: -15px"]
avcanada.ca##.postbody > div[id^="post_content"] > .content ~ center
vikiporn.com##.under_player_adv
m.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.facebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebook.com,iphone.facebook.com,m.beta.facebook.com,touch.beta.facebook.com,mtouch.beta.facebook.com,x.beta.facebook.com,iphone.beta.facebook.com,touch.facebookcorewwwi.onion,mtouch.facebookcorewwwi.onion,x.facebookcorewwwi.onion,iphone.facebookcorewwwi.onion,touch.beta.facebookcorewwwi.onion,m.facebook.com,m.facebookcorewwwi.onion,b-m.facebook.com,b-m.facebookcorewwwi.onion,mobile.facebook.com,mobile.facebookcorewwwi.onion##article[data-store*="is_sponsored.1"]
m.alpha.facebook.com,touch.alpha.facebook.com,mtouch.alpha.facebook.com,x.alpha.facebook.com,iphone.alpha.facebook.com,touch.facebook.com,mtouch.facebook.com,x.facebook.com,iphone.facebook.com,m.beta.facebook.com,touch.beta.facebook.com,mtouch.beta.facebook.com,x.beta.facebook.com,iphone.beta.facebook.com,touch.facebookcorewwwi.onion,mtouch.facebookcorewwwi.onion,x.facebookcorewwwi.onion,iphone.facebookcorewwwi.onion,touch.beta.facebookcorewwwi.onion,m.facebook.com,m.facebookcorewwwi.onion,b-m.facebook.com,b-m.facebookcorewwwi.onion,mobile.facebook.com,mobile.facebookcorewwwi.onion##.storyStream > .fullwidth.carded
m.allboxing.ru##.arcticmodal-container
m.delmagyar.hu##.closable-ad
m.delmagyar.hu###block___frappe_mobil
||m.alphaporno.com/adman_ai/
m.alphaporno.com###suggested
mobile.donanimhaber.com###comment-container > #news-container[style*="width:"][style*="position"][style*="height:"]
mobile.donanimhaber.com##.yazilim-sponsor
www-inside--handy-de.cdn.ampproject.org###i-amphtml-wrapper div.content_ins
wsj.com##div[class^="WSJTheme__adWrapper_"][style="min-width: 300px; min-height: 250px;"]
gametech.ru##.mobile-pic
m.yourlust.com##.divExoCustomLayer
mobilescout.com##.banner_news_top_box
mobilescout.com##.banner_list_container
techstage.de,heise.de##a-paternoster
mobile.ghanaweb.com##.imk320by50_container
mobile.ghanaweb.com##.imk300by250_container
nontongo.club##center > a[href][rel="nofollow"][target="_blank"] > img
amp.n-tv.de##amp-fx-flying-carpet[data-block-on-consent]
m.suedkurier.de##.shadowContainer > div[style="width:100%;height:370px"]
mobile.lemonde.fr##.cm-ad-position
dn.pt##.t-columns-sys-col-2 > div[class^="t-columns-sys-col-box-"]
vip.de##.rtli-master-morecontent__items > .centered-ad
farmacoecura.it##.miniheadermobile
thebrickfan.com###content > center
/widgets/exo$domain=mangapanda.com|memecenter.com|mangareader.net|animeland.tv|animetoon.org|animenova.org|animewow.org|goodanime.co|animeplus.tv|animeflv.net|toonova.net|gogoanime.in|kiss-anime.me|kimcartoon.me
mangapanda.com,memecenter.com,mangareader.net,animeland.tv,animetoon.org,animenova.org,animewow.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.in,kiss-anime.me###adsFloat1
mangapanda.com,memecenter.com,mangareader.net,animeland.tv,animetoon.org,animenova.org,animewow.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.in,kiss-anime.me##div[class^="ads"]
mangapanda.com,memecenter.com,mangareader.net,animeland.tv,animetoon.org,animenova.org,animewow.org,goodanime.co,animeplus.tv,animeflv.net,toonova.net,gogoanime.in,kiss-anime.me##iframe[src*="/Ads"]
m.accuweather.com##.outer > div[id="top"][class="top lowered"]
silenceisconsent.net##.z-ad-display
themercury.com.au##.widget-area-main-content > .tgc-footer-fixed
m.winfuture.de###main > .mb25.mr5
m.winfuture.de###main > div[align="center"]
||m.fantasti.cc/rb^
gsp.ro##.banner-branding
fukuishimbun.co.jp##div[id^="uz-"][id*="fukuishimbun_sp-"]
imzog.com##div[id^="im-vda"]
businessinsider.com##.river-ad
hdmotori.it###skin_mobile
szifon.com##.wptouch-showcase
m.prohardver.hu,m.mobilarena.hu##.xabrecontainer
mobile.linuxtoday.com###ic_Ad
mobile.linuxtoday.com###m_imuAd
mobile.linuxtoday.com###article-body > #ic_imu-1
m.takvim.com.tr##div[ad="id_m_textlink"]
m.benzinga.com##.benzinga-content-container > .item.columns.ad:empty
ashaber.com,batialanya.com,omedyam.com,sakaryahaber.com,kemergozcu.com,magazinkafe.com##.mobil_advert
m.iguides.ru##.banner_in_list
m.takvim.com.tr###id_m_textlink[style^="height:525px; width:320px;"]
eurogamer.net###portable-homepage-leaderboard
eurogamer.net##.mobile-mpu-container
venturebeat.com##.medrec-wrapper
s.famitsu.com##.l-ad-block
japantoday.com##div[data-href^="https://go.injapan.com/zP2Vrj"]
m.blogtruyen.com##.container > .qc-inner
m.blogtruyen.com##center > a[href][target="_blank"] > img
yemek-com.cdn.ampproject.org##.recipeContent > .printHidden
m.auto.ru##.commercial-listing > div.commercial-listing-item-wrapper > div[id]:not([class*="Listing"]):not([class*="item"])
m.auto.ru##div[data-bem*="\"ad\":true"]
yahoo.com##.stream-items > li.stream-item[data-wf-image-beacons]
readlightnovel.org##.desc > .col-lg-12 > center > small
sozcu.com.tr###sz_manset_advertise
zbporn.com##.b-spot
www-chip-de.cdn.ampproject.org##.NewsArticle__Widget > .BC-Content
m.miaobige.com##.adcontent
m.timesofindia.com##.adsinview
||cartoon-sex.tv/z/cartoontube-300x100.gif
cartoon-sex.tv##.mob-banner
ampproject.org##.reklamAlan
boluobjektif.com##.reklam-ortala
pure-t.ru,m.mangafox.la,gifporntube.com,homemoviestube.com##.mobile-banner
irk.ru##li[class^="b-banners-"]
m.milliyet.com.tr##.stTwo > a > img[data-original*="Advertorial"]
m.milliyet.com.tr##.stTwo > a > img[data-original*="Advertorial"] ~ p
m.winfuture.de###div-divrecUnd
gelbeseiten.de###mobile-banner
mobile.donanimhaber.com##.content > div[style*="text-align:center; width:320px; height:100px;"]
mobile.donanimhaber.com##.content > div[style*="text-align: center; width: 320px; height: 100px;"]
m.dcinside.com###set_list_middle_ad
m.dcinside.com##div[id^="minor_list_"]
m.sports.ru##.b-dfp-banner
||dlbooks.to/img/smart/bn_
dlbooks.to##.overAfi
||storage.googleapis.com/suramar/pu.min.js^
nashpol.com##.popup-ad-block
gesundheitsfrage.net,gutefrage.net,finanzfrage.net###anchor-ad
apkmirror.com##.appRow.showOnMobileAndTablet
yahoo.com##div.controller[class*="smartphone_Px"][data-reactid]
||deutsche-mittelstands-nachrichten.de/wp-content/wptouch-data/include/js/dmn_interstitial_mobile.js
gomovies.cd,123moviestube.io###mv-info > div.mobile-btn
gomovies.cd##a.btn-successful[target="_blank"][href^="https://gomovies.cd"]
m.donanimhaber.com##.diger-haberler > div[style="margin:10px auto; text-align:center; width:600px; height:338px;"]
m-gsmarena-com.cdn.ampproject.org##amp-iframe[src^="https://www.91mobiles.com"]
onedio.com###sponsored
m.naver.com##a[href*="/fxclick?"]
m.sadistic.pl##article.images[style="text-align: center"] > a[href][target="_blank"] > img
outlook.live.com##.scrollContainer > div[style="height: 88px;"]
sueddeutsche.de##.frame-holder:not([id]):not([style])
amazon.com###centerBelow > #ape_search_btf_search-mWeb_text-wrapper
amazon.com##div[data-ad-details]
vulture.com##.nym-ad
m.news.de##.content.clearfix > div[style="height:50px"]
m.news.de##[data-widget="plista_widget_topArticle"] + div[style="height: 100px"]
thenewslens.com##.ad-btm
m.nihaogood.com##.Adinfo
||m.nihaogood.com/js/neironga.js
||ddreminder.appspot.com/android_ad_target.txt
||twrailpolice.appspot.com/full_ad_priority.txt
||twrailpolice.appspot.com/campaign.xml
||54.169.80.245/ad^
||tw.api.vpon.com/api/webviewAdReq
m.cna.com.tw##.fancybox-wrap
m.cna.com.tw##.fancybox-wrap + .fancybox-overlay
m.cda.pl###reklama_layout_top
m.cda.pl##.r-bt-scale > [id^="reklama"]
dni.ru##.container__partners-line
dni.ru##.article-footer-adv
||zaytung.com/images/radore
zaytung.com###pgcontainer > li > .dotted
||cdn.mob-api.net/mbanner.js
||rad.mob-api.net/imp^
forums.windowscentral.com###posts > div > div.adunit
m.ntv.ru###topbnr
m.fanfox.net##.adv-here
m.xcum.com,m.fanfox.net##.top-banner
merlininkazani.com##div[class^="adver-mobile-"]
mediafire.com##.m-ad
comnews.ru###mv-bottom-banner
comnews.ru###mv-fullscreen
topwar.ru##.banner_yandex
wallstreet-online.de##.breakingNewsOfferteBox
m.sabah.com.tr##a[href^="/haber/advertorial/"]
m.sabah.com.tr###contextual > .textLink > div[data-mbzone-loaded] > div[style^="height:520px"]
ozgurbolu.com##.rklm-sayfaustu
ozgurbolu.com###rklm-logoyani
mobile.donanimhaber.com##iframe[src^="/ads/"]
mobile.donanimhaber.com##.content > #news-container[style*="width: 100%; float: left"][style*="height:"]
izlesene.com##[id^="ad_320_100_container_"]
||61saat.com/_themes/hs-rush-php/mobil/scripts/modal.js
istekadinlar.com,yurtgazetesi.com.tr,kamuajans.com,kocaelikoz.com,kocaelibarisgazetesi.com,haber61.net,kamudanhaber.net,kamupersoneli.net,61saat.com##.mreklam
mp4mania.mobi##a[href^="http://abc.gogooffer.online"]
goodtoknow.co.uk##.adContainerTop
uproxx.com##[class^="uproxx_iframe_"][class*="ads_wrapper"]
healthline.com###site-header ~aside[class^="css-"] > div[class^="css-"]
m.mylust.com###wrapper div[class^="topb-"]
m.muensterschezeitung.de##.wn_spo_banner
medien-studieren.net,medienstudienfuehrer.de##.leaderboard .banner
giga.de##.BC-Container
||giga.de/static-local/dist/theme/assets/js/module/giga-*.mobile-stopper.js
||andro-news.com/images/content/andronews_banner_
||andro-news.com/images/content/for_website_andro_news.jpg
memurlar.net###news_detailContainer > div[style="text-align:center; margin:auto; min-width:300px; min-height:250px"]
bilgihanem.com##div[style*="min-height:250px;"][style*="min-width:250px;"][style*="justify-content:center"]
uludagsozluk.com##.entry-list > div[style*="width:"][style*="margin"]
wibroporn.com###ivr-mobil
eurogamer.de###mobile-ads
simtimes.de###mobile-header-ad
memurlar.net##.mobileBody #MainPageFooter
3pornstarmovies.com###fltd.p-ig
giveawayoftheday.com##.bottom_b
m.ashemaletube.com##.adblock
outlook.live.com##.conductorContent .scrollContainer div[role="heading"]:not([class]):not([id])
m.pornicom.com,m.fetishshrine.com##.video-cover
m.tnaflix.com##.bannerBlock
spankwire.com##.headerAd+span
spankwire.com###floatingBanner
youflix.is##main > #detail_main + div[style="margin-bottom:-20px;"] > .content_vlist
||m.realgfporn.com/th^
/m.realgfporn.com\/[a-z]{1,13}[0-9]{1,13}[a-z]{1,13}.js/
youjizz.com##.bottom_pr
youjizz.com###mobileRollAd
gotgayporn.com##small:not([class]):not([id]):not([style])
m.sovsport.ru##.fonbet_match_centre
wz.de##.adLine_separator
m.befuck.com##a[href^="http://nats.beataporn.com"]
m.turizmajansi.com###ContentPlaceHolder1_uc_banner_main_top_AdRotator_a1
porn.com##.m-zone
pornhd.com##.leaderboard-container
||teknoseyir.com/wp-content/themes/ts/sponsor-mobile.php
m.dnn.de##.pdma-adaside-declaration
thechive.com##.phone-ad
finance.yahoo.com###mrt-node-Col1-1-GeminiBrokerBtnsMobileWeb
futurezone.de,rp-online.de,derwesten.de,www-timesnownews-com.cdn.ampproject.org,theprint.in,timesnownews.com,amp.focus.de##amp-fx-flying-carpet
www-timesnownews-com.cdn.ampproject.org,theprint.in,chip.de,timesnownews.com,amp.focus.de##.amp-flying-carpet-text-border
amp.focus.de,m.focus.de##article[data-teaser-type="unspecified_group"]
vorsprung-online.de##.article-content .adsbygoogle
||vorsprung-online.de/images/images/*/Werbung/bannermobilwerbung.jpg
netzwelt.de##body [data-spotim-module="recirculation"] div[data-spotim-slot="mobile"]
mp4mania.mobi##div[id^="vcb_"]
m.op-marburg.de,m.ln-online.de,m.dnn.de,m.maz-online.de,m.sn-online.de,m.paz-online.de,m.ostsee-zeitung.de,m.haz.de,m.neuepresse.de,m.goettinger-tageblatt.de,m.kn-online.de##.pdma-adaside
money.cnn.com##.ob-widget-section.ob-first
wsj.com###AD_RAIL1.wsj-ad
wsj.com##p > #deloitte_column > [data-module-zone="deloitte_insights"] > .deloitte-insights
money.cnn.com##iframe[src^="http://money.cnn.com/.element/ssi/partners/"]
m.3movs.com###fltd.p-ig
m.3movs.com##.bottom_spot
basketball.com.tr##.td-visible-phone > a[href*="/?utm_source="][href*="&utm_campaign="] > img
imobie.com##.adlet_mobile
regionalwolfenbuettel.de,regionalgoslar.de##.mobile-ad1
fuckler.com##.container-fluid > div[class="page-header text-center"]
m.gazetevatan.com##a.Teaser[href^="http://secure.milliyet.com.tr/redirect/Default.aspx"][target="_blank"]
m.iceporn.com##.main > .introduction
m.rund-ums-baby.de##[class="ta"][style="margin:0 0 5% 0;"]
m.rund-ums-baby.de##[class="ta"][style="margin:0 0 10% 0;"]
m.rund-ums-baby.de##p[style="font-size:10px; color:#8d8d8d; margin-bottom:10px; padding:0px 15px 0px 0px"]
lifehack.org##[id^="lifehack_m_"][id*="TF"]
m.haberturk.com##a[data-newscategory="Advertorial"]
wccftech-com.cdn.ampproject.org##.amp-ad
mobile.donanimhaber.com##div[style$="width:320px; height:100px;"]
mobile.donanimhaber.com##.yorumlar > div.ondabir > div.gorsel
m.nuvid.*##.partner_text_link
promiflash.de##.articleList > .cardContainer + .onlyMobile[style^="margin:"]
promiflash.de##aside.container > .onlyMobile + .LazyLoad[style="min-height: 250px; min-width: 336px;"]
pc-magazin.de##.row > .col-xs-46.teasergroup--portrait.teasergroup--maincol > .col-xs-48 > aside[itemtype="http://schema.org/WPAdBlock"][onclick^="window.open('http://www.connect.de/ratgeber/"].teaser--inside-portrait
extremetube.com##.bottomAdWrapper
extremetube.com##.tj-add-text[style="color:#FFF; text-align:center;"]
||upornia.com/js/*.js?v=
upornia.com##.tc-interstitional
upornia.com##[id^="up_ntv_"][style*="width: 300px; height: 250px;"]
upornia.com##.player-holder > div[style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 10;"]
hotmovs.com##.tc-interstitional
hotmovs.com##.player-holder > div[style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 10;"]
jeuxvideo.com##.conteneur-messages-pagi > div[style]:not([class^="bloc-"]):not([id^="bloc-"])
jeuxvideo.com##.conteneur-messages-pagi > a[style*="position: relative; margin:"]
pornhd.com###adhesionZone
m.mangafox.la##.adv-here
|http*://$script,third-party,domain=m.biqugezw.com
m.hdzog.com##.tc-interstitional
m.hdzog.com##.section__panel.text-center
m.hdzog.com###pane_related > div.collapse.in
m.hdzog.com##.video_main_thumbnail_kvs > div[style="position: absolute; left: 0px; right: 0px; top: 0px; bottom: 0px; z-index: 10;"]
free-sex-video.net##.contener > div[style="margin:0 auto; text-align: center;"]
free-sex-video.net##.contener > #notplaying + div[style="font-size: 10px;"]
free-sex-video.net##.contener > div[style="font-size: 10px;"] > div[style="margin-top:-12px;"]
free-sex-video.net###player_thinge
tubedupe.com##iframe[src^="//tubedupe.com/banners/"]
dnepr.info##.img-top-abs
||tubous.fuckandcdn.com/tubous/tubousstatic/ads/mobile/
||ahmestatic.fuckandcdn.com/ah-me/ahmestatic/mobile/ads/
m.sunporno.com,goodporn.to,ashemale.one,titsbox.com,tubous.com,m.ah-me.com##.spot
m.tubewolf.com##.block-ads > b
m.tubewolf.com##.block-ads > .banner
m.milliyet.com.tr##div[id^="adv_"]
azeriseks.ru##body > div.iblock > strong
webclick.megalabs.ru##body > section.intro
webclick.megalabs.ru##body > section.info
m.sondakika.com###reksa
m.sondakika.com##.home_300x250
m.sondakika.com##div > .widget_partner[style]
m.sondakika.com###news-list-container > ul > li[style]:not([data-haber-id])
pornicom.com,rat.xxx,vikiporn.com,zbporn.com,sleazyneasy.com,fetishshrine.com,m.katestube.com##.top-spot
vikiporn.com,sleazyneasy.com,m.pornicom.com,m.fetishshrine.com,m.katestube.com##.bottom-spot
m.milliyet.com.tr##.Masthead > #div-320x100
m.milliyet.com.tr##a[href^="http://secure.milliyet.com.tr/redirect/Default.aspx?"][target="_blank"] > article
m.augsburger-allgemeine.de##main > .aa-teaser-mini-group
m.augsburger-allgemeine.de##.aa-swatch-topdown-nice.aa-teaser > a[href="https://abo.augsburger-allgemeine.de/epaper-app-login-und-download-uebersicht"]
m.donanimhaber.com##.yorum-ustu-alan
nudevista.at,nudevista.be,nudevista.com,nudevista.com.br,nudevista.com.pl,nudevista.es,nudevista.it,nudevista.jp,nudevista.net,nudevista.nl,nudevista.se,nudevista.tw##.mob_adv
||x99.nudevista.com/_/x*/*.html
m.hclips.com##div#pane_related[role="tabpanel"] > .collapse.in
m.hclips.com##.container > .section--normal[style^="margin-top:"] > .section__panel.text-center
telegraph.co.uk##div[class^="mobileAdvertInStream"]
zmovs.com##div[class^="player-banner"]
||m.fmhua.com/js/lbo1888.js
laravel-news.com##.site-main > div.container > div.callout:first-child
udn.com##.overlay-container
m.17track.net##.yq-panel-gad
m.17track.net##.slick-slide+div[class^="slick-slide"] > div.tracklist-item.tracklist-default
||m.lwxs520.com/wap/lwxs520/gg.js
m.sfgate.com##.ad-point
healthline.com##div.mlb
healthline.com##div.mmr.row
mobile.donanimhaber.com##.yorumlar > article~div.ondabir
drive2.ru###l-content > div.l-main.js-main > div.g-column-wide > div.cpc-card
mobile.donanimhaber.com##.reklamiatla
chip.de##.amp-article-ad
focus.de,ampproject.org,newsweekjapan.jp,chip.de##.amp-outbrain
trustedreviews.com##.ipc-advert
|http$third-party,script,domain=kinotut.tv
mobil.nwzonline.de,mobil-nwzonline-de.cdn.ampproject.org##.advert
lenfilm.tv##.rek
mp4mania.rocks##center > a[rel="nofollow"] > img
||mobj.space/api/openOffer?asid=
kachelmannwetter.com###mobilebb-main
stereogum.com##.ad-holder
3g.163.com##.content-list > section.m_papa,papa-item
fuw.ch###js-icon-list
m.timesofindia.com###s_rhs
timesnownews.com,independent.co.uk##.taboola
skymetweather.com###outbrainmobile
mobil.nwzonline.de##.article-list.compact > .ressort-divider
||gadgetsnow.com/ngwm/
gadgetsnow.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
m.txxx.com##.section--normal > .section__panel.text-center:first-child
csgostash.com##.adv-top-header-mobile
mein-wahres-ich.de##.wrapper-content > .quiz.clearfix > div[align="center"]
mobile.1haza.com##.main > a:not([href*="1haza.com"]) > img[width="100%"]
mobile.1haza.com##.wrapper > a:not([href*="1haza.com"]) > img[width="100%"]
||m.kuku.lu/smphone.footer.blockspecial.php
4chan.org##.adg-rects
4chan.org###bd > div[style="width:300px;height:250px;margin:10px auto 10px auto"]
download.cnet.com###mobile_incontent_ad_plus
udn.com##.only_mobile.mm-slideout
zdnet.de###pageads_menu
investing.com##.boxItem > [class="mediaItem addUnit"]
investing.com##.boxItem > [class="mediaItem"]:not([data-href])
online-lernen.levrai.de###advertmitlinks
netdoktor.de##.ad-container-mobile
dictionary.cambridge.org##div[id^="ad_topslot"]
skymetweather.com##.stickyfooter
m.bild.de##.promotion_collection
m.waz-online.de##.pdma-adaside
techradar.com###content > div.slotify-slot[style]
tube8.com##body top-adblock
autoexperience.de##body > div.ui-page > br:first-child
autoexperience.de##body > div.ui-page > br:first-child + div#AdMobileAdxTop + br
edition.cnn.com##div[data-bundle="adzones"]
edition.cnn.com##.zn-body__read-more-outbrain
edition.cnn.com##.zn-story-bottom-second
edition.cnn.com##section[id^="ad-spon-"]
trustedreviews.com##.ebay-deals-container
trustedreviews.com###dfpIdtop
mobil.ruhrnachrichten.de###ivwblock > img[src*="vgwort.de"]
drive2.ru##.c-transformers-banner
||drive2.ru/assets/*/banner.html
gofeminin.de##.af-block-native
gofeminin.de##.story-ad-mobile
gadgethacks.com##.fixed-height-features+aside.whtaph-rightbox.whtaph-600
m.academyvn.com##.float-ck
rbc.ru##.banner__container
m.winfuture.de##iframe[src*="_adcode_"]
gesundheitsfrage.net,gutefrage.net##.AdSticky
gadgets360.com,ndtv.com##div[data-google-ad="googlead"]
m.news.de##p.articleTeaser+div[style="height: 500px"]
dbquiz.bhaskar.com##.Q_topad
dbquiz.bhaskar.com##.Q_sad
dbquiz.bhaskar.com##li[class^=mobileAd]
bhaskar.com##.add-mid
morgenpost.de,braunschweiger-zeitung.de,bildderfrau.de,derwesten.de,mobile.reuters.com,amp.ibtimes.co.uk##.amp-ad-container
amp.usatoday.com##.padded-container.taboola
||widgets.outbrain.com/hub/amp.html$domain=indianexpress.com
pcworld.com##.dealpost-container
pcworld.com###content-recommender
express.co.uk##.ampad
amp.theguardian.com##amp-list
ntv.com.tr,wccftech.com##.amp-ad
indiatoday.in,bloomberg.com##.amp-taboola
m.gsmarena.com##.top-adv
m.gsmarena.com##.adv-mid
m.gsmarena.com##.adv-top
m.gsmarena.com##.adv-bottom
phonearena.com##div[style="min-width:300px; min-height:250px; overflow: hidden; margin: 0 auto;"]
wired.com##.amp-wp-banner-ad
wired.com##.amp-wp-inline-ad
wired.com##.amp-wp-footer-ad
m.gadgets.ndtv.com##.top_ad
||api.kostprice.com/api/amp-widget$domain=m.gadgets.ndtv.com
||pstatp.com/site/reads-sdk*/*.js
||duanwenxue.com/js/tongji.js
||partner.toutiao.com/partner_recommend/*&url=http%3A%2F%2Fm.duanwenxue.com
://*.rbc.ru/*/?target-ref=*&
rbc.ru##.g-banner__main
rbc.ru##.g-banner__main__width-240+div[class="g-tabletVisible"]
ndtv.com##.ad-wgt
mdaily.bhaskar.com###atf_ad
iapps.im##.experience-zyc
cnbc.com##.leaderboard_ad
zybang.com##.qb-wgt_float-banner
zybang.com##.cmn-zuoyebang-slogan
m.timesofindia.com##.ad1
eenaduindia.com##[class^="Adv-"]
eenaduindia.com##div[style="width:100%;text-align:center;margin:10px 0;"]
afaqs.com##.topban-container
m.lenta.ru##.b-list-item_advert
m.neogaf.com###neogaf_mobile-header
||m.flowcodeapp.com^$domain=wumaow.com
dailyo.in##div[id^="taboola_mob"]
||media.mensxp.com/mxmeg/
mensxp.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
aajtak.in##.mobileAd
aajtak.in##.adsection
||m.quankan.tv/js/dibu.js
merriam-webster.com##.mobile-fixed-ad
mp3club24.ru##.content > div.row > div[class] > div[id][class] > table
navbharattimes.indiatimes.com##div[id^="div-clmb-ctn"]
||vijaykarnataka.com/vkmage/
vijaykarnataka.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||m.maharashtratimes.com/mtigm/
maharashtratimes.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||mobkino.org/images/pek.png
||mobkino.org/images/*_banners*/
theoutline.com##.post__body > div[class$="-embed--display"]
||cauly.co.kr/richad/
buffed.de##.shopLinkButtonsWrapper
economictimes.com##style[type="text/css"] + div[class]:not([id]):not([style]):not([class*=" "])
||economictimes.com/etmpat/
theatlantic.com##.ad-loaded
theatlantic.com##.native-promo-slider
ulm-news.de###SWU-schwabenstrom
ulm-news.de##div[id^="banner_"]
www.yahoo.com###act-ad-parallax
gigazine.net,medicinenet.com,rxlist.com,wap.lexun.com###ad
kisscartoon.me###adsFloat1
m.sondakika.com###adsgoogle
lenfilm.tv###adv_kod_frame
opodo.de###appLayer
russian7.ru###bottomLine-banner
fishki.net###fixed-mobile
m.watchcartoononline.io###headerPadstmOut
ndtv.com###header_ad
idownloadblog.com###iDB_Mobile_Below_Content
accuweather.com###mid-ad
amazon.co.uk,amazon.com,amazon.de###mobile-ad
eurogamer.net###mobile-leaderboard
red-forum.com###mobile_banner
m.economictimes.com###morePartner
m.sondakika.com###news-list-container > ul > li[data-haber-id=""]
m.sondakika.com###news-list-container > ul > li[id^="liste_300_250"]
vesti.ru###rb_fs_wrapper__ID
filext.com###sc-overlay
techbang.com###scupio_ad
nettavisen.no###sportspill-box-top
appcrawlr.com###top-row.mobile-top-slot
babycenter.de###topAdContainerMobile
reshil.org###trr
rg.ru###yandex_ads_hor_pda
mobil.pcwelt.de,apkmirror.com##.OUTBRAIN
4g.co.uk##.ad4
news18.com,m.economictimes.com,m.haberler.com,redtube.com,redtube.net,pornhub.com,pornhub.org,pornhub.net,pornhubthbh7ap3u.onion##.adContainer
bhaskar.com,divyabhaskar.co.in,fashion101.in##.ad_320
m.delfi.lt##.ad_atop
seclub.org##.ad_block
about.com##.adhesive
forums.androidcentral.com##.adunit
redtube.com,redtube.net##.after-header
m.sondakika.com##.an-container
avito.ru##.b-ads
m.sports.ru##.b-adv-carousel-wrap
onliner.by##.b-top-line-1__items
timesofisrael.com##.b320x50
9gag.com##.badge-ad-container
ukr.net##.baner-block
rank-king.jp,kun.uz,goblintvfree.com,m.lenta.ru,m.aydin24haber.com,m.xcum.com,m.alphaporno.com,m.yourlust.com,m.3movs.com,m.sexu.com,m.yingshidaquan.cc##.banner
vnexpress.net##.banner_mobile
redtube.com,redtube.net##.between-videos
thesun.co.uk##.billboard
m.avtovokzaly.ru##.block.bbc.pointer
m.avtovokzaly.ru##.block.pt.pb
online-life.cc##.brnding_mob
ircity.ru##.cr_mobile_banner
filext.com##.dap-wrap
nasimke.ru##.data-ad-client
yelp.be,yelp.ca,yelp.ch,yelp.co.nz,yelp.co.uk,yelp.com,yelp.com.au,yelp.com.sg,yelp.ie##.data-ad-placement
m.dwdl.de##.dwdlAd
m.qidian.com##.fixBox > div.fixbg
m.qidian.com##.fixBox > div.popup_box_bg
m.sports.ru##.g-banner-context-wrap
forums.androidcentral.com##.homeforums > div.forumbit_nopost + div[align="center"]
forums.windowscentral.com##.homeforums > div[align="center"][style="padding:15px"]
nfl.com##.hp-tablet-cp-ad-row > div[class^="hp-tablet"]
livestrong.com##.js-mobile_adsense
bhaskar.com,divyabhaskar.co.in,fashion101.in##[class^="mb_ads_title"]
delfi.ee##.md-banner-placement
gadgets.bhaskar.com##.md_ads
mangastream.com##.mobile-ad-home
15min.lt##.mobile-ad-placeholder
sciencedaily.com##.mobile-bottom-rectangle
fishki.net##.mobile-float-nav.visible-xs.visible
sciencedaily.com##.mobile-middle-rectangle
metabomb.net,eurogamer.net##.mobile-mpu-wrapper
deviantart.com##.mobile_adhesion
m.economictimes.com##.moreFrom
m.windowscentral.com##.netshelter-ad
m.iguides.ru##.pageContent_topBar > a[href="https://www.iguides.ru/blackfriday2016-mobile"]
xhamster.com##.pop-advertise
porntrex.com##.pop-adv
porntrex.com,sleazyneasy.com,vikiporn.com,m.katestube.com,xhamster.com##.pop-fade
zvistka.net##.pum-container
pcmag.com##.row.pcm-content
healthboards.com##.sticky_ad
forums.androidcentral.com##.threadbit + li.ui-body-null
redtube.com,redtube.net##.top-tabs
m.yingshidaquan.cc##.topmessage
xhamster.com##.ts
m.vk.com##.wall_item[data-ad-view]
idownloadblog.com##.wptouch-custom-ad
kisscartoon.me##.wrap > [style] > div[style^="height: 250px;"]
bhaskar.com,divyabhaskar.co.in##[id^="TaboolaNativerecommendAd"]
udaff.com##[width="240"][height="300"]
111cn.net##a[class][style][onclick$="JpgClick();"]
cnbeta.com##a[href^="http://click.aliyun.com/"]
androidcentral.com##a[href^="http://www.amazon.com/gp/"]
ok-tv.org##a[href^="https://ad.admitad.com/"]
wapbaike.baidu.com##a[onclick^="Mixedor.mixedOpen"]
pcgameshardware.de##aside[class$="inArticleTextAd"]
nydailynews.com##body > #r-main > div.r-yieldmo
thenewslens.com##body > div#bottombar
liga.net##body > div[id^="holder_320x"][style]
asbook.net##div.mgline[class*="teaser-"]
m.yelp.com##div[class*="yelp-ad"]
m.dm5.com##div[class^="adform"]
m.mangatown.com##div[class^="adv-"]
eastmoney.com##div[class^="ban"]
dreamfilmhd.sh##div[class^="mob-slider"]
mobilesyrup.com##div[class^="mobile-ads"]
sinoptik.ua##div[class^="rozetka"]
ticotimes.net##div[class^="ticot-"]
piluli.ru##div[class^="ya_adv_"]
nordbayern.de##div[id*="-mobile-ad-"]
m.ynet.co.il##div[id^="GoogleAdStrip"]
xda-developers.com##div[id^="edit"][class="postbit-wrapper "] > div[style="margin:10px 0;min-height:250px;max-height:250px;overflow:hidden;"]
m.watchcartoononline.io##div[id^="epmads-"]
piluli.ru##div[id^="medads_banner"]
bash.im##div[style*="width: 300px; height: 250px;"]
sports.ru##iframe[src^="http://www.sports.ru/desktop/special"]
livestrong.com##section[class*="js-mobile_adsense"]
pornhd.com##ul.thumbs.inside-row > li:not([data-thumbindexes])
||48dreams.com/player/adstype/advmaker.php
||addown.pipaw.com/phone/
||campaign.brandseven.com/get^$third-party
||coandroid.ru/uploads/mobcoin.png
||expertvaz.ru/wp-content/plugins/helper/inc/jquery.mobileInterestial
||go.*.com/apu.php$redirect=nooptext,domain=movies.is
||i.now.ru/*/MobileBannerView.js
||im.20xs.cc/?ss=
||m.20xs.cc/qirui/s/tss.js
||m.eporner.com/dot/pop.php
||m.shushu8.com/js/1*.js
||m.sports.ru/*/banner.html
||m.telegraaf.nl/static/lib/bva-widget.html
||m.wxrw123.com/style/js/feimobile.js
||m.wxrw123.com/style/js/tongji.js
||m.yanglaopt.net^
||mo.spaces.ru./static/$script,domain=nasimke.ru|sasisa.ru
||ok-tv.org/images/banner_ipone.jpg
||ok-tv.org/ruuc.js
||onelike.tv/ruios.js
||onelike.tv/ruuc.js
||onlain-multiki.ru/config.json
||oss-cn-shanghai.aliyuncs.com/feimobileA.js
||sasisa.ru/images/*banners
||sodu.cc/js/tj1.js
||spac.me/js/mobiads.js
||static.uniblue.com/media/spacecleaner/sc-post-script.min.js$domain=filext.com
||ulm-news.de/image/banners
||veronicamagazine.nl/srv/*/banner
||wap.vsekratko.ru/brend/
||widgets.outbrain.com^$domain=apkmirror.com
||www.a4yy.top/js/gg*.js
||www.a4yy.top/js/w.js
||xxhrd.com/ns.php?p=
||ymcdn.ymtrack6.co/ads_file/
||ymcdn.ymtrack6.co/offer_single_files/
||youtube.com/_get_ads?
!
! citysites.ua
44.ua,056.ua,032.ua,04868.com.ua,karelia.news,5692.com.ua,0629.com.ua,01.kg,0154.by,0472.ua,048.ua,0512.com.ua,0522.ua,0532.ua,0552.ua,056.ua,0564.ua,061.ua,06153.com.ua,0642.ua,62.ua,7152.kz,7232.kz,city04.kz,go152.by,go232.by,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##app-news-popup-banner
!
! Google
google.*##.commercial-unit-mobile-top .jackpot-main-content-container > div[data-hveid] + div[style] div.vci
google.*###gws-product_ads__plalightbox
google.*##.gws-product_ads__close-button
!
! Rambler
rambler.ru#%#//scriptlet('remove-in-shadow-dom','amp-embed[data-container*="ScriptRoot"]')
rambler.ru#%#//scriptlet('remove-in-shadow-dom','div[class^="bannerContainer"]')
rambler.ru#?#div[class^="container-"]:has(> amp-embed[data-container*="ScriptRoot"])
rambler.ru##div[class^="bannerContainer"]
rambler.ru##amp-iframe[src^="https://mg.lentainform.com/"]
nova.rambler.ru##section[class^="DirectMobile__direct__block--"]
news.rambler.ru##._1ErId
vp.rambler.ru##.eagleplayer-advertisement-remain-time
rambler.ru##div[style="height: 250px; margin-top: 20px;"]
rambler.ru##div[style="height: 250px; margin-bottom: 20px;"]
rambler.ru##div[style="height: 250px; margin-bottom: 15px;"]
finance.rambler.ru##.read-also__lentainform
rambler.ru##.banner-wrapper
m.rambler.ru##.image-banner-place
!
xhamster4.com,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster11.com,xhamster12.com,xhamster13.com,xhamster14.com,xhamster15.com,xhamster17.com,xhamster18.com,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.desi,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,openxh2.com,xhamster.one,xhamster.desi,xhamsterpremium.com,stripchat.com##.premium-overlay
xhamster4.com,xhamster.com,xhamster2.com,xhamster7.com,xhamster8.com,xhamster9.com,xhamster10.com,xhamster11.com,xhamster12.com,xhamster13.com,xhamster14.com,xhamster15.com,xhamster17.com,xhamster18.com,xhamster19.com,xhamster1.desi,xhamster2.desi,xhamster3.desi,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,openxh2.com,xhamster.one,xhamster.desi,xhamsterpremium.com,stripchat.com##.wih-banner-container
!
! Группа компаний Актион
pro-personal.ru,26-2.ru,kom-dir.ru,gd.ru,hr-director.ru,gkh.ru,gazeta-unp.ru##.adfox__inpage
!
sciencedaily.com##div[class="container white"] > div[class="unit1"]
sciencedaily.com##.impact-unit-wrapper
sciencedaily.com##.mobile-top-rectangle
!
! rp5.ru
!
! gismeteo
gismeteo.ru##.rss__container
gismeteo.ru##.section_rss
gismeteo.by,gismeteo.ru##.media_height_m
gismeteo.by##.media_height_l
gismeteo.ru,gismeteo.kz,gismeteo.md,gismeteo.lt,gismeteo.lv,gismeteo.pl###media-m_top
gismeteo.ru,gismeteo.kz,gismeteo.md,gismeteo.lt,gismeteo.lv,gismeteo.pl###media-m_middle
gismeteo.ru,gismeteo.kz,gismeteo.md,gismeteo.lt,gismeteo.lv,gismeteo.pl###media-m_bottom
gismeteo.ru,gismeteo.kz,gismeteo.md,gismeteo.lt,gismeteo.lv,gismeteo.pl,gismeteo.by##a[href^="https://www.gismeteo.ru/ref"]
!
! For Moscow subway WiFi
auth.wi-fi.ru##.c-branding-banner
auth.wi-fi.ru##.c-video-banner
auth.wi-fi.ru##.c-fullscreen-banner
||static.wi-fi.ru/brandings/_cacheAssets/branding.js
||wi-fi.ru/ad_video/$redirect=noopmp4-1s,important
||static.wi-fi.ru/brandings/rb/
||static0.wi-fi.ru/static/000/ios/index.html
!
cloud.mail.ru##div[class^="page-wrapper_"] > div[id="portal-menu-banner"] + div[style] + div[id]:empty
!
hi-tech.mail.ru##.js-article-swipe__banner
hi-tech.mail.ru##a[data-counter-type="rbmail"]
hi-tech.mail.ru##body > .js-article-swipe__banner
hi-tech.mail.ru##aside[data-adq-id]
hi-tech.mail.ru##.wrapper_inner > aside[data-module="SlotModel"] > div[data-module="MyWidgetModel"] > div.block > a[href^="https://t.mail.ru/redir/"]
hi-tech.mail.ru##.mailru-visibility-check-counter+center > a[href^="https://r.mail.ru/redir/"]
hi-tech.mail.ru##div[id^="trg-fs-wrapper"]
!
lady.mail.ru##.teaser
!
!
! START: Yandex
!
! Main page
! Ad at the top
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##body.i-bem > div.body__wrapper > div.content.i-bem > div[class] > div[class^="time"]~div
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##.banner__link-frame
! Ad under the search
yandex.*##body.i-bem > div.body__wrapper > div.content.i-bem > div.content__informers-bg > div[class] div[data-dep-bundle="direct-touch-modern"]
yandex.*##body.i-bem > div.body__wrapper > div.content.i-bem > div.content__informers-bg > div[class] a[rel="noopener"]
yandex.md,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua##.content__informers-bg > nav.mtabs + div[class^=" "]:not([data-bem]):not([data-blockname])
! Yandex.Collections
yandex.by,yandex.com,yandex.com.tr,yandex.kz,yandex.ru,yandex.ua,yandex.kz#$#.cl-carousel-adv-wrapper { position: absolute!important; left: -3000px!important; }
! Yandex.News
yandex.*##.news-feed > div[class*="_type_native mg-layout-item"][data-log-id]
yandex.*##.news-feed > div[class*="_banner_"]
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,yandex.md##.turbo-advert
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,yandex.md##.sport-advert
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,yandex.md##.neo-advert_status_error
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,yandex.md##.neo-advert
! Yandex.Search
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##.serp-item div.organic__recommendation
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##.t-construct-adapter__adv
! Yandex.Images
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##body > div#bk-container[style^="position: relative; z-index:"]
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##.directblock_type_between
yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~flights.yandex.com,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~mail.yandex.by,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~mail.yandex.com,~mail.yandex.com.tr,~music.yandex.ru,~music.yandex.ua,~music.yandex.by,~music.yandex.kz,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua##.direct_type_search
! Yandex.Mail
mail.yandex.by,mail.yandex.com,mail.yandex.com.tr,mail.yandex.fr,mail.yandex.kz,mail.yandex.ru,mail.yandex.ua##.direct
! Yandex.TV
m.tv.yandex.by,m.tv.yandex.kz,m.tv.yandex.ru,m.tv.yandex.ua##.adv-manager__wrapper
m.tv.yandex.by,m.tv.yandex.kz,m.tv.yandex.ru,m.tv.yandex.ua##.grid-chunk__adv-wide
! Yandex.Zen
zen.yandex.by,zen.yandex.com,zen.yandex.kz,zen.yandex.ru,zen.yandex.ua##.article-render-mobile__block_embed
! Yandex.Weather
yandex.*##div[class^="Card_container"][class*="Advert"]
yandex.md,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua##.adv_type_top
yandex.md,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua##div[id^="ADVERT_Y-A-"]
yandex.md,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua##div[class*="Advert_container__"]
yandex.md,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua##div[class^="Advert_lite-container__"]
~afisha.yandex.by,~afisha.yandex.kz,~afisha.yandex.ru,~afisha.yandex.ua,~avia.yandex.by,~avia.yandex.kz,~travel.yandex.ru,~avia.yandex.ua,~bilet.yandex.com.tr,~disk.yandex.by,~disk.yandex.com,~disk.yandex.com.tr,~disk.yandex.fr,~disk.yandex.kz,~disk.yandex.ru,~disk.yandex.ua,~docviewer.yandex.by,~docviewer.yandex.com,~docviewer.yandex.com.tr,~docviewer.yandex.fr,~docviewer.yandex.kz,~docviewer.yandex.ru,~docviewer.yandex.ua,~flights.yandex.com,~mail.yandex.by,~mail.yandex.com,~mail.yandex.com.tr,~mail.yandex.kz,~mail.yandex.ru,~mail.yandex.ua,~music.yandex.by,~music.yandex.kz,~music.yandex.ru,~music.yandex.ua,~rabota.yandex.by,~rabota.yandex.kz,~rabota.yandex.ru,~rabota.yandex.ua,~radio.yandex.by,~radio.yandex.kz,~radio.yandex.ru,~radio.yandex.ua,~rasp.yandex.by,~rasp.yandex.kz,~rasp.yandex.ru,~rasp.yandex.ua,~realty.yandex.by,~realty.yandex.kz,~realty.yandex.ru,~realty.yandex.ua,~tv.yandex.by,~tv.yandex.kz,~tv.yandex.ru,~tv.yandex.ua,~yadi.sk,yandex.by,yandex.com,yandex.com.tr,yandex.fr,yandex.kz,yandex.ru,yandex.ua,~zen.yandex.by,~zen.yandex.com,~zen.yandex.kz,~zen.yandex.ru,~zen.yandex.ua##.advert_type_news.yw-news
!
! END: Yandex
!
! START: Livejournal.com
!
livejournal.com##data-banner-place-id
livejournal.com##div[id^="billboard_mobile_"]
livejournal.com##.mdspost-aside__item--banner
!
! END: Livejournal.com
!
!
!+ NOT_OPTIMIZED
golem.de##li[id^="mob_afcbecoh"]
!+ NOT_OPTIMIZED
forum.golem.de##div[id^="mob_forum"]
!+ NOT_OPTIMIZED
cheb.ru##.topbanpda
!+ NOT_OPTIMIZED
pravda.com.ua##amp-iframe[src^="https://orbit4.lun.ua/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/69965
!+ NOT_OPTIMIZED
24tv.ua##.within-ads
! https://forum.adguard.com/index.php?threads/android-not-blocking-ads-on-yahoo-sites.34021
!+ NOT_OPTIMIZED
yahoo.com##.caas-da
! https://github.com/AdguardTeam/AdguardFilters/issues/7228
!+ NOT_OPTIMIZED
m.youtube.com##a[href^="/watch?v="][onclick^="return koya.onEvent(arguments[0]||window.event,'"]:not([role]):not([class]):not([id])
!+ NOT_OPTIMIZED
m.youtube.com##a[href^="/watch?v="][onclick^="return koya.onEvent(arguments[0]||window.event,'"]:not([role]):not([class]):not([id]) + div
! https://github.com/AdguardTeam/AdguardFilters/issues/17845
!+ NOT_OPTIMIZED
||baidu.com/po/api/configure/show.jsonp
! https://github.com/AdguardTeam/AdguardFilters/issues/16295
!+ NOT_OPTIMIZED
zhihu.com##.RelatedReadings-adItem
! https://github.com/AdguardTeam/AdguardFilters/issues/16410
!+ NOT_OPTIMIZED
||baidu.com/newspage/api/getmobads?
!+ NOT_OPTIMIZED
mbd.baidu.com###content_wrapper + div + .default-container
! https://github.com/AdguardTeam/AdguardFilters/issues/13505
!+ NOT_OPTIMIZED
m.news.de##.articleTeaser + div[style="height: 250px"]
!+ NOT_OPTIMIZED
m.news.de##.aside > div[style="height: 600px;"]
!+ NOT_OPTIMIZED
m.news.de##.unisterAdsStart
!+ NOT_OPTIMIZED
fplgameweek.com##mobile-sticky-ads
!+ NOT_PLATFORM(ios, ext_android_cb)
||mobile.donanimhaber.com/ads^
!---------------------------------------------------------------------------!
!-------------- Rules for specific applications ----------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of the base rules that block ads in mobile apps. Rules should be specific.
!
! Bad:  ||graph.facebook.com^$third-party (should be in adservers.txt)
!
!
! French-language catch-up TV mobile apps
!
! https://github.com/AdguardTeam/AdguardFilters/issues/103930
! https://github.com/AdguardTeam/AdguardFilters/issues/100525
!
! ru.yandex.metro
||extmaps-api.yandex.net/promo/api/
! ua.slando - fixing adverts
!
! Fixing Google Play Services 11.7.* misbehavior (tries to open that file in browser when it's blocked)
!
! Google ads (be careful)
!
! Blocking specific apps tracking
! Booking app
!
! Blocking Facebook mobile ads
!
!
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/108978
! https://github.com/AdguardTeam/AdguardFilters/issues/108202
! https://github.com/AdguardTeam/AdguardFilters/issues/106671
! https://github.com/AdguardTeam/AdguardFilters/issues/102947
! https://github.com/AdguardTeam/AdguardFilters/issues/101979
! https://github.com/AdguardTeam/AdguardFilters/issues/101531
! https://github.com/AdguardTeam/AdguardFilters/issues/101150
! https://github.com/AdguardTeam/AdguardFilters/issues/100543
! https://github.com/AdguardTeam/AdguardFilters/issues/99488
! https://github.com/AdguardTeam/AdguardFilters/issues/98633
! https://github.com/AdguardTeam/AdguardFilters/issues/97770 (analytics request passes from facebook.com )
! https://github.com/AdguardTeam/AdguardFilters/issues/97849
! https://github.com/AdguardTeam/AdguardFilters/issues/95618
! https://github.com/AdguardTeam/AdguardFilters/issues/95110
! https://github.com/AdguardTeam/AdguardFilters/issues/94781
! https://github.com/AdguardTeam/AdguardFilters/issues/90145
! com.nektome.talk ads
! https://github.com/AdguardTeam/AdguardFilters/issues/88275
! https://github.com/AdguardTeam/AdguardFilters/issues/61705
! https://github.com/AdguardTeam/AdguardFilters/issues/88411
! https://github.com/AdguardTeam/AdguardFilters/issues/88346
! https://github.com/AdguardTeam/AdguardFilters/issues/88149
! https://github.com/AdguardTeam/AdguardFilters/issues/86336
! https://github.com/AdguardTeam/AdguardFilters/issues/84216
! https://github.com/AdguardTeam/AdguardFilters/issues/83681
||open.play.cn/api/*/show_advs.json
||open.play.cn/api/*/show_advt.json
||open.play.cn/api/*/load_advert.json
! https://github.com/AdguardTeam/AdguardFilters/issues/84074
! https://github.com/AdguardTeam/AdguardFilters/issues/83378
! https://github.com/AdguardTeam/AdguardFilters/issues/79173
! https://github.com/AdguardTeam/AdguardFilters/issues/79798
! https://github.com/AdguardTeam/AdguardFilters/issues/76328
! https://t.me/adguard/106642
! https://github.com/AdguardTeam/AdguardFilters/issues/75038
! https://github.com/AdguardTeam/AdguardFilters/issues/69657
! https://github.com/AdguardTeam/AdguardFilters/issues/67951
! https://github.com/AdguardTeam/AdguardFilters/issues/60163
! https://github.com/AdguardTeam/AdguardFilters/issues/67193
! https://github.com/AdguardTeam/AdguardFilters/issues/66939
! https://github.com/AdguardTeam/AdguardFilters/issues/66514
! https://github.com/AdguardTeam/AdguardFilters/issues/65956
! https://github.com/AdguardTeam/AdguardFilters/issues/64666
! https://github.com/AdguardTeam/AdguardFilters/issues/64394
! https://github.com/AdguardTeam/AdguardFilters/issues/62310
!
!
! Viber
||ads.viber.com^
||ads-d.viber.com^
||ads.aws.viber.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/62745
! https://github.com/AdguardTeam/AdguardFilters/issues/61569
||afreecatv.com/data/af_app_ad_mobile.js
! https://github.com/AdguardTeam/AdguardFilters/issues/59674
! https://github.com/AdguardTeam/AdguardFilters/issues/59654#issue-660707800
! https://github.com/AdguardTeam/AdguardFilters/issues/58229
! Block Google DNS for TikTok app
! https://github.com/AdguardTeam/AdguardFilters/issues/54515
! https://github.com/AdguardTeam/AdguardFilters/issues/57809
! https://github.com/AdguardTeam/AdguardFilters/issues/52955
! https://github.com/AdguardTeam/AdguardFilters/issues/52988
! Ads in some Chinese browsers(clones)
! https://github.com/AdguardTeam/AdguardFilters/issues/51115
! https://github.com/AdguardTeam/AdguardFilters/issues/50947
! https://github.com/AdguardTeam/AdguardFilters/issues/53161
! https://github.com/AdguardTeam/AdguardFilters/issues/48948
! https://github.com/AdguardTeam/AdguardFilters/issues/48570
! https://github.com/AdguardTeam/AdguardFilters/issues/46634
! https://github.com/AdguardTeam/AdguardFilters/issues/46374
! App does not work if any analytics is blocked. No ads in this app.
! https://github.com/AdguardTeam/AdGuardSDNSFilter/issues/207
! https://github.com/AdguardTeam/AdguardFilters/issues/46054
! https://github.com/AdguardTeam/AdguardFilters/issues/45993
! https://github.com/AdguardTeam/AdguardFilters/issues/45192
! https://github.com/AdguardTeam/AdguardFilters/issues/42482
! https://github.com/AdguardTeam/AdguardFilters/issues/42305
! https://github.com/AdguardTeam/AdguardFilters/issues/42029
! https://github.com/AdguardTeam/AdguardFilters/issues/41592
! https://github.com/AdguardTeam/AdguardFilters/issues/41572
! https://github.com/AdguardTeam/AdguardFilters/pull/41533/
! Duodian
||launcher-us.yeshen.com/external/advertisement/*
||cleaner.noxgroup.org/activity/ads/*
! https://github.com/AdguardTeam/AdguardFilters/issues/38987
! https://github.com/AdguardTeam/AdguardFilters/issues/38689
! https://github.com/AdguardTeam/AdguardFilters/issues/36310
! https://github.com/AdguardTeam/AdguardFilters/issues/37195
! https://github.com/AdguardTeam/AdguardFilters/issues/36655
! https://github.com/AdguardTeam/AdguardFilters/issues/31633
! https://github.com/AdguardTeam/AdguardFilters/issues/29479
! https://github.com/AdguardTeam/AdguardFilters/issues/30906
! https://github.com/AdguardTeam/AdguardFilters/issues/29964
! https://github.com/AdguardTeam/AdguardFilters/issues/29913
! https://github.com/AdguardTeam/AdguardFilters/issues/29029
! https://github.com/AdguardTeam/AdguardFilters/issues/28827
! https://github.com/AdguardTeam/AdguardFilters/issues/29289
! https://github.com/AdguardTeam/AdguardFilters/issues/28297
!
||api2.appscraft.mobi/banner/get_banners.php
!
! https://github.com/AdguardTeam/AdguardFilters/issues/25302
||etnet.com.hk/ad/
! https://github.com/AdguardTeam/AdguardFilters/issues/26940
! https://github.com/AdguardTeam/AdguardFilters/issues/27245
! https://github.com/AdguardTeam/AdguardFilters/issues/26774
!
! https://github.com/AdguardTeam/AdguardFilters/issues/24782
||api.rvuzov.ru/images/c4ac821d-4580-4011-a402-3de5d38b5709.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/24907
! https://github.com/AdguardTeam/AdguardFilters/issues/24541
||adcs.rqmob.com^
||static.rqmob.com/sa^
||preitem.wshareit.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/23401
||stream.pcradio.ru/list/message/notifications_v2.json
! https://github.com/AdguardTeam/AdguardFilters/issues/24176
! https://github.com/AdguardTeam/AdguardFilters/issues/21870
||online.rayjump.com/openapi/ads
||mobimagic.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/21087
||adywind.com^
||cdn-adn.rayjump.com/cdn-adn/*/offersync^
||hasmobi.net^
! https://github.com/AdguardTeam/AdguardFilters/issues/24182
! https://github.com/AdguardTeam/AdguardFilters/issues/18815
! https://github.com/AdguardTeam/AdguardFilters/issues/22839
! https://github.com/AdguardTeam/AdguardFilters/issues/22728
! Ad in Opera
||api-a.op-mobile.opera.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/21120
! https://github.com/AdguardTeam/AdguardFilters/issues/18802
||api.ettoday.net/app/*/get_app_adlist^
! https://github.com/AdguardTeam/AdguardFilters/issues/19737
! https://github.com/AdguardTeam/AdguardFilters/issues/21152
!
! Yandex.Weather ads
! http://4pda.ru/forum/index.php?showtopic=601691&st=8140#entry57313153
!
! https://github.com/AdguardTeam/AdguardFilters/issues/21629
||mail.google.com/mail/ads^
! https://github.com/AdguardTeam/AdguardFilters/issues/21078
! https://github.com/AdguardTeam/AdguardFilters/issues/20486
||go2s.co/res/$image
||go2s.co/*?t=
||go2s.co/*/*.zip
! ru.rostel - fixing app
! https://github.com/AdguardTeam/AdguardFilters/issues/20405
! https://forum.adguard.com/index.php?threads/27868/
! https://github.com/AdguardTeam/CoreLibs/issues/348
! https://github.com/AdguardTeam/AdguardFilters/issues/17993
! https://github.com/AdguardTeam/AdguardFilters/issues/18445
! https://github.com/AdguardTeam/AdguardFilters/issues/18472
||promotion.polarisoffice.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/18514
||newad.ifeng.com^
||ifengad.*.ifeng.com^
! https://github.com/AdguardTeam/AdguardFilters/issues/17456
||cx.ssacdn.com/image/fetch/*supersonicads
! https://github.com/AdguardTeam/AdguardFilters/issues/15477
! https://github.com/AdguardTeam/AdguardFilters/issues/17160
||json.dcinside.com/json0/app_ad_setting.php
! https://github.com/AdguardTeam/AdguardFilters/issues/15143
! https://github.com/AdguardTeam/AdguardFilters/issues/15744
! https://github.com/AdguardTeam/AdguardFilters/issues/16458
||ws.kebapp.co/api/CrossPromotion
! https://github.com/AdguardTeam/AdguardFilters/issues/14202
! https://github.com/AdguardTeam/AdguardFilters/issues/13716
||varravgames.com/AdVarServer/
! https://github.com/AdguardTeam/AdguardFilters/issues/13224
! https://github.com/AdguardTeam/AdguardFilters/issues/13130
! https://github.com/AdguardTeam/AdguardFilters/issues/12552
! https://github.com/AdguardTeam/AdguardFilters/issues/11459
! https://github.com/AdguardTeam/AdguardFilters/issues/11600
! https://github.com/AdguardTeam/AdguardFilters/issues/10326
||api.ambelbet.com/assets/js/page.ads.js$script,redirect=noopjs
||api.ambelbet.com/assets/js/in.ads.js$script,redirect=noopjs
! https://github.com/AdguardTeam/AdguardFilters/issues/8935
||mobi.yanosik.pl:8080/mobile-advertizer/
! https://github.com/AdguardTeam/AdguardFilters/issues/8162
! https://github.com/AdguardTeam/AdguardFilters/issues/7352
! https://github.com/AdguardTeam/AdguardFilters/issues/8648
||app.openstreamapp.com/*/getallads/
! com.google.android.googlequicksearchbox - app crashes when request is blocked
! https://github.com/AdguardTeam/AdguardFilters/issues/7287
! https://github.com/AdguardTeam/AdguardFilters/issues/6505
! https://github.com/AdguardTeam/AdguardFilters/issues/6728
! https://github.com/AdguardTeam/AdguardFilters/issues/22179
! https://github.com/AdguardTeam/AdguardForiOS/issues/496#issuecomment-330155499
! https://github.com/AdguardTeam/AdguardFilters/issues/6167
||ketchapp.org/crosspromo/
! https://github.com/AdguardTeam/AdguardFilters/issues/6134
! https://github.com/AdguardTeam/AdguardFilters/issues/6133
! https://forum.adguard.com/index.php?threads/13437/
! https://forum.adguard.com/index.php?threads/13437/
! https://github.com/AdguardTeam/AdguardFilters/issues/3346
! https://forum.adguard.com/index.php?threads/le-bon-coin-apk-from-googleplay.18840/
! fix ?ad_id= in Liste FR
! https://github.com/AdguardTeam/AdguardFilters/issues/5191
||104.199.8.250^*/webservices/getDialogAdDetails.php
! https://forum.adguard.com/index.php?threads/21611/
||todayweather.co/ads.json
! https://github.com/AdguardTeam/AdguardFilters/issues/4901
! https://github.com/AdguardTeam/AdguardFilters/issues/4898
! https://github.com/AdguardTeam/AdguardFilters/issues/4774
! https://github.com/AdguardTeam/AdguardFilters/issues/4759
||overall.ikvapp.ru/api/ad?api_key=
! https://github.com/AdguardTeam/AdguardFilters/issues/4722
||api.bitmango.com/api/ad_manager
! https://forum.adguard.com/index.php?threads/19617/
! https://forum.adguard.com/index.php?threads/20641/
||wpsconfig4svr.elasticbeanstalk.com/config/android/list?
||minfo.wps.cn/minfo/infos.ads?
||cloudservice14.kingsoft-office-service.com/onlineParam
! https://forum.adguard.com/index.php?threads/hd-videobox.20645/
||startappservice.com/*/getadsmetadata?
! https://github.com/AdguardTeam/AdguardFilters/issues/4644
||api.hh.ru/banners_targeting
! https://github.com/AdguardTeam/AdguardFilters/issues/4572
! https://github.com/AdguardTeam/AdguardFilters/issues/4572
||m.banner.t-online.de/adsdk/
! https://github.com/AdguardTeam/AdguardFilters/issues/4493
! https://github.com/AdguardTeam/AdguardFilters/issues/4471
! https://github.com/AdguardTeam/AdguardForAndroid/issues/1016
! https://github.com/AdguardTeam/AdguardFilters/issues/4184
! https://github.com/AdguardTeam/AdguardFilters/issues/4161
! com.sofoot app
! https://github.com/AdguardTeam/AdguardFilters/issues/3533
! https://github.com/AdguardTeam/AdguardFilters/issues/3738
||crosspromo*.qplaze.com/PushCampaignXMLOut.php
! https://github.com/AdguardTeam/AdguardFilters/issues/3717
! https://github.com/AdguardTeam/AdguardFilters/issues/3634
||server.idreams.pl/news/ads_sfr_*.json
! FOCUS Online
! https://github.com/AdguardTeam/AdguardFilters/issues/3131
@@||ads.cricbuzz.com/adserver/units/mobile/set_ads_values.php
! https://github.com/AdguardTeam/AdguardFilters/issues/2697
! https://github.com/AdguardTeam/AdguardForAndroid/issues/569
||alxanosoft.com/rk/$redirect=nooptext
! Dailyhunt
! sport1.mobile.android.apps
||assets.sport1.de/imagix/filter2/jpeg/_set=dyn_size_no_crop/imagix/
! Gumtree app
||gumtree.com/partner/bing?*&adUnitId=
||gumtree.com/partner/bingimpression?
! AfreecaTV
||ad.daum.net/imp
||afreeca-tag.ad-mapps.com^
||mtag.mman.kr^
! Zigbang (analytics)
! Tinder (analytics)
||etl.tindersparks.com^
! https://forum.adguard.com/index.php?threads/13437/#post-101138
! For Xiaomi devices
||market.mi-img.com/download/AdCenter/
||market.xiaomi.com/download/AdCenter/
! https://github.com/AdguardTeam/AdguardFilters/issues/2461
! https://forum.adguard.com/index.php?threads/adguard-blocking-news-clips-on-ynet-app.10114/#post-81493
! Daily Mail Online
! GO Keyboard
||navigation.api.hk.goforandroid.com/api/*/website/navigations?virtual_id=
! Investing.com Forex
||investingapp.net/ads_api.php?
! WPS Office
||cloudservice24.kingsoft-office-service.com/cards
! https://github.com/AdguardTeam/AdguardFilters/issues/2462
! The Chive
@@||api.branch.io/v1/open
! https://github.com/AdguardTeam/AdguardFilters/issues/2318
@@||ingress.com/intel?$document
! https://forum.adguard.com/index.php?threads/igaworks-com-android.10777/#post-86234
||igaworks.com/AdPOPcorn/
! https://github.com/AdguardTeam/AdguardForAndroid/issues/587
! https://github.com/AdguardTeam/AdguardFilters/issues/2245
@@||mingle.kijiji.ca/api/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/2182
||config.sdk.scopely.io/*/android/ads_config.json
||s3.amazonaws.com/promos.withbuddies.com/prod/ads/
! https://github.com/AdguardTeam/AdguardFilters/issues/2253
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2191
@@||googleads.g.doubleclick.net/mads/gma?*&_package_name=com.nextradiotv.bfmbusiness
@@||googleads.g.doubleclick.net/mads/gma?request_id=*&_package_name=com.nextradiotv.bfmbusiness
! https://forum.adguard.com/index.php?threads/10132/
||api.live.daum.net/*/ad/
! https://forum.adguard.com/index.php?threads/10132/
||vads-api.daumkakao.com/xylophone/adrequest/json
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2026
||spoofgames.com/prod/*.txt
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1806
! Jewels Maze 2
||m.ezjoygame.com/update_android.json?os=
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1759
! Privet app
||privetapp.ru/ads/
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1065
||staticaws.365scores.com/AdsConfig/
! Plants vs. Zombies
||eamobile.com/gameasset/direct/draper/*/ads/
! DU Browser
||mobile-global.baidu.com/mbrowser/promotion/get_advertisement_conf?
! Fixing Buffer app
@@||api.bufferapp.com/*/profiles.json
@@||api.bufferapp.com/*/service/
@@||api.bufferapp.com/*/user
! com.setsnail.daddylonglegs
||d27tpsznug51gz.cloudfront.net/creatives/*.mp4$redirect=noopmp4-1s
||d27tpsznug51gz.cloudfront.net^
! Crunchyroll
||v.lvlt.crcdn.net/*/video.mp4?$redirect=noopmp4-1s
! megogo for Android
||vcdn.biz/*_mggads/
! Asphalt 8
||gameloft.com/*/index.ppp?ad=
! AMC app
! com.picsart.studio
! DYWX Apps
||sensors.larkplayerapp.com^
||sensors.snaptubeapp.com^
! Snow Inc (Line) Apps
||log.kajicam.com^
! Google Maps Promoted Pins
||mobilemaps-pa.googleapis.com/google.internal.mothership.maps.mobilemaps.ads.v1.MobileMapsAdsService/ListPromotedPinAds^
! https://github.com/AdguardTeam/AdguardFilters/pull/90035
! QQ Music
! https://github.com/AdguardTeam/AdguardFilters/issues/89875
! com.gitvdemo.video
!---------------------------------------------------------------------------!
!------------------ Content replacement rules ------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of the content replacement rules that block ads on mobile devices. Rules must be domain-specific.
!
! Bad:  ||example.org/video-links (should be in specific.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/101976
! https://github.com/AdguardTeam/AdguardFilters/issues/21078
||mangaapi.manhuaren.com/*/public/getRecommendedGame^
! https://github.com/AdguardTeam/AdguardFilters/issues/10315
! https://forum.adguard.com/index.php?threads/23599/
! https://github.com/AdguardTeam/AdguardFilters/issues/5676
!