! CONFIG
! url = https://raw.githubusercontent.com/AdguardTeam/FiltersRegistry/master/filters/filter_16_French/filter.txt
! timestamp = 2024-03-28T21:20:41.692836

! 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. In that case domain should be added to the common rules.
! 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)
!
!
||proxy.ads.canalplus-bo.net^
||7bd92.v.fwmrm.net^
||7cbf2.v.fwmrm.net^
||7cd77.v.fwmrm.net^
||1f2e7.v.fwmrm.net^
||7b9de.v.fwmrm.net^
||ads.dugwood.com^
||caraneoutraze.uno^
||be-rtl.videoplaza.tv^
||fristminyas.com^$third-party

!
! This section contains the list of advertising networks domains, which are hosted on non advertising sites as subdomains.
! Note, that we only put rules that block full subdomains here and not URL parts (there's `general_url.txt` for that).
!
! Good: ||ad.doubleclick.net^
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||legitwebsite.com^$third-party (should be in adservers.txt)
!
!
||adserver.icimedias.ca^
!---------------------------------------------------------------------------!
!-------------- 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)
!
!--- Sourcepoint ---
capital.fr,maxisciences.com#%#!function(){function b(){}function a(a){return{get:function(){return a},set:b}}function c(a){a(!1)}AG_defineProperty('_sp_.config.content_control_callback',a(b)),AG_defineProperty('_sp_.config.spid_control_callback',a(b)),AG_defineProperty('_sp_.config.vid_control_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking',a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isContentBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBeacons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener('sp.blocking',function(a){a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_blocking',!0,!1),this.dispatchEvent(a)})}();
bilan.ch#%#!function(){function b(){}function a(a){return{get:function(){return a},set:b}}function c(a){a(!1)}AG_defineProperty('_sp_.config.content_control_callback',a(b)),AG_defineProperty('_sp_.config.spid_control_callback',a(b)),AG_defineProperty('_sp_.config.vid_control_callback',a(b)),AG_defineProperty('_sp_.config.disableBlockerStyleSheets',a(!1)),AG_defineProperty('_sp_.checkState',a(c)),AG_defineProperty('_sp_.isAdBlocking',a(c)),AG_defineProperty('_sp_.isAdblocking',a(c)),AG_defineProperty('_sp_.isContentBlockerPresent',a(c)),AG_defineProperty('_sp_.getSafeUri',a(function(a){return a})),AG_defineProperty('_sp_.pageChange',a(b)),AG_defineProperty('_sp_.setupSmartBeacons',a(b)),AG_defineProperty('_sp_.msg.startMsg',a(b)),document.addEventListener('sp.blocking',function(a){a.stopImmediatePropagation(),a=document.createEvent('Event'),a.initEvent('sp.not_blocking',!0,!1),this.dispatchEvent(a)})}();
capital.fr#@#.plainAd
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||bilan.ch^$generichide
!--------------------------
!
!
!
! https://github.com/uBlockOrigin/uAssets/issues/22958
rustica.fr#%#//scriptlet('set-constant', 'checkAdsBlocked', 'noopFunc')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=rustica.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/172868
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=oqee.tv
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=oqee.tv
! https://github.com/uBlockOrigin/uAssets/issues/22363
cookomix.com#%#//scriptlet('prevent-setTimeout', 'detected', '5000')
!+ PLATFORM(ios, ext_safari)
@@||scripts.opti-digital.com/tags/?site=cookomix$domain=cookomix.com
! https://github.com/AdguardTeam/AdguardFilters/issues/171636
air-journal.fr###adblock-popup
air-journal.fr#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
! systemed.fr
systemed.fr#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=systemed.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/169025
cyclismactu.net#%#//scriptlet('prevent-addEventListener', 'load', 'isAdblock')
! https://github.com/AdguardTeam/AdguardFilters/issues/168555
rmcbfmplay.com#%#//scriptlet('prevent-fetch', '/www3\.doubleclick\.net|tagger\.opecloud\.com|fwmrm\.net/')
!#safari_cb_affinity(general,privacy)
@@||js.estat.com/js/mu-7.0.min.js$domain=rmcbfmplay.com
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||www3.doubleclick.net^|$xmlhttprequest,domain=rmcbfmplay.com
@@||mssl.fwmrm.net/libs/adm/*/AdManager.js$domain=rmcbfmplay.com
@@||nextms.tagger.opecloud.com/nextms/v2/pixel.gif$domain=rmcbfmplay.com
!#endif
!#safari_cb_affinity
! https://github.com/AdguardTeam/AdguardFilters/issues/168112
super-ethanol.com#%#//scriptlet('abort-current-inline-script', 'chp_ads_blocker_detector')
! https://github.com/AdguardTeam/AdguardFilters/issues/167991
||pmur.org/scripts/HuffP_abChoice.js$domain=huffingtonpost.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/166960
lequipe.fr#@#.ad-box:not(#ad-banner)
! https://github.com/AdguardTeam/AdguardFilters/issues/163478
benjaminellisbernard.fr#%#//scriptlet('abort-on-property-read', 'adsBlocked')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=benjaminellisbernard.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/166857
! https://github.com/AdguardTeam/AdguardFilters/issues/162516
darkino.*#%#//scriptlet('prevent-fetch', 'tag.min.js')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||alwingulla.com/88/tag.min.js$xmlhttprequest,domain=darkino.*
! https://github.com/AdguardTeam/AdguardFilters/issues/161892
surfsession.com##.ssm-dab
! https://github.com/AdguardTeam/AdguardFilters/issues/159865
france.tv#%#//scriptlet('prevent-fetch', 'fwmrm')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||v.fwmrm.net/ad/$domain=france.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/159263
lameteoagricole.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=lameteoagricole.net
! https://github.com/uBlockOrigin/uAssets/issues/19339
empire-streaming.*,empire-stream.net#%#//scriptlet('set-constant', 'navigator.brave', 'undefined')
@@||e-player-stream.app/player/assets/js/ads.js?$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/158428
meteo-grenoble.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=meteo-grenoble.com
! https://github.com/AdguardTeam/AdguardFilters/issues/157388
cinefil.com#%#//scriptlet('set-constant', 'adBlocked', 'false')
cinefil.com#%#AG_onLoad((function(){const e=document.body,t=document.createElement("div");t.setAttribute("class","adsbygoogle"),e&&e.appendChild(t)}));
||cinefil.com/js/all.js$replace=/if\(checkDiv\(\)\)/if(!1)/
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
cinefil.com#@#ins.adsbygoogle[data-ad-slot]
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=cinefil.com
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_with_ama_*.js$domain=cinefil.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/155686
@@||rustica.fr/*.iads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/154887
@@||gift.ibon.com.tw/*/pub.js
! https://github.com/AdguardTeam/AdguardFilters/issues/154441
!+ PLATFORM(ext_ff, ios, ext_android_cb, ext_safari)
@@||youwatch-serie.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/154371
xn--mto-bmab.fr#@#.topbanneradvertise
! https://github.com/AdguardTeam/AdguardFilters/issues/153795
empire-streaming.*#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$xmlhttprequest,domain=empire-streaming.*
! https://github.com/AdguardTeam/AdguardFilters/issues/153700
cosmopolitan.fr#@#.AdsBox
! https://github.com/uBlockOrigin/uAssets/issues/18431
||parlons-basket.com/wp-content/themes/parlons-basket/js/detector.js
! https://github.com/AdguardTeam/AdguardFilters/issues/151986
malekal.com#%#//scriptlet('prevent-fetch', 'js.sddan.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/150608
ebookdz.com#@#.ad-placeholder
ebookdz.com#$#body { overflow-y: auto !important; }
ebookdz.com#$##abDetectorModal { display: none !important; }
ebookdz.com#%#//scriptlet('abort-on-property-read', 'ABDetector')
ebookdz.com#%#//scriptlet('prevent-xhr', 'pagead2.googlesyndication.com')
||ebookdz.com/forum/libab/script.js
! https://github.com/AdguardTeam/AdguardFilters/issues/150698
@@||monumentum.fr/template/front/js/bigbangads.js
monumentum.fr#%#//scriptlet('abort-current-inline-script', 'document.getElementById', 'Blocking Ads')
! https://github.com/AdguardTeam/AdguardFilters/issues/147842
japscan.lol#@#.ad_slot
japscan.lol#@##ad-img-slot
japscan.lol##.blur-background
japscan.lol##.notice-message
japscan.lol#%#//scriptlet('abort-current-inline-script', 'document.addEventListener', '/getComputedStyle[\s\S]*?_0x/')
! https://github.com/AdguardTeam/AdguardFilters/issues/147701
trustmyscience.com##.adb-border
! https://github.com/AdguardTeam/AdguardFilters/issues/146165
! https://github.com/AdguardTeam/Scriptlets/issues/300
!+ PLATFORM(windows, mac, android)
geo.fr,capital.fr#%#(()=>{const a=function(){};window.apstag={fetchBids(c,a){"function"==typeof a&&a([])},init:a,setDisplayBids:a,targetingKeys:a}})();
! https://github.com/uBlockOrigin/uAssets/issues/12288#issuecomment-1374805715
@@||dcode.fr/static/ads/ad_service.js
! https://github.com/AdguardTeam/AdguardFilters/issues/136196
signal-arnaques.com#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=signal-arnaques.com
! https://github.com/AdguardTeam/AdguardFilters/issues/135802
lemanip.com#$#body { overflow: auto !important; }
lemanip.com#$##adblock_msg { display: none !important; }
lemanip.com#%#//scriptlet("abort-current-inline-script", "document.createElement", "adblock")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lemanip.com
! https://github.com/AdguardTeam/AdguardFilters/issues/131268
@@||signal-arnaques.com/js/pubPolicy/ads-prebid.js
signal-arnaques.com#%#//scriptlet("set-constant", "moneyAbovePrivacy", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/129913
trackmusik.fr#@#.AdSense
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=trackmusik.fr
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,xmlhttprequest,redirect=googlesyndication-adsbygoogle,domain=trackmusik.fr,important
@@||pagead2.googlesyndication.com/pagead/managed/js/adsense/*/show_ads_impl_fy*.js$domain=trackmusik.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/130023
techno-science.net#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=techno-science.net
! https://github.com/AdguardTeam/AdguardFilters/issues/129701
||cdn.jokerly.com/scripts/LPabChoice.js
! https://github.com/AdguardTeam/AdguardFilters/issues/137309
! https://github.com/AdguardTeam/AdguardFilters/issues/127591
@@||empire-streaming.*^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/127381
dhnet.be#%#//scriptlet('set-constant', 'bAdBlocker', 'false')
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/latest.min.js$domain=dhnet.be
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/moat.js$domain=dhnet.be
! https://github.com/AdguardTeam/AdguardFilters/issues/126858
@@||service.videoplaza.tv/proxy/bwtest.jpg$domain=lesoir.be
@@||service.videoplaza.tv/proxy/pulse-sdk-html5^$domain=lesoir.be
! https://github.com/AdguardTeam/AdguardFilters/issues/125968
radio.fr#%#//scriptlet("abort-on-property-read", "Object.prototype.autoRecov")
radio.fr$$script[tag-content="Flags."][min-length="20000"][max-length="300000"]
!+ PLATFORM(ios, ext_android_cb)
@@||radio.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/125261
animationdigitalnetwork.fr#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,important,domain=animationdigitalnetwork.fr
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=animationdigitalnetwork.fr
!+ PLATFORM(ios, ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=animationdigitalnetwork.fr
! pianoweb.fr
pianoweb.fr#%#//scriptlet('set-cookie', 'warnadb', '1')
pianoweb.fr#%#//scriptlet('set-constant', 'noPub', '1')
pianoweb.fr#@#.AdvertContainer
pianoweb.fr###message_antipub
! https://github.com/AdguardTeam/AdguardFilters/issues/118024
@@||parlons-basket.com/wp-content/*/js/prebid-ads.js
parlons-basket.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/116877
@@||fautsy.com/static/js/noadblock.js
! https://github.com/AdguardTeam/AdguardFilters/issues/116109
jaitoutcompris.com#@#.adbadge
jaitoutcompris.com#%#//scriptlet("set-constant", "adClasses", "emptyArr")
! https://github.com/AdguardTeam/AdguardFilters/issues/115140
sudinfo.be#%#//scriptlet('set-constant', 'bAdBlocker', 'false')
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/latest.min.js$domain=sudinfo.be
! https://github.com/AdguardTeam/AdguardFilters/issues/113462
lesechos.fr#@#.adBox
lesechos.fr#@#.ad-box:not(#ad-banner)
! https://github.com/uBlockOrigin/uAssets/issues/12099
@@||rustica.fr/*.iads.js
rustica.fr#%#//scriptlet("abort-on-property-write", "dtctAB")
! https://github.com/uBlockOrigin/uAssets/issues/11949
@@||systemed.fr/*.iads.js
systemed.fr#%#//scriptlet("abort-on-property-write", "dtctAB")
! https://github.com/AdguardTeam/AdguardFilters/issues/105651
crunchyscan.fr#%#//scriptlet("abort-current-inline-script", "document.write", "alert")
crunchyscan.fr#%#//scriptlet("abort-current-inline-script", "setTimeout", "bloqueur")
crunchyscan.fr#%#//scriptlet("abort-current-inline-script", "Promise", "alert")
! https://github.com/AdguardTeam/AdguardFilters/issues/103164
chat.babel.com,chat.babel.com#%#//scriptlet('prevent-setInterval', 'window.location')
!#if (adguard_app_ios || adguard_ext_android_cb)
@@||googletagmanager.com/gtag/js$domain=chat.babel.com|chat.babel.com
@@||adv.123multimedia.com/AdConfig.aspx$domain=chat.babel.com|chat.babel.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/101696
@@||abcbourse.com/scripts2/prebid.js
abcbourse.com#$##mywraptest { height: 1px !important; }
abcbourse.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "msg_ab")
! https://github.com/AdguardTeam/AdguardFilters/issues/101188
vostfr.stream##div[id^="gothamadblock_"]
vostfr.stream#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
! https://github.com/AdguardTeam/AdguardFilters/issues/97689
@@||mac4ever.com/bundles/*/js/prebid-ads.js
mac4ever.com#%#//scriptlet("set-constant", "canRunAds", "true")
! https://github.com/AdguardTeam/AdguardFilters/issues/94471
varmatin.com#@#.AdSense
@@||cdn.assets*.nicematin.com/build/js/ad/prebid.*.js$domain=varmatin.com
varmatin.com#%#//scriptlet("set-constant", "adblockdetected", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/91538
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=tirexo.work
! https://github.com/easylist/listefr/issues/16
@@||ddl-francais.com/adv/ads/popunder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/86084
!+ NOT_OPTIMIZED
@@||wakanim.tv/*/advertisement?idepisode=
!+ NOT_PLATFORM(ext_ff)
||wakanim.tv/*/advertisement?idepisode=$xmlhttprequest,redirect=noopvmap-1.0,important
! https://github.com/AdguardTeam/AdguardFilters/issues/34943
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=trackr.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/83384
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=voircomplet.com
! https://github.com/AdguardTeam/AdguardFilters/issues/83514
7sur7.be#%#//scriptlet('set-constant', 'bAdBlocker', 'false')
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/latest.min.js$domain=7sur7.be
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||service.videoplaza.tv/proxy/pulse-sdk-html5/*/moat.js$domain=7sur7.be
! https://github.com/AdguardTeam/AdguardFilters/issues/74312
@@||allfoot.info^$generichide
@@||pubdirecte.com/script/banniere.php
@@#/ad_$image,domain=allfoot.info
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||streamonsport.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/101639
! https://forum.adguard.com/index.php?threads/40753/
lecourrier-du-soir.com#%#//scriptlet("prevent-setInterval", "adsbygoogle")
lecourrier-du-soir.com#%#//scriptlet("prevent-addEventListener", "DOMContentLoaded", "adsbygoogle")
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,important,domain=lecourrier-du-soir.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=lecourrier-du-soir.com
!+ NOT_OPTIMIZED
@@||pagead2.googlesyndication.com/pagead/*/show_ads_impl_*.js$domain=lecourrier-du-soir.com
! https://github.com/AdguardTeam/AdguardFilters/issues/95534
! https://forum.adguard.com/index.php?threads/41486/
commentcamarche.net#%#//scriptlet("json-prune", "siteParams.aabMessage")
commentcamarche.net#%#//scriptlet("set-constant", "integrityObserver.corrupted", "false")
@@||astatic.ccmbg.com/fc/js/prebid?v=$domain=commentcamarche.net
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=commentcamarche.net
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=noopjs,important,domain=commentcamarche.net
@@||widgets.outbrain.com/outbrain.js$domain=commentcamarche.net
||widgets.outbrain.com/outbrain.js$script,redirect=noopjs,important,domain=commentcamarche.net
! https://github.com/AdguardTeam/AdguardFilters/issues/72002
9docu.org#$#.publicite.text-ad.adsbox { display: block !important; }
9docu.org#%#//scriptlet("abort-on-property-read", "gothamBatAdblock")
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||9docu.org^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/66771
@@||debridup.com/*.js$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/64033
cliqueduplateau.com##.oadb-popup-container
@@||cliqueduplateau.com/wordpress/wp-content/plugins/oboxmedia-ads/assets/ads.js
cliqueduplateau.com#%#//scriptlet("abort-current-inline-script", "document.querySelector", "oadbActive")
! https://github.com/AdguardTeam/AdguardFilters/issues/60778
20minutes.fr#%#//scriptlet('set-constant', 'window.adsapp', 'true')
@@||20minutes.fr/js/*-ads*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/61474
@@||hollywoodpq.com/wp-content/plugins/oboxmedia-ads/assets/ads.js
hollywoodpq.com#%#//scriptlet("set-constant", "ujloijdkhjkwus", "false")
! monacomatin.mc
monacomatin.mc#@#.AdSense
monacomatin.mc#%#//scriptlet("abort-current-inline-script", "$", "checkAds")
! https://github.com/AdguardTeam/AdguardFilters/issues/55911
adala-news.fr#$##wrapfabtest { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55068
jardiner-malin.fr#%#//scriptlet("set-constant", "wIsAdBlocked", "false")
||cdn-a.yieldlove.com/yieldlove-bidder.js$script,redirect=noopjs,domain=jardiner-malin.fr
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cdn-a.yieldlove.com/yieldlove-bidder.js$domain=jardiner-malin.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/54079
bleachmx.fr#%#//scriptlet("abort-on-property-read", "mdpDeBlocker")
! https://github.com/AdguardTeam/AdguardFilters/issues/53875
@@||leakgaming.fr/js/*/Adsplex-shu.js
leakgaming.fr#%#//scriptlet("abort-current-inline-script", "$", "!document.getElementById(btoa")
! https://github.com/AdguardTeam/AdguardFilters/issues/67028
! https://github.com/AdguardTeam/AdguardFilters/issues/52166
! https://github.com/AdguardTeam/AdguardFilters/issues/52021
! https://github.com/AdguardTeam/AdguardFilters/issues/46197
! https://github.com/AdguardTeam/AdguardFilters/issues/49203
! https://github.com/AdguardTeam/AdguardFilters/issues/45402
! https://github.com/AdguardTeam/AdguardFilters/issues/45401
silo57.ca,7jours.ca,pesesurstart.com,billie.ca,journaldequebec.com,journaldemontreal.com,guideauto.tv,guideautoweb.com#@#.adSense
silo57.ca,7jours.ca,pesesurstart.com,billie.ca,journaldequebec.com,journaldemontreal.com,guideauto.tv,guideautoweb.com#@#.AdSense
! https://github.com/AdguardTeam/AdguardFilters/issues/51380
lesacdechips.com#$#.popup-adblocker { display: none !important; }
lesacdechips.com#$#body { overflow: visible !important; }
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||lesacdechips.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/48320
@@||espacesoignant.com/templates/css/adblocker.blogads.css
! https://github.com/AdguardTeam/AdguardFilters/issues/46876
||consent.prismamedia.com^$domain=cuisineactuelle.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/43816
@@||hack-life.net/js/siropu/am/ads.min.js
hack-life.net#%#//scriptlet("set-constant", "adBlockDetected", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/43364
||twch.femina.ch^
! recreatisse.com - antiadblock
recreatisse.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adback")
recreatisse.com$$script[tag-content="adback_configuration"][min-length="100000"][max-length="360000"]
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||static.criteo.net/js/px.js^$domain=recreatisse.com
@@||cas.criteo.com/delivery/ajs.php^$domain=recreatisse.com
@@||recreatisse.com^$generichide
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/39129
@@||wakanim.tv/fr/*/video/adsunauth
! https://github.com/AdguardTeam/AdguardFilters/issues/42045
@@||dzfoot.com/wp-content/themes/dzfoot/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/37712
@@||systemed.fr/assets/js/advertisement-*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/38153
voyageforum.com#%#//scriptlet("prevent-setTimeout", "adsbygoogle")
voyageforum.com$$script[tag-content="adsbygoogle"][max-length="3700"]
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=voyageforum.com
! https://github.com/AdguardTeam/AdguardFilters/issues/35621
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||zone-telechargement2.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/35328
@@||dustreaming.com/ad-builder.js
! https://github.com/AdguardTeam/AdguardFilters/issues/35028
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||hdstreamvf.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34766
jtrouver.com#%#//scriptlet("set-constant", "google_jobrunner", "noopFunc")
!#if (adguard_ext_firefox || adguard_ext_opera || adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=jtrouver.com
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl.js$domain=jtrouver.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/34751
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||omgtorrent.cz^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34483
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||voirseries.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34421
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||streamingdivx.co^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/34145
@@||anime-vf.fr/catalog/view/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/33669
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||olympine.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/33441
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
@@||annuaire-ebook.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/167939
linternaute.com#%#//scriptlet('json-prune', 'adParams siteParams.aabMessage')
! https://github.com/AdguardTeam/AdguardFilters/issues/80283
! https://github.com/AdguardTeam/AdguardFilters/issues/41909
sante.journaldesfemmes.fr,linternaute.com#$#.AdBox.Ligatus.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
||dpm.zebestof.com/*/tag.js$script,redirect=noopjs,important,domain=linternaute.com|sante.journaldesfemmes.fr
||amazon-adsystem.com/*/apstag.js$script,redirect=noopjs,important,domain=linternaute.com|sante.journaldesfemmes.fr
||cdn.adsafeprotected.com/iasPET.*.js$script,redirect=noopjs,important,domain=linternaute.com|sante.journaldesfemmes.fr
||kweb.r66net.com/getlink|$redirect=nooptext,important,domain=linternaute.com|sante.journaldesfemmes.fr
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=noopjs,important,domain=linternaute.com|sante.journaldesfemmes.fr
@@||googletagmanager.com/gtm.js$domain=linternaute.com|sante.journaldesfemmes.fr
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=linternaute.com|p.ccmbg.com
@@||player.ooyala.com/static/v*/stable/*/ad-plugin/google_ima.min.js$domain=linternaute.com|p.ccmbg.com
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||linternaute.com^$generichide
@@||dpm.zebestof.com/*/tag.js$domain=linternaute.com
@@||amazon-adsystem.com/*/apstag.js$domain=linternaute.com
@@||cdn.adsafeprotected.com/iasPET.*.js$domain=linternaute.com
@@||kweb.r66net.com/getlink|$domain=linternaute.com
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=linternaute.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/136065
! https://forum.adguard.com/index.php?threads/m-rtl-be-adguard-mobile.31398/
rtl.be#%#//scriptlet('set-constant', 'bAdBlocker', 'false')
@@||service.videoplaza.tv/proxy/bwtest.jpg$domain=rtl.be
!+ NOT_OPTIMIZED
@@||service.videoplaza.tv/proxy/pulse-sdk-html5^$domain=rtl.be
! https://github.com/AdguardTeam/AdguardFilters/issues/31874
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||tutoriaux-excalibur.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/142183
! https://github.com/AdguardTeam/AdguardFilters/issues/31711
iphonetweak.fr,iphonesoft.fr##body > #msgUser
iphonetweak.fr,iphonesoft.fr#%#//scriptlet('abort-on-property-read', 'onload')
! https://github.com/AdguardTeam/AdguardFilters/issues/30693
@@||googletagmanager.com/gtm.js$domain=commentcamarche.net
@@||player.ooyala.com/static/*/ad-plugin/google_ima.min.js$domain=commentcamarche.net
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||commentcamarche.net^$generichide
! https://forum.adguard.com/index.php?threads/www-lalibre-be.31149/
@@||service.videoplaza.tv/proxy/pulse-sdk-html5^$domain=lalibre.be
! https://github.com/AdguardTeam/AdguardFilters/issues/30258
@@||veedi.com/v2/js/ads/advert.js
! https://github.com/AdguardTeam/AdguardFilters/issues/96836
! https://github.com/AdguardTeam/AdguardFilters/issues/50351
animedigitalnetwork.fr#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=animedigitalnetwork.fr
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=animedigitalnetwork.fr
||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$script,redirect=googlesyndication-adsbygoogle,domain=animedigitalnetwork.fr,important
@@||ads.videoadex.com/jw/advertisement.js$domain=animedigitalnetwork.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/28461
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||torrent9.uno^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/27350
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||yggtorrent.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/26658
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_safari, ext_ublock)
@@||sofiotheque.info^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/25494
ledauphine.com###adBlockDetect
! https://github.com/AdguardTeam/AdguardFilters/issues/22988
!+ PLATFORM(ios, ext_android_cb)
@@||iphonesoft.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/21648
@@||reevown.com/vendor/publicite_blog.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/20690
||natationpourtous.com/js/une_evaluation.js
! https://github.com/AdguardTeam/AdguardFilters/issues/20132
!+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb)
@@||macplanete.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/19723
@@||jetanime.co/assets/js/advertisement.js
! https://github.com/AdguardTeam/AdguardFilters/issues/18974
ultimate-catch.eu#%#//scriptlet("abort-current-inline-script", "document.getElementById", "adback")
||static.criteo.net/js/px.js$script,redirect=noopjs,important,domain=ultimate-catch.eu
||cas.criteo.com/delivery/ajs.php^$redirect=nooptext,important,domain=ultimate-catch.eu
!+ PLATFORM(ios, ext_android_cb)
@@||static.criteo.net/js/px.js^$domain=ultimate-catch.eu
!+ PLATFORM(ios, ext_android_cb)
@@||cas.criteo.com/delivery/ajs.php^$domain=ultimate-catch.eu
! https://forum.adguard.com/index.php?threads/chat-nrj-fr.28809/
@@||chat.nrj.fr/Scripts/Lib/adsbygoogle.js
! https://github.com/AdguardTeam/AdguardFilters/issues/15246
nicematin.com#@#.AdSense
@@||nicematin.com/assets/nm/js/nm/ads.js
nicematin.com#%#//scriptlet('set-constant', 'adblockdetected', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/13993
fsolver.fr#@#.ad-placement
! https://github.com/AdguardTeam/AdguardFilters/issues/11993
@@||animedigitalnetwork.fr/templates/adnv2/js/advertising.js
! https://github.com/AdguardTeam/AdguardFilters/issues/11761
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=playtv.fr
playtv.fr#%#//scriptlet("set-constant", "ptv.Data.uniroll", "emptyObj")
playtv.fr#%#//scriptlet("set-constant", "pmd.Data.uniroll", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/11631
||audiofanzine.com/hallot^$script
! https://github.com/AdguardTeam/AdguardFilters/issues/11544
journaldugeek.com#%#window.google_tag_manager = function() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/11545
!+ PLATFORM(ios, ext_android_cb)
@@||eurosport.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9961
nrj-play.fr#@#.ad-zone
! https://github.com/AdguardTeam/AdguardFilters/issues/7013
ultimate-catch.eu##.special-message-wrapper
! https://forum.adguard.com/index.php?threads/25404/
@@||dl-protect.top^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6773
@@||desatcabletntsof.blogspot.fr^$generichide
@@||desatcabletntsof.blogspot.com^$generichide
@@||desatcabletntsof.blogspot.de^$generichide
! https://forum.adguard.com/index.php?threads/25303/
@@||protect-lien.com^$generichide
! https://forum.adguard.com/index.php?threads/24873/
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||grazia.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6301
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||animes-mangas-ddl.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/6282
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||tsa-algerie.com^$generichide
! https://forum.adguard.com/index.php?threads/www-reponsesphoto-fr.23807/
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||reponsesphoto.fr^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/5516
!+ PLATFORM(ios)
@@||eclypsia.com^$generichide
! https://forum.adguard.com/index.php?threads/www-closermag-fr.22851/
closermag.fr###detection-block
closermag.fr###detection-block-overlay
! https://forum.adguard.com/index.php?threads/https-www-mac4ever-com.22551/
mac4ever.com###simplemodal-container
mac4ever.com###simplemodal-overlay
! https://forum.adguard.com/index.php?threads/www-maxisciences-com.22205/
@@||maxisciences.com/jsad/advertisement.js^
! definitions-marketing.com
||definitions-marketing.com/wp-content/themes/yoo_nano3_wp/js/anti-adblock.js^
! https://forum.adguard.com/index.php?threads/millenium-org.21684/
@@||millenium.org/js/advertisement.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/4814
@@||lepoint.fr/publicite/
! https://forum.adguard.com/index.php?threads/https-fr-mappy-com-windows.19282/#post-125327
mappy.com#@#.advertising
! skyrock - anti-adblock
skyrock.com,skyrock.fr#%#//scriptlet('set-constant', 'OAS_AD', 'noopFunc')
! radiocockpit.fr - anti-adblock
radiocockpit.fr#%#function setTimeout() {};
! https://github.com/AdguardTeam/AdguardFilters/issues/4084
@@||ima3vpaid.appspot.com/?adTagUrl=$domain=playtv.fr
! https://forum.adguard.com/index.php?threads/17451/
@@||intocam.com/chat/advertisement.js
@@||coco.fr/chat/advertisement.js
! https://forum.adguard.com/index.php?threads/15039/
lesinrocks.com#$#.noBlock__content { display: none!important; }
lesinrocks.com#$#body.no-scroll { overflow: auto!important; }
! https://forum.adguard.com/index.php?threads/13739/
retinaboys.com###screen_block
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1845
@@||static.lexpress.fr/*/ads.css
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1846
||cdn-analytics.ladmedia.fr/europe1/ablocker/$domain=europe1.fr
! https://github.com/AdguardTeam/ExperimentalFilter/issues/1826
@@||f1g.fr/build/*/adsense.js
@@||foglio.basilic.io/ad/basilic.adsense.js
!
@@||tout-debrid.com^$elemhide
||lequipe.fr/*/adUnblock.js
! http://forum.adguard.com/showthread.php?9276
@@||playerhd2.pw^$generichide
!
!
! French-language official catch-up TV web apps
!
!
! [MISCELLANEOUS]
! https://github.com/AdguardTeam/AdguardFilters/issues/102748
qub.ca#$#.adsbox.ad-banner:not([style="height: 5px; width: 5px; position: absolute; top: 0;"]):not(.blocker-tester + .ad-banner) { display: block !important; }
qub.ca#$#.pub_300x250.pub_300x250m.pub_728x90.text-ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display: block !important; }
!+ PLATFORM(ios, ext_android_cb)
@@||qub.ca^$generichide
!
! https://github.com/AdguardTeam/AdguardFilters/issues/53934
||proxy.ads.canalplus-bo.net/web/*/advert/?adInfo=$xmlhttprequest,other,redirect=noopvmap-1.0,domain=canalplus.com,important
@@||proxy.ads.canalplus-bo.net/web/*/advert/?adInfo=$domain=canalplus.com
@@||v.fwmrm.net/ad/g/1?*&resp=vmap$domain=canalplus.com
@@||proxy.ads.canalplus-bo.net/web/*/adserver/info/?adInfo=$domain=canalplus.com
! https://github.com/AdguardTeam/AdguardFilters/issues/123526
canalplus.com#%#//scriptlet('json-prune', 'ads.enableAntiAdBlocking')
! https://forum.adguard.com/index.php?threads/15884/
@@||static.canal-plus.net/resources/adframe.html?adName=$domain=canalplus.com
@@||proxy.ads.canalplus-bo.net/web/*/adserver/info/?asset=$domain=canalplus.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/143831
! https://github.com/AdguardTeam/AdguardFilters/issues/85384
! https://github.com/AdguardTeam/AdguardFilters/issues/37231
6play.fr#%#//scriptlet('prevent-xhr', 'v.fwmrm.net/', 'true')
6play.fr#%#//scriptlet('set-constant', 'Object.prototype.isBlockerDetected', 'false')
@@||ads.stickyadstv.com/auto-user-sync$domain=6play.fr
@@||ads.stickyadstv.com/www/delivery/swfIndex.php?reqType=$domain=6play.fr
@@||v.fwmrm.net/ad/g/1$domain=6play.fr
@@||cdn.stickyadstv.com/www/images/*.mp4$xmlhttprequest,domain=6play.fr
@@||imasdk.googleapis.com/js/sdkloader/vpaid_adapter.js$domain=6play.fr
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=6play.fr
||cdn.stickyadstv.com/www/images/*.mp4$media,redirect=noopmp3-0.1s,domain=6play.fr
!
! https://forum.adguard.com/index.php?threads/www-rtlplay-be-tvi-humour-rtl-tvi.29736
@@||be-rtl.videoplaza.tv/proxy/distributor/$domain=rtlplay.be
! [/MISCELLANEOUS]
!
! [TF1]
! https://github.com/AdguardTeam/AdguardFilters/issues/77931 (TF1)
! https://github.com/AdguardTeam/AdguardFilters/issues/108132 (TF1 INFO)
!
! (1/3) GLOBAL AAB CHECK
!
tf1.fr#%#//scriptlet('set-constant', '__TF1_CONFIG__.featureFlag.contentAccess.isAdblockCheckRequired', 'false')
!
! (2/3) "DOM" AAB CHECK
!
tf1.fr#%#//scriptlet('set-constant', '__TF1_CONFIG__.adblock.display', 'false')
!
! Part below required for TF1 galaxy websites (iframe) + for products without scriptlets support
tf1.fr,tf1info.fr#$#.ads.ad.adsbox.ad-placement.carbon-ads { display: block !important; }
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
prod-player.tf1.fr,tf1.fr,tf1info.fr#@#.ads
prod-player.tf1.fr,tf1.fr,tf1info.fr#@#.ad
prod-player.tf1.fr,tf1.fr,tf1info.fr#@#.ad-placement
prod-player.tf1.fr,tf1.fr,tf1info.fr#@#.carbon-ads
! not working in Safari because of a bug
! https://github.com/AdguardTeam/AdguardForiOS/issues/1253
@@||tf1.fr^$generichide
@@||tf1info.fr^$generichide
!#endif
!
! (3/3) "NETWORK REQUEST" AAB CHECK
!
tf1.fr#%#//scriptlet('set-constant', '__TF1_CONFIG__.adblock.serverRequest', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/141901#issuecomment-1434658668
tf1.fr,tf1info.fr#%#//scriptlet('prevent-fetch', 'static.adsafeprotected.com/favicon.ico method:HEAD')
tf1.fr,tf1info.fr#%#//scriptlet('prevent-fetch', '/^https:\/\/ads\.stickyadstv\.com\/$/ method:HEAD')
!
! Allowed mainly for "adguard_app_ios" and "adguard_ext_android_cb" (fallback solution for others)
!#safari_cb_affinity(privacy)
@@||cdn.tagcommander.com/*/tc_TF1*.js$domain=tf1.fr|tf1info.fr
@@||static.adsafeprotected.com/favicon.ico$domain=tf1.fr|tf1info.fr
!+ NOT_OPTIMIZED
@@||ads.stickyadstv.com^|$xmlhttprequest,domain=tf1.fr|tf1info.fr
!#safari_cb_affinity
! [/TF1]
!

!---------------------------------------------------------------------------!
!-------------- General element hiding rules -------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains generic element hiding rules that block ads.
!
! Good: ##.adv
! Bad: example.org##.adv (should be in specific.txt)
!

!---------------------------------------------------------------------------!
!-------------- General javascript, CSS and HTML extensions ----------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of ad blocking rules that fall under "advanced" category.
! By advanced we mean the following rule types: CSS, scriptlets, HTML filtering (`$$` marker), JS.
!
! Good: example.org#$##rek { display: none !important; }; example.org#%#//scriptlet('set-cookie', 'ad', '0'); example.org$$script[tag-content="ad"][max-length="3000"].
! Bad: example.org###rek (should be in specific.txt)
!
!--------------------------------------!
!------- JS rules ---------------------!
!--------------------------------------!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/172432
magicmaman.com#%#//scriptlet('adjust-setTimeout', 'userConsentProcessEnded', '*', '0.001')
! https://github.com/uBlockOrigin/uAssets/issues/22307
japscan.lol#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/170646
jeune-gay.fr#%#//scriptlet('prevent-setTimeout', 'randno', '25')
jeune-gay.fr#%#//scriptlet('set-cookie', 'p_view', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/164927
occasions.decathlon.fr#%#//scriptlet('set-constant', 'FastClick', 'noopFunc')
occasions.decathlon.fr#%#//scriptlet('set-constant', 'FastClick.attach', 'noopFunc')
! https://github.com/AdguardTeam/AdguardFilters/issues/157906
! 20min.ch - fixes video player
20min.ch#%#(()=>{window.TATM=window.TATM||{},TATM.init=()=>{},TATM.initAdUnits=()=>{},TATM.pageReady=()=>{},TATM.getVast=function(n){return new Promise((n=>{n()}))},TATM.push=function(n){if("function"==typeof n)try{n()}catch(n){console.debug(n)}};})();
! https://github.com/uBlockOrigin/uAssets/issues/19339
e-player-stream.*#%#//scriptlet('set-constant', 'adsConfig', 'emptyArr')
empire-streaming.*,empire-stream.net#%#//scriptlet('prevent-window-open')
! https://github.com/uBlockOrigin/uAssets/issues/18840#issuecomment-1623546469
e-player-stream.app#%#//scriptlet('set-constant', 'isSetupAccess', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/153795
[$path=/iframe_ad]empire-stream.net#%#//scriptlet('set-constant', 'empire.data', 'emptyArr')
[$path=/iframe_ad]empire-streaming.*#%#//scriptlet('set-constant', 'empire.data', 'emptyArr')
! https://github.com/AdguardTeam/AdguardFilters/issues/153700
! Fixes delay in the video player
cosmopolitan.fr#%#//scriptlet('adjust-setTimeout', '/userConsentProcessEnded|\[0\]\+"With"/', '*', '0.001')
! https://github.com/AdguardTeam/AdguardFilters/issues/145800
macg.co#%#//scriptlet('prevent-addEventListener', 'DOMContentLoaded', 'interstitial')
! https://github.com/AdguardTeam/AdguardFilters/issues/138351
lexpress.fr#%#//scriptlet('set-cookie', 'q_pop_noel', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/135942
zone-telechargement.moe#%#//scriptlet('abort-on-stack-trace', 'document.createEvent', 'Object.trigger')
! https://github.com/AdguardTeam/AdguardFilters/issues/135943
dl-protect.net,annuaire-telechargement.tel#%#//scriptlet('abort-on-stack-trace', 'document.createEvent', 'Object.trigger')
! https://github.com/AdguardTeam/AdguardFilters/issues/125733
japscan.me#%#//scriptlet("abort-current-inline-script", "JSON.parse", "document.createElement('script')")
japscan.me#%#//scriptlet("abort-current-inline-script", "document.createElement", "document.documentElement).appendChild")
! https://github.com/AdguardTeam/AdguardFilters/issues/170996
! https://github.com/AdguardTeam/AdguardFilters/issues/159695
! https://github.com/AdguardTeam/AdguardFilters/issues/119411
maxisciences.com,gentside.com,femmeactuelle.fr,geo.fr,voici.fr,programme-tv.net,gala.fr,capital.fr#%#//scriptlet('set-constant', 'Object.prototype.withAds', 'false')
maxisciences.com,gentside.com,femmeactuelle.fr,geo.fr,voici.fr,programme-tv.net,gala.fr,capital.fr#%#AG_onLoad(function(){if(window.pmsCoreAds&&Array.isArray(pmsCoreAds)){window.pmsCoreAds=new Proxy(pmsCoreAds,{set:(a,b,c,d)=>{if("function"==typeof c)try{let a=!1;const b=b=>{var c=document.querySelector(".ads-core-video");c&&a?clearInterval(d):(b(),a=!0)},d=setInterval(b,1e3,c)}catch(a){}return Reflect.set(a,b,c,d)}})}});
! allocine.fr - fixing delay in the video player
allocine.fr#%#//scriptlet("set-constant", "AC.config.ads", "emptyObj")
! https://github.com/AdguardTeam/AdguardFilters/issues/118970
funradio.fr,rtl2.fr,rtl.fr#%#//scriptlet("set-constant", "getAudioAdUrl", "noopFunc")
! https://github.com/AdguardTeam/AdguardFilters/issues/174692
! https://github.com/AdguardTeam/AdguardFilters/issues/146471
le10sport.com,ozap.com#%#(function(){var a={cmd:[],public:{getVideoAdUrl:function(){},createNewPosition:function(){},refreshAds:function(){},setTargetingOnPosition:function(){},getDailymotionAdsParamsForScript:function(c,a){if("function"==typeof a)try{if(1===a.length){a({})}}catch(a){}}}};a.cmd.push=function(b){let a=function(){try{"function"==typeof b&&b()}catch(a){}};"complete"===document.readyState?a():window.addEventListener("load",()=>{a()})},window.jad=a})();
! https://github.com/AdguardTeam/AdguardFilters/issues/116378
! Fixing delay in the video player
purepeople.com#%#(function(){var a={cmd:[],public:{getVideoAdUrl:function(){},createNewPosition:function(){},refreshAds:function(){},setTargetingOnPosition:function(){},getDailymotionAdsParamsForScript:function(c,a){if("function"==typeof a)try{if(1===a.length){a({})}}catch(a){}}}};a.cmd.push=function(b){let a=function(){try{"function"==typeof b&&b()}catch(a){}};"complete"===document.readyState?a():window.addEventListener("load",()=>{a()})},window.jad=a})();
! https://github.com/AdguardTeam/AdguardFilters/issues/112961
seriepourvous.com#%#//scriptlet("remove-attr", "href", "a[href]#clickfakeplayer")
! https://github.com/AdguardTeam/AdguardFilters/issues/104938
scan-manga.com#%#//scriptlet("abort-current-inline-script", "document.getElementById", "window.open")
! https://github.com/AdguardTeam/AdguardFilters/issues/105459
mapcustomizer.com#%#//scriptlet('remove-class', 'with-ad', 'div')
! https://github.com/AdguardTeam/AdguardFilters/issues/100793
filmstreamy.com#%#//scriptlet("abort-on-property-read", "adsurgeNode")
! https://github.com/AdguardTeam/AdguardFilters/issues/99580
zone-telechargement.work#%#//scriptlet('prevent-setInterval', 'this[_0x')
! https://github.com/AdguardTeam/AdguardFilters/issues/95087
dl-protect.info#%#//scriptlet("prevent-setInterval", "var _0x")
! https://github.com/AdguardTeam/AdguardFilters/issues/91892
zoneseries.stream#%#//scriptlet("adjust-setTimeout", "#regarder", "7000", "0.02")
! https://github.com/easylist/listefr/issues/16
ddl-francais.com#%#//scriptlet('prevent-window-open')
! https://github.com/AdguardTeam/AdguardFilters/issues/76272
11anim.com#%#//scriptlet("abort-on-property-read", "zoneSett")
! https://github.com/AdguardTeam/AdguardFilters/issues/73015
reflectim.fr#%#//scriptlet('set-constant', 'aEteAffiche', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/72800
e-sushi.fr#%#//scriptlet('set-constant', 'aEteAffiche', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/68512
monpetitforfait.com#%#//scriptlet('set-cookie', 'mpf_popup_desktop', 'true')
! https://github.com/AdguardTeam/AdguardFilters/issues/64216
basketusa.com#%#//scriptlet("abort-on-property-read", "__yget_ad_list")
! https://github.com/AdguardTeam/AdguardFilters/issues/43099
lindependant.fr#%#//scriptlet("abort-on-property-read", "_adb")
! https://github.com/AdguardTeam/AdguardFilters/issues/30968
actu17.fr#%#//scriptlet("abort-on-property-write", "td_ad_background_click_link")
! https://github.com/AdguardTeam/AdguardFilters/issues/13192
jacquieetmicheltv.net#%#var _st = window.setTimeout; window.setTimeout = function(a, b) { if(!/target_url/.test(a)){ _st(a,b);}};
!
! French-language official catch-up TV web apps
!
! https://github.com/AdguardTeam/AdguardFilters/issues/83543
canalplus.com#%#//scriptlet('set-constant', '__data.application.settings.featPlayerAds', 'false')
! https://github.com/AdguardTeam/AdguardFilters/issues/123526
canalplus.com#%#//scriptlet('json-prune', 'ads.*.default ads.*.url ads.enableMidrolls', 'ads')
! https://github.com/AdguardTeam/AdguardFilters/issues/143831
6play.fr#%#(function(){let callCounter=0;const nativeJSONParse=JSON.parse;const handler={apply(){callCounter++;const obj=Reflect.apply(...arguments);if(callCounter<=10){if(obj.hasOwnProperty("appName")){if(obj.applaunch?.data?.player?.features?.ad?.enabled){obj.applaunch.data.player.features.ad.enabled=false}if(obj.applaunch?.data?.player?.features?.ad?.dai?.enabled){obj.applaunch.data.player.features.ad.dai.enabled=false}}}else{JSON.parse=nativeJSONParse}return obj}};JSON.parse=new Proxy(JSON.parse,handler)})();
! https://github.com/AdguardTeam/AdguardFilters/issues/103930
rtlplay.be#%#//scriptlet('json-prune', 'applaunch.data.player.features.ad.enabled applaunch.data.player.features.ad.dai.enabled', 'appName')
! https://github.com/AdguardTeam/AdguardFilters/issues/143831
! https://github.com/AdguardTeam/AdguardFilters/issues/100525
! https://gist.github.com/ameshkov/265f353a816110e8b9d5fc37ad66c31a
prod-player.tf1.fr#%#(function(){let callCounter=0;const nativeJSONParse=JSON.parse;const handler={apply(){callCounter++;const obj=Reflect.apply(...arguments);if(callCounter<=10){if(obj.hasOwnProperty('env')&&obj.env.hasOwnProperty('origin')){if(!obj.hasOwnProperty('ads')){obj.ads={};}obj.ads.enable=false;obj.ads._prerolls=false;obj.ads._midrolls=false;}}else{JSON.parse=nativeJSONParse;}return obj;}};JSON.parse=new Proxy(JSON.parse,handler);})();
6play.fr,tf1.fr#%#//scriptlet('set-constant', 'tv.freewheel.SDK.Util.pingURLWithForm', 'trueFunc')
6play.fr,tf1.fr#%#//scriptlet('set-constant', 'tv.freewheel.SDK.Util.pingURLWithImage', 'trueFunc')
6play.fr,tf1.fr#%#//scriptlet('set-constant', 'tv.freewheel.SDK.Util.pingURLWithScript', 'trueFunc')
6play.fr,tf1.fr#%#//scriptlet('set-constant', 'tv.freewheel.SDK.Util.pingURLWithXMLHTTPRequest', 'trueFunc')
6play.fr,tf1.fr#%#//scriptlet('set-constant', 'tv.freewheel.SDK.Util.sendAdRequestWithXMLHTTPRequest', 'trueFunc')
tf1info.fr#%#//scriptlet('set-constant', '__NEXT_DATA__.runtimeConfig.playerTF1.ads.enable', 'false')
!
!--------------------------------------!
!------- CSS fixes --------------------!
!--------------------------------------!
!
! https://github.com/uBlockOrigin/uAssets/issues/22958
rustica.fr#$#@media (min-width: 992px) { html > body.hasHabillage { padding-top: 0 !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/172925
deco.fr,fourchette-et-bikini.fr#$#.site_content { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/171681
caminteresse.fr#$#.sticky-wrapper { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/170093
linternaute.com,journaldunet.com#$#@media (min-width: 1024px) { html > body .layout--offcanvas:not(#style_important) { top: 100px !important; } }
! systemed.fr - blank space at the top
systemed.fr#$#html >body.hasHabillage { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/166761
ooparc.com#$##advert-bg-top { visibility: hidden !important; height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/154929
letemps.ch#$#.topad { min-height: 0 !important; height: 0 !important; padding: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/143751
iadfrance.fr#$#html.async-hide { opacity: 1 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/142470
numerama.com#$#.is-remaining-chicken { position: absolute !important; left: -9999px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/139469
amomama.fr#$#header { top: 0 !important; }
amomama.fr#$#.nb { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/139744
dna.fr#$#body.ContentDetailComponent #p6GalleryWrapper.showed { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/137309
empire-stream.net,empire-streaming.*#$##donation { display: none !important; }
empire-stream.net,empire-streaming.*#$##msg_ads { display: none !important; }
empire-stream.net,empire-streaming.*#$#body { overflow: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/127367
journaldesfemmes.fr#$#@media (min-width: 768px) { body .layout.layout--offcanvas:not(#style_important) { margin-top: -200px !important; } }
! https://github.com/AdguardTeam/AdguardFilters/issues/118970
funradio.fr,rtl2.fr,rtl.fr#$#body .container-ads + *:not(#style_important) { padding-top: 0 !important; }
funradio.fr,rtl2.fr,rtl.fr#$#body .container-ads + .tranche:not(#style_important) { padding-top: 50px !important; }
funradio.fr,rtl2.fr,rtl.fr#$#body .container-ads + .header-ariane:not(#style_important) { padding-top: 0 !important; }
funradio.fr,rtl2.fr,rtl.fr#$#body .container-ads ~ .tranche.section-article:not(#style_important) { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/118024
parlons-basket.com#$#html > body:not(#style_important) { margin-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/116245
europe1.fr#$#.header-space { height: 10px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/110907
ouest-france.fr#$#.main { margin-top: 10px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/96839
cnews.fr#$##wrapper-publicite { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/92958
forumgaming.fr,forumactif.com#$##page-body div[style*="visibility: visible !important; display: block !important; opacity:"]:not([class]):not([id]) { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/91892
vf-serie.org,vf-film.org#$#.TPlayer.on::after { display: none !important; }
vf-serie.org,vf-film.org#$##ads_player_inside { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/76814
forum-airguns.com#$#.three-col tr > td > div[style*="visibility: visible !important; display: block !important; opacity:"]:not([class]):not([id]) { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74493
neogeo-system.com#$#.inner > div[style*="visibility: visible !important; display: block !important; opacity:"]:not([class]):not([id]) { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/74492
ddaynormandy.forumgaming.fr#$##main-content > div[style*="visibility: visible !important; display: block !important; opacity:"]:not([class]):not([id]) { position: absolute !important; left: -3000px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68511
journaldunet.com#$##jSidebarSticky { min-height: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/68512
monpetitforfait.com#$#body > #main[style^="margin-top:"] { margin-top: 10px !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/32566
hdstreamvf.com#$#.TPlayer.on::after { display: none!important; }
hdstreamvf.com#$##ads_player_inside { display: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/30968
actu17.fr#$#body.td-ad-background-link { cursor: auto!important; }
! https://forum.adguard.com/index.php?threads/torrents9-cc.30101/
torrents9.cc#$#a[href^="magnet:?"] { width: 100%!important; }
! https://forum.adguard.com/index.php?threads/www-malekal-com.29657/
malekal.com#$#.adsbygoogle { height: 1px!important; visibility:hidden!important; }
! https://forum.adguard.com/index.php?threads/18388/
cityplug.be#$#.preview-tabs-controls li { height: auto!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/2947
igen.fr#$##motherboard { top: 30px!important; }
!
!--------------------------------------!
!------- Content filtering rules ------!
!--------------------------------------!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/110232
voirseries.io$$script[src="KGZ1bmN0aW9uKCQsZG9jdW1lbnQp"]

!---------------------------------------------------------------------------!
!-------------- General URL blocking rules ---------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of generic blocking rules.
!
! Good: .org/ads/
! Bad: .org/ads/$domain=example.org (for instance, should be in speficic.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/83524
/propads.$badfilter
/propads.$domain=~propads.gg
!

!---------------------------------------------------------------------------!
!-------------- Rules for specific websites --------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of domain-specific rules that block ads.
!
! Good: example.org###rek; ||example.com/ads/
! Bad: example.org#@##banner_ad (for instance, should be in allowlist.txt or in antiadblock.txt)
!
! For URL shorteners or simple sites with frequently changed ad servers.
! Incorrectly blocked domains can be excluded using regex(synchronize this regexp in all filters)
/^(?!.*(linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yandex.|yastatic.net|ytimg.com|zencdn.net|player|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|imgsmail.ru|cdn.cloudflare.net)).*$/$third-party,script,_____,domain=scan-fr.cc
! Similar to regexp above, but using the denyallow modifier
$script,third-party,denyallow=fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yastatic.net|ytimg.com|zencdn.net|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io,_____,domain=extreme-down.moe|dl-protect.link|tirexo.ink
!
!
!
750g.com##.ads-pholder
lesoir.be##.r-pub--hor
supertoinette.com##.row > div.col:has(> div.sticky > div.ads)
emugen.net#?#.l-section:has(> div.l-section-h > div.g-cols > div > div.vc_column-inner > div.wpb_wrapper > div.w-separator > div.w-separator-h > h6 > span:contains(Publicité))
passeportsante.net#$#@media (min-width: 1280px) { body:not(.pmsSkin).default, body:not(.pmsSkin).medicaments { margin-top: 100px !important; } }
virgule.lu##div[id^="ad_"]
science-et-vie.com,mariefrance.fr##.viously-player
deco.fr,fourchette-et-bikini.fr##.ads-core-placeholder
automobile-magazine.fr##.multi-opti
automobile-magazine.fr##.multi-opti-mob
automobile-magazine.fr##.bloc-promo
automobile-magazine.fr##.bloc-promo-mega
automobile-magazine.fr##.wrap-am.bloc-line-three.annonces
automobile-magazine.fr##.bloc-arts > .small-art:has(> div[id^="optidigital-adslot-"])
neko-sama.fr#?##watch > div.container > div.row:has(> div[style] > script[src$="code.js"])
magicmaman.com##.External.is-empty
cookomix.com##.AdMB
||voirdrama.org/rotateva.php
h2-mobile.fr#?##main-container .blog__content:has(> .title-wrap--pr > h3:contains(Annonces))
h2-mobile.fr###main-container .blog__content:has(> .col-md-4 > div[id^="optidigital-adslot-"])
cosmopolitan.fr##.External
/japs/*_1200x2000_banner_fr.jpg$xmlhttprequest,domain=japscan.lol
||japscan.lol/ujs/$script
japscan.lol###stickyBanner
japscan.lol##.card.copines
japscan.lol##a[href^="https://candy.ai/"][target="_blank"]
japscan.lol##a[href^="https://candy.ai/"][target="_blank"] + p.mainTitle
femina.fr##.p-aside
femina.fr##.p-inread
femina.fr##.p-pave
femina.fr##.p-top
caminteresse.fr#?#.grid-main > div.quiz:has(> div#BeOpWidget)
caminteresse.fr##body .ads
immobilier.lefigaro.fr##div[id^="taboola-"]
lefigaro.fr##.sticky-element > .section-widget-ops:has(> .bu_ccmeditor:empty)
etudiant.lefigaro.fr##div[id^="gpt_"]
geo.fr##.dia-ads
letribunaldunet.fr##div[class^="code-block code-block-"][style^="margin: 8px auto; text-align: center;"]
ouest-france.fr##div[id^="pub_pave_"]
sciencesetavenir.fr###mt-taboola-begin
sciencesetavenir.fr##.pub-container-inarticle
lessentiel.lu##div[class^="ContentPage_insideFullTopPlaceholder_"]
topito.com##.cow-leaderboard-wrapper
topito.com##.cow
futura-sciences.com##div[class^="box__Box-"][style^="min-height:"]
trustmyscience.com##div[class*="code-block-"]:not(.code-block-default).code-block
topsante.com##.pepsia
clubic.com###megaban-container
trustmyscience.com##div[id^="vsly-top-of-page-"]
journaldequebec.com###banner
journaldequebec.com##.section-rightrail > .bigbox-container:has(> .dfpLabel)
capital.fr##.page-aside > div.custombox:has(> a[data-custombox-position][title])
jeune-gay.fr##.studio
jeune-gay.fr##.beau
jeune-gay.fr##.thumb-block[style="background: #229aed;"]
jeune-gay.fr##.happy-sidebar
jeune-gay.fr##.under-video-block > div:has( > div[class] > a[href][target="_blank"])
jeune-gay.fr##.yellow
jeune-gay.fr##.happy-mob
commentcamarche.net##.sticky-zone
commentcamarche.com,commentcamarche.net,journaldunet.com##div[id^="ctn_"]:not(:has(#content_ctn))
jeux-gratuits.com##div[class^="placeholder_"]
la-croix.com##.banner-offer__wrapper
science-et-vie.com###top_intro_article > .viously-player
revolution-energetique.com#?#main > div[style]:has(> div.container div.row > div[id^="optidigital-adslot"])
iphon.fr###text-6
iphon.fr##.od-billboard
automobile-propre.com###native-pub
automobile-propre.com##.adsClearFix
automobile-propre.com##body .AP-HalfpageAd-wrapper
automobile-propre.com##header + .hidden.arch-anchor:empty
automobile-propre.com##.pb-3 > .g-bg-gray-light-v4
automobile-propre.com#?#.g-bg-gray-light-v4 > .text-center:contains(/^Publicité$/)
automobile-propre.com#?#div[class*="sticky"] > .gap-3:has(> div[class^="HalfpageAd_"])
automobile-propre.com#?#.py-3:has(> section[class^="min-h-"] > .optidigital-ad-center-sticky)
bfmtv.com##.bloc_center_full
lexpress.fr##.placeholder--ban-atf-wrapper
dailygeekshow.com##.pepsia_player
dailygeekshow.com##.sidebar-sticky-ads
cyclismactu.net##div[style^="float:left;"][style*="height:275px;"]
lalsace.fr#$?##blockPubGalleryWrapper { remove: true; }
leparisien.fr##.paywall-article-inread-ads
ooparc.com##aside#cross-bar
ooparc.com##div[id^="section-pub-"]
ooparc.com##a[id^="advert-bg-"]:not(#advert-bg-top)
mac4ever.com###adCovering
tomsguide.fr##div[id^="incontent_ad"]
peopleauquotidien.com##body .container div[data-actirise-slot="top-page"]
||jestream.win/voir/voir_.html
clubic.com##.item-cta-sticky
2ememain.be###top-banner-root
forums.macg.co##.samCodeUnit
actu.orange.fr#?#.col-xl-4 > .align-items-center > .text-right > span:contains(/^PUBLICITÉ$/)
mariefrance.fr##.sidebar-before-comments
app.molotov.tv##div[id^="banner"]
parismatch.be##.ap-SmartTarget
iphon.fr,presse-citron.net##.od-wrapper
autoplus.fr,iphon.fr,presse-citron.net##.vsly-player
melty.fr#?#.placeholder-pub_dfp
closermag.fr#?##left_wrapper > aside#text-22:has(> div.textwidget > div.akcelo-wrapper)
leboncoin.fr###mainContent > div > div#lht-space-ad:upward(1)
lpnt.fr,lepoint.fr##.slotadm
lpnt.fr,lepoint.fr##div#CONT_WRAP_PAVE_ATF
lpnt.fr,lepoint.fr###TABOOLA_D
tuxboard.com##div[id^="slot_"][style^="min-height:"]
radio-canada.ca##div[class^="StyledAdboxWrapperBase-"]
orange.fr#?#.container-fluid > .mt-1 > h3:contains(/^Liens commerciaux$/)
minutesports.fr#?#div[align="center"]:contains(PUBLICITÉ)
frandroid.com#?#.is-hidden-mobile:has(> div[id^="optidigital-adslot-"]:only-child)
frandroid.com#?#.is-hidden-desktop:has(> div[id^="optidigital-adslot-"]:only-child)
courrier-picard.fr#?#.qiota_reserve > r-article--section:not(:has(> p)):not(:has(> h3)):not(:has(> div)) > r-pub
futura-sciences.com#?#.futura-genecy > div[class^="box__"]:has(> .optidigital-slot)
letelegramme.fr#?#.tlg-no-padding > .tlg-block-small-padding:has(> .tlg-ad-container:only-child)
lesechos.fr#?#main > div[class^="sc-"]:has(> div[class^="sc-"]:not(.adBanner):empty)
trustmyscience.com#?#.code-block:has(> .shopify-buy-frame)
ozap.com#?#.article-sticky > .article-page-sticky:has(> .ad__placeholder)
leboncoin.fr#?##mosaic_with_owner > div[class]:has(> div[class] > div[data-test-id="placeholder-native-pave-video-listing"])
laprovence.com#?#.article-list > .article-list__item:has(> .article-list__text-wrapper > a > .article-list__label:contains(/^Contenu sponsorisé$/))
cyclismactu.net#?##side > div[style^="float"]:has(> div:contains(/^Publicité$/))
cyclismactu.net#?##side > div[style^="float"]:has(> h2:contains(/^Partenaires$/))
batimag.ch#?#.container > .row > div[class] > div:has(> h2 + .card > .card-body > .ad)
amomama.fr#?#main > div.cd:has(> div.Ad-Container)
jeanmarcmorandini.com#?##node-story > h2.story_subtitle_title:contains(/^Ailleurs sur le web$/)
latribune.fr#?#.sticky-sidebar-block > div.bloc:contains(Annonces légales)
aufeminin.com#?#.af-album-ctn  > div.cols-right-album > div.ad-container:upward(1)
techno-science.net#?#.colonneDroite > .module:has(> #amazonLink)
techno-science.net#?#.colonneDroite > .module:has(> div > .adsbygoogle)
dhnet.be#?#main > section.ap-Chain:has(> div.ap-Chain-body iframe[src^="//immobox.logic-immo.be/"])
dhnet.be#?#main > div.ap-Box:has(> div.ap-Box-content > div.is-boxContentGroup  div#digitekaSmartPlayer)
dhnet.be#?#main > section.ap-Chain:has(> div.ap-Chain-body iframe[src^="https://www.jobat.be/"])
radio.fr#?#div[class^="sc-"] > div[class^="sc-"] > div[id^="RAD_"]:upward(2)
lemonde.fr#?#.aside__iso > .friend__container:has(> .friend--sticky > .OUTBRAIN)
crunchyscan.fr#?#.body-wrap > .c-sidebar:not(:has([id*="manga"]))
scan-manga.com#$?#body > #all > style:contains(#ban_center) { remove: true; }
zoneseries.stream#$?#a[href="/streaming-video.html"] { remove: true; }
tv5unis.ca#?#div[style="min-height: 0px;"] > div[class^="css-"] > div[class^="css-"] > div[data-m32-ad]:upward(2)
moneyvox.fr#$?#.habpage { remove: true; }
11anim.com#?#div[class^="pub"]:contains(adsbygoogle)
zdnet.fr#?#.river > article.item:has(> div[class] > section#sponsoredItemtop)
konbini.com#?#.posts-list-row > .posts-list-row-item > .card-item > .ad-wrapper:upward(2)
konbini.com#?#.posts-list-row > .posts-list-row-item > .card-item > div[data-ad-unit-path]:upward(2)
lesechos.fr#?#div[id^="custom-gpt-"]:upward(div)
korben.info#?#.app-main > article.post > div:not([class^="entry-"]):not([class^="comments-"]):contains(Article sponsorisé)
lesfrontaliers.lu#$?##fullad-active { remove: true; }
lesfrontaliers.lu#?#.articles-wrapper article[id^="post-"]:has(> section[class] > span.sponsored-indicator)
forumconstruire.com#?#.discussion_box > .post_simple_contener:has(> .post_simple > .postsimple_post_cell > .postsimple_head_cell > .postsimple_poster_info > div > .postsimple_pseudo > a > span:contains(/^Auto-promo$/))
forumconstruire.com#?##topic_discussion_box > div.post_simple_contener:has(div.postsimple_avatar_cell[onclick="document.location.href = '//www.forumconstruire.com/membre-1.php'"])
extreme-down.ninja#?##sidebar-right > div.blockbox:has(> div.sidetitle > i:contains(Annonces))
cuisineactuelle.fr#?#[class$="Container-right"] > div.m-top-md:has(> div > span:contains(Publicité))
shopping.rakuten.com#?#.topheader > .topheader-1:has(> div[id^="crt-"])
qwant.com#?#.results-container > div.result:has(> div.url > span.info:contains(Annonce))
forum-mdp.com#?##main-content > div[class]:has(> div[style="width:728px;height:90px;"])
zone-telechargement1.org#?#.rightside > .blocks > .dbtm:has(> center > a[href][target="blank"] > img)
myfree-tivi.com#?#.content-col-list > .col-sm-2:has(> div[style="padding-top: 10px;"] > .adsbygoogle)
tennisactu.net#?#.main-right > h2:contains(Partenaires)
01net.com#?##app > div.text-center:has(> div[class] > div[id^="optidigital-adslot"])
mariefrance.fr#?#.post > aside.sidebar-before-comments:has(> [class="default-title"] > span:contains(/Ailleurs sur le web|A lire sur le même sujet/))
leboncoin.fr#?#a[data-test-id]:has([class]:contains(Sponsorisé))
aniamey.com#?#div[align="center"]:has(> a > img[src$="/pub_icon.gif"])
ici.tou.tv#?#section > div[class]:has(> p:contains(/^Publicité$/))
forum.hardware.fr#?#.main ~ table.messagetable > tbody > tr.message div[id^="div-gpt-ad-"]:upward(table.messagetable)
lematin.ch##div[class^="ContentPage_insideFullTopPlaceholder"]
lematin.ch##div[class^="ad"]
lematin.ch##div > article[class] ~ aside[class^="sc-"]
paruvendu.fr###banniere
lenouvelliste.ch##.components-advertisement
||webchoc.com/js/test*.js
webchoc.com##.nav-item > a[href="https://membre.speedrencontre.com"]
macg.co##body > a[href="/dolce"] > img
macg.co##.sidebar-content > div[style="min-height: 326px"]
animecat.net##div[style^="height: 250px;"]
lequipe.fr##body div[id^="AmPlaceholder-"]
orange.fr##.media-advert-rm-center
minutesports.fr###slide
orange.fr##div[id="oan_ora_1_300x250_hp.prospects"]
jestream.win##body .pmovie__big-btns
cpasmieux.homes##.movie-xyz
cpasmieux.homes###js-fake_player
cpasmieux.homes##.adsvp-movie_collage_blue-wrapper
cpasmieux.homes##li.nopls[data-plink="/streamvip.html"]
futura-sciences.com##.article-sidebar > div[style="min-height: 600px;"]
||cvt1.sibnet.ru/j79fbdxg.js
dl-protect.link##.col-sm-12 > center > span > a > img
extreme-down.moe##.blockcontent > center > a[rel] > img
ww9.bookys-ebooks.com##.dl_bg
e-player-stream.app##.cta-ap
letelegramme.fr##.tlg-ad-container
letemps.ch##.adnz__placeholder
rustica.fr###stickMe
youwatch-serie.com##.buttonO
youwatch-serie.com##.buttonrm
youwatch-serie.com##body > #card
empire-stream.net,empire-streaming.*##.hide-ads
cosmopolitan.fr##.Gallery-top-external
lhebdoduvendredi.com##.b-lazy-ads
systemed.fr##div[style="min-height: 250px;"]
challenges.fr##div[class^="pub-container"]
malekal.com##.topad
1001ebooks.net##.stream-item > div.box.download
lesechos.fr##main > div[class^="sc-"]:not(.adBanner):empty
lesechos.fr##article .post-paywall > div[class^="sc-"]:not(.adBanner):empty
lesechos.fr##main > section > div[class^="sc-"] > div[class^="sc-"] > div[class^="sc-"]:not(.adBanner):empty
lesechos.fr##aside div[class^="sc-"] > div[class^="sc-"] > div[class^="sc-"] > div[class^="sc-"]:not(.adBanner):empty:only-child
lereportersablais.com###stream-item-widget-11
freemaths.fr###annonce-haut
freemaths.fr###annonce-footer
nostalgie.fr##div[class^="StyledAds"]
japscan.lol##a[href^="https://bit.ly/"] > img
emu-france.com##.sidebar > div.widget_polls-widget ~ div > a[onclick^="javascript:window.open('"]
emu-france.com##.sidebar > div.widget_polls-widget ~ div > a[target="_blank"]
lachainemeteo.com##div[id^="mban_atf-"]
lachainemeteo.com,parismatch.com##.outbrain-container
okkazeo.com##div[style="min-height:250px;"]
jeanmarcmorandini.com##div[id^="jmm_ads_"]
cnews.fr,jeanmarcmorandini.com##.ban-bottom-desktop
||lacoccinelle.net/banner_ad.js
lacoccinelle.net##.col-in-read[style="min-height: 350px; overflow: hidden;"]
lacoccinelle.net##.thisis300
lacoccinelle.net##.thisis728
euractiv.fr##.ea-gat-slot-wrapper
programme-television.org##.content_right > div.p-sticky
programme-television.org##div[class*="placeholder"]
lalibre.be##iframe[src^="//immobox.logic-immo.be/logic_immo_be/widget/"]
igen.fr,trustmyscience.com##div[data-hbdbrk-parent="true"]
igen.fr,trustmyscience.com##body .ads:not(#style_important)
lcd-compare.com##.page-head-ad
blog-rct.com##body .code-block
neko-sama.fr##a[href^="https://buqkrzbrucz.com/"]
capital.fr##img[width="300"][height="250"]
macg.co##body > div:not([class],[id]) > div[style^="position:fixed;"][style*="backdrop-filter: blur"]
frandroid.com##.is-tricky-cheetah
frandroid.com###products-archive-content .is-narrow > .sidebar
huffingtonpost.fr##.before-text
||vod.6cloud.fr/pub/*.mp4$media,redirect=noopmp3-0.1s,domain=6play.fr
leboncoin.fr##div[class^="styles_ad_"]
leboncoin.fr##div[data-test-id="placeholder-native-pave-video-listing"]
60millions-mag.com##.block-banner-autopromo
nostalgie.fr##.blockDisplay
numerama.com##.is-remaining-chicken
neko-sama.fr###wrapper-display-player > a[target="_blank"]
marianne.net##div[class^="p-"][class*="--placeholder"]
luxauto.lu###ad-slot-banner-stock
luxauto.lu###leaderboard-top-homepage
luxauto.lu##section[data-scope="homepage-hot-ads"] .grid > .imu
lessentiel.lu###prime__inside-top
lessentiel.lu##div[class^="ad_adContainer_"]
cyclismactu.net##a[href^="https://media.unibet.fr/redirect.aspx"]
cyclismactu.net##div[style^="float:left;text-align:center;margin:10px 5px;width:100%;clear:both;"]
menu.lu##div[data-advertisement]
batimag.ch##div[id^="docu-slot"]
sofoot.com##.breves-pub
||classerver.com/js/$domain=sofoot.com
amomama.fr##div[style^="height:"][style$="95px"]
sncf-connect.com##.WLS_gtmBannerWrapper
sncf-connect.com###WL_side_banner
lapresse.ca##.adsWrapper
public.fr##.p-aside--placeholder
public.fr##.p-top--placeholder
lexpress.fr##.qiota-bottom-bar
lexpress.fr##.placeholder--ban-atf
lalanguefrancaise.com###topad-center
lalanguefrancaise.com##.ad-video-content
moneyvox.fr##.row-aside > img[mam-campaign="Ban"]
numerama.com##body .is-managerial-bass
jeanmarcmorandini.com##.ads-ban-header
jeanmarcmorandini.com##.block-jmm-ads-prisma
jeanmarcmorandini.com##div[id^="jmm_ads_ban_"]
levif.be##.c-header__ad
levif.be##.rmgAd
levif.be##.article_below
universfreebox.com##.pubinterne-link
universfreebox.com###free-mid-article-native
meteofrance.com###block-bandeauadministrablepoi
liberation.fr##div[class^="default__OutbrainWrapper-"]
generation-nt.com###page-hp > div.pub.overflow-hidden
zone-telechargement.moe##a[href^="https://dl-protect.net/get-premium-url?"] > img
||zone-telechargement.moe/templates/zone/images/dl/telechargement-direct.png
dl-protect.net##a[href^="/geturl"] > img
/main.js?v=$~third-party,domain=wawacity.cloud|annuaire-telechargement.tel|dl-protect.net|zone-telechargement.moe
||annuaire-telechargement.tel/static/img/atdl1.png
cnews.fr##.ban-top-habillage
cnews.fr##div[id^="block-dm-ads-"]
aufeminin.com###af_partnerBlock_seeAlso
siecledigital.fr##.ad-parent
gala.fr##.placeholder-ads
lejdd.fr##div[class^="lmn-"]
||zone-annuaire.*/main.js
||zone-telechargement.sbs/main.js
9divx.theproxy.ws##.entry > div[style="text-align:center;"] > a[target="_blank"] > img
mac4ever.com##.adStickyContainer
mac4ever.com##.adContainer
lefigaro.fr##.fig-sticky-bottom-subscription-banner
zeste.ca##.isPub
zeste.ca##.wrapper-pub
paroles2chansons.lemonde.fr##.fixme-container
sudouest.fr,techno-science.net##.pub
techno-science.net###amazonLink
||v.fwmrm.net/ad/$important,domain=bfmtv.com
paroles2chansons.lemonde.fr##div[style="min-height:280px;"]
paroles2chansons.lemonde.fr##div[style="width:336px;height:600px;"]
coflix.tv##ad-host
empire-streaming.*##.direct-lads
journaldesfemmes.fr###ctn_position2
dhnet.be###selligent-ads
||jobat.be^$subdocument,third-party
challenges.fr##.pub-container-haut
francebleu.fr##.SadSlot
elle.fr##div[class$="--placeholder"]
science-et-vie.com,topsante.com,autoplus.fr,sudouest.fr##.pub_dfp
sudouest.fr##.pub_dfp_publi_info_loc
sudouest.fr##.pub_with_light_background.sidebar-section
voici.fr##.offsetCardGrid-cardsContainer > .offsetCardGrid-card.nativeCard
paroles2chansons.lemonde.fr,paroles.net##div[id^="trg_"]
paroles.net##div[style="width:300px;height:600px;"]
lpnt.fr,lepoint.fr##body .slotpub:not(#style_important)
cnews.fr##div[id^="block-dm-services-ads-"]
lesoir.be##.rossel-ads
analyticsinsight.net##.widget-5
pianoweb.fr##.google-pub
ouest-france.fr##div[id*="taboola"]
ouest-france.fr##div.pub[id^="pub_"]
vf-film.top##.TPlayer.on::after
/\/\/[a-z]{6,}\.com\/[a-zA-Z0-9]{5,}-?[a-zA-Z0-9.]{6,}[\s\S]*\/[a-zA-Z0-9]{10,}/$domain=zone-telechargement.click,script
lpnt.fr,lepoint.fr###taboola-below-article
geo.fr,capital.fr##.outbrain-ads
lunchboards.com###mv-info > a[target="_blank"] > img
lunchboards.com##.mvic-desc > a[target="_blank"] > img
||lunchboards.com/images/download1.GIF
funradio.fr,rtl2.fr##.c-prebid
funradio.fr,rtl2.fr##.container-ads
funradio.fr,rtl2.fr,rtl.fr##.tranche-obd
parismatch.com##.lmn-topban
parismatch.com##.lmn-aside
parismatch.com##.lmn-inread
lejdd.fr,parismatch.com##.taboola-wrapper
boursorama.com##.l-header__gigaban
lpnt.fr,lepoint.fr##div[id^="WRAP_"][id*="_ATF"]
lpnt.fr,lepoint.fr##div[id^="WRAP_NATIVE_"]
cnews.fr##.article-advertisement
parlons-basket.com##.widget-ad-slot
parlons-basket.com##a[href^="https://www.airbnb.fr/rooms/"] > img
francetvinfo.fr##.content-smartfeed
positivr.fr##div[data-hbdbrk-parent]
marianne.net##.layout-grid__banner-top
marianne.net##.subscription-prompt
purepeople.com##.ad-onePager
europe1.fr##body .placeholder
tameteo.com###bannerDerPC
courrier-picard.fr,sudinfo.be,lavoixdunord.fr##r-pub
leboncoin.fr###lht-space-ad
leparisien.fr##.sub-anchor
leparisien.fr##.paywall-sticky
leparisien.fr##.footerSubscribe
stream-complet.biz##.vrs
stream-complet.biz##a.showIt
stream-complet.biz##.height-90
stream-complet.biz##.height-600
stream-complet.biz###banner
igen.fr,macg.co##a[href="/se30"]
igen.fr,macg.co##body > a[href][style*="display:"][style*="padding-"][style*="margin:"]
marianne.net##.sponsored
||videosxgays.com/*.php
||rackcdn.com/b.html?offerId=$domain=videosxgays.com
videosxgays.com##.player-right
videosxgays.com###nav-page-default > ul > li.nav-item > a[class^="top-nav-button"][href][rel="nofollow"]
videosxgays.com###nav-page-default > ul > li.nav-item > a.with-new-tag[href][rel="nofollow"]
numerama.com##.is-original-antlion
aeroports-voyages.fr##.adsenseContentBottom
lalibre.be##.ap-AdContainer
mariefrance.fr,closermag.fr###avantis_container
closermag.fr,mariefrance.fr##html > body .placeholder-pub_dfp:not(#style_important)
lavie.fr##.bloc-payant
lavie.fr##.if-abo
lavie.fr##.bandeau-abo
qub.ca##legend[data-testid="adTag"]
purepeople.com##body .ad__placeholder
scan-manga.com###all > #az_bg:empty
scan-manga.com##body > .top_body:empty
||cdn.scanmanga.eu/img/bans/$domain=scan-manga.com
/nwm-fp.min.js$domain=streamonsport.to
||streamonsport.to/telefoot.gif
streamonsport.to##a[href^="/go.php?"][target="_blank"] > img
mapcustomizer.com##.ad-pane
lesnumeriques.com##.ln__sb__second > a[href^="/publicite/"]
radio-canada.ca##.styled__AdAttachmentWrapperNoPrint
onaregarde-pourvous.com##center > div[style="font-size:5px; color: #777; text-align: center;text-transform: uppercase;"]
||plus.wikimonde.com/get_aff.php
lavoixdunord.fr##.pane-dpipub-article-banniere-haute
meteofrance.com##a[href*="https://www.ardoiz.com/"]
actu.fr##.ac-banner-ad
lavoixdunord.fr###hp_banniere_haute
calendrier.com##.promo_link
purepeople.com##.article-page-sticky
purepeople.com##.ad__holder
filmstreamy.com###ads
filmstreamy.com##div[style^="position:relative;"][style*="width:100%;max-width:467px;"][style*="height:60px; border:none !important; background:none; margin:auto; clear:both;"]
vostfr.stream##.mvic-btn > a.btn-successful
caradisiac.com###MegaBan
caradisiac.com##.containerPub
zone-telechargement.work##a[href^="https://dl-protect.info/url-premium?"]
||dl-protect.info/assets/images/dl1.png
||zone-telechargement.work/*/images/dl/telechargement-direct.png
liberation.fr##div[class^="StickyAd-"]
torrent911.*,oxtorrent.*###vpnvpn
||widget.publishub.optimhub.com/assets/widget/widget_mntzm.js$domain=closermag.fr
nouvelobs.com##.slice--ad
||streamonsport.info/fk.php
streamonsport.info###chanel_links > a[onclick^="document.getElementById('video').src='/fk.php?"]
forums.automobile-propre.com##.ipsDataItem a[href*="advertisement&ad="] > img
/invoke.js$domain=scan-fr.cc
extreme-down.plus,scan-fr.cc##body ~ iframe[style*="width:"][style*="z-index:"][style*="position:"]:not([src])
programme-television.org##div[id^="programme-televisionorg_"][id$="_ar"].cmi_pSticky:empty
commentcamarche.net##.ads--insertor-casper
seriecenter.com##a[class^="ebooks_orange_72890"]
letemps.ch##.ad-container
dl-protect.info##.blkad
||dl-protect.info/170921.js
zustream.org###plyb
zustream.org###contenedor > div[class] > a[target="_blank"]
vf-serie.org,vf-film.org##.bnr
zoneseries.stream##.movie-aye
zoneseries.stream##a[href="/streaming-video.html"]
||zoneseries.stream/streaming-video.html
montorrent.com##a[href^="#"].btn-fastest
jeuxvideo.com##.sideWootbox
actu-environnement.com##.module_annonce
orange.fr##.autopromo-prospect
caminteresse.fr,linternaute.com,voici.fr,gala.fr,journaldesfemmes.fr##.OUTBRAIN
developpez.com###colonneDroite > aside > #encart_droite > div[class^="dvpb"][style^="display: inline-block; width:"]
windsurfjournal.com##.right-pub-zone
windsurfjournal.com##.megabanner-container
passeportsante.net##.dynInFeed
supertoinette.com,trustmyscience.com,peopleauquotidien.com,geo.fr,huffingtonpost.fr,moti.news,passeportsante.net##.ads
passeportsante.net##.pstAd
forumgaming.fr,forumactif.com,forum-airguns.com###page-body a[onclick*="'shift'"][target="_blank"]
allocine.fr##.main-banner
expressio.fr##.promoted-vcontainer
neogeo-system.com##.inner a[onclick*="'shift'"][target="_blank"]
||11anim.com/ctag*.js
ddaynormandy.forumgaming.fr###main-content a[onclick*="'shift'"][target="_blank"]
streamonsport.info,channelstream.club,allfoot.info###html3
streamonsport.info##img[alt="bannière publicitaire"]
streamonsport.info##a[href^="/go"][href*=".php?e="][rel="nofollow"]
||cdn.allsportsflix.top/scripts/nwm-fp.min.js
lalanguefrancaise.com##div[style="min-height:260px;text-align:center;"]
lalanguefrancaise.com##.custom-html-widget > div[style="min-height:250px;"]
lalanguefrancaise.com##div[style="min-height:600px;text-align:right;"]
lalanguefrancaise.com##div[style="min-height:90px;"]
betclic.fr###genericBanner
lecourrier-du-soir.com##.td-banner-wrap-full
||pornforrelax.com/poppy/
pornforrelax.com##.vda-item
moneyvox.fr##.ban-modern
moneyvox.fr##body .habpage
cpasmieux.club##.report-pub-episode
cpasfini.me,cpasmieux.club##.report-pub
papadustream.mx,cpasfini.me,cinez.net,cpasmieux.club###playerOver
yggtorrent.si##.ad-alert-wrapper
monpetitforfait.com###ad-display
monpetitforfait.com###banner-offer
||d1grmk7aafb6ck.cloudfront.net/creatives/$domain=rtlplay.be
zdnet.fr###sponsoredItemtop
konbini.com##div[data-ad-unit-path]
alvinet.com##.main-content > section.my-4 > .has-text-centered > div[style="margin:0; min-height: 90px"]
guideautoweb.com###bar > div[style="height: 700px"]
numero.com##.loader-container
numero.com##.full-cover.interstitiel-container
||zone-telechargement.casa/giepbndfh.js
||lyonpeople.com/ban/$image
||lyonpeople.com/wp-content/uploads/*/BANNIERE_LYONPEOPLE_GIF.gif
korben.info##a[href^="https://amzn.to/"] > img
developpez.com###gabarit_pubBB
eurosport.fr##.betting-box
eurosport.fr##.bet-btn
eurosport.fr##.Winamax
||developpez.com/ws/offres?
it-connect.fr##img[src$="Infrastructure_300x250_FR.gif"]
wikiserie.me,jestream.win,cpasmieux.homes,hdss.uno,voirseries.co###pub
voirseries.co##center[style="padding: 20px;"]
voirseries.co##.custom-fake-media-info
ecranlarge.com#%#//scriptlet("abort-on-property-write", "__yget_ad_list")
||static.canal-plus.net/pub/*/*_*.mp4$redirect=noopmp4-1s,media
tvanouvelles.ca##.header-banner-sticky
fullstream.to##.series-player > #bd_sp
hollywoodpq.com##.obox-video-player
hollywoodpq.com##.autopromo_hpq
||zone-telechargement.ninja/01fc00cf.js
||trixhentai.com/pub.js
||trixhentai.com/player/plugins/vast.js
||engine.eroge.com^$domain=trixhentai.com
streamcomplet.vet##a[href*="://out.streamcomplet.vet/"]
filmz.ws##center > a[rel="nofollow"]
filmz.ws##center > span > a[rel="nofollow"]
zone-annuaire.website##a[href="/telechargera.php"] > img
zone-annuaire.website##a[href="/telechargement-direct.php"] > img
zone-annuaire.website##a[href^="http://seriestreaming.xyz/"]
zone-annuaire.website##a[href^="http://www.seriestreaming.xyz/"]
||hdslecteur.xyz/asset/sostress.js
hds.lc##.contadorads
immobilier.lefigaro.fr,sante.journaldesfemmes.fr###ctn_right
immobilier.lefigaro.fr,sante.journaldesfemmes.fr##.ccmcss_oas_top
forumconstruire.com###ForumconstruireHB_ATF_300x600
expresso.1fr1.net##div[style*="height:90px;"][style*="728px"]
lesoleil.com##div[omerlo-ad-formats]
! https://github.com/AdguardTeam/AdguardFilters/issues/100525
! https://github.com/AdguardTeam/AdguardFilters/issues/50546
||delivery.tf1.fr/pub$media,domain=tf1.fr
||dnl-adv-ssl.tf1.fr^$media,domain=tf1.fr
||slpubmedias.tf1.fr^$media,domain=tf1.fr
dl-protect.xyz##a#lang_download[href="/download"]
1001ebooks.com##.stream-item > div[class="box download  aligncenter"]
sciencesetavenir.fr##.header-banner .pubs
gameblog.fr##.noPremium
meteomedia.com###sidebar > #dv-gpt-ad-bigbox-wrap
meteomedia.com###featured_content #div-gpt-ad-lowerbox-featured
hack-life.net##.samBannerUnit
||bcboltnexti*-a.akamaihd.net/media/v*/pmp4/static/clear/*/main.mp4$domain=01net.com
||lindependant.fr/js/ab.*.js
universfreebox.com##div[id^="publicite-"]
ici.tou.tv##div[class*="publicite-"]
||taboola.com^$domain=scan-fr.co
universanimeiz.com##iframe[src^="https://cdn.ctzcdn-ua.fr"]
maxiapple.com##.cegg_widget_products
||cdn.insideall.com/galaxiemedia/*/iall.js
||zone-telechargement2.net/haut.php
||yggtorrent.gg/assets/img/banner.jpg
dustreaming.com##.col-player > div[style^="position:relative;"][style*="border:none !important; background:none;"]:not([class]):not([id])
linternaute.com##div[id^="Crt-"]
voyageforum.com##div[id^="pa"][style*="display: table;"][style*="float: left;"]
voyageforum.com##.adShadow
streamonsports.me##a[href^="https://fcstream.com/banniere"]
streamonsports.me##a[href^="http://bit.ly/"][rel="nofollow"] > img
streamonsports.me##a[href="https://fcstream.com/player.html"] > img
anime-vf.fr##.videoWrapper > div[style^="position: absolute;"][style*="z-index:"]:not([class]):not([id])
dpstream.site##.col-player > div[style^="position:relative; width:100% !important;"]:not([class]):not([id])
yggtorrent.gg##a[href="https://www2.yggtorrent.gg/engine/get_vpn"]
||yggtorrent.gg/assets/img/vpn_banner.gif
macg.co##.wrapper > a[href="/geekgeek"]
||cdn.mgig.fr/*/Fram_%20gogo_%20Banner2.jpg
simonetwealth.net,dpstream.info###clickfakeplayer
iphonetweak.fr##.bigPub
encoreedusud.com##div[style="clear: both; text-align: center;"] > a[href^="https://shopping.encoreedusud.com/"]
forum.lesarnaques.com##div[align="center"] > #tester
filmstreaming1.vip###layer1
filmstreaming1.vip###sidebar > .fstory-content[style="text-align:center;"]
filmstreaming1.vip##center > .block-violet > center[style="font-size:12pt;color:#C420C9;"]
||filmstreaming1.vip/templates/filmstreaming/images/bn/
nouvelobs.com##.ObsPartners
streaming.streamiz.co##.pop-removable
forum-mdp.com###main-content > div[id][style="clear:both;"] > div[align="center"]
programme-tv.net##.container-pave-haut-sidebar
||portail.free.fr/_/img/banhp/-1000x176-don.png
tfarjo.cc,filmz.cc###asdfass
tfarjo.cc,filmz.cc##.col-md-8 script + div:not([class]):not([id]) > div[style^="position:relative;"]:not([class]):not([id])
torrents9.cc##.movie-detail > .row[style*="background-color:"][style*="margin-top:"]
torrents9.cc##.movie-detail > .row a[target="_blank"][href^="/register"]
yggtorrent.gg##.hadopi
desinhibition.com##.espace-cam
latribunedelart.com##.encart_colonne
latribunedelart.com##.encart_bandeau_haut
||mac4ever.com/rakeoffs/
||laprovence.com/bestud/
||d1grmk7aafb6ck.cloudfront.net/creatives/assets/*.mp4$domain=rtlplay.be
time2watch.in##.row > div:not([class]):not([id]) > h5[style^="padding: 0px; margin: 0px; background:"]
time2watch.in##.row > div:not([class]):not([id]) > div[style^="position:relative; width:320px; height:50px;"]
presse-citron.net###presse_citron_skin
presse-citron.net###presse_citron_skin_banner
malekal.com##ins[id^="aswift_"]
generation-nt.com###intelliTXT > .product
orange.fr##.RM.o_r_notchanged
orange.fr###operateur_push
zone-telechargement1.org##.rightside > center > a[href][target="blank"] > img
zone-telechargement1.org##.rightside > .blocks > .dbtm > center > a[href][target="blank"] > img
iphonesoft.fr##.center.bigPub
hotvideo.fr##a[href^="/redirect.html?"]
||heures.be/template/images/promm/
heures.be##.promSbar
heures.be###floatingCntrProducts
heures.be##.adHour
forum.softmaroc.org##table[width="728"]
macplanete.com###sidebar > div[id^="custom_html"]
macplanete.com##a[href^="https://www.macboost.net"]
rtl.fr##.post__partner
rtl.fr##.g-aside-ad
rtl.fr##.ad-pave
lexpress.mu##.generic-atomic
protect-link.me##form > center > a[href*=".php"]
||tennisactu.net/pubs/300x125
voirfilms.ws##.iframe-area > .iframe-contentserie
||voirfilms.ws/aabv*.php
jcbtechno.com###sidebar > [id^="custom_html-"]
ebook-gratuit.co##.stream-item-above-post-content
||cache.go4up.com/assets/img/abutoned.gif$redirect=nooptext,important
basketusa.com##.pub-1000x90-top
basketusa.com##.pub-300x250
audiofanzine.com##.page-content > div[id^="aac"]
audiofanzine.com##.skyscrapper-content
audiofanzine.com###index-right > div[id^="aar"]
audiofanzine.com###index-sp-int
presse-citron.net,journaldugeek.com,t411.al##.banner
developpez.com###colonneDroite >aside > [style="text-align:center"] > div[id][style="display: inline-block; width: 300px; height: 250px"]
123pneus.fr###skyscraper
||ebooks-gratuit.com/images/telecharger-essai.png
ebooks-gratuit.com##a[href^="http://www.ebooks-gratuit.com/partenaire.php"]
||zone-telechargement.ws/uploads/dl.png
||zone-telechargement.ws/uploads/ddl.jpg
observalgerie.com##.td-ss-main-sidebar > .td_block_template_1.widget:not(:first-child)
driverscloud.com###dc_cadrebottompub
driverscloud.com##div[id^="pubbox-"]
driverscloud.com###dc_cadretoppub
linternaute.com###googleAdSense
iphonetweak.fr,macplanete.com,iphonesoft.fr##.adsbygoogle
||iphonesoft.fr/js/adsbygoogle
maisonapart.com###pub_MAP_ROTATION_PUB_EMPLACEMENT_TOPMAP
forums.cnetfrance.fr##.postbitlegacy a[href^="https://click.linksynergy.com/"] > img
brusselslife.be##.bxl-advert
lacoccinelle.net##div[id^="sas_"]
numerama.com##.wrap > div.top-bloc
bdzmag.actualitte.com##body > a.lienExterne
moustique.be##.block-artwhere-ads
onvasortir.com###pub_rectangle
fr.tennistemple.com###\37 28x90_tennistemple
fr.tennistemple.com##.right > .box_nd > [id^="300x250"]
||tennistemple.com/images/shop/bann/
buzz.be.com###text-159
buzz.be.com##a[href^="http://www.moncoachingminceur.com/index.php"]
nostalgie.be###Leaderboard_row
macg.co##.refurb
replay.fr##.dfa
piwee.net###campain_bg
jeddl.org##a[href^="//www.jeddl.org/telechargement-film.php?"]
jeddl.org##a[href="http://www.jeddl.org/Regarder-le-film.html"]
jeddl.org##a[href="http://www.jeddl.org/Telecharger-le-film.html"]
liguendirect.com###floatLayer1
forum.ad##img[width="250"][height="90"]
forum.ad###branding-content > #sidebar_header
lesoir.be##.sub-right > div[style*="100%; height:"][style*=" 3px; "]
lefigaro.fr##.fig-adgps
||homad-global-configs-eu-fra.schneevonmorgen.com.s3.amazonaws.com/www.clubic.com/config.json?cache=player.m6web.fr
||static.lequipe.fr/v6/js/popinVideo.js
playerhd2.pw###micontenedor > div#total
! https://github.com/AdguardTeam/AdguardFilters/issues/157906
! 20min.ch - video player is fixed by JS rule, so advertisement script can be blocked
!+ PLATFORM(windows, mac, android, ext_chromium)
||tdn.da-services.ch/current/20min_durable.js$domain=20min.ch,important
! https://github.com/AdguardTeam/AdguardFilters/issues/153795
! It's required to block service worker, otherwise extension does not inject some rules into iframes
||empire-streaming.*/serviceWorker.js
! https://github.com/AdguardTeam/AdguardFilters/issues/133960
! TODO: remove when it will be fixed in Liste FR
/neads.$domain=~neads.io|~neads.co
! https://github.com/AdguardTeam/AdguardFilters/issues/95052
! A service worker loads all request using fetch, so all requests are detected as a xmlhttprequest and a rule like this:
! "$third-party,xmlhttprequest,domain=...|fmovie..." causes that these requests are blocked.
! It doesn't happen when service worker is blocked.
||fmovies.*/sw.js
! added when wadsBlocking is set to 1
||static1.purepeople.com/skins/autop.png
! https://github.com/AdguardTeam/AdguardFilters/issues/34483
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
voirseries.co###playerPub
! https://github.com/AdguardTeam/AdguardFilters/issues/34421
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
streamingdivx.co###playerPub
! https://github.com/AdguardTeam/AdguardFilters/issues/33441
!+ PLATFORM(ext_ff, ext_opera, ext_edge, ios, ext_android_cb, ext_safari, ext_ublock)
annuaire-ebook.com##.adsbygoogle
!
!
! lesfrontaliers.lu
||lesfrontaliers.lu/wp-content/uploads/lesfrontaliers/habillage/$image
lesfrontaliers.lu##.fake-topper
lesfrontaliers.lu###full-container > div#header-wrapper + div[class]
lesfrontaliers.lu##.ad-listing
!
! Special rules for AdGuard websites' test pages. The only purpose of these
! rules is to make test pages work so that users could verify that AdGuard
! is properly working.
!
!+ NOT_OPTIMIZED
adguard.info,adguard.com,adguard.app##.hello_from_adguard_french
!

!---------------------------------------------------------------------------!
!-------------- Content replacement rules ----------------------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of the content replacement rules that block ads. Rules must be domain-specific.
!
! Good: ||example.org/video-links$replace=/vast":/vast_":/
! Bad:  ||example.org/video-links (should be in specific.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/43218
||v.fwmrm.net/ad/g/1?$replace=/(tv\.freewheel\.SDK\._instanceQueue\['Context_[\s\S]*?'\][\s\S]*?\.requestComplete\(\{)[\s\S]*\}\);/\$1\}\);/,important,domain=01net.com
!
! French-language official catch-up TV web apps
!
! https://forum.adguard.com/index.php?threads/7957/page-2#post-90715
||amazonaws.com/www.w9.fr/config.json$replace=/"enabled": true\,/"enabled": false\,/i
||amazonaws.com/www.w9.fr/config.json$replace=/"enabled": true\,/"enabled": false\,/i,important
! https://github.com/AdguardTeam/AdguardFilters/issues/123526
||canalplus.com^$document,replace=/"featPlayerAds":true/"featPlayerAds":false/
! https://forum.adguard.com/index.php?threads/www-rtlplay-be-tvi-humour-rtl-tvi.29736
||be-rtl.videoplaza.tv/proxy/distributor/$replace=/(\,"vast":\{)[\s\S]*(\}\}\])/\$1\$2/,important,domain=rtlplay.be
! https://github.com/AdguardTeam/AdguardFilters/issues/100525
!+ NOT_PLATFORM(ext_ff)
||prod-player.tf1.fr/*/Player/Player.js$script,xmlhttprequest,other,replace=/_prerolls:!(0|1)\,_midrolls:!(0|1)/enable:!1\,_prerolls:!1\,_midrolls:!1/
!

!---------------------------------------------------------------------------!
!-------------- Fixing filtration errors (false-positive) ------------------!
!---------------------------------------------------------------------------!
!
! This section contains the list of rules that fix incorrect blocking. Rules must be domain-specific.
!
! Good: example.org#@#.ad
! Bad:  @@||example.org^$stealth (should be in AdGuard Base - allowlist_stealth.txt)
!
! TEMPORARY
! https://github.com/AdguardTeam/AdguardFilters/issues/164259
! Reported to Easylist. Caused by EasyPrivacy
! TODO: check 30.10.23 and remove. Or move to TPF
app.molotov.tv#%#//scriptlet('prevent-xhr', '/ping?token=')
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||multi-screen.cloud-*.molotov.tv/*/ping?token=
!
! broken player
@@||oasis-player*/web/monetization/*/monetization.js$domain=puls24.at|kabeleins.de|wetter.com|prosiebenmaxx.de|sixx.de|sat1.de|puls4.com|prosieben.de|kabeleinsdoku.de|kabeleinsdoku.at|zappn.tv|sat1.at
!
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175307
/publicite-$domain=~publicite-decor.fr|~publicite-lepeut-dole.fr,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/175273
$script,third-party,domain=lulustream.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/175251
$csp=default-src 'self' 'unsafe-inline' data: *.bootstrapcdn.com *.cloudflare.com *.google.com *.googleapis.com *.gstatic.com *.hcaptcha.com *.jquery.com *.jwpcdn.com *.recaptcha.net *.tapecontent.net *.video-delivery.net *.youtube.com *.zencdn.net i.doodcdn.co img.doodcdn.co static.doodcdn.co,domain=d000d.com|d0000d.com|do0od.com|dood.la|dood.pm|dood.re|dood.sh|dood.so|dood.to|dood.watch|dood.wf|dood.ws|dood.yt|doods.pro|doodstream.co|doodstream.com|doodstream.me|dooood.com|adblockeronstreamtape.xyz|adblockplustape.com|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.site|adblockstrtape.link|gettapeads.com|noblocktape.com|shavetape.cash|stapadblockuser.xyz|stapewithadblock.monster|strcloud.club|strcloud.link|streamadblocker.xyz|streamadblockplus.com|streamadblockplus.xyz|streamta.pe|streamtape.cc|gettapeads.com|streamtape.com|streamtape.net|streamtape.to|streamtape.xyz|streamtapeadblock.art|strema.site|strtape.cloud|strtape.site|strtape.tech|strtapeadblock.club|strtapeadblock.me|tapewithadblock.org,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/174988
$script,third-party,domain=fmoonembed.pro,badfilter
$third-party,xmlhttprequest,domain=fmoonembed.pro,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/175367
! https://github.com/AdguardTeam/AdguardFilters/issues/175031
$subdocument,third-party,domain=mp4upload.com,badfilter
$script,third-party,domain=mp4upload.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/174201#issuecomment-1980613664
@@||cdn.gwdang.com/plt_nuxt/public/web_banner_close.*.js$domain=gwdang.com
! https://github.com/AdguardTeam/AdguardFilters/issues/172480
uokufa.edu.iq#@#.e3lan
! https://github.com/AdguardTeam/AdguardFilters/issues/168065
||dmcdn.net^$media,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/167890
familjeliv.se#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/167805
||dailycaller.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/167537
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=gentside.com,important
! https://github.com/AdguardTeam/AdguardFilters/issues/167051
@@||go.redirectingat.com/*&url=$popup,domain=slickdeals.net
! partners.pekao.com.pl - incorrect blocking
@@||partners.pekao.com.pl^$domain=pekaopartnerprodb2c.b2clogin.com
! https://github.com/AdguardTeam/AdguardFilters/issues/166326
@@||billboard-japan.com/common/sys/*/publicity.*
! https://github.com/AdguardTeam/AdguardFilters/issues/166126
@@||cdn.clickiocdn.com/*/cmp/vendor-list.json$domain=highlights.legaseriea.it
! https://github.com/AdguardTeam/AdguardFilters/issues/164828
$subdocument,third-party,domain=streamtape.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/165217
lachainemeteo.com#@#.ad-side
! https://github.com/AdguardTeam/AdguardFilters/issues/164927
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||cdnjs.cloudflare.com/ajax/libs/fastclick/*/fastclick.min.js$domain=occasions.decathlon.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/164610
mrdeepfakes.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/164510
@@||partners.travel.meetch.io^$domain=souscription.travel.upcover.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/164483
raidshadowlegends.com#@#a[href^="https://plarium.com/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/163456
cloud.189.cn#@#.ad-container
! https://forum.adguard.com/index.php?threads/futura-sciences-com-videos-broken.54970/
@@||sonar.viously.com/*/js?*vastPassbackCustomMacro$domain=futura-sciences.com
! https://github.com/AdguardTeam/AdguardFilters/issues/161897
hsreplay.net#@#.ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/161727
@@||page-notices.yorkshirepost.co.uk/?pub_id=*&notice_id=$domain=yorkshirepost.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/161220
!+ NOT_PLATFORM(windows, mac, android, ext_chromium, ext_opera)
@@||prod.adspsp.com/adb.*.min.js$domain=healthline.com
! https://github.com/AdguardTeam/AdguardFilters/issues/160601
@@||img.dorzeczy.pl/*static/*.css
! https://github.com/uBlockOrigin/uAssets/issues/19469
@@||yospace.com/csm/*.mpd$xmlhttprequest,domain=6play.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/160011
123-movies.*#@#.fake_player
123-movies.*#@#a[href="#tab-ad"]
123-movies.*#@##tab-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/158757
||ojrq.net^$popup,third-party,badfilter
! beautifulwomen2.bdsmlr.com - broken fonts
@@||beautifulwomen2.bdsmlr.com/va/ads/fawesome/
! https://github.com/AdguardTeam/AdguardFilters/issues/158749
||jdoqocy.com^$popup,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/158561
||ggcorp.me^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/158090
exeo.app#@#.ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/157930
@@||images-stag.jazelc.com/uploads/*/autopian-logo-*.png$domain=theautopian.com
! https://github.com/AdguardTeam/AdguardFilters/issues/157807
||alicdn.com^*_220x220.$domain=~alibaba.com|~aliexpress.com|~aliexpress.ru,badfilter
! https://github.com/uBlockOrigin/uAssets/issues/19177
@@||sdk.privacy-center.org^$script,domain=frandroid.com
! https://github.com/AdguardTeam/AdguardFilters/issues/156594
||dailymotion.com/cdn/$media,script,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/156362
$subdocument,third-party,domain=uqload.co,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/156160
||fxclub.org^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/155106
brollopstorget.se#@#div[data-ad]
! https://github.com/uBlockOrigin/uAssets/issues/18600#issuecomment-1600989819
@@||vido.lol^$domain=french-stream.gg
! https://github.com/AdguardTeam/AdguardFilters/issues/153959
$script,third-party,domain=sbrapid.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/153361
@@||rottentomatoes.com/assets/pizza-pie/images/affiliates/
! https://github.com/AdguardTeam/AdguardFilters/issues/152736
$script,third-party,domain=ahvsh.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/151405
google.ae,google.be,google.cd,google.cf,google.cg,google.ch,google.cm,google.com,google.dz,google.fr,google.gp,google.gy,google.ht,google.iq,google.jo,google.ma,google.ml,google.mw,google.ne,google.ng,google.om,google.ps,google.qa,google.rw,google.sa,google.sn,google.td,google.tg,google.tn,google.tt#@?##topstuff:-abp-has(.SRfaKe)
! https://github.com/AdguardTeam/AdguardFilters/issues/151088
down.mdiaload.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/149981
$subdocument,third-party,domain=vidsrc.me,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/150059
coches.net#@#[data-ad-position]
coches.net#@#div[data-ad-position]
! https://github.com/AdguardTeam/AdguardFilters/issues/149835
@@||pop.iamcdn.net/players/*.js$domain=player-cdn.com|kmo.to|nazarickol.com|redirect-ads.com
! https://github.com/AdguardTeam/AdguardFilters/issues/149892
$script,third-party,domain=lvturbo.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/148488
! https://github.com/AdguardTeam/AdguardFilters/issues/149276
flashscore.com,flashscore.pl,rezultati.com#@#.mobile_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/149244
||35volitantplimsoles5.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/148994
||zaful.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/147257
@@||ssl.gstatic.com/adsense/apps/static/adsense3_antipasti_server_*/bruschetta/bruschetta_app.dart.js$domain=google.com
! https://github.com/AdguardTeam/AdguardFilters/issues/148909
$script,third-party,domain=gdriveplayer.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/148836
@@||partners.goout.net^$domain=frontlinefestival.cz
! https://github.com/AdguardTeam/AdguardFilters/issues/147505
||facebook.com/ajax/qm/$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/143567#issuecomment-1468397434
leboncoin.fr#@?#a[data-test-id]:-abp-has([class]:-abp-contains(/À la une|Sponsorisé|Urgent/))
! https://github.com/AdguardTeam/AdguardFilters/issues/147808
bilibili.com#@#.publicity
! https://github.com/AdguardTeam/AdguardFilters/issues/147933
@@||ultimedia.com/js/common/smart.js$domain=lalibre.be
! https://github.com/AdguardTeam/AdguardFilters/issues/147668
filecrypt.cc,filecrypt.co#@#[onmousedown]
! https://github.com/AdguardTeam/AdguardFilters/issues/146830
geo.fr#@#[data-ads-core]
@@||tra.scds.pmdstatic.net/advertising-core/*/core-ads.js$domain=geo.fr
||js-sec.indexww.com/ht/p/*.js$script,redirect=noopjs,domain=geo.fr
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=geo.fr
||googletagmanager.com/gtm.js$script,redirect=googletagmanager-gtm,domain=geo.fr
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=geo.fr
||prismamedia-com.videoplayerhub.com/galleryplayer.js$script,redirect=noopjs,domain=geo.fr
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||js-sec.indexww.com/ht/p/*.js$domain=geo.fr
@@||amazon-adsystem.com/aax2/apstag.js$domain=geo.fr
@@||googletagmanager.com/gtm.js$domain=geo.fr
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=geo.fr
@@||prismamedia-com.videoplayerhub.com/galleryplayer.js$domain=geo.fr
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/174692
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !adguard_ext_chromium && !adguard_ext_opera)
@@||cdn.lib.getjad.io/prebid/$domain=le10sport.com
@@||cdn.lib.getjad.io/library/$domain=le10sport.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=le10sport.com
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=le10sport.com
@@||securepubads.g.doubleclick.net/pagead/ppub_config?$domain=le10sport.com
@@||securepubads.g.doubleclick.net/gampad/ads?$domain=le10sport.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/146471
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android && !adguard_ext_chromium && !adguard_ext_opera)
@@||cdn.lib.getjad.io/prebid/$domain=ozap.com
@@||cdn.lib.getjad.io/library/$domain=ozap.com
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=ozap.com
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=ozap.com
@@||securepubads.g.doubleclick.net/pagead/ppub_config?$domain=ozap.com
@@||securepubads.g.doubleclick.net/gampad/ads?$domain=ozap.com
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/145593
@@||asusrouter.com/popup.js
! https://github.com/AdguardTeam/AdguardFilters/issues/143136
ikea.cn#@#.pub-text
! https://github.com/AdguardTeam/AdguardFilters/issues/142763
blog.livedoor.jp#@#div[data-ad]
! Fixes netu video player on mangoporn.net
||wiztube.xyz^$third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/141336
@@||myvessel.cn/adas/ads/v1/*/list$~third-party
! petbook.de - cookie choice does not stick due to blocked url
@@||cmp.petbook.de/mms/v2/choice_select?
! https://github.com/AdguardTeam/AdguardFilters/issues/139004
gamespot.com#@#div[data-ad]
! https://forum.adguard.com/index.php?threads/website.50982/
||cdn77.org^$popup,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/138489
@@||consent.eatsmarter.de/mms/
! https://github.com/AdguardTeam/AdguardFilters/issues/138450
makeuseof.com#@#a[href*="://www.anrdoezrs.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/137832
fairfan.co#@#a[href*="/aff_c?offer_id="] > img
! https://github.com/AdguardTeam/AdguardFilters/issues/137439
cifraclub.com.br#@#.pub_header
! https://github.com/AdguardTeam/AdguardFilters/issues/136986
@@||search.cctv.com/js/pub.js
! https://github.com/AdguardTeam/AdguardFilters/issues/136537
@@||downdetector.com/*/dist/adscript.js$domain=downdetector.*
! https://github.com/AdguardTeam/AdguardFilters/issues/136841
! TODO: remove when it will be fixed in Liste FR
||klaviyo.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/136687
adverts.ie#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/136674
@@||static.cloudflareinsights.com^$domain=easypara.fr
@@||googletagmanager.com/gtm.js$domain=easypara.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/134220
@@||partner-api.sddan.com/api/*/segment-$domain=6play.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/135955
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=programme-tv.net
!+ PLATFORM(ios, ext_android_cb, ext_safari)
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=programme-tv.net
! https://github.com/AdguardTeam/AdguardFilters/issues/135982
whatpub.com#@#.pub_left
whatpub.com#@##pub-footer
! https://github.com/AdguardTeam/AdguardFilters/issues/135765
||netdna-ssl.com^$badfilter
||netdna-ssl.com^$subdocument,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/135631
||stripchat.com^$badfilter
! supervideo.tv - broken player
$script,third-party,domain=supervideo.tv,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/135430
femmeactuelle.fr#@#[data-ads-core]
@@||tra.scds.pmdstatic.net/advertising-core/*/core-ads.js$domain=femmeactuelle.fr
||c.amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=femmeactuelle.fr
||imasdk.googleapis.com/js/sdkloader/ima3.js$script,redirect=google-ima3,domain=geo.dailymotion.com
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=geo.dailymotion.com
@@||c.amazon-adsystem.com/aax2/apstag.js$domain=femmeactuelle.fr
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=femmeactuelle.fr
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=femmeactuelle.fr
@@||securepubads.g.doubleclick.net/gampad/ads?pvsid=$domain=femmeactuelle.fr
@@||securepubads.g.doubleclick.net/pagead/managed/js/gpt/*/pubads_impl.js$domain=femmeactuelle.fr
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/134589
||toutvendre.fr/js/application.$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/134403
gala.fr#@#[data-ads-core]
! https://github.com/AdguardTeam/AdguardFilters/issues/133960
! TODO: remove when it will be fixed in Liste FR
/neads.$domain=~neads.io,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/133788
@@||cloudfront.net/img/banner/$domain=pro.logitec.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/133714
||ff-01.com^$badfilter
||ff-02.com^$badfilter
||ff-03.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/120527
$script,third-party,domain=europixhd.net,badfilter
$third-party,xmlhttprequest,domain=europixhd.net,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/134679
! https://github.com/AdguardTeam/AdguardFilters/issues/132769
$popup,domain=123moviesjr.cc|1fichier.com|1movietv.com|3movs.com|3rbup.com|7-up.net|9anime.to|9xupload.me|abcvideo.cc|abyss.to|adblockeronstreamtape.xyz|adblockplustape.com|adblockstreamtape.art|adblockstreamtape.site|adfloz.co|adshort.co|adsrt.com|adultproxy.men|allanalpass.com|allo-streaming.one|allostreaming.co|allvid.ch|allviid.live|ally.sh|an-online.com|anavids.com|animepertutticdn.com|any.gs|assiatv.com|babblecase.com|babesxworld.com|bdupload.asia|bokracdn.run|bonstreams.net|bukavu.co.place|cash4files.com|clictune.com|clik.pw|clipconverter.cc|clipwatching.com|clk.sh|cloudemb.com|cloudvideo.tv|cocogals.com|convert2mp3.net|core1player.com|d0stream.com|daclips.com|dailyuploads.net|databasegdriveplayer.co|dausel.co|ddl-francais.com|ddl.to|ddownload.com|desiupload.in|diasfem.com|divxtotal1.org|dood.la|dood.pm|dood.re|dood.so|dood.to|dood.video|dood.watch|dood.wf|dood.ws|doodstream.co|doodstream.com|down-paradise.com|download.replaymod.com|dpstreaming.to|dropapk.com|dropapk.to|drstickyfingers.com|dyo.gs|e-wok.tv|easyload.io|embed-channel.stream|embed.media|embed.one|embed.tv|embedsito.com|empireshort.com|etmirror.com|etproxy.com|europixhd.com|europixhd.net|exe.io|extremotvplay.com|eztv-proxy.net|eztv.ag|eztv.re|eztv.tf|eztv.yt|fastplay.to|fastream.to|faststream.in|fc.lc|femax20.com|fembed.com|feurl.com|file-up.org|file-upload.com|filebebo.com|filemoon.sx|filerio.in|filescdn.com|filescdn.net|filesonthe.net|filmeonline.biz|flashx.tv|fmovie.cc|freean.us|fvs.io|gamecopyworld.eu|gamovideo.com|gaobook.review|gcloud.live|gdriveplayer.me|gdriveplayer.to|gdriveplayer.us|gdtot.com|getsurl.com|gledajonline.net|go.ad2upapp.com|go4up.com|gomostream.com|gomovies.film|gomovies.sc|goneviral.com|gorillavid.com|gostream.pro|gounlimited.to|govad.xyz|goved.org|govid.me|gowatchseries.ac|gowatchseries.movie|gowatchseries.tv|gslink.co|gsurl.in|guadeloupe-paradise.fr|gum-gum-streaming.com|gvid.rest|hdeuropix.com|hdeuropix.io|hdfull.me|hdvid.online|hdvid.tv|heapfiles.com|holavid.com|hornywood.tv|hqq.to|hqq.tv|hxfile.co|hydrax.net|iamcdn.net|ianimes.org|iframe2videos.xyz|iframedream.com|imgpeak.com|indishare.org|j.gs|janjua.pw|janjua.tv|jawcloud.co|jeux-sexe-gratuit.com|jkanime.net|jwpstream.com|k-streaming.cc|k-streaming.com|k-vid.co|k-vid.net|k2s.cc|kaitect.com|kat.sx|katcr.io|katfile.com|kshows.to|kvid.org|kwik.cx|letsupload.co|letsupload.io|liivideo.com|linkbabes.com|linkbox.to|linkbucks.com|linkcaptcha.net|linksof.life|linksoflife.co|lirescan.me|loadsubs.net|makeurl.co|mangovideo.club|mangovideo.pw|mavavid.com|mavplay.com|mavplay.xyz|mavplayer.xyz|mcloud.to|mcloud2.to|megaline.co|megaup.net|miniurls.co|mitly.us|mixdrop.bz|mixdrop.to|moshahda.net|movcloud.net|moviefishers.org|mp3guild.com|mp3im.org|mp4upload.com|mrdhan.com|mylink.love|mylink.zone|mylink1.biz|ninjastream.to|nitro.download|nitroflare.com|notsmutty.com|nudogram.com|ocloud.stream|oko.sh|onlystream.tv|openload.cc|openload.fun|opensubtitles.org|opsktp.com|ovid.tv|pelispedia.co|pelispedia.tv|pepperlive.info|picocurl.com|pintient.com|planet-streaming.net|player-cdn.com|playiri.com|playnm.xyz|poontown.net|powvideo.cc|powvideo.net|powvideo.xyz|prozik.net|pstream.net|pururin.io|putlocker.ninja|qqc.co|rapidgator.net|rd1.gamecopyworld.click|reviewtech.me|revivelink.com|rojadirectaonlinetv.com|sandup.co|sbanh.com|sbembed.com|sbfull.com|sblongvu.com|sbplay2.com|sbthe.com|scispace.work|sdefx.cloud|seeeed.xyz|send.cm|sendit.cloud|sendvid.com|seriousdeals.net|sexkino.to|sharezweb.com|short-url.link|short.pe|shrink-service.it|skystreaming.tw|slwatch.co|smutty.com|so.gd|soccer24hd.com|souqsky.net|sportzonline.to|srt.am|stapewithadblock.monster|strcloud.club|strcloud.link|stream4free.live|streamadblockplus.com|streamcdn.to|streamcloud.eu|streamhds.xyz|streamlive.to|streamloverx.com|streamplay.to|streamsforu.com|streamtape.cc|streamtape.com|streamtape.net|streamtape.to|streamtape.xyz|streamtapeadblock.art|streamty.com|streamwire.net|streamx.me|strtape.cloud|strtape.site|strtape.tech|strtapeadblock.club|strtapeadblock.me|strtapeadblocker.art|supervideo.tv|suzihaza.com|svpri.xyz|telechargerunevideo.com|telerium.net|tellerium.com|theseblogs.com|theseforums.com|thevid.net|thevid.tv|thevideo.ch|thevideo.io|thevideo.us|tinylinks.co|tnabucks.com|topeuropix.com|torlock.com|torlock2.com|torrentfunk.com|tubeload.co|tusfiles.com|tusfiles.net|tv-porinternet.com|tvonlinestreams.com|tvrush.eu|uii.io|ul.to|ultimedia.com|ultrafiles.net|unblockvid.com|up-4ever.com|up-4ever.org|upbam.org|upload.ac|uploadfiles.pw|uploadproper.com|uploadrar.com|upornia.com|uppit.com|uppom.live|upstream.to|uptobox.com|uptostream.com|upvid.host|upvid.live|upvid.net|upvid.pro|uqload.com|uqload.org|urlbeat.net|userscloud.com|vadbam.com|vanfem.com|vcrypt.net|vedbam.xyz|vedbom.com|vev.red|vid.ag|vidbam.org|vidbem.com|vidbm.com|vidbom.com|vidcloud.co|vidembed.cc|vidembed.io|vidembed.me|video-embed-imdb.xyz|videobin.co|videospider.in|videovard.sx|vidhd.fun|vidhd.net|vidhd.site|vidlo.us|vidlooz.com|vidnode.net|vido.fun|vidoza.co|vidoza.net|vidshar.org|vidshar.tv|vidshare.tv|vidspeed.net|vidspeeds.com|vidsrc.me|vidstream.to|vidstreaming.io|vidtodo.com|vidup.io|vidup.tv|viewsb.com|vimple.me|vipbox.lc|vipbox.live|vipleague.cc|vipleague.im|vipleague.ws|voe.sx|vudeo.io|vudeo.net|vup.to|w4files.ws|waaw.tv|waaw1.tv|watchcartoonsonline.eu|whackyvidz.com|wstream.to|wstream.video|xfilesharing.com|xrares.com|xstreamcdn.com|xvideosharing.com|xxjave.xyz|yggtorrent.site|yodbox.com|youdbox.com|youdbox.net|younetu.com|yourbittorrent.com|yourupload.com|youwatch.org|yts.mx|yts.pm|yyv.co|zipansion.com|zippyshare.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/132750
rpubs.com#@#.show-pub
! https://github.com/AdguardTeam/AdguardFilters/issues/132456
$popup,domain=exe.io,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/130809
kuruma-news.jp#@#.publicity
! https://github.com/AdguardTeam/AdguardFilters/issues/130566
@@||content.uplynk.com/preplay/*.json$domain=foxweather.com
! https://github.com/AdguardTeam/AdguardFilters/issues/130080
$script,third-party,domain=fapdig.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/129122
@@||dyg-ads-cdn.*.amazonaws.com/daion/daion-videojs-hlsjs-*.min.js$domain=ntv.com.tr
! https://github.com/AdguardTeam/AdguardFilters/issues/128656
||klclick.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/128506
@@||cmp-cdn.golem.de/mms/v2/
! https://github.com/AdguardTeam/AdguardFilters/issues/128174
@@||partners.designmynight.com/pf/js?$domain=wahaca.co.uk
! https://github.com/AdguardTeam/AdguardFilters/issues/127636
@@||cloudfront.net/uploads/*/AdS$domain=quantamagazine.org
! https://github.com/AdguardTeam/AdguardFilters/issues/127797
@@||thumbnails.roblox.com/v*/assets?assetIds=*=250x250
! https://github.com/AdguardTeam/AdguardFilters/issues/126514
cnet.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/126659
||player-cdn.com^$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/125832
/monetization.js$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/125464
theverge.com#@#a[href*="://www.anrdoezrs.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/123018
voici.fr#@#[data-ads-core]
||js-sec.indexww.com/ht/p/*.js$script,redirect=noopjs,domain=voici.fr
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=voici.fr
||googletagmanager.com/gtm.js$script,redirect=googletagmanager-gtm,domain=voici.fr
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=voici.fr
||prismamedia-com.videoplayerhub.com/galleryplayer.js$script,redirect=noopjs,domain=voici.fr
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||js-sec.indexww.com/ht/p/*.js$domain=voici.fr
@@||amazon-adsystem.com/aax2/apstag.js$domain=voici.fr
@@||googletagmanager.com/gtm.js$domain=voici.fr
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=voici.fr
@@||prismamedia-com.videoplayerhub.com/galleryplayer.js$domain=voici.fr
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/121935
@@||disqus.com/embed.js
$third-party,xmlhttprequest,domain=fmovies.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/121400
gearjunkie.com#@#.tag-sponsored-content
! https://github.com/AdguardTeam/AdguardFilters/issues/120803
$script,third-party,domain=waaw.tv,badfilter
! https://github.com/uBlockOrigin/uAssets/issues/13586
$script,third-party,domain=gamecopyworld.eu,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/120929
$script,third-party,domain=ddl-francais.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/120011
$script,third-party,domain=vidhd.fun,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/119411
capital.fr#@#[data-ads-core]
@@||tra.scds.pmdstatic.net/advertising-core/*/core-ads.js$domain=capital.fr
@@||tra.scds.pmdstatic.net/advertising-core/*/prisma-prebid-plugin.js$domain=capital.fr
||js-sec.indexww.com/ht/p/*.js$script,redirect=noopjs,domain=capital.fr
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=capital.fr
||googletagmanager.com/gtm.js$script,redirect=googletagmanager-gtm,domain=capital.fr
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=capital.fr
||prismamedia-com.videoplayerhub.com/galleryplayer.js$script,redirect=noopjs,domain=capital.fr
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||js-sec.indexww.com/ht/p/*.js$domain=capital.fr
@@||amazon-adsystem.com/aax2/apstag.js$domain=capital.fr
@@||googletagmanager.com/gtm.js$domain=capital.fr
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=capital.fr
@@||prismamedia-com.videoplayerhub.com/galleryplayer.js$domain=capital.fr
!#endif
! bild.de - broken cookie option
@@||cmp2.bild.de/wrapper/
! fix product cards
@@||contents.mediadecathlon.com/*=250x250&$domain=decathlon.co.th
! https://github.com/AdguardTeam/AdguardFilters/issues/119307
coches.net#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/119138
linio.com.pe#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/119139
@@||kvid.org/v*/vid-$subdocument
$subdocument,third-party,domain=kvid.org,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/118622
||shoosh.co^$third-party,badfilter
! https://github.com/uBlockOrigin/uAssets/commit/d5e0de7a259057c2d53ebd36f37ee1762e9e2860#commitcomment-73637215
maxisciences.com,gentside.*,ohmymag.*#@#[data-ads-core]
@@||tra.scds.pmdstatic.net/advertising-core/$script,domain=maxisciences.com|gentside.*|ohmymag.*
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,important,domain=maxisciences.com|gentside.*|ohmymag.*
@@||amazon-adsystem.com/aax2/apstag.js$script,domain=maxisciences.com|gentside.*|ohmymag.*
! https://github.com/AdguardTeam/AdguardFilters/issues/118624
@@||cmpv2.berliner-zeitung.de/mms/
! https://github.com/AdguardTeam/AdguardFilters/issues/118491
fshd.link#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/118013
@@||raincaptcha.com/*/frame/ad?$domain=raincaptcha.com
! yts.mx - fixing video player
$script,third-party,domain=yts.mx,badfilter
||yts.mx/*.gif$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/117619
mobimart.it#@##ad_global_below_navbar
! https://github.com/uBlockOrigin/uAssets/issues/9195
$script,third-party,domain=gogomovies.to,badfilter
$third-party,xmlhttprequest,domain=gogomovies.to,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/116378
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android || adguard_ext_chromium)
||cdn.lib.getjad.io/library/$script,redirect=noopjs,domain=purepeople.com,important
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=purepeople.com,important
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/116246
@@||tra.scds.pmdstatic.net/advertising-core/*/core-ads.js$domain=gala.fr
@@||tra.scds.pmdstatic.net/advertising-core/*/prisma-prebid-plugin.js$domain=gala.fr
||js-sec.indexww.com/ht/p/*.js$script,redirect=noopjs,domain=gala.fr
||amazon-adsystem.com/aax2/apstag.js$script,redirect=amazon-apstag,domain=gala.fr
||googletagmanager.com/gtm.js$script,redirect=googletagmanager-gtm,domain=gala.fr
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=gala.fr
||prismamedia-com.videoplayerhub.com/galleryplayer.js$script,redirect=noopjs,domain=gala.fr
!#if (adguard_ext_safari || adguard_app_ios || adguard_ext_android_cb)
@@||js-sec.indexww.com/ht/p/*.js$domain=gala.fr
@@||amazon-adsystem.com/aax2/apstag.js$domain=gala.fr
@@||googletagmanager.com/gtm.js$domain=gala.fr
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=gala.fr
@@||prismamedia-com.videoplayerhub.com/galleryplayer.js$domain=gala.fr
!#endif
! https://github.com/AdguardTeam/AdguardFilters/issues/116211
peramovies.club#@#.fake_player
peramovies.club#@##tab-ad
! Fixing video player on fifa.com - https://www.fifa.com/fifaplus/en/home
@@||content.uplynk.com/preplay/*/multiple.json*&ad.preroll$domain=fifa.com
! https://github.com/AdguardTeam/AdguardFilters/issues/115202
!+ PLATFORM(ext_safari, ios)
||multinews.me/produit/$popup,badfilter
! Frequently blocked by Liste-FR rules
@@||google.com/recaptcha/api.js
! https://github.com/AdguardTeam/AdguardFilters/issues/114733
@@||mos.ru/blitz/assets/blitz-common/javascripts/hashcash.js
! gogoanime - mcloud server broken
$popup,domain=mcloud.to,badfilter
@@||mcloud.to/e/
! https://github.com/uBlockOrigin/uAssets/issues/12321
@@$csp=worker-src 'none',domain=uptostream.com
! https://github.com/AdguardTeam/AdguardFilters/issues/112953
nova.rs#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/112809
@@||code.jquery.com/jquery-*.min.js$domain=onepiece-streaming.co
@@||unpkg.com/@silvermine/videojs-quality-selector/dist/js/silvermine-videojs-quality-selector.min.js$domain=onepiece-streaming.co
$script,third-party,domain=onepiece-streaming.co,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/112295
filerio.in#@#a[onclick]
! https://github.com/AdguardTeam/AdguardFilters/issues/112176
@@||olx.*/app/static/js/468.*.chunk.js
! https://github.com/AdguardTeam/AdguardFilters/issues/111506
kodiefiles.nl#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/108575
123movie.*#@##tab-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/109163
@@||boardgamegeek.com/geekcollection.php?ajax=
! https://github.com/uBlockOrigin/uAssets/issues/11544
gamekult.com#@#div[data-ad-sticky-follow]
! https://github.com/uBlockOrigin/uAssets/issues/11514
marmiton.org#@#div[data-ad-sticky-follow]
! https://github.com/AdguardTeam/AdguardFilters/issues/107956
@@||content*.uplynk.com/*.m3u8?*&ad.preroll=$domain=abc13.com
! https://github.com/AdguardTeam/AdguardFilters/issues/107277
n1info.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/106901
tv.jtbc.joins.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/106161
preciouslifemovie.com#@##tab-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/106759
! https://github.com/AdguardTeam/AdguardFilters/issues/108243
@@||cdn.ebayclassifieds.net/bff/static/*/MyAds.$domain=2dehands.be|2ememain.be|marktplaats.nl
! https://github.com/AdguardTeam/AdguardFilters/issues/107288
-300x300.gif$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/104764
!+ PLATFORM(ext_safari, ios)
@@||vjav.com/*&ad_tags=
! https://github.com/AdguardTeam/AdguardFilters/issues/104237
@@||wgplayer.com/friv5online.com/js/*/wgAds.js$domain=friv5online.com
@@||wgplayer.com/friv5online.com/wgAds.*.conf.js$domain=friv5online.com
! https://github.com/AdguardTeam/AdguardFilters/issues/102922
@@||trplus.com.tw/_ui/responsive/*/trplusLcatePage_ADV.js$domain=trplus.com.tw
! https://github.com/AdguardTeam/AdguardFilters/issues/104938
scan-manga.com#@##pub_head
! https://github.com/AdguardTeam/AdguardFilters/issues/105339
programme-tv.net#@#[data-ads-core]
@@||tra.scds.pmdstatic.net/advertising-core/*/core-ads.js$domain=programme-tv.net
@@||tra.scds.pmdstatic.net/advertising-core/*/prisma-prebid-plugin.js$domain=programme-tv.net
!#if (adguard_app_windows || adguard_app_mac || adguard_app_android)
||js-sec.indexww.com/ht/p/*.js$redirect=noopjs,domain=programme-tv.net
||securepubads.g.doubleclick.net/tag/js/gpt.js$script,redirect=googletagservices-gpt,domain=programme-tv.net
!#endif
!#if (!adguard_app_windows && !adguard_app_mac && !adguard_app_android)
@@||js-sec.indexww.com/ht/p/*.js$domain=programme-tv.net
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=programme-tv.net
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=programme-tv.net
!#endif
! https://github.com/uBlockOrigin/uAssets/issues/11190
kiosque.canardpc.com#@#.pub468
! https://github.com/AdguardTeam/AdguardFilters/issues/102873
@@||olx.pl/api/v*/*/?ad_id=$xmlhttprequest
! https://github.com/uBlockOrigin/uAssets/issues/10628#issuecomment-980589304
@@||accounts.google.com/gsi/client$domain=live.lequipe.fr
@@||accounts.google.com/o/oauth2/iframe$domain=live.lequipe.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/100793
$subdocument,third-party,domain=filmstreamy.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/99951
iphonetweak.fr#@#.pubMobile
! https://github.com/AdguardTeam/AdguardFilters/issues/100004
@@||invisioncic.com/*/javascript_*/$domain=caradisiac.com
! https://github.com/AdguardTeam/AdguardFilters/issues/100927
@@||videobin.co/embed-$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/99479
instantdomainsearch.com#@#a[href*="://www.anrdoezrs.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/100334
movielens.org#@#.marketing-container
! https://github.com/AdguardTeam/AdguardFilters/issues/98589#issuecomment-963077457
@@||olx.ua/*/?ad_id=$xmlhttprequest
! https://forums.lanik.us/viewtopic.php?p=162232#p162232
@@||integration.graphcomment.com/*.js$domain=lephoceen.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/98651
gumtree.co.za#@#.ad-info
! https://github.com/AdguardTeam/AdguardFilters/issues/99134
metacritic.com#@#.pub-img
! https://github.com/AdguardTeam/AdguardFilters/issues/97914
@@||content*.uplynk.com/*.m3u8?*&ad.preroll=$domain=6abc.com
! https://github.com/AdguardTeam/AdguardFilters/issues/97665
$script,~third-party,domain=supertoinette.com|viedemerde.fr|www.lephoceen.fr,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/96211
twitter.com#@?#[data-testid="tweet"]:-abp-contains(Sponsorisé)
! https://github.com/AdguardTeam/AdguardFilters/issues/95992
@@||cdn.reembed.com/player/inread.min.js$domain=protothema.gr
! https://github.com/AdguardTeam/AdguardFilters/issues/96311
@@||cache.vidembed.net^$domain=vidembed.*
@@||vidembed.net/load/hls/$domain=vidembed.*
@@||vidembed.cc/streaming.php?id=$subdocument
$subdocument,third-party,domain=vidembed.cc,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/95052
@@||bunnycdn.ru^$xmlhttprequest,domain=fmovies.*
@@||cdnjs.cloudflare.com/ajax/libs/$xmlhttprequest,domain=fmovies.*
! https://github.com/AdguardTeam/AdguardFilters/issues/93910
otomoto.pl#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/93087
@@||ahcdn.com^$domain=txxx.com
! multiup.org - blocked download
@@||multiup.org/download
! https://github.com/AdguardTeam/AdguardFilters/issues/92325
@@||dailymotion.com*autoplay=1$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/91892
@@||vudeo.net/embed-$subdocument
@@||uqload.com/embed-$subdocument
$subdocument,third-party,domain=zustream.org|zoneseries.stream|vf-film.org|vf-serie.org,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/90825#issuecomment-902040297
@@||cdn.bigsv.ru^$domain=seasonvar.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/91225
$subdocument,third-party,domain=cloudvideo.tv,badfilter
! zeit.de - unable to accept cookies
@@||consent-cdn.zeit.de/wrapper/tcfv2/*/gdpr/native-message
@@||consent-cdn.zeit.de/mms/choice_select
! focus.de - unable to accept cookies
@@||cmp.focus.de/wrapper/tcfv2/*/gdpr/native-message
@@||cmp.focus.de/mms/choice_select
! youronlinechoices.com - unable to opt-out
youronlinechoices.com#@#a[href*="weborama.fr/fcgi-bin/"]
! https://forums.lanik.us/viewtopic.php?p=160880
@@||unpkg.com^$script,domain=player.freebiesforyou.net
@@||gstatic.com/*/cast_sender.js$domain=player.freebiesforyou.net
! https://github.com/AdguardTeam/AdguardFilters/issues/87494
@@||cmp.7sur7.be/wrapper/tcfv2/*_sp_enable_dfp_personalized_ads$domain=7sur7.be
! golem.de - cookie dialogue broken
@@||cmp-cdn.golem.de/wrapper/*/gdpr/native-message?requestUUID
@@||cmp-cdn.golem.de/mms/choice_select
! https://github.com/AdguardTeam/AdguardFilters/issues/86891
montorrent.com#@#a[href^="#"]
! mz.de - main content hidden
mz.de#@#.ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/85810
!+ PLATFORM(ext_safari, ios)
@@||lemonde.fr/*/article/*/publicite-*.html
! https://github.com/AdguardTeam/AdguardFilters/issues/85091
@@||api.delivery-club.ru/api*/ads?
! https://github.com/AdguardTeam/AdguardFilters/issues/85131
@@||linksredirect.com/?pub_id=$popup,domain=desidime.com
! https://github.com/AdguardTeam/AdguardFilters/issues/84018
@@||marinetraffic.com/js/468.
! https://github.com/AdguardTeam/AdguardFilters/issues/83825
ndtv.com#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/83978
/detroitchicago/cmb.js$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/83991
!+ NOT_PLATFORM(ios, ext_android_cb)
movs4u.*#@##clickfakeplayer
! https://github.com/AdguardTeam/AdguardFilters/issues/84034
@@||github.com/sponsors
! https://github.com/AdguardTeam/AdguardFilters/issues/83435
@@||ajax.googleapis.com/ajax/libs/*.js$domain=evoload.io
! https://github.com/AdguardTeam/AdguardFilters/issues/82977
finn.no#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/82982
||template-help.com^$third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/82585
linio.com.mx#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/80976
!+ PLATFORM(ext_safari, ios)
@@||adsabs.harvard.edu/ads_abstracts.html^$domain=adsabs.harvard.edu
! https://github.com/AdguardTeam/AdguardFilters/issues/83820
! https://github.com/AdguardTeam/AdguardFilters/issues/82594
@@||content.uplynk.com/ext/*.m3u8?*&ad.preroll=$domain=abc7.com|abc11.com
@@||content*.uplynk.com/*.m3u8?*&ad.preroll=$domain=abc7.com|abc11.com
! https://github.com/AdguardTeam/AdguardFilters/issues/81490
@@||onepiecex.*/assets/*/adplayerX.
! https://github.com/AdguardTeam/AdguardFilters/issues/81061
mydigit.cn#@#a[href*=".taobao.com/"]
! humblebundle.com - subscription page - no useful content
humblebundle.com#@#.marketing-container
! https://github.com/AdguardTeam/AdguardFilters/issues/81350
@@||widget.vergleich.org/comparison^$domain=computerbild.de
@@||widget.vergleich.org/items^$domain=computerbild.de
! https://github.com/AdguardTeam/AdguardFilters/issues/80842
@@||vidnext.net/player/js/$domain=vidcloud9.com
$script,third-party,domain=vidcloud9.com,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/80361
@@||streamtape.*^$domain=voiranime.com
! go.leechpremium.link - incorrect blocking
||leechpremium.link^$popup,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/78257
@@||yospace.com/csm/$domain=9now.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/80268
bdsmlr.com#@#.ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/76574
@@||camsoda.com^$domain=slutload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/74812
@@||sys000.ucoz.net/cgi/uutils.fcg$domain=gamer-mods.ru
! up-load.io - broken upload and whole site
! Reported to Liste-FR
@@/upload.cgi$domain=up-load.io
@@||up-load.io/*/js/$script
! https://github.com/AdguardTeam/AdguardFilters/issues/74377
@@||autoscout24.es/anuncios/
! https://github.com/AdguardTeam/AdguardFilters/issues/71784
@@||navi.gg/upload/ad/*/u_*.jpg
! https://github.com/AdguardTeam/AdguardFilters/issues/72730
blocket.se#@#a[href*="?ad_id="]
! https://github.com/AdguardTeam/AdguardFilters/issues/72666
! "redirect-ads.com" is related to hydrax.net video player, not ad server
||redirect-ads.com^$third-party,badfilter
||redirect-ads.com^$popup,third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/72100
dubizzle.com#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/71858
serieslatinoamerica.tv#@#a[href*="/redirect?tid="]
! https://github.com/AdguardTeam/AdguardFilters/issues/72051
@@||s1.bunnycdn.ru/assets/fmovies/*$script,domain=fmovies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/71722
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/mirage2.min.js$domain=extreme-down.tv
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/rocket-loader.min.js$domain=extreme-down.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/71461
@@||cdnjs.cloudflare.com/ajax/libs/$domain=japscan.se
! https://github.com/uBlockOrigin/uAssets/issues/8412#issuecomment-752737683
@@||aliexpress.com^$popup,domain=forum.hardware.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/70880
$subdocument,third-party,domain=alltube.tv,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/70616
@@||vidsrc.me/*.js$~third-party
@@||vidsrc.me/src/$~third-party
@@||vidsrc.me/source/$~third-party
@@||image.tmdb.org^$domain=vidsrc.me
$image,third-party,domain=vidsrc.me,badfilter
$script,~third-party,domain=vidsrc.me,badfilter
$xmlhttprequest,domain=vidsrc.me,badfilter
$subdocument,~third-party,domain=vidsrc.me,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/70309
taobao.com#@#a[href*="?ad_id="]
taobao.com#@#a[href*=".taobao.com/"]
||taobao.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/69619
@@||vidlox.me/hls/$xmlhttprequest,media
! https://github.com/AdguardTeam/AdguardFilters/issues/71639
@@/myads.$domain=gumtree.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/69390
@@||ajax.cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/rocket-loader.min.js$domain=japscan.se
! https://github.com/uBlockOrigin/uAssets/issues/8318
needgayporn.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/68486
mail.sina.net#@#.pubContent
! https://github.com/AdguardTeam/AdguardFilters/issues/66708
spark.adobe.com#@#div[id^="PostAd"]
! https://github.com/AdguardTeam/AdguardFilters/issues/66354
@@||video.m2o.it/embed/copertina/
! https://github.com/AdguardTeam/AdguardFilters/issues/65868
@@||astatic.ccmbg.com/*/js/prebid$domain=linternaute.com
! https://github.com/AdguardTeam/AdguardFilters/issues/65742
@@||c.disquscdn.com/next/embed/$domain=gogoanimes.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/65616
@@||assets.alicdn.com/*/source/pages/affiliate.js$domain=aliexpress.com|aliexpress.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/65214
faststonecapture.cn#@#.pub_left
! https://github.com/AdguardTeam/AdguardFilters/issues/64946
cnet.com#@#a[href*="://www.anrdoezrs.net/"]
! aupetitparieur.com - broken player
||pepsia.com^$third-party,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/64110
||hydrax.net^$badfilter
||playhydrax.com^$badfilter
||hydrax.net^$popup,badfilter
||playhydrax.com^$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/62913
@@||redirector.googlevideo.com/videoplayback?id=*&source=dclk_video_ads&requiressl=$domain=sbs.com.au
! Incorrect blocking
! This rule blocks websites with dot at the end, for example - "example.com."
/^(https?|wss?):\/\/([0-9a-z\._-]+)\.(accountant|bid|cf|click|club|com|cricket|date|download|faith|fun|ga|gdn|gq|info|life|link|loan|men|ml|network|online|ovh|party|pro|pw|racing|review|rocks|ru|science|site|space|stream|tk|top|trade|uk|webcam|website|win|xyz|zone)\.\/(.*)/$document,image,popup,script,stylesheet,subdocument,websocket,xmlhttprequest,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/63474
/\/(license|script)\.\d{1,5}\.js/$script,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/62086
@@||voirseries.co/templates/$script,domain=voirseries.co
@@||voirseries.co/jscripts/$domain=voirseries.co
! https://github.com/AdguardTeam/AdguardFilters/issues/61786
willhaben.at#@#.adHeading
! https://github.com/AdguardTeam/AdguardFilters/issues/61823
@@||voiranime.com/wp-content/cache/minify/7a103.js
! https://github.com/AdguardTeam/AdguardFilters/issues/61623
! https://forums.lanik.us/viewtopic.php?f=91&t=45030
famobi.com#@##fg-root
! https://github.com/AdguardTeam/AdguardFilters/issues/61160
$script,third-party,domain=fmovies.to,badfilter
@@||static*.akacdn.ru/*/assets/fmovies/min/all.js$domain=fmovies.to
! https://github.com/AdguardTeam/AdguardFilters/issues/61079
||japscan.*/ujs/$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/59830
xtits.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/59293
kanald.com.tr#@#div[data-ad]
! https://github.com/AdguardTeam/AdguardFilters/issues/59242
!+ PLATFORM(ext_android_cb, ext_safari, ios)
@@||adland.tv^$~third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/58676
@@||ced.sascdn.com/tag/*/smart.js$domain=cnews.fr
! Causes many issues
://click.*&utm_$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/57006
@@||cdn.9xbud.com/build/$script,domain=9xbuddy.org
! https://github.com/AdguardTeam/AdguardFilters/issues/56403
@@||alicdn.com/*/*_220x220.$image,domain=aliradar.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55665
||fast.io^$third-party,badfilter
||imfast.io^$third-party,badfilter
! vidsrc.me - unblocking iframes with video
@@||vidsrc.me/server$subdocument
@@||vidsrc.me/watching$subdocument
! https://github.com/AdguardTeam/AdguardFilters/issues/55444
@@||yourupload.com/jwplayer/*/*.js$domain=yourupload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/55414
@@||cdn.cnn.com/ads/adfuel/ais/*/cnngo-ais.min.js$domain=go.cnn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/54922
forodecostarica.com#@##ad_global_below_navbar
! https://github.com/AdguardTeam/AdguardFilters/issues/54852
||script.hentaicdn.com/cdn/*/core/js/arf-$badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/54910
@@||static.stormwall.pro^$domain=zone-annuaire.com
! https://github.com/AdguardTeam/AdguardFilters/issues/126517
/redirect/cpa/*$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/53109
@@||leparisien.fr/*/resources/scripts/prebid*.js
! Fix for 'https://mkvdom.ru/home?utm_source=avaho_tgb&utm_medium=cpm&utm_campaign=mkvdom_avaho_tgb'
! https://www.volkswagen-commercial.ru/ru/service.html?utm_source=Rambler_PMP&utm_medium=cpm&utm_campaign=LCV_Service_Spare_Parts&tc=oa-LCV_Service_Spare_Parts-Rambler_PMP-cpm-300%D1%85600-banner
@@?utm_source=*&utm_medium=cpm$popup,domain=volkswagen-commercial.ru|mkvdom.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/52946
cambro.tv#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/52616
@@||waaw1.tv/js/video.
@@||waaw1.tv/js/embed.
@@||waaw1.tv/js/segment.js
@@||waaw1.tv/js/d_check.js
! https://github.com/AdguardTeam/AdguardFilters/issues/51696
@@||coral.coralproject.net/api/$domain=sofoot.com
@@||coral.coralproject.net/embed/$domain=sofoot.com
@@||coral.coralproject.net/assets/js/*.js$domain=sofoot.com
! https://github.com/AdguardTeam/AdguardFilters/issues/50602
@@||static.maisgasolina.com/script.*.js
! https://forum.adguard.com/index.php?threads/videos-dont-start-on-tf1-fr.37732/
!+ NOT_OPTIMIZED
@@||cdn.tagcommander.com/privacy^$domain=tf1.fr|tf1info.fr
!+ NOT_OPTIMIZED
@@||cdn.tagcommander.com/*/tc_TF1*.js$domain=tf1.fr|tf1info.fr
!+ NOT_OPTIMIZED
@@||v.fwmrm.net/ad/g/1$domain=prod-player.tf1.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/50634
@@||cdnfile.info/*/stream/$domain=vidcloud9.com
! https://github.com/AdguardTeam/AdguardFilters/issues/49762
@@||vendorlist.consensu.org/vendorlist.json$domain=tf1.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/49537
@@||bizmania.ru/js/popup1.js
! https://github.com/AdguardTeam/AdguardFilters/issues/49122
@@||vidbm.com/embed-*.html$subdocument,domain=vidbm.com
@@||vidbm.com/loading.js?
@@||vidbm.com/player*/jwplayer.js
@@||vidbm.com/player*/jwplayer.core.controls.html5.js
! https://github.com/AdguardTeam/AdguardFilters/issues/48573#issuecomment-579085015
@@||cam*-static.xcdnpro.com^$domain=cam4.com
! https://github.com/AdguardTeam/AdguardFilters/issues/48812
@@||clipwatching.com/embed-*.html$domain=alltube.pl
! https://github.com/AdguardTeam/AdguardFilters/issues/46671
@@||uii.io/links/go$domain=uii.io
! https://github.com/AdguardTeam/AdguardFilters/issues/46143
@@||banggood.com*?admitad_$popup
! jetload.net - fixing video player
@@||vjs.zencdn.net/*/video.js$domain=jetload.net
@@||cdn.jsdelivr.net/npm/p2p-media-loader*/build/p2p-media-loader-*.js$domain=jetload.net
! https://github.com/AdguardTeam/AdguardFilters/issues/45883
@@||cdn.jsdelivr.net/hls.js/latest^
@@||data-stream.top/*/hls
! https://github.com/AdguardTeam/AdguardFilters/issues/45700
@@||adss.arcelormittal.com.ua^$domain=adss.arcelormittal.com.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/45363
@@||waaw.tv/js/video.
@@||waaw.tv/js/bootstrap.js
@@||waaw.tv/js/jquery_plugs/
@@||waaw.tv/js/tipsy.js
@@||waaw.tv/js/functions.js
@@||waaw.tv/js/segment.js
@@||waaw.tv/js/d_check.js
@@||waaw.tv/js/embed.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45298
@@||cdn.osimg.co/assets/js/xupload.js
@@||cdn.osimg.co/assets/js/main.js
@@||cdn.osimg.co/playerjs/videojs.thumbnails.js
! https://github.com/AdguardTeam/AdguardFilters/issues/45273
@@||tdn.da-services.ch/v/*/ricardo.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44654
@@||1819714723.rsc.cdn77.org/embed/$domain=yalla-shoot.com
@@||yalla-shoot.com/m/lib/*.js
@@||yalla-shoot.com/js/isMobile/*.js
@@||yalla-shoot.com/SpryAssets/SpryTabbedPanels.js
! https://github.com/AdguardTeam/AdguardFilters/issues/44353
@@||s.2dehands.be/static-web/my-account/*/MyAds.
! https://github.com/AdguardTeam/AdguardFilters/issues/43861
@@||recette-tra.scds.pmdstatic.net/advertising-core-config/*/statics/cac-config.json$domain=cuisineactuelle.fr
@@||tra.scds.pmdstatic.net/advertising-core-libs/*/prebid.js$domain=cuisineactuelle.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/43483
@@||js.filehon.com/func.js
! https://github.com/AdguardTeam/AdguardFilters/issues/43424
@@||static.ads-twitter.com/oct.js$domain=nuheara.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42895
juksy.com#@#.article__ads
! https://github.com/AdguardTeam/AdguardFilters/issues/42479
@@||olx.*/ajax/*/?ad_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/42681
@@||secure.espncdn.com/espn360/images/affiliates/$domain=espn.com
! https://github.com/AdguardTeam/AdguardFilters/issues/42273
hispasonic.com#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/42263
slutload.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/41739
residentadvisor.net#@#.add-space
! https://github.com/AdguardTeam/AdguardFilters/issues/41763
@@||imgdrive.net/newimg.js.php
! https://forum.adguard.com/index.php?threads/file-up-org.35199/
@@||file-upload.com/cgi-bin/upload.cgi
! m.olx.ua - advert content is hidded
m.olx.pl,m.olx.ua#@#.container-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/39594
comandotorrents.com#@#a[href^="http://www.masterads.info/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/39013
@@||dl.opensubtitles.org/*/download^
@@||api.opensubtitles.org^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/38661
techno-med.com.ua#@#[id^="ad_block_"]
! amazon.de - prime site - missing images
amazon.de#@#.marketing-container
! https://github.com/AdguardTeam/AdguardFilters/issues/38560
@@||code.jquery.com^$script,domain=anime-loads.org
@@||maxcdn.bootstrapcdn.com/bootstrap/*/js/bootstrap.min.js$domain=anime-loads.org
! https://github.com/AdguardTeam/AdguardFilters/issues/38186
@@||video.lastampa.it/embed/*?adref=$domain=lastampa.it
! https://github.com/AdguardTeam/AdguardFilters/issues/38095
hip2save.com#@#a[href*="://www.anrdoezrs.net/"]
! https://github.com/AdguardTeam/AdguardFilters/issues/36898
analdin.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/36855
@@||cdnjs.cloudflare.com/ajax/libs/video.js^
! https://github.com/AdguardTeam/AdguardFilters/issues/34959
don24.ru#@#.pub-container
! tf1.fr - fixing player
@@||cdn.tagcommander.com/cmp-api/cmp.js$domain=tf1.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/35862
@@||ucoz.net/cgi/uutils.fcg?$domain=mow-portal.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/35209
@@||api.parkme.com/lots?pub_id=
! https://github.com/AdguardTeam/AdguardFilters/issues/34758
@@||lgappstv.com/js/pub/
! https://github.com/AdguardTeam/AdguardFilters/issues/34709
@@||partners.spaceti.net^$domain=partners.spaceti.com
! https://github.com/AdguardTeam/AdguardFilters/issues/34517
@@||prowebber.ru/templates/prowebber/js/jquery.jmpopups*.js$domain=prowebber.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/34389
kijiji.ca#@#div[data-ad-id]
! https://github.com/AdguardTeam/AdguardFilters/issues/34266
@@||hitfile.net/platform/js/lib/jquery.fake.document/foot.js
! https://github.com/AdguardTeam/AdguardFilters/issues/34283
aniwatcher.com#@##Videoads
! https://github.com/AdguardTeam/AdguardFilters/issues/33814
t9.pe,torrent09.uno,torrent9-torrent.com,torrent9.bz,torrent9.cc,torrent9.ec,torrent9.nz,torrent9.ph,torrent9.uno,torrents9.cc,torrents9.org,torrents9.pe,torrents9.tv#@#.download-btn + .download-btn > a
! opensubtitles.org - broken search for Safari; info for other products
@@||opensubtitles.org/*/search
! https://github.com/AdguardTeam/AdguardFilters/issues/31812
empflix.com#@##hideAd
! https://github.com/AdguardTeam/AdguardFilters/issues/31484
autogidas.lt#@#.ads-container
! https://github.com/AdguardTeam/AdguardFilters/issues/30444
@@||mp4upload.com/embed-$domain=mp4upload.com
! https://github.com/AdguardTeam/AdguardFilters/issues/30251
mudah.my#@#.ads-search
! https://forum.adguard.com/index.php?threads/tf1-fr-broken.30944/
@@||gigya.com/js^$domain=tf1.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/29615
thenation.com#@#.sticky-ads
! https://forum.adguard.com/index.php?threads/up-4-net.30856/
up-4.net#@#a[style]
! https://github.com/AdguardTeam/AdguardFilters/issues/29368
@@||gv.com.sg/media/cms/js/script.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29149
@@||ssl.p.jwpcdn.com/player/v/*/jw-icons.woff$domain=kvid.org
! https://github.com/AdguardTeam/AdguardFilters/issues/28999
@@||solitarios-online.com/script.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/28606
@@||opensubtitles.org/*/subtitles$subdocument,domain=opensubtitles.org
@@||dl.opensubtitles.org/*/download/$subdocument,domain=opensubtitles.org
! https://forum.adguard.com/index.php?threads/30382/
speed4up.com#@#.AdsTop
! https://github.com/AdguardTeam/AdguardFilters/issues/28161
@@||forum.pcgames.de/globals/affiliate.js
! unlockapk.com - fixing downloading
@@||dl.unlockapk.com^
! spiegel.de main page - unblocking magazine image
@@||magazin.spiegel.de/EpubDelivery/image^
! https://github.com/AdguardTeam/AdguardFilters/issues/25893
@@||amazonaws.com/homad-global-configs-eu-fra.schneevonmorgen.com/global_config.json
! https://github.com/AdguardTeam/AdguardFilters/issues/27103
@@||static.advance.net/static/common/js/adv_gigya.js
@@||static.advance.net/static/common/js/adv_common.js
@@||static.advance.net/static/common/js/adv_toprail.js
@@||static.advance.net/static/common/js/adv_gallery_init.js
@@||expo.advance.net/img/*/width*/ad3_img*.jpeg$domain=cleveland.com
! https://forum.adguard.com/index.php?threads/problem-with-the-website-tf1-fr.29887/
@@||secure.footprint.net/token=
! https://github.com/AdguardTeam/AdguardFilters/issues/25216
@@||dx.com/content.axd?js=
! https://github.com/AdguardTeam/AdguardFilters/issues/24939
@@||s.marktplaats.com/static-web/*/MyAds.
! https://github.com/AdguardTeam/AdguardFilters/issues/24765
@@||7eer.net^$popup,domain=cashrewards.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/24643
youzik.com#@#a[style]
@@||vnadigital.com^$domain=youzik.com
! https://github.com/AdguardTeam/AdguardFilters/issues/24280
@@||autopromo.allocine.fr/*-async/*/*&autoload=*&seg=$domain=allocine.fr
@@||autopromo.wbdds.com/*-async/*/player_external_embed/*&autoload=*&seg=$domain=allocine.fr
! https://forum.adguard.com/index.php?threads/is-adguard-breaking-bitchute.32885/
! https://github.com/AdguardTeam/AdguardFilters/issues/23698
@@||bitchute.com/static/*/js/monetization.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23439
@@||zone-telechargement1.org^$popup,domain=zone-telechargement1.org
! https://github.com/AdguardTeam/AdguardFilters/issues/23428
@@||cse.google.com/cse.js^$domain=clubic.com
@@||cse.google.com/cse/element/$domain=clubic.com
@@||googleapis.com/customsearch/$domain=clubic.com
! https://github.com/AdguardTeam/AdguardFilters/issues/23372
akademikpersonel.org#@##ad_global_below_navbar
! https://github.com/AdguardTeam/AdguardFilters/issues/22721
overclockzone.com#@##ad_global_below_navbar
! https://github.com/AdguardTeam/AdguardFilters/issues/22397
@@||nahnoji.cz/embed?id=
! https://github.com/AdguardTeam/AdguardFilters/issues/22203
@@||kissanime.*/Special/AreYouHuman2
! https://github.com/AdguardTeam/AdguardFilters/issues/22125
! https://github.com/AdguardTeam/AdguardFilters/issues/22084
! https://github.com/AdguardTeam/AdguardFilters/issues/22083
! https://github.com/AdguardTeam/AdguardFilters/issues/13526
@@||player.ooyala.com/*player_api/v*/*/embed_code/*?adSetCode=
! https://github.com/AdguardTeam/AdguardFilters/issues/21456
androidpit.fr#@##ad-sticky-container
! https://github.com/AdguardTeam/AdguardFilters/issues/21176
@@||s.marktplaats.com/aurora/res/javascript/dist/*/pages/mymp/MyAds.js
! https://github.com/AdguardTeam/AdguardFilters/issues/21075
@@||d2k0dbzikc6ta.cloudfront.net^$domain=easybib.com
! https://github.com/AdguardTeam/AdguardFilters/issues/21054
@@||www*.tusfiles.net^
@@||tusfiles.net/scripts/app.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16677
@@||yospace.com/csm/$xmlhttprequest,domain=7plus.com.au
! https://github.com/AdguardTeam/AdguardFilters/issues/20443
@@||estaxi.ru/upload/ad/$domain=estaxi.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/20370
trackitonline.ru#@#.liketable
@@||fruithosted.net/dl^
! https://github.com/AdguardTeam/AdguardFilters/issues/19260
@@||kimcartoon.me/Scripts/kimplayer.js
@@||kimcartoon.me/Scripts/fixlh3dsk.js
@@||fruithosted.net/dl^$media
! https://github.com/AdguardTeam/AdguardFilters/issues/18898
! https://github.com/AdguardTeam/AdguardFilters/issues/19569
! https://github.com/AdguardTeam/AdguardFilters/issues/19386
sexboomcams.com,nudogram.com,pornformance.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/19376
tnaflix.com#@##hideAd
! https://github.com/AdguardTeam/AdguardFilters/issues/18759
@@||mediav.porn.com/images/fonts^
! https://github.com/AdguardTeam/AdguardFilters/issues/18776
@@||out.pladform.ru/player^$domain=serialbox.org
@@||out.pladform.ru/getVideo^
! https://github.com/AdguardTeam/AdguardFilters/issues/18662
@@||ssl-gumtree.classistatic.com/*/_/myads.js
@@||ssl-gumtree.classistatic.com/*/resources^
! https://github.com/AdguardTeam/AdguardFilters/issues/18716
tubedupe.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/18192
@@||animeland.tv/thumbnail^
! https://forum.adguard.com/index.php?threads/shooshtime-com-nsfw.28893/
@@||shoosh.co^$image,domain=shooshtime.com
! https://forum.adguard.com/index.php?threads/www-tennisactu-net.28883/
tennisactu.net#@##bgclicable
! https://github.com/AdguardTeam/AdguardFilters/issues/16198
@@||sonycrackle.com/vendor/crypto-js/crypto-js.js
! mangareader.net - search is broken
@@||mangareader.net/sup/js/*.js$~third-party
! https://forum.adguard.com/index.php?threads/28700/
||aliexpress.com^*&aff_platform=$popup,badfilter
! https://github.com/AdguardTeam/AdguardFilters/issues/15407
porngem.com#@#.is-ad-visible
! https://github.com/AdguardTeam/AdguardFilters/issues/14912
@@||video.repubblica.it/embed^
! https://github.com/AdguardTeam/AdguardFilters/issues/14849
@@||zone-telechargement1.com^$domain=zone-telechargement1.com
! https://github.com/AdguardTeam/AdguardFilters/issues/14832
@@||crackle.com/vendor/crypto-js/crypto-js.js
! go4up.com - links not showing after timeout - for products which do not support $redirect=nooptext
@@||cache.go4up.com/assets/img/abutoned.gif
! breaks damoh vast sites like gamona.de
||svonm.com^$third-party,badfilter
@@||amazonaws.com/homad-global-configs.schneevonmorgen.com^
@@||svonm.com^$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/14376
forospyware.com#@#.ad_content_wrapper
! https://github.com/AdguardTeam/AdguardFilters/issues/14315
@@||partner.zattoo.com/partner/tele5/mini/tele-5$domain=tele5.de
! https://github.com/AdguardTeam/AdguardFilters/issues/13483
@@||partner.onetwotrip.com^$domain=travel.tinkoff.ru
! https://github.com/AdguardTeam/AdguardFilters/issues/12392
|https://$script,stylesheet,third-party,xmlhttprequest,domain=kimcartoon.me,badfilter
|http://$script,stylesheet,third-party,xmlhttprequest,domain=kimcartoon.me,badfilter
@@||disqus.com^$script,domain=kimcartoon.me
! https://github.com/AdguardTeam/AdguardFilters/issues/10622
! https://github.com/AdguardTeam/AdguardFilters/issues/41415
!+ PLATFORM(ios, ext_safari)
@@||dailymotion.com/cdn/$media
! https://github.com/AdguardTeam/AdguardFilters/issues/10077
@@||socialize.eu1.gigya.com/gs/SSOGateway.aspx$domain=tf1.fr
! https://github.com/AdguardTeam/AdguardFilters/issues/9828 - fixing Liste FR rule
@@||damoh.$media
! https://github.com/AdguardTeam/AdguardFilters/issues/9193
@@||pagead2.googlesyndication.com/pagead/show_ads.js$domain=aeroport-de-tunis-carthage.com
! https://forum.adguard.com/index.php?threads/27175/
alfresco-holidays.com,alfresco-holidays.nl,alfresco-camping.de,eurocamp.co.uk#@#.header-promo
! https://forum.adguard.com/index.php?threads/26261/
@@||template-help.com^$domain=templatemonster.com
! https://github.com/AdguardTeam/AdguardFilters/issues/38213
!+ PLATFORM(ext_android_cb, ext_safari, ios)
@@||rutube.ru^$domain=mavanimes.co
! Fixing WordPress auth
!+ PLATFORM(ios, ext_safari, ext_android_cb)
@@login.php?redirect_
! https://github.com/AdguardTeam/AdguardFilters/issues/6603
@@||kweb.videostep.com^$domain=jeanmarcmorandini.com
! https://forum.adguard.com/index.php?threads/24295/
@@||amazonaws.com/homad-global-configs.schneevonmorgen.com/hd-main.js
! https://forum.adguard.com/index.php?threads/23680/
@@||dev8.batiactu.com^$domain=maisonapart.com,image
! https://forum.adguard.com/index.php?threads/twitter-video-consent-annoyance.23027/#post-143002
! https://github.com/AdguardTeam/AdguardFilters/issues/20325
@@||syndication.twitter.com/settings^
@@||syndication.twitter.com/i/jot/syndication
! https://forum.adguard.com/index.php?threads/www-commentcamarche-net.22724/
@@||player.ooyala.com/player_api/$domain=commentcamarche.net
@@||player.ooyala.com/sas/player_api/$domain=commentcamarche.net
! https://forum.adguard.com/index.php?threads/20672/
@@||bfm-ak.cds*.yospace.com/u/file~video_$domain=bfmtv.com
@@||bfm-ak.cds*.yospace.com/crossdomain.xml$domain=bfmtv.com
! https://github.com/AdguardTeam/AdguardFilters/issues/3048
@@||ultimedia.com/deliver/video$domain=ultimedia.com,xmlhttprequest,other
! https://github.com/AdguardTeam/AdguardFilters/issues/2549
@@||90.63.192.161:81/application/$document
! https://github.com/AdguardTeam/AdguardFilters/issues/567
@@||pq-direct.revsci.net/pql?placementIdList=$domain=player.m6web.fr
@@||cdn.videoplaza.tv/contrib/fr-m6/svm/homadConfigVideoplaza-clubic.json?cache=$domain=player.m6web.fr
@@||cdn.videoplaza.tv/contrib/fr-m6/svm/vp_plugin.swf$domain=player.m6web.fr
! hifi.fr - advanced search is broken by Adguard injections
@@||hifi.fr/pm_advancedsearch$document

!-------------- Liste FR rules -------------------------------------!
&ad_count=
&ad_target_
&ad_unit_
&adInstanceId=
&ADMode=
&adplace=
&adPlayhead=
&adposition=
&adsExpected=
&aduid=
&hasads=
-120-600-
-120-x-600-
-120-x-600.
-1200x120.
-120v600.
-1220x140-
-160-x-600-
-160-x-600.
-160_600.
-160x296.
-240x90-
-250x250.gif
-300-250a.
-300-250b.
-300-250c.
-300-250d.
-300-250e.
-300-x-250-
-300-x-250.
-300x250.$subdocument
-300x250.gif?
-300x250.php?cb=
-300x250_pub.
-300x250rev_
-300x300.gif
-300x350-
-300x37.$image
-300x60_
-320px-250px.
-320x480.
-336x280.
-466x208-
-468-x-60-
-468-x-60.
-468v60.
-468x601.
-486_60.
-60x480.
-660x82.$image
-728-180.
-728-90-1.
-728-90a.
-728-90b.
-728-90c.
-728-90d.
-728-90px-
-728-x-90-
-728-x-90.
-728_90.
-728v90.
-728x150-$subdocument
-730x90.
-768x90-
-782x90.
-800x100-
-866x120-$image
-900-x-250-
-900-x-250.
-90x600-
-90x728_
-920x180.gif
-960x80.
-970-x-250.
-970-x-90-
-970x250.
-970x250_
-ad-145x95.
-ad-450x150.
-ad-610x400.
-ad-bar/
-ad-cloud.
-ad-content-
-ad-management.
-ad-mobile.
-ad-script-
-ad-test-cdn.
-ad160x600.
-ad300x250-
-ad480x60-
-ad728x90-
-ad_750x150.
-ad_ads.
-adhese.
-adikteev.
-admarket-
-adnow/
-ads-300x250.
-ads-920x
-ads-cdn.
-ads-footer.
-ads-header.
-ads-live.
-ads-model/
-ads-sidebar.
-ads.js&$script
-ads/920x
-ads/ads.
-ads720.
-adspromo.
-adv-1.
-adv-2.
-adv-3.
-advanced-ads/
-advertising/tmg-gpt.
-affiliate-banner-
-affiliate-earn-
-animated-ad.
-aoa-functions.
-apstag-ads/
-async-ads.
-async/*,adb=
-ban.468.php
-banner-125x125.
-banner-300.
-banner-300x250.
-banner-300x600px_
-banner-728.
-banner-rotation.
-banner.marketing.
-banner/?*&subAffId=
-banner250-
-banner300-
-banner728.
-banner_600x100.
-banners/ads_
-banniere-300x600-
-bonus-Ad-
-cgi/ads/
-Content-ads-
-dfp_controller.
-display-ads_
-dx/adv_
-emarketplace.
-gdfp-server.
-gpt-ads/
-home-ad-
-iframe/?zoneId=
-immopub.
-jquery.dfp.
-load-ads/
-nanalab-adv-
-native-ad-
-net480x60.
-popads_
-popunder-
-popunders.
-popup&subid1=
-popup&subid2=
-popup/js/vex.js
-position-ads.
-promo/ad_
-propads/
-pub-300-
-pub-300x250.
-pub-ads/
-pub/prod/$third-party
-regiepub/
-reklama-300x300.
-sponsor-bar.js
-templates-ads_
-viceads.
-viewability.
-votre-publicite.
-webAds-
.468.60.gif
.ad.intl.
.ad/banner/
.ad2.*?id=
.ad4link.
.ad4mat.$domain=~ad4mat.com
.ad6.$domain=~ad6.com
.adfarm1.
.ads.*?zone=
.ads.dns-
.ads.embed.
.ads/banner/
.ads/dz.
.ads6-
.ads7-
.ads8-
.adscroller.
.adsixmedia.
.AdTech&
.adtech.
.adv?*_id=
.adv?id=
.advertica-
.adxcore.
.AmazonProducts.js
.asp?adv=
.asp?affid=
.aspx?adv=
.bannerimage?aid=
.be/adv/
.campaignsFileLoaded|$script
.cc/ad/
.click/banner/
.click/pub?id=
.co/ads-
.com.sa/ads/
.com/adb.
.com/adj/
.com/adpro.
.com/adv.js
.com/adv1/?
.com/adv2/?
.com/bannieres/$image,object,subdocument,domain=~dse-ecologie.com|~visuels.l214.com
.com/bnr/
.com/bnrs/$subdocument
.com/js/out.js
.com/popup.js
.com/sponsors/
.de/ads?
.de/ads_
.dz/ads/
.dz/ads_
.es/anuncios/
.fr/*/ads/$domain=~lemde.fr|~sellplus.fr|~yoopies.fr
.fr/_adv/
.fr/ads-
.fr/ads/
.fr/ads_
.fr/adv.
.fr/adv/
.fr/adv1/?
.fr/adv2/?
.fr/adv?
.fr/adv_
.fr/adver/
.fr/affiliate/
.fr/affiliates/
.fr/js/out.js
.fr/publicity/
.get_pinder_ads
.gif?partner=
.hahaadblock|
.html?imgPrefix=/$xmlhttprequest
.html?placement_id=
.id/ads.
.io/ads?
.ir/ad/
.ir/ads.
.ir/ads/
.jmpopups-
.js?*=AdLoadVersion
.js?advertID=
.jumia.*=aff.
.kim/adv/
.loadAds&
.loading-delivery2.
.ma/ads/
.ma/ads_
.me/adv.js
.me/adver/
.mk/ads/
.mobi/ads/
.net/affiliates/
.net/popup.js
.net/publicity/
.onion/ads.
.onion/ads/
.onion/ads_
.org/ads.
.php/ads|
.php/affiliate/
.php?&zoneid=
.php?*&b=160x600
.php?*&b=300x250
.php?*&b=468x60
.php?*&b=728x90
.php?*&bannerid*campaignid=
.php?*&size=*&synergie=
.php?*&sub_zoneid=
.php?*&synergie=*&size=
.php?*/300250$script
.php?*/46860$script
.php?*/468x60$script
.php?*/72890$script
.php?*/728x90$script
.php?*/popup_$script
.php?*/pop|$script
.php?*=adSlot
.php?adf_in=
.php?ads&
.php?aid=*_ban=
.php?aid=pause_
.php?banner=$subdocument
.php?file=ads/
.php?file=banner/
.php?file=banners/
.php?file=pub/
.php?format=160x600
.php?format=728x90
.php?id=*&ref=$script,third-party
.php?idb_=*&idc_=$subdocument
.php?img_adv=
.php?sponsor=
.popunders.
.popundersc.js
.productads.
.pub-ban-
.pub.preroll/
.publicite.
.ru/ads.
.ru/banner/$third-party
.ru/banners/$third-party
.ru/i/banner/$third-party
.ru/i/banners/$third-party
.ru/s/images/banner/$third-party
.ru/s/images/banners/$third-party
.ru/uploads/banner/
.ru/uploads/banners/
.showads.
.tn/ads/
.tn/ads_
.vod.ad_
.wbdds.
.xxx/adv.js
.xxx/blk/
.xxx/imgban/
.xxx/pop/$script
.xxx/pu/$script
.xxx/uploads/banners/
.xyz/ads.$subdocument
.xyz/advert/
.xyz/js/ads/
.zone^*?af_sub=
/*300x250_pub.
/*728x90_pub.
/*=adjs,
/.s/flash/bnr/*
/.s/src/crit_image.js
/00120x00600-
/00125x00125-
/00250x00250-
/00300x00250-
/00468x0060-
/00728x0090-
/00728x90-
/1000x90_
/1080x90_$image
/1170x120px-
/120-x-600-
/120-x-600.
/120x6002.
/125x125_Ad1_
/125x125_Ad2_
/16-60.gif
/160-px-600-
/160-x-600-
/160-x-600.
/160/600|$subdocument
/160_x_600
/160by600two.
/160x300_
/160x600adblock.
/160x600FR.
/160x600v1.
/160x600x.
/16ox6oo.
/182x600/*
/200x300.gif
/2016/ads/*
/2017/ads/*
/2017pub.
/2019-ads-
/2020-ads-
/24h-ad.
/300&250.
/300-250_exo.
/300-px-250-
/300-x-250-
/300-x-250.
/300/250|$subdocument
/300250.js
/300250_2.
/300_250-2.
/300_250/*?utm_
/300_x_250
/300by250two.
/300toro.
/300x-250_
/300x250bw.
/300x250fr.
/300x300.gif
/300x60-
/300x600.
/300x600/*
/300x600B.
/300x600FR.
/300x80_bn.
/336x280above.
/375x100_bn.
/468+60.
/468-120.
/468-80-
/468-ad-
/468-px-60-
/468-x-60-
/468-x-60.
/468.htm$subdocument
/468/60|$subdocument
/468_60link_
/468__60_
/468by60two.
/468p60_
/468px.php$subdocument
/468toro.
/468x60banner.
/468x60FR.
/468x60x1.
/468x60x2.
/468x60x3.
/468x60x4.
/600x60_
/690x60.gif
/720x90.
/720x90_dfp.
/728-90ban.
/728-ad-
/728-x-90-
/728-x-90.
/728/*-affiliates-
/728/90|$subdocument
/72890.gif
/72890.js
/728_90/*?utm_
/728by90two.
/728x090_
/728x300-banner.
/728x45/*
/728x45_
/728x90adblock.
/728x90bann.
/728x90below_
/728x90Blue.
/728x90fr-
/728x90FR.
/728x90n-
/728x90n2.
/728x90px-
/728x90px.
/728X90px_
/730_90.
/736x92.
/750x60/*$script,subdocument
/782x90.
/790-90.
/900-90-
/900-90.
/900-x-250-
/900-x-250.
/900_90_
/900x90-
/900x90.
/900x90/*
/900x90_
/920_ad_
/920x90-
/953x50.gif
/953x60.gif
/960-120.gif
/960-80.gif
/970-x-90-
/970-x-90.
/970x90.
/980x90_$image
/:\/\/ban\.[\w-]+\./$third-party
/?cdlad=
/?placement=*&async$script
/?placement=*&redirect
/?redirect&placement=
/?rpartner=$subdocument
/_affiliate/hubtraffic/*
/_ra_lib*.php$script
/a.ads.
/a.php?*=infopop$script
/a.php?mode=*&pgid=$script
/a.php?t=*&pgid=*&rebill=
/a3lan-
/a3lan_
/a4u_pu.js
/a4u_pu_timer.js
/a?*&zone_id=
/aabd?rand=
/aads728.
/ab_im_desktop_b.
/ab_locations/*$script
/abd?rand=
/abroad-ad.
/abroad-adv.
/acad.$script
/acceptable.*/async
/accrochePub300.
/acecAdServer.
/action/ad_
/ad(300x250)/*
/Ad-*-300x250.
/ad-*/serve?pid=
/ad-360-280-
/ad-ads.
/ad-aws-
/ad-block.
/ad-enablers/*
/ad-eu-east-
/ad-eu-west-
/ad-footer.
/ad-inserter-pro/*
/ad-inserter/*
/ad-market/*
/ad-netc-
/ad-networks/*
/ad-related.
/ad-rotator.
/ad-script.
/ad-sidebar.
/ad-us-east-
/ad-us-west-
/ad.*&placement=
/ad.*/ads.
/ad.*/delivery?
/ad.ashx/*
/ad.bon-plan-
/ad.js?_=
/AD.Loader-
/ad.tags.
/ad/*/160/*
/ad/*/300/*
/ad/*/728/*
/ad/*/animation_
/ad/*/iframe?
/ad/*/pjs.js
/ad/*?amtarget=$subdocument
/ad/*_300250_
/ad/920-
/ad/ad3/*
/ad/ads.
/ad/banners_
/ad/js/banner
/ad/kvs_init?
/ad/pbnr1.
/ad/pbnr2.
/ad/pbnr3.
/ad/ppid.js
/ad/screen.
/ad/view.
/ad1-920-
/ad1/View.
/ad140x200-
/ad140x200.
/ad140x60-
/ad140x60.
/ad2-920-
/ad2/show.
/ad300-
/ad300ro.
/ad300x2502.
/ad300x2502R.
/ad300x250w.
/ad3_
/ad4mat.
/Ad4S_Popup/*
/ad700mv.
/ad920-
/ad920.
/ad?mode=
/ad_250250.
/ad_300x250.
/ad_920.
/ad_920_
/Ad_block.
/ad_bottom_
/ad_fr.
/ad_frames/*
/ad_js/*
/ad_locations.
/ad_locations_
/ad_middle_
/ad_placements/*
/ad_player/*
/ad_result.
/ad_setting?
/ad_smallflow/*
/ad_smallflow_
/ad_trafic.
/ad_w_intersitial.
/adagioui-
/adaptive_*?type=ads&
/adaptvInfo.
/adb.php?tag=
/adbarmetrosprite.
/adbkicker.
/adblock.php
/adblock/advertisement-
/adblock_banners/*
/adblockbanner/*
/adblockinsert.
/adboom.js
/adbybm.
/adc-300-250-
/adc-336-280-
/adc-728-90-
/adcall/call?
/adcash/300.
/adcash/728.
/AdClerks.
/AdClerks300.
/AdConfig.aspx
/adCTNRender.
/addblock.js
/addocking.
/adds-background/*
/adengine2/*
/adengine2_
/adfever.
/adforce.
/adform.
/adformat.
/adfuel-
/adfuel/*
/adfusion/ads/*
/adhesion_ad.
/adhosting.
/adimage-
/adimage3.
/adinit?
/adintop.
/adj?auid=
/adkompan.
/adland.
/adless.js
/adm_bmp.
/admantium.
/admarktTopSpot.
/admarvel_
/admaxdsp/*
/admicro.
/admtpop.
/admysports/*
/adoff.js?
/adop.js
/adop_sdk2.
/adopdmp.
/adops_
/adpage_
/adperf.
/adpick.
/adplayerX.
/adplexity-
/adplexmedia.
/adpops.
/adpopsfx.
/adporn.
/AdPortalService.
/adpower.
/adprof/*
/adprop.
/adr.php
/adRender.
/adreplace120x600.
/adreplace300x250.
/adreplace468x60.
/adreplace920x90.
/adrequest/*
/adrulesets/*
/Ads*/banner_
/ads-1-
/ads-125.
/ads-2-
/ads-2017/*
/ads-3-
/ads-4-
/ads-ad-
/ads-banner
/ads-bubble.
/ads-by.
/ads-ext.
/ads-follow.
/ads-godo.
/ads-google-adsense.
/ads-iframe-
/ads-img/*
/ads-loading.
/ads-lootmarketllc.
/ads-mopub|
/ads-pebblemedia.
/ads-priv.
/ads-random/*
/ads-service/*
/ads.*/banner/*
/ads.*/banners/*
/ads.*/go.
/ads.*/go2.
/ads.*/www/*
/ads.*?site=
/ads.cgi?
/ads.slot.
/ads.xml
/ads/*-300x250.
/ads/*-habillage-
/ads/*.php?_=
/ads/*/300_
/ads/*/iframe?
/ads/*_ad_
/ads/*_habillage_
/ads/120/600/*
/ads/160x
/ads/2-728.
/ads/250x250-
/ads/250x250.
/ads/3-728.
/ads/300/250/*
/ads/300x
/ads/4.
/ads/468/60/*
/ads/468x
/ads/728/90/*
/ads/728x
/ads/920-
/ads/920.
/ads/970x
/ads/?pubid=
/ads/?subid=
/ads/ad1.
/ads/ad2.
/ads/ada.
/ads/adb.
/ads/add.
/ads/ban-
/ads/banner02.
/ads/banner03.
/ads/bigbox?
/ads/bmedia.
/ads/boost.
/ads/bottom_
/ads/click/*
/ads/country.
/ads/cpmstar_
/ads/criteo/*
/ads/criteo2_
/ads/criteo3_
/ads/dui.
/ads/eps_
/ads/extra.
/ads/feed/*
/ads/footer1.
/ads/footer2.
/ads/footer3.
/ads/footer4.
/ads/genere_ban.
/ads/get_
/ads/gif/*
/ads/gordiy.
/ads/kits/*
/ads/layered_
/ads/left/*
/ads/lodown_
/ads/lz_
/ads/mgid.
/ads/mgid_
/ads/new/*
/ads/overlay.
/ads/p1.
/ads/p2.
/ads/pages/*
/ads/pops/*
/ads/popup-
/ads/popups-
/ads/prods/*
/ads/rekfoot.
/ads/rekleft.
/ads/rekright.
/ads/slider_
/ads/socket.
/ads/spot_code.
/ads/sticky_
/ads/top_
/ads/v.
/ads/v1/*
/ads/vendors.
/ads/vip1.
/ads/vul2.
/ads/zones/*
/ads120.
/ads13.
/ads14.
/ads15.
/ads16.
/ads17.
/ads1a.
/ads2a.
/ads300m.
/ads360/*
/ads3a.
/ads700.
/ads888/*
/ads920.
/ads920x90_
/ads?device=
/ads?idc=
/ads?key=
/ads?kind=
/ads?p=
/ads?req_
/ads?spot_
/ads?sz=
/ads_120_
/ads_250_
/ads_60_
/ads_90_728.
/ads_920_
/ads_banner/*
/ads_block
/ads_capping.
/ads_data/*
/ads_data_
/ads_fol_
/ads_hao123.
/ads_html5/*
/ads_left.
/ads_link_
/ads_master.
/ads_reload.
/ads_right.
/ads_rotator.
/ads_script.
/ads_script_
/ads_scripts/*
/ads_server/*
/ads_top.
/ads_video.
/adsafe-vast.
/AdSale/*
/adsanity.
/adsatlas_
/adsbygoogle-
/adsbypfmnt.
/adsbyskyline.
/adsc.js
/adscache.
/adsCL.
/adsClick/*
/AdsController.
/adscores/*
/adsCR.
/adscript.js
/AdScriptcode.
/adsdino.
/adsen.php
/adsensebase.
/adsenseLoader.
/adsenseloader/*
/adserve?
/adserver-us.
/adserverimages/*
/adservermn/*
/adserwer.
/adSettings?
/adsext/*
/adsf300.
/adsfactor_
/adsframe/*
/adsleft.
/adslider.
/adsmanager.js
/adsmouse.
/adsoptimal.
/adsoptimal/*
/adspace3.
/adspage.
/adspaymedia.
/adspirit.
/adsplus.
/adspromo/*
/AdsPub/*
/adsquare-
/adsrtb.
/adss.htm
/adssdk-
/adstest.
/adstil.
/adstrack/*
/adstract_
/adsurge-
/adsview.
/adsview/*
/adsvrz-
/adsw1.
/adtechv2_
/adtictac.
/adtube.
/adUnblock.
/adv-out/?
/adv.htm
/adv.search.
/adv/*/1000x500_
/adv/*/banner/*
/adv/*?pid=
/adv/*_468
/adv/*_728
/adv/ad_
/adv/ads.
/adv/adx.
/adv/banner2/*
/adv/banners/*
/adv/pads.
/adv/partners/*
/adv/show-
/adv/show_
/adv/www/*
/adv/z/?
/Adv728.
/adv?banners=
/adv_300.
/adv_300_
/adv_728.
/adv_728_
/adv_banner.
/adv_cto.
/adv_forum-
/adv_js.
/adv_pi.
/advalidation.js
/advcash.$domain=~advcash.com
/adver_imgs/*
/adver_link.
/advert-serv.
/advert/pop/*
/advert/rota-
/advertise2.
/advertise250.
/advertisement?
/advertiserv/*
/advertiserv2/*
/advertising-block.
/advertising-core/*
/AdvertisingBanners/*
/advertisingView?
/advertisting-placeholder-
/adx-dir-
/adx-instream.
/adx.js
/adx/*/native.
/adxAdmin/*
/adxplatino.
/adzads_
/aeXP/src.
/af-250x250.
/af-300x250.
/aff/ads/*
/aff/img/banners/*
/aff_*/banners/*
/aff_*?aff_id=
/aff_banner.
/aff_generic_banners/*
/aff_pub_
/affadsense/*
/affi-300x250.
/affi/ads?
/affiamz.js
/affich_ban.
/affich_pub.
/affich_pub_
/affichban.
/affiliate-butler-
/affiliate.*/banner
/affiliate.js
/affiliate.min.js
/affiliate/*/banners/*
/affiliate/banner.
/affiliate/park/*
/affiliate_ads_
/affiliateplus/banner/*
/affiliates-landing-
/affiliates/*_banner.
/affiliates/banners/*
/affiliates/images/banners/*
/affiliates/media/banners/*
/affiliates/promotools/*
/affiliatesiamges/*
/affiliation-mb.
/affiliation_simple/*
/affiliationbanner.
/affiliationbanner/*
/affilist-$third-party
/affilitybanners.
/affpx.php
/affs?addonname=
/afiliados/*
/afiliasi/*/banners/
/afilyads1.
/afterclick.js
/afu.php?id=
/alipromo.replace.js
/altad.
/amazonaffiliate-
/amazonaffiliate.
/amazonProducts.js
/amp-ad-exit-
/andreamedia.js
/anime/ads/*
/anti-pub.
/anuncios/banner_
/anuncy/*/ads/
/aoa-functions.
/api.*/ads?
/api/ads_
/api/senddata?site=banner&
/apop/js/zone/*
/app-ads-
/appwalletad/*
/apu.php?id=
/arabyads.
/aradpardaz_
/arriveesPmu_
/article/ads/*
/as/go/dl.js$~third-party
/ashot.js
/assets/abpe-
/assets/adf-
/assets/adn-
/assets/padb-
/assets/pop.js
/avantajadas/*
/ax/bnnr/*$script
/b-1-468-$image
/b.isbnrs.
/b.n.php?aid=
/b/ads/*
/b728x90a.
/b_right.$subdocument
/back-adsens.
/ball/nomad/*
/ban-520x20.
/ban-pub-
/ban/*-468.
/ban/*/300x250
/ban/partenaires/*
/ban160.js
/ban300.js
/ban728.js
/ban728x901.
/ban728x902.
/ban_120_60_
/ban_pub_
/banads/*
/bancode.php?id=
/bandeau-pub-
/bandeau_pub_
/bandeaupublicite/*
/bandeaux_pub/*
/bandito.php?$xmlhttprequest
/banener_pub.
/baner/ads/*
/banger.js?cb=
/banks-ads.
/banLight.*?ref=
/bann120x600_
/bann468X60.
/banner-*?zoneId=
/banner-ads
/banner-publi-lateral.
/Banner-Tag-
/banner.ashx?
/banner.control.
/banner.outer.
/banner/*&site_id=
/banner/*/300x250
/banner/*/728x90
/banner/*?site_id=
/banner/150x60.
/banner/160
/banner/250X300.
/banner/728
/banner/ads-
/banner/ads.js
/banner/bottom?
/banner/ebay/*
/banner/iframe?
/banner/middle?
/banner/player?
/banner/pop/*
/banner/sas-
/banner/sponsor.
/banner/top?
/banner160.
/banner160xx600.
/banner300.
/banner468-
/banner720x90/*
/banner728.
/banner728.gif
/banner?*&domain=
/banner?sid=
/banner_160x60.
/banner_300x250
/banner_46860.
/banner_600x60_
/banner_728x90
/banner_ads2.
/banner_ads3.
/banner_ads?
/banner_adv.
/banner_adv2.
/banner_body.
/banner_campaign_
/banner_display.
/banner_ext.
/banner_iframe.
/banner_left.$subdocument
/banner_mainflash.$subdocument
/banner_pub.
/banner_right.$subdocument
/banner_script/show.
/banner_show.
/banner_top.$subdocument
/bannerad2300.
/bannerad300.
/bannerad4.
/bannerad5.
/bannercode-
/bannerinf.js
/bannerinf?lg=
/banners-ads/*
/banners-pub/*
/banners.htm?size=
/banners.php?zone
/banners/*/adx.
/banners/*_ads_
/banners/120x240.
/banners/120x48/*
/banners/125x125.gif
/banners/150x60.
/banners/200x200/*
/banners/200x48/*
/banners/200x600/*
/banners/200x80/*
/banners/250X300.
/banners/800x60/*
/banners/ad-
/banners/ads_
/banners/fr.ad.
/banners/pub-
/banners/pub.
/banners/pub2.
/banners/pub3.
/banners?tid=
/banners_campaigns/*
/BannersImages/skin-
/banniere-pub-
/banniere.*/ref=
/banniere.*?said=
/banniere.*?type=
/banniere.php?id=
/banniere300x250.
/banniere300x250bas.
/banniere400x60.
/banniere438x60.
/banniere450x60.
/banniere468x60_
/banniere728x90.
/banniere728x90_
/banniere728x90home.
/banniere_282x60.
/banniere_pub.
/bannieres/habillage.
/bannieres_fdf.
/bannieresadultes.
/bannner_footer.
/banpub.
/banpub/*
/bans_infopop/*
/bansfakes_st.
/barra-disksexo/*
/baselineAdScripts?
/bb728x90.
/bcklad.
/bdv_rd.dbm?
/bens/vinos.js
/bg_ads.
/bigbangads.
/bimages/*&ad=
/bitmexbanner_
/BlankAD_
/bloc-midpubplug/*
/blockadvertising/*
/blockpubcarree.
/blockpubcarree2.
/blog/ads_
/bn/728/*
/bn_bnad_
/bnjs.php?*&aff=
/bnjs.php?aff=
/bnr.php?*&format=
/bnr.php?*&pub=
/bnr.php?section=
/bnr/300-150-
/bnr/300/*
/bnr/468.
/bnr/468/*
/bnr/720/*
/bnr/?wkey=
/bnr/ad/*
/bnr/ads/*
/bnr468.
/bnr?*=$script
/bnr_xload.
/bnrs/yn_bnr.
/bodyclick.php?id=
/bonga/*_banner.$subdocument
/bouton_pub.
/brand-ads-
/brightcoveAds.
/brinpopup.
/c.amazon-adsystem.com/*
/cadre/160-$subdocument
/cadre/728-$subdocument
/campagne/redir/*
/campaigns/banner?
/cams/live-banners/*
/CanvasAd.
/carrepubHome.
/cash_ban/*
/CCcam-pub.
/cd_infopop/*
/cd_pop_dhtml-
/cd_pop_dhtml/*
/cdn-ads-
/cdn.*/ads.$domain=~tubitv.com
/cdn.adv.
/cdn/affiliates/*
/cdn/banners/*
/cdn77-fs.ads
/cgi-bin/affiliates/*
/cgi-bin/banner/*
/cgi-bin/banners/*
/choixPubJS.
/clash/ads/*
/clash/banner-
/clic.php?promoid=
/click.php?key=
/click/*?pubid=
/click?pub=
/clickads.
/clickpartners.
/clients-ads.
/clixsense_
/cmpn_async.
/code-float-ad.
/code/adv/*
/comment-ads.
/component-ad-
/comunes/ads/*
/config_dfp.js
/coolads.
/core-ads-
/core/ad2/*
/core/ad3/*
/core/ads_
/crakmedia.js
/crakrevenue/*
/Criteo.ADBLOK.
/Criteo.Left.
/crossdomainad.
/crt_adb.js
/cshoppingbox.
/csi_ad_
/custom/ads.
/customdata/banner/*
/custompopup.php?
/dacash.
/datas/banners/*
/dating/ads/*
/datingaffiliation.
/datingaffiliation1.
/deals.*/banners/*
/default_ad/*
/default_ads_
/defclick_ad/*
/delivery.*?dfp=
/delivery/*&campaignid=
/delivery/*&zoneid=
/delivery/*?bannerid=
/delivery/ajs.
/delivery/ck.
/delivery/directlink.
/delivery/ifrm.
/delivery/rta/*
/delivery/www/*
/delivery?*&ad=
/delivery?*&callback=
/detect-acceptable/*
/df/250x250.
/dfp-adblock-
/dfp-leaderboard.
/dfp-rectangle.
/dfp-skyscraper.
/dfp/config/*
/dfp/dfp.
/dfp_ad/*
/dfp_server.
/DfpAd|
/diff_affich_ban.
/directads2.
/disclaimer.$domain=blog2mature.com|hentai-tube.fr|leathumb.com|papy-porno.com|porc.com|pornasiatix.com|pornxmovies.com|pornz.fr|secret-amateur.com|sexe2blog.com|sexotor.com|tube2sexe.com|videosallopass.com
/display.php?ec=
/display/*&160&600
/display/*&300&250
/display/*&468&60
/display/*&728&90
/display/?affid=
/display/?method=$subdocument
/display/ads.
/display/ads_
/display/items.*&
/display_pub.
/DisplayAdTargets.
/displayItem?cbzid=
/displayWidget?affrid=
/dist/pnr.js?
/doks/ad.js
/doubleclick_dmm/*
/drawpub2.
/dreamads/*
/dtc-adserver-
/dub-dub-iad/*
/dynamicAds?
/eaCtrl.js
/earn.*?zone=
/eas/ads/*
/ebam/ads.
/ebayads/*
/ec_adalt.
/ec_adalt/*
/ec_adalt_
/ec_connectorDelivery.
/edb.php?*&size=
/edmonton.webp?
/effiliation/*
/effinity/banniere-
/ejs_slidein.js
/email_catcher/track.
/embed/ads/*
/embed/partner/*
/emplacement-pub/*
/entete_pub.
/entree_pub.
/entrega/?zona=
/epespad.
/epomads2.
/EpubDelivery/*
/ero-pop.
/espace-pub-
/espaces-sponsorises/*
/eureka.js
/event-adserver.
/exbannerf/*
/exchangebanners/*
/exit_pop_up.
/exoclick300m.
/extads.
/ezais/dynamic?
/ezban.
/ezmtdata|
/f.php?aid=AID
/factorads.
/fakeFBbar.
/fakeplayer/*.php?img=
/fakevideo/rotate.
/fastclick300.
/fastclick468.
/fcl.php?keyword=*&originUrl=
/fera/ads/*
/ffadp/init/?
/files-adsurge/*
/fillerAds/*
/fod_ad_
/fond_pub_
/footer-ad/*
/footerads_
/footerPartnerOffers.
/foreignkey.adv?
/formats/ads_
/forward?key=$subdocument
/fr-ads.
/fra/ads/*
/frame/ad?
/frame_popup.
/free/ads/*
/frontend/ads.js
/fronts/ads/*
/frprn_ad.
/fulladnet.js
/fullpagebanner.js
/games-ad.
/games/ads.
/gdfp.js?
/gdfp_reload-
/gen_regie.
/gestionpub/*
/get.cgi?*=banner
/get/*?zoneid=
/get?*&ab=*&ref=$script,third-party,xmlhttprequest
/get?pvt=*&ab=*&ref=
/get_affiliate_
/get_banniere.php?$subdocument
/get_links_*&zone=
/getAdCode&
/getAdCode.
/getadmanageconf?
/getadsor.
/getappmsgAd?
/getDlAd?
/getPromotedClassifiedAd.
/getPub.php
/getstatus?site=banner&tail=
/gfx/banners/*
/gif/sponsor_
/grafik/ads/*
/grid/ads/*
/hashcash.$domain=~hashcash.io
/hbams/hb_
/hbams/lib/hb_
/header-ads.
/header/reclames/*
/hidemyass468-
/HiLoStripperAd.
/hma-vpn-promo.
/homad-global-
/homadConfigVideoplaza-
/href-to-popup.
/html5/ads/*
/i54eads.
/iab-vendors.
/iab/banner|
/iadbn?
/ibd-ads/*
/ichhar.
/ichhar/*
/ico-ad.
/ifr?zoneId=
/iframe.*?idzone=
/iframe468x60-
/iframe468x60.
/iframe468x60/*
/iframe_dfp.
/iframe_pub.
/iframe_pub_
/iframes/ads/*
/IFrameStoreReciever.
/image/ad.
/images/*_ads/
/images/adsMB/*
/images/affiliates/*
/images/banniere468x
/images/istripper/*
/images/sponsored?
/images/sponsors/*$third-party
/images/sponsorships/*
/images_pub/pub_
/img-bandeau-pub/*
/img-samples/ads/*
/img/46860.
/img/_ad/*
/img/ads.
/img/adv_
/img/bnr728.
/img/cdp728.
/img/sponsorships/*
/img/vda_
/imgs/adv/*
/imu-320x480/*
/in-ad_desktop/*
/in-stream-ad-
/in_ad_new.
/ina_ad_
/inc/ezcl.
/inclick.js
/include/partenaires.
/include/popup.
/includes/adds/*
/includes/ads.
/includes/pop/*
/incontext_ads.
/index.php/tag/iframe/*
/infopop-optimise-
/infopop-optimise.
/infopop/*.php?
/infopop/infopop.$script
/init/?siteId=*&loc=
/InjectPopunderAd.
/Inkorrect_ab/*
/inread.
/inread_
/inside_ad.
/intellitxt/front.
/internalAds/*
/interstitial-ads.
/interstitial/*?tid=
/interstitial/*?uid=
/intro-ad-*?
/iptvpub.
/iptvpub2.
/ipvanish-300x250.
/iStripper-
/it/adv/*
/ivdisclaimer.*?aff=
/iwadserver.
/jad-money.
/javascript/ads_
/jp_display.
/jquery.adsenseloader.
/jquery.dfp.
/jquery.fake.
/jquery.kpop.
/jquery.linkshrink.js
/js.adv.
/js//dfp.
/js/adv_
/js/infopop_
/js/marketing/marketing.js
/js/pub.js
/js/sda-
/js/tc_loader.js
/js/tc_pu.js
/js_a_d_s.
/jsExtPromo.
/jsk?zoneid=
/jstags.*/300250
/jstags.*/72890
/jwplayer/plugin/preroll.js
/last_ads.
/layered_ad.
/layout/ads?
/leftbanner_embed.
/lgads.
/lgpub.
/lib/*&adl=$subdocument
/lib/*&adr=$subdocument
/libs/ads.
/license.packed.$script
/license.packed_$script
/licensepop.
/liens-commerciaux/*
/liens/banniere.
/ligadis.$script
/ligatus.js
/link-converter.$script
/linkreplacer.js
/linkshrink.js
/linkto/ads.
/livebanner.php?r=
/livewebcam/*&id_affilie=
/livewebcam/?id_affilie=
/load.php?*&size=
/load.php?action=adsc&
/loaddfp?
/loaded?b=*&time=
/loadEspacesSponsorises.
/logos-pub/*
/logpopup/*
/lp_fkplay/*
/mads/*
/mailorama120600.
/main/ads_
/makeBanner.js
/marketing/*/pub/*
/MarketingResourceImages/*
/markt/banner/*
/matomyads160x600.
/matomyads250x250.
/matomyads468x60.
/matomyads728x90.
/media-ads/*
/media/300250.
/media/72890.
/mediamondads.
/medias/ads/*
/meltyad/*
/menu/ADS/*
/mf.banniere.prod.js
/mf.pub.prod.js
/mf.sethabillage.js
/miniads/*
/missaffiliate/*
/mm-ad-widget-
/mnf_*x*.gif
/mobile-ad/*
/mobilead.
/mobilead300.
/mobileadslide.
/modalads.
/modules.pub.js
/money/ad.
/mosaique/track.php?
/mpop.js
/mpopunder.
/msconfig/ads/*
/mwpopunder.
/myadcash.
/myadproxy_
/myadvertisements.
/n2ad_iframe.
/nadstive.
/nadv.html
/nadv2.html
/nanalab.js
/native-ad/*
/nav/ads.
/nendAdLoader.
/networking/ref_
/new/pu.js
/newcafv2.js
/newpromo.
/nginad.
/nmads_caf_
/no-banner-$image
/noaabd/*&promo=
/nordvpn-affiliate-
/noticead/*
/notify.php?key=$script,third-party
/novaonads.
/npawAdAdapter.
/npop.js|
/ntfc.php?p=
/nugg.ad.
/nugg.add.
/null/*/Tag.$script,third-party,xmlhttprequest
/oas/oas.php?
/okads_
/olyhdliveextraads-
/onmeda_ads_
/onmedaCmp.
/open_pub.
/openwindow.js?puurl=
/oreo-ad.
/origin-ads.
/otherads/*
/our_all_pjs.
/our_all_pjs_
/out?zoneid=
/outil-dating-affiliation.
/p_tools/rotation.
/p_under.
/p_under_
/pab-ssl.js
/packcpm.
/packpopup.
/pad_ban.
/pads2.js
/page_pub.
/pagead/*?$subdocument
/pagead/ads.
/pagepub.
/pages_ads.
/panel_regie/*
/pariez-h728.
/parrainage468X60.
/partenaire_pub/*
/partner-pub-
/partner.*/click?
/partner_banners/*
/partners-ad/*
/partners-ads/*
/partners-banners/*
/partners.js?location=
/partners.php?id=
/partners/ads-
/partners/rotator.
/partners/sidebar.$subdocument
/partners/tipser.$script
/partnertag/iframe.
/path/ads/*
/pave_PUB_
/PBTopAds.
/pdv.js
/pdv/popup_
/peaceandlove.php?zone
/peelrotateur/*
/phantomPopunder.
/phpad-pub-
/phpadclick.
/player.*?adSetCode=
/player/*/ads.
/player/jw/ad.js
/player_ad.
/player_sda.
/plugins/adKnowMore.
/plugins/dfp/*$script
/plugins/em_ad/*
/plugins/ms-ad-indicator.
/plugins/ms-ad-knowmore.
/plugins/vp_pub/*
/plus728.
/plx_popup.js
/pmd_gdfp-
/pme_ads.
/polyad.
/pooads.
/pop-ads.
/pop-url/|$script
/pop.js?ref=
/pop.packed.
/pop.php?id=
/pop.php?id_
/pop.php?said=
/pop.php?user=
/pop.php|$script
/pop/index/*$script
/pop/license.$script
/pop/script.
/pop0.js|
/pop1/banner.
/pop_*&ref=
/pop_ex.
/pop_redirect/*
/popaaa/*$script
/popadsnet.
/popcall.js
/popcashnet.js
/popchaturbaterevshare.
/popdesktop.js
/popdhtml/*
/popdhtml_
/popHot.js
/popox.js
/pops/*&subid=
/popun.*&random=
/popunder03-
/popunder03.
/popunder3.
/popunder6.
/popunderclic.
/popunderjs.
/popundersc/*
/popup-display-pub.
/popup-pub-
/popup.*&ads=
/popup.*&pub=
/popup.*?affil_id=
/popup.php?user=
/popup1.js
/popup4.js
/popup5.js
/popup6.js
/popup7.js
/popup8.js
/popup_in.$script
/popupads_
/popupyous.js
/porn_ad.
/porn_ads.
/prebid-dfp.
/prebid-dfp/*
/prebidtad_
/previews/ads/*
/pro_ad.
/prometeo-widgets.
/promo-banner.$third-party
/promo.*/ads/*
/promo.*/banner/*
/promo.*?partnerId=
/promo/*/display.
/promo/*?id_affilie=
/promo/bannieres/*
/promo/gif_banners/*
/promo/script_
/promo/widget-*&refer_
/promo/widget-*?ref=
/promobox/ads/*
/promoredirect?key=
/promos/iframe/*&cmp=
/promotool_referrer.
/promotools.static.js
/promotools/popup/*
/promotools/rotation.
/propads.
/provider-banners/*
/proxy/pub/*/bg.php?
/proxy_eds.php?
/proxy_iframe.php?url=
/ptp/banners/*
/pu-placer.js
/pu/*?psid=
/pu_ad.js
/pu_ljsm2.
/pub-300-250-
/Pub-300250.
/Pub-300250v3.
/pub-300x250.
/pub-300x300/*
/pub-accueil-droite.
/pub-accueil-gauche.
/pub-ads/*
/pub-app-mobile2.
/pub-bandeau-
/pub-bouygues/*
/pub-carre-1.
/pub-collante.
/pub-colonne-droite/*
/pub-ft-$script,xmlhttprequest
/pub-internet-300x150.
/pub-laterale-
/pub-ovh/*
/pub-responsive.
/pub-responsive/*
/pub-side/*
/pub-sky.
/pub-vertical-
/pub.*?partnerId=
/pub.php?f=
/Pub.php?iframe=
/pub.tbl.html?
/pub/*-300x250.
/pub/*-300x600/*
/pub/*/1000x90.
/pub/*/1075x90_
/pub/*/120600.
/pub/*/300_300_
/pub/*/ad.
/pub/*/ads.
/pub/*/banniere_
/pub/*/habillage.$image
/pub/*_1075X90b.
/pub/*_300x600.
/pub/*_728x90_
/pub/300.
/pub/300600/*
/pub/300_top.
/pub/468.
/pub/728.
/pub/728_
/pub/88x31.
/pub/ban_
/pub/bandeau_
/pub/banniere/*
/pub/banniere_
/pub/bannieres/*
/pub/bg.php?
/pub/dfp.
/pub/dfp/*
/pub/djezzy-
/pub/djezzy/*
/pub/fond.
/pub/ga_pub_$script
/pub/hab-$image
/pub/habillage-
/pub/iframe-$subdocument
/pub/mobilis-
/pub/mobilis/*
/pub/ooredoo-
/pub/ooredoo/*
/pub/partners/*
/pub/pop.
/pub/pub-
/pub/pub.gif
/pub/pub_
/pub/squares/*
/pub/unibet/*
/Pub200x250.
/pub250.
/pub300-250.
/pub300.
/pub300x250.
/pub420.
/pub468-60.
/pub468.
/pub468x60.
/pub728-90.
/pub728.
/pub728x90.
/pub_125_125.
/pub_250_
/pub_300.
/pub_315_250.
/pub_428x90.
/pub_72890_
/pub_728_
/pub_adblocker_
/pub_affichage_web/*
/pub_affiche.
/pub_col.
/pub_delivery.
/pub_frame.
/pub_header.
/pub_horizontale.
/pub_html5/*
/pub_iframe.
/pub_iframe_
/pub_json_
/pub_liens.
/pub_mobile_placeholder.
/pub_pave_
/pub_smart.
/pub_smart_
/pub_title.
/pub_ver.
/pub_vertical.
/pub_verticale.
/pubaccueildroite/*
/pubaccueilgauche/*
/pubAdv.
/pubb.php
/PubBasL.
/PubBasR.
/pubbl_vert.
/pubde2.
/pubdirect-
/pubdirect.
/pubdirecte-
/pubdirecte.$domain=~pubdirecte.com
/pubdirecte_
/pubExchange.
/pubiframe/*
/publ1c1te.
/publi-300x200.
/publi468.
/publi728.
/publi728/*
/publi_120_
/publi_300_
/publi_700_
/publi_728_
/publicidadsetup/*
/publicidad|
/publicit%c3%a9/*
/publicite-$domain=~publicite-decor.fr|~publicite-lepeut-dole.fr
/publicite.
/publicite/*
/publicite2.
/publicite3.
/publicite_
/publiciter.
/publicites.
/publicites/*
/publicitesky.
/publicity.
/publipopup/*
/publisher_configurations.
/publiverliga.
/publiverliga2.
/pubs/*-300x250.
/pubs/*-300x600-
/pubs/*-habillage.$image
/pubs/*/ban.
/pubs/*_300x600-
/pubs/160600/*
/pubs/300250/*
/pubs/72830/*
/pubs/dfp/*
/pubs/habillage/*
/pubs_portail/*
/PubSitesX.
/pubsky.php
/pubvw.
/pulicense.js
/punder/custom.
/punder/license.
/punder/script.
/pup.php?*&pub=
/purch-adops/*
/push/getAds
/query.*?aff=$subdocument
/quick_ads.
/quickads/*
/r18/banner/*
/r18728x90_
/random-ad/*
/rbs_banner_sender.
/RdmFtrs2.js
/re.clame/*
/reactAds-
/reactAds.
/reader/ads/*
/redir-ad-
/redir.*&id_emplacement=*&hash=$subdocument
/redirect/*?banner=
/redirect/?spot_id=$script
/redirect/dl.
/redirect?*&pubid=
/redirect?tid=$subdocument
/redirect?uid=$subdocument
/redirect_pub.
/redirector.*_ads
/ref-336.
/ref-728.
/referral_banners/*
/refresh_pub.js
/regie.*/pub/*
/regie.js
/regie_pub.
/regie_pub/*
/regiepub/*
/regietrk.
/rek.*&zoneid=
/rekban.php
/rekladv/*
/reklamm.js
/reklamstore.js
/reklamy/*$domain=~csbydgoszcz.pl
/rel/index.cfm?*&TAD=
/relativeAdsScript.
/reloadads.
/renklam/*
/reproad300.
/request_ad.
/richmedia.adv?
/right_advertissment.
/right_down_ads|
/right_up_ads|
/risingbanner_embed.
/root/ads/*
/rot46860.
/rotaban/*$subdocument
/rotation.*?idaff=
/rotation/hits?$subdocument
/rotator.ad$script
/rotator.php?zone=$script
/rotator/banner/*$subdocument
/rotban/*$script
/rotbas/img_bas.
/rotcol/img_col.
/rsense-ad.
/rsense_ad.
/rulespop.js
/sales/*_leaderboard_
/sas-banner-
/script.*&promo=*&product_id=$script
/script.*?partnerid=
/script.packed.
/script.packed_
/script/*&cbiframe=*&cbkeywords=
/script/*?ban=
/script/Pub.php?id=
/script/suurl.php?r=
/scriptPub.
/scriptPub_
/scripts-pub.
/scripts/adv_
/scripts/pu_
/scripts/sweet/?js=*&$script,third-party
/sda-randomizer.
/sdaAmi.min.
/sdk-ads.
/sdk-ads/*
/sdkconfig.ad.
/search?sponsor=$subdocument
/search_caf.php?
/secure-ads.
/separatore-pub.
/serv.*/delivery/*
/serve?*&w=160&h=600
/serve?*&w=300&h=250
/serve?*&w=468&h=60
/serve?*&w=728&h=90
/serve?inline=*&ab=
/serve?inline=*&w=*&h=
/servedby.$script
/servepop.
/service-worker.js?*%2B
/servlet/banner?id=
/servlet/effi.show?
/set_popup.
/setAds.
/sex_ad.
/sex_ads.
/sfibanners.
/SGPMPopup.
/shareaholic.js
/shareaholic/*
/shared/ad/*
/shopify_rolling_
/shopping/?widget=
/shortest-miner-
/show_adv.
/show_i.php?b=$subdocument
/show_next_ads.
/show_std.php?
/showads?
/side-pub.
/sidebar-ad.
/sidebar/partner-$image
/similarClickAds|
/simple/ads.js
/siteMarketingbanner/*
/skipad.
/skynet_ads.
/slide_banner/*
/slidegirlad.
/slider.php?&pub=$script
/sliders/dfp/*
/smartclick.js
/smartrotator.*?referrer=
/sp2popup.
/spaceadd.gif
/sponsored_positions?
/sponsors/banner_
/square-ads.
/src/ads.
/src/adv_
/srv.php?size=300x250
/srv.php?size=315x300
/static-adrum.
/static-ads.
/static.ads-
/static/*/ads/
/static/t/b.js
/stickyad3.
/stickyads|
/stocksad1.
/stocksad2.
/stocksad3.
/store/mfbanners/*
/streamroot/ads.
/supersonicads-
/supplypartners/*
/sw.*.js?promo=
/sw/pub.js
/syndication.*&idzone=
/syndication/pub/*
/Tag/go2?url=$subdocument
/tag468.php
/tag728.php
/Tag?pkey=$subdocument,third-party
/tags/xdirect/*
/tags_160.$script
/tags_300.$script
/tags_728.$script
/tc_promo_functions.
/teads-seedtag-
/teleriumads-
/Temp/Ads/*
/temp/popunder.js
/text_publi_01.
/text_publi_02.
/textlink-ads.
/thirstyaffiliates/*
/thumb_banner_frame.
/thumbbanner/helper.js
/TiscaliAds.
/toastr.$domain=plancul-paris.net
/tool.infopop.
/tool.popdhtml.
/tools-euads.
/tools/*&format=*&rand=$subdocument
/tools/*?aff=*&url=$script
/totemtools/*
/trackads.
/traffic/?target=
/trafic468.
/travelAds.
/ttn_adspaces
/twitter-ads.
/txt_publi_vert.
/type_c_ads/*
/underpopup.
/update.adsvertisement.
/upld/ads/*
/upload/ad/*
/upload/adv/*
/uploads/*/ads-
/uploads/*/ads.
/uponit.js
/urlreplacer-fc.
/userAds.
/userfiles/ads/*
/userfiles/banners/*
/va/ads/*
/vast.xml?key=
/vaxadserver.
/vbs-ads.
/video/pub-
/videojs-ads/*
/videojs.adss.
/view/468/*$script,subdocument
/view/728/*$script,subdocument
/virtuagirl-
/vivads_
/votre_pub_
/vpaidad.
/vpn160.gif
/vpn468.gif
/vstadb.xml
/vykingAd/*
/vykingAd?
/vyprad.$image
/w120h600/*
/w160h60/*
/w300h250/*
/w468h60/*
/w728h90/*
/wads-blank.
/wadsAdsLoaded/*
/watch?*&zone_key=
/watch?site_key=
/wbdds.
/web-clients/bootloaders/*/bootloader.js
/web/bannieres/*
/Web_Ad.
/Web_Ad_
/Web_banner_
/WebAd_
/webediads/*
/webmaster_banner_
/webmaster_iframe.
/websie-ads2.
/werbe-banner/*
/werbe_banner.
/werbebanner-ad.
/wgAds.
/widget.advertisement.
/widget_ads/*
/widget_mntzm.
/widgets-bazarchic-
/widgets-zoom-annonce-shopping.
/widgets-zoom-mytravelchic.
/widgets.stackcommerce.com/*
/wigetmedia.js
/wish_list_product_$script
/wmadv.
/wordcoin-ad-
/wpra-ad.
/wpxtube/*
/wwcAliAff/*
/xads/publisher_
/xbanner_728-
/xbanniere-pub-
/xdirect.html?
/xenforo/banner/*
/xiacai/ad/*
/XnewadsX/*
/xplayer-ads.
/xpops.js
/xpopunder/*
/xpopup.
/z728.html
/zeturf250.
/zeturf520x
/zeturf_250x250.
/zone.*&pubid=
/zone/*/?autocamp=
/zone/ads.
/zone?*&random=
/zone?pub=*&zone_id=
/zoneads/*
/zones?zone=$subdocument
300x250.gif|
://a.*/interstitial?id=$script
://a.*/loader?*&keywords=$third-party
://acces.*/a.php?
://aclick.
://act-http-ban.
://ad-start.
://ad.*&sid=
://ad.*/ad/*.gif
://ad.*/adx/
://ad.*/dynamic/
://ad.*/embed.
://ad.*/native.
://ad.*/uri/
://ad.*?*&lazy=
://ad.*?pid=
://adg.*/pub/
://adlik.
://adlik2.
://adn.*/zone/
://ads-js.
://ads-v-darwin.
://adsadmin.
://adscdn.
://adspaces.
://adss.
://adx.
://afflight.$third-party
://ar.ads.
://ashot.$script
://banner-gateway.$third-party
://banner.*click
://banner.*utm_
://banners2.$third-party
://banners3.$third-party
://bannieres.
://be.ads.
://block.*/rotator-$script
://block.*/rotator/*.js|$script
://bn.*.php?*&block=
://ca.ads.
://cdn.ad.
://cdn.ads.
://click.*/get_camp.
://clk.*/click?
://creative.*/widgets/*&campaignId=*&creativeId=$third-party
://crm4d.$third-party
://dc.ads.
://dyn.*/display.php?
://dz.ads.
://eacash.
://eg.ads.
://engine.*&subid=
://fr.*/ads?
://fr.ads.
://gateway-banner.
://get.*&clickid=
://get.*?pid=*&subid=
://go.*&zoneid=
://go.*?af_sub=
://go.*?zoneid=
://goto.*&zoneid=
://goto.*?zoneid=
://imads.
://install.*&clickid=
://install.*?pid=*&subid=
://link.*&siteid=$third-party
://look.*/offer?prod=
://ma.ads.
://msk.*/redir/
://na.ads.
://play.*/red/?code=
://pop.$script,subdocument,third-party,xmlhttprequest
://promo.*?site_id=
://promo2.$third-party
://promoimage.
://pub.*?zoneid=
://reclame.
://report-ads-to.
://res.ads.
://rotator.
://sc.*/infopop.
://sc.*/infopop2.
://sc.*/popper.
://serve.*?random=
://soads.
://sync.adaptv.
://syndication.$~subdocument,third-party
://tn.ads.
://tool.*/banner/
://tools.*/ban/
://video-ads.
://vykingad.
://wwwad.
://xads.
://xml.*/redirect?
=/ads.js|
=/ligatus/
=120x600&
=160x600_
=250x250&
=300x600&
=336x280&
=600x100&
=728x90_
=970x90&
=970x90_
=aadblock_
=ad_leaderboard,
=adunit/
=advertising-core-
=ajaxGetAds&
=assignAds&
=banner_*goclick&
=dynamic_banner&
=GetAdHtml&
=goto_adv&
=iframe_pub&
=popunder&
=publicite&
=reklama_*&campaignid=
=show_ads;
=sponsored_links_
=videoAd&
=WebAdsLinks&
=xadv-invid&
?*.popcash.
?160&600&
?300&250&
?468&60&
?728&90&
?aads=
?action=VIEWAD&
?ad_domain=
?ad_server_
?ad_sub=
?ADFassetID=
?adlink/
?adnet=
?adprovider=
?adRef=
?adroll_adv_id=
?adSelector=
?adTagId=
?advert_type=
?aff=*&roll=
?aff=*&size=
?affiliateCode=
?bannertag=
?callback=ADS.
?campid=*&bandeau_id=
?clicktag=
?default_ad=
?div_id=*&idzone=
?id_promo=*&nsfw=
?oas_mode_pub=
?out=*&zone_id=
?Page=*&Width=300&
?promo=*&url=
?promoTool=*&aff_sub=
?pub_id=
?publisher-adserver=
?r=*&zoneid=
?rand=*&blk=*&ref_
?redir=*/click?
?reqType=AdsSetup&
?runauction=
?shu=*&refer=*&key=
?size=728x90|$subdocument
?sponsor=*&sId=
?style=160x600-
?style=300x250-
?style=468x60-
?style=720x90-
?tag_id=*&sw_url=
?target=_blank&mouseover=
?tgt=*&zoneid=
?tour=*&campaign=$third-party
?type=ad;
?Type=AdRam.
?ucozads^
?ufuad=
?varpub=
?voluumdata=
?w=468&h=60
?zoneid=*&ab=$script
?zoneid=*&cid=$script
?zoneid=*&ext=$third-party
?zoneid=*&placement=
?zoneid=*&r=
?zoneid=*&serve=
?zoneId=*&sponsor=
?zones=*&blockcampaign=
_1080x90.$image
_1140x90.
_120-x-600_
_120by600_
_120x600banner.
_160-x-600_
_250x300_
_300-x-250_
_300_600.
_300x250/
_300x250@
_300x250v1.
_300x300.gif
_300x400.gif
_300x600&
_336x280.
_468-x-60_
_46860_
_468x200.
_468x60&
_468x60@
_468X60v2.
_480x250.
_600x120&
_60x468_
_648x60_
_725_90.
_728-x-90_
_728x350.
_728x90(2).
_728x90@
_728x90pxl_
_728x90v2.
_758x60.
_866x120.
_90x728_
_970-x-90_
_970_90_
_970x250.
_990x557.
_990x67.
_ad-server.
_ad.html?utm_
_ad160x600.
_ad_agency_
_ad_anim|
_ad_campaign_
_ad_images_
_ad_literature.
_ad_mid|
_ad_top|
_ad_unit.
_ad_view_
_ad_viewable_
_adagency_
_adb&*&partnerId=
_adcitrik_
_AdClick_
_adco_
_adcommon.
_adpath_$subdocument
_adplib.
_adreaper/
_AdRotate3-
_ads.php$script,subdocument
_ads/*?downsize=
_ads/banner/
_ads2-
_ads4stream_
_ads860x120.
_ads_*?pubId=
_ads_2018.
_ads_728.
_ads_banner&
_ads_banner/
_ads_banner_
_ads_desktop.
_ads_one_
_ads_toroadv.
_ads_view/
_adsens_
_adsepxhd.
_adsfullsite&
_adspromo.
_adstyle.
_adunit=
_adv.js
_adv_300.
_adv_728.
_advertising_img.
_affadsense_
_affiliate.$subdocument
_affiliate/images/habillage
_affiliate_banner_
_alenty.js
_android_ads.
_article_ads-
_b468x60.
_b728x90.
_ban-300x250.
_banner-300x150.
_banner.*?partner=
_banner_46860.
_banner_pub.
_bannerad2-
_bannerad2_
_banniere-300.
_banniere-468.
_banniere-728.
_barre_pub/
_bnrrotator_
_board_ad.
_code/*/goclick?
_dfp_conf.js
_display_ad_
_domain=ads.
_epmads.
_event_pub.
_flash_ad_
_fr/ads/
_GIF_AD3_
_id=*&nads=
_iframe300x200.
_iframe300x600.
_iframe728x90.
_inc_banner.php?id=
_infopop/infopop-
_isab.
_jx.ads/
_liens/banniere-
_liens_sponsorises.
_logic_on_ad.
_lx.ads/
_mobileAds|
_money_ad&
_nnads/$subdocument
_pages_ad.
_personalized_ads
_pop.php?z=
_popads.
_popdhtml/
_popup_pro.
_pp_dhtml.
_profits_ad-
_program_ad.
_pub.gif
_pub_300x.
_pub_728.
_pub_col_
_pub_iframe.
_publ1c1te.
_publicitaire/
_publicite.
_publicite1.
_publicite_
_publog_2.
_pubscript.
_pubted.
_regie/aff.
_regiepub/
_rivcash_banner_
_sca_ads.
_sdk_ad_
_shopping_box.
_side_ads01.
_side_ads02.
_smads_
_smartclick.js
_Social-Advert-
_square_ads.
_strip_ad.
_strip_ad/
_waframedia_
_werbebanner_
digitalocean.gif|
/wp-content/*/bloc-partenaire-
/wp-content/banners/*$third-party
/wp-content/plugins/baw-bon-plan/*
/wp-content/plugins/bazooka-shopping/*
/wp-content/plugins/easy-affiliate-links/*
/wp-content/plugins/mm-ad-widget/*
/wp-content/plugins/mm-kelkoo/*
/wp-content/plugins/mts-wp-in-post-ads/*
/wp-content/plugins/progressads/*
/wp-content/plugins/quick-adsense-reloaded/*
/wp-content/plugins/wp-adsense-guard/*
/wp-content/plugins/wp-banners/*
/wp-content/themes/*/ads/*
/wp-content/uploads/wp-banners/*
/wp-totemtools/*
/urlshortener.js
/urlshortener.min.js
/zerg-inf-multi.js
/zerg-inf.js
/ai/s/s/js/m/im.js
/ai/s/s/js/ssu.v2.js
/ai/s/s/su.php?
/backend/*.php?url=
/exo.go.js
/nb/thejsfile.js
/preroll_exo/*
|https://*/nb.js/*,
%*.juicyads.
%22banner%*%22idzone%
%22request_id%*%22idzone%
/data/Siropu/images/*
/Siropu/AM/display.js
/Siropu/AM/display.min.js
/^https?:\/\/(www\.)?([a-z0-9]{3,16}\.)?[a-z0-9]{5,32}\.([a-z]{2,8})\/([a-z0-9]{2,4}\/){3}[a-f0-9]{32}\.js$/$script,xmlhttprequest
/^https?:\/\/(www\.)?([a-z0-9]{5,32}\.)([a-z]{2,8})\/[0-9a-f]{32}\/invoke\.js$/$script,xmlhttprequest
/^https?:\/\/vitamiiin\.com\/(?!wp-content|uploads|plugins|themes)(.*)/$image
/cdn.unblockia.com/*
||co^*?zoneId=
||com/func.js$script,~third-party
||com/wnload?a=*&tz=$third-party
||net/sw.js?$other,script,~third-party
||org/sw.js?$other,script,~third-party
||pro/*?video=video.fp-engine
||pro/js/func.js$script,~third-party
||xxx/*?video=video.fp-engine
||xyz^*?resource=*&widgets=*&isct=*&iscs=$third-party
%26referrer%*%26cmp%$popup
%3dadblock_pop%$popup
%3Fpub_id%$popup
&_r=*.adult.&$popup
&aabd2=outils2.$popup
&aabd=outils.$popup
&ad*&affiliateId=$popup
&ad_*&rotation_$popup
&ad_id=$popup
&ad_path=$popup
&ad_scheme=$popup
&ad_spv=$popup
&adbIsActive=$popup
&adcid=$popup
&adjomo_$popup
&adparams=$popup
&adserver=$popup
&adtv=*_bnmngr_$popup
&ban=*&pc=*&id=$popup
&bann=$popup
&camp=*&uclick=$popup
&cbiframe=$popup
&cid=*_banner_in_$popup
&click_to_display=$popup
&clickverify=*&utm_$popup
&direct=*&zoneid=$popup
&exotracker=$popup
&id_publisher=*&id_$popup
&id_rotation=$popup
&idzone=*&ad_$popup
&ip=*&zoneid=$popup
&lfapaff_id=$popup
&lptoken=*&clickid=$popup
&lptoken=*&zoneid=$popup
&noexitctapop=$popup
&nsfw=&id_promo=$popup
&oid=*&subid=*&pubid=$popup
&pid=*&popeye=$popup
&pid=*&redid=$popup
&pub_id=$popup
&pub_source=$popup
&pub_sub_id_$popup
&pubfeed=*&subid=$popup
&pubid=*&pubid2=$popup
&pubid=*-panther&$popup
&pubid=*.adult.*&$popup
&publisherid=$popup
&pubpoint=*&subid=$popup
&pubsite=$popup
&pubzone=*&subid=$popup
&redid=*&pop=$popup
&refer=*&key=*&adb=$popup
&request_*&zoneid=$popup
&runauction=$popup
&skip_oapopup=$popup
&src_*=clickadu.$popup
&sub_id=*://look.$popup
&subAffId=$popup
&subid=*&pubid=$popup,third-party
&tid=*&ref=$popup
&tr4ck=pop-$popup
&tracker=disclaimer_$popup
&type=*&iframeDetected=$popup
&url_annonceur=$popup
&url_bnm_redirect=$popup
&utm_*&adult=$popup
&utm_*&alert=*&tid_$popup
&utm_*=banner-ad&$popup
&utm_*=cpm&$popup
&utm_ad=$popup
&utm_medium=ads$popup
&voluumdata=$popup
&xzoneid=$popup
&ymid=ADSYS-$popup
&zone=*&ad_$popup
&zone=*&banner=$popup
&zone=*&clickid=$popup
&zoneid=*&banner=$popup
&zoneid=*&bannerid=$popup
&zoneid=*&campaignid=$popup
&zoneid=*&visitor_id=$popup
-banner.cib?$popup
-panther&*&pubid=$popup
-popunder.php?$popup
./*&cid=*&pubid=$popup
./?&subid=$popup
.adhoc1.$popup,third-party
.adhoc2.$popup,third-party
.adhoc4.$popup,third-party
.adsrv.$popup
.clickmoileclito.$popup
.clksite.$popup
.com.sa/ads?$popup
.digital2cloud.*%$popup
.directpubs.$popup
.engine?*&ZoneId=$popup
.exclusiverewards.$popup
.gamingaffiliation.$popup
.intab.*%$popup
.loading-delivery2.$popup
.php?a_aid=*&$popup
.php?sp_promote=$popup
.phpadclick.$popup
.popunder.$popup
.promorewards.$popup
.superpromo.$popup
.toroadvertising.$popup
/*qertewrt.com$popup
/?*&a_aid=*&$popup
/?a_bid=$popup
/?ad=*aclick.$popup
/?token=*&q=$popup
/__utm.gif$popup
/a.php?mode=*&pgid=$popup
/a4u_banner_.$popup
/activedownload/?affl=$popup
/ad-maven-$popup
/ad.*/aff_$popup
/ad/clk.$popup
/ad/popup/*$popup
/ad_mode.$popup
/adbetnetadmin.$popup
/adcash.$popup
/adcint/*$popup
/adexchangelive.$popup
/admac.$popup
/adOk?*&uid=$popup
/adplexmedia.$popup
/adplexmedia/*$popup
/ads.php$popup
/ads/direct/*$popup
/ads/out.$popup
/ads/pops/*$popup
/ads2.php$popup
/ads?*=|$popup
/ads?ad_$popup
/ads?key=$popup
/ads?spot_id=$popup
/ads_$popup
/adserver/iframe.$popup
/adserver/iframe?$popup
/adservingsolutionsinc/*$popup
/adstract.$popup
/adstream_$popup
/adsys.$popup
/adult/*?zoneid=$popup
/adv-op2.$popup
/adv.php$popup
/adv_clk_redirect.$popup
/adv_show?$popup
/advertisers/?utm_$popup
/affiliates/*&ad$popup
/afu.php?id=&$popup
/api/reverse?$popup,third-party
/async.*&zoneid=$script,third-party
/async_redirect?$popup
/away/pop?$popup
/back?from=back&tracker=DEFAULT&token=$popup
/banner_*&auto_click=$popup
/banners?tid=$popup
/banredir.cgi?$popup
/bdv_rd.dbm?$popup
/bonne.php?affaire=$popup
/campaigns/click?$popup
/cc?imgid=$popup
/click-cpa.$popup
/click.*&pubid=$popup
/click/*?affiliate=$popup
/click/?idadprint=$popup
/click?*&subid=$popup
/click?*=ad&$popup
/click?adv=^$popup
/click?trvid=*&externalid=$popup
/clickhabillage/*$popup
/clk.*?adv=$popup
/close.*?tid=$popup
/countClick.$popup
/cpaclicks.$popup
/cpanel/redirect.php?ad=$popup
/cpmclick.$popup
/cpmstar.$popup
/cradver.*&$popup
/dating-*&cid=$popup
/default_ad/*$popup
/delivery.*.php?ad=$popup
/delivery/ck.$popup
/delivery/directlink.$popup
/delivery/popclic.$popup
/direct.php?said=$popup
/direct/?cid=$popup
/directclick/?$popup
/display.*&ban=$popup
/display/?method=pop&force=$popup
/display/clicks/*$popup
/display_content.php?id=$popup,third-party
/dynamic/url/zone?zid=*&pid=$popup,third-party
/ead-publisher=$popup
/earn.php?feed=$popup
/enter.php?*&id=*cmp=$popup
/exotrck.$popup
/ext-link/*&block=$popup
/ext-link/*?pub=$popup
/feedclick?$popup
/fp.*&referrerUrl=$popup
/fr/adcr/*$popup
/ga-audiences?*&pid=$popup,third-party
/gopartner.php?pid=$popup
/goto.*&adurl=$popup
/gtm.js?*&pid=$popup,third-party
/iframePopUpLoader.$popup
/imp/*/?scontext_r=$popup
/install.*&clickid=$popup
/install.*&subid=$popup
/install.*?pid=$popup
/itab/*&cid=$popup
/itab/*?cid=$popup
/jump/clk1.$popup
/jump/next.php?$popup
/landing.*?ad_id=$popup
/landing.*banner$popup
/landing/*&ad2=$popup
/landing/*&ad3=$popup
/landing/*&ad4=$popup
/landing/*&ad=$popup
/landing/*&publisher=$popup,third-party
/later-ads-$popup
/look.*/offer?prod=$popup
/look.php?key=*&id=$popup
/lp.php?trvid=*&externalid=$popup
/lp/*;pop|$popup
/mobile-ad/*$popup
/movie_player/trend?$popup,third-party
/myAdd?id=$popup
/n*adserv.com$popup
/n*adserv.xyz$popup
/null/*/Redirect.$popup,third-party
/offer?*&placement=$popup
/out.php?link=t$popup
/out.php?wid=$popup,third-party
/p/*/&hosted=$popup,third-party
/p/?*&exo=$popup
/packcpm.$popup
/pageunder/*$popup
/partner/click/*$popup
/partners/*=affiliate&$popup
/partners/*=banner$popup
/partners/ooredoo-$popup
/pass?zoneId=$popup
/pdv/*?ida=$popup
/pdv/track.$popup
/pdv?id=$popup
/performance/bdv_rd.$popup
/pop.redirect.$popup
/pop2.php?*&subid=$popup
/pop?dfp_id=$popup
/pop_redirect.php$popup
/pop_under.$popup
/popads-$popup
/popads.$popup
/popads/*$popup
/popclick/*$popup
/popOut.*?key=$popup
/pops.regie.$popup
/pops/*?ad=$popup
/popunderoncl.$popup
/popup?sponsor=$popup
/popupclick/*$popup
/popuplp/btag/*$popup
/promo.*/?nats=$popup
/promo.php?compte=*&idealsite=$popup
/promoRedirect?$popup
/promos/popeachclick/*$popup
/propeller_$popup
/proxy.php?*/site_id/*$popup
/pu/*&psid=$popup
/pu/*&pstool=$popup
/pu/*_rnd=$popup
/pu/?*&site=$popup
/pu/?*&utm_$popup
/pu/?*?utm_$popup
/pu/?psid=$popup
/pu2redirector.$popup
/pub/bg.php?$popup
/pub2/redirect.$popup
/publicidad.$popup
/puopen.php?$popup
/push/click*=ad$popup
/r?token=*&q=$popup
/random.php$popup
/reactads.$popup
/redir/*.php?r=$popup
/redirect.*&a_aid=*&a_bid=$popup,third-party
/Redirect.a2b?$popup
/redirect.php?*==$popup
/redirect/cpa/*$popup
/redirect?&tid=$popup
/redirect?spot_id=$popup
/redirector.*/?#!$popup
/rel/index.cfm?RST=$popup
/rel/index.cfm?TAD=$popup
/renderBanner.do?$popup
/retarget/*$popup
/revive-adserver-$popup
/robotest?utm_$popup,third-party
/rotation_pdv.$popup
/rotation_redir.$popup
/router.*/click/*&click_id=$popup
/router.*/click/*?sub_id=$popup
/s2iurl.php?$popup
/script/campagne.php?cp=$popup
/script/redirect.php?$popup
/scripts.php?zone=$third-party
/serve.*/ads?
/serve.*/ads?$popup
/serve/go.php?*&ref=$popup
/serve?*&blank=*&type=*&ab=$popup
/servePopunder.$popup
/serverxtrem_connector/*$popup
/servlet/click/zone?$popup
/smart_ad/*$popup
/softshere?q=%20$popup
/splash.*?idzone=$popup
/subs-bam.*&clickid=$popup
/superlink?aff_id=$popup
/syndication.*&idzone=$popup
/syndication.*?idzone=$popup
/t/?*&clickid=$popup
/tour-web/*&tour=*&utm_$popup
/tour/?nats=$popup
/tradextrem/out.$popup
/traffic.*&click_id=$popup
/trk/|$popup
/unsub_aff.$popup
/watch?*&zone_key=$popup
/watch?key=*&refer=$popup
/watch?site_key=$popup
/xapads.$popup
/xdirect.*?$popup
/xdirect/*$popup
/xmladserver.$popup
/z-go/*&click_id=$popup
/zak/click/?$popup
/zcredirect?visitid=$popup
/zcvisitor/*?campaignid=$popup
://aclick.$popup
://ad.*?_site=$popup
://ads2.$popup
://adv-mybankai.$popup
://adv-mylegend.$popup
://adv-myninja.$popup
://adv-mypirate.$popup
://advidi.$popup
://click.*&utm_$popup
://dtrk.*?aid=$popup
://get.*&clickid=$popup
://get.*?pid=*&subid=$popup
://go.*&zoneid=$popup
://go.*/watch?$popup
://go.*?zoneid=$popup
://goto.*/watch?$popup
://landing.*/?ats=$popup,third-party
://pdv.$popup
://pop.*.&$popup
://pop.*.?$popup
://pops.*.$popup
://porno.*/ban-$popup
://pu.*/click/$popup
://push.*/?go=$popup
://rencontre.*&utm_*&utm_=$popup
://see.*/offer?prod=$popup
://signup.*&sub_id=*&utm_$popup,third-party
://syndication.$popup,third-party
://tour.*?id=*&type=$popup,third-party
://tours.*&aid=*&clickid=$popup,third-party
://tours.*&sid=*&clickid=$popup,third-party
://track.*/?mid=*&domain=$popup,third-party
://trk.*&campaign=$popup
://trk.*?zone=$popup
://xml-feed.*/go.$popup
://xml.*/click?$popup
=admaven-$popup
=adplexmedia&$popup
=exoclick-proxy-$popup
=monetizer_$popup
=popads&$popup
=popads.$popup
=poplink&$popup
=promo.*_ref=*_affid=$popup
=promotools&*=redirect$popup
=pubdirecte&$popup
=tubeadvertising&$popup
=tubeadvertisingCPA&$popup
?aads=$popup
?action=linkpub&$popup
?ad=*&affId=$popup
?ad=*&zone=$popup
?adCampaign=$popup
?admitad_$popup
?adprovider=$popup
?adslotid=$popup
?adTagId=$popup
?affiliateid=*&tr4ck=$popup
?aid=*&dclid=$popup
?auction_id=*&zoneid=$popup
?campid=*&zoneid=$popup
?clickid=*.adult.$popup
?disclaimer_accept=$popup
?exotracker=$popup
?floatpop=$popup
?id=exoclick$popup
?id_publisher=*&id_$popup
?id_rotation=$popup
?ip=*&zoneid=$popup
?key=*&psid=$popup
?key=*&zoneid=$popup
?link=fakeplayer$popup
?lpkey=*&uclick=$popup
?MediaSegmentId=$popup
?noexitctapop=$popup
?popunder=$popup
?pu=*&sub_id=$popup
?pub_id=$popup
?pubid=*&subid=$popup,third-party
?pubsite=*&bannername=$popup
?r=*&zoneid=$popup
?ref=fakeplayer$popup
?siteid=*&tr4ck=$popup
?subid=*&clickid=$popup
_300x250_*_adb$popup
_728x90_*_adb$popup
_ad_block_code?$popup
_adb_300x250_$popup
_adb_728x90_$popup
_adtool&$popup
_adunits/$popup
_build=iclick-$popup
_close_ad$popup
_domain=ads.$popup
_lx.ads/$popup
_packcpm.$popup
_pop.php?z=$popup
_pornofolies_$popup
_regie/clic.$popup
_siteunder/$popup
||club^*?sid=*&rand=$popup
||online^*&zoneid=$popup
||online^*?zoneid=$popup
||xyz^*&zoneid=$popup
||0--e.info^$third-party
||1-1ads.com^$third-party
||1000mercis.com^$third-party
||123prix.com^$third-party
||188affiliates.com^$third-party
||198.16.64.66^$media,third-party
||1mov-team.com^$third-party
||1sponsor.com^$third-party
||1x12.net^$third-party
||213.206.98.70^$third-party
||25481.online^$third-party
||2mdn.net^$object,domain=dhnet.be|lalibre.be|tripadvisor.fr
||2town.net^$third-party
||301ads.com^$third-party
||360tracking.fr^$third-party
||380tl.com^$third-party
||3xdl.com^$third-party
||3xtraffic.com^$third-party
||4ddons.com^$third-party
||57union.com^$third-party
||7x4.fr^$third-party
||7x5.fr^$third-party
||a4l.co^$third-party
||a4yrtb.com^$third-party
||abporn.com^$third-party
||acads.net^$third-party
||acces-charme.com^$third-party
||acces-pills.com^$third-party
||accesporno.com^$third-party
||acdnpro.com^$third-party
||acexedge.com^$third-party
||achat-visiteurs.com^$third-party
||acpublicite.fr^$third-party
||acuityplatform.com^$third-party
||acwm.biz^$third-party
||acxiom-online.com^$third-party
||ad-3.me^$third-party
||ad-brix.com^$third-party
||ad-lead.com^$third-party
||ad-score.com^$third-party
||ad-spire.net^$third-party
||ad2.club^$third-party
||ad2perf.com^$third-party
||ad2upapp.com^$third-party
||ad380.com^$third-party
||ad4link.com^$third-party
||ad6.fr^$third-party
||adaccess.fr^$third-party
||adaraby.com^$third-party
||adback.co^$third-party
||adbison.com^$third-party
||adbox.lt^$third-party
||adc-lc.eu^$third-party
||adcapt.com^$third-party
||adclick.lt^$third-party
||adcloud.us^$third-party
||adconda.com^$third-party
||adconnect.fr^$third-party
||adcpm.com^$third-party
||adfever.com^$third-party
||adfurikun.jp^$third-party
||adgoal.net^$third-party
||adhispanic.com^$third-party
||adhoc1.net^$third-party
||adhoc2.net^$third-party
||adhost.se^$third-party
||adhslx.com^$third-party
||adincube.com^$third-party
||adinlive.com^$third-party
||adintop.com^$third-party
||adkontekst.pl^$third-party
||adlead.com^$third-party
||adleadevent.com^$third-party
||adleave.com^$third-party
||adlike.net^$third-party
||adlmerge.com^$third-party
||adlookr.com^$third-party
||adlure.net^$third-party
||adm-vids.com^$third-party
||admachina.com^$third-party
||admanmedia.fr^$third-party
||admark.fr^$third-party
||admathhd.com^$third-party
||adme-net.com^$third-party
||admediaking.com^$third-party
||admitlead.ru^$third-party
||admized.com^$third-party
||admtpmp123.com^$third-party
||admtpmp124.com^$third-party
||admuncher.com^$third-party
||admysports.com^$third-party
||adn-performance.com^$third-party
||adnotbad.com^$third-party
||adnplay.com^$third-party
||adnsolution.net^$third-party
||adnxtr.com^$third-party
||adoftheyear.com^$third-party
||adop.cc^$third-party
||adoptima.com^$third-party
||adoric.com^$third-party
||adpaths.com^$third-party
||adpick.co.kr^$third-party
||adpicker.net^$third-party
||adpixo.com^$third-party
||adplus.io^$third-party
||adpub.eu^$third-party
||adqia.com^$third-party
||adrequest.net^$third-party
||adrock.tv^$third-party
||ads-x.com^$third-party
||ads.ch^$third-party
||ads2rtb.com^$third-party
||adsb4track.com^$third-party
||adsb4trk.com^$third-party
||adsbtrack.com^$third-party
||adsbtrk.com^$third-party
||adscafe.net^$third-party
||adschemist.com^$third-party
||adschoom.com^$third-party
||adsclick.com.br^$third-party
||adscoo.com^$third-party
||adsearch.pl^$third-party
||adsensecustomsearchads.com^$third-party
||adsenseguard.com^$third-party
||adserver.pm^$third-party
||adserveradulte.com^$third-party
||adservone.com^$third-party
||adsgarden.com^$third-party
||adsgid.com^$third-party
||adsixmedia.fr^$third-party
||adskom.com^$third-party
||adslead.com^$third-party
||adsmena.com^$third-party
||adsmmgp.com^$third-party
||adsoid.com^$third-party
||adsplain.com^$third-party
||adsplex.com^$third-party
||adsplius.lt^$third-party
||adspot.ch^$third-party
||adspredictiv.com^$third-party
||adspsp.com^$third-party
||adsregieonline.com^$third-party
||adsrevenue.com^$third-party
||adsrvs.com^$third-party
||adstechnology.co^$third-party
||adsteroid.pro^$third-party
||adsterratools.com^$third-party
||adstract.com^$third-party
||adstronic.net^$third-party
||adstune.com^$third-party
||adsupplyads.com^$third-party
||adsupplyads.net^$third-party
||adsurge.com^$third-party
||adsvidsdouble.com^$third-party
||adsvidss.com^$third-party
||adswinner.com^$third-party
||adsximg.com^$third-party
||adsxxxtraff.com^$third-party
||adtech.com^$third-party
||adten.eu^$third-party
||adtictac.com^$third-party
||adtive.com^$third-party
||adtrafic.com^$third-party
||adturtle.biz^$third-party
||adual.net^$third-party
||adultgames.fun^$third-party
||adultwork.com^$third-party
||adunblock.com^$third-party
||advantagz.com^$third-party
||adverdata.net^$third-party
||adverline.com^$third-party
||adverteasy.fr^$third-party
||adverti.fr^$third-party
||advertine.com^$third-party
||advertoly.com^$third-party
||advertsight.com^$third-party
||advertsponsor.com^$third-party
||adverum.lt^$third-party
||advideo.ru^$third-party
||advinapps.com^$third-party
||advnet.xyz^$third-party
||advrich.com^$third-party
||adwidecenter.com^$third-party
||adwidgets.ru^$third-party
||adwise.bg^$third-party
||adxxx.com^$third-party
||adyieldoptimizer.com^$third-party
||adzbux.com^$third-party
||adzbuzz.com^$third-party
||adzerg.com^$third-party
||adzmath.com^$third-party
||adzzone.com^$third-party
||affidate.com^$third-party
||affidirect.com^$third-party
||affil4you.com^$third-party
||affilcenter.com^$third-party
||affiliatable.io^$third-party
||affiliatehub.co.in^$third-party
||affiliaweb.eu^$third-party
||affiliaweb.fr^$third-party
||affilinks.fr^$third-party
||affilipub.com^$third-party
||affility.com^$third-party
||afflight.biz^$third-party
||afftrack001.com^$third-party
||afilio.com.br^$third-party
||afromessenger.com^$third-party
||agisdayra.com^$third-party
||ak-is.net^$third-party
||aleja.lt^$third-party
||algocashmaster.com^$third-party
||alldomserv2.com^$third-party
||alloclick.com^$third-party
||alosafada.com^$third-party
||am-media.fr^$third-party
||ambient-platform.com^$third-party
||appintop.com^$third-party
||apploading.mobi^$third-party
||apps2you.org^$third-party
||appsfire.com^$third-party
||appsha1.cointraffic.io^
||apypxl.com^$third-party
||aquaplatform.com^$third-party
||aquipelis.tv^$third-party
||arabyads.com^$third-party
||arabytracking.com^$third-party
||areyouabot.net^$third-party
||aservtrack.com^$third-party
||asiatmessenger.com^$third-party
||askmecca.com^$third-party
||atedra.com^$third-party
||atlassbx.com^$third-party
||atlassolutions.com^$third-party
||attractive-sport.com^$third-party
||audify.io^$third-party
||autoviewz.com^$third-party
||avanis.fr^$third-party
||avantajadas.com.br^$third-party
||avenir-affiliation.fr^$third-party
||awm.trade^$third-party
||awms.ws^$third-party
||awprt.com^$third-party
||awsclic.com^$third-party
||banstex.com^$third-party
||baseandco.com^$third-party
||bayard-pub.com^$third-party
||baypops.com^$third-party
||bazardux.com^$third-party
||bccyyc.com^$third-party
||bcvc.mobi^$third-party
||beaffiliates.fr^$third-party
||beaverscripts.com^$third-party
||beead.fr^$third-party
||best-deals-products.com^$third-party
||bestadbid.com^$third-party
||bestcontentwork.top^$third-party
||betfredaffiliates.com^$third-party
||betterbannerscloud.com^$third-party
||beurettemessenger.com^$third-party
||bigbolz.com^$third-party
||bigpigcz.club^$third-party
||bikinisgroup.com^$third-party
||billionpush.com^$third-party
||binotwither.com^$third-party
||bionestraff.pro^$third-party
||bitadspool.com^$third-party
||bizhentai.com^$third-party
||biznolimit.com^$third-party
||blast4you.com^$third-party
||bleach.fr^$third-party
||blockadz.com^$third-party
||blogbang.com^$third-party
||boostsaves.com^$third-party
||boruto.fr^$third-party
||bouncebidder.com^$third-party
||braip.com.br^$third-party
||broadcast.pm^$third-party
||buckridge.link^$third-party
||bursttraffic.net^$third-party
||buzzvet.com^$third-party
||bzlwe.com^$third-party
||bzzvid.com^$third-party
||calexito.com^$third-party
||cam4ads.com^$third-party
||camplace.com^$third-party
||camsoda.com^$third-party
||camsympa.com^$third-party,domain=~camsympa.fr
||captchme.net^$third-party
||caradisiac-publicite.com^$third-party
||caramec.com^$third-party
||caramec.fr^$third-party
||carasexe.com^$third-party
||carasexe.info^$third-party
||carasexe.name^$third-party
||carpediem.fr^$third-party
||cashpage.net^$third-party
||catraff.com^$third-party
||cavixoapp.com^$third-party
||cbshift.com^$third-party
||cclpub.com^$third-party
||cda-online.pl^$third-party
||cdn.fail^$third-party
||cdn3.net^$third-party
||cdn7.space^$third-party
||cdntraffic.com^$third-party
||cdxndirectopt.com^$third-party
||cellflor.site^$third-party
||cfgr2.com^$third-party
||cgmission.com^$third-party
||chameleonx.net^$third-party
||charmix.com^$third-party
||chilican.com^$third-party
||chocam.com^$~image,third-party
||chupa.mobi^$third-party
||circulate.com^$third-party
||cityads.com^$third-party
||clcktrax.com^$third-party
||clic-diffusion.com^$third-party
||clic.ws^$third-party
||click-fr.com^$third-party
||click2m.org^$third-party
||clickbank.net^$third-party
||clickcashmoney.com^$third-party
||clickiocdn*.com^$third-party
||clickioglobal.com^$third-party
||clickmena.com^$third-party
||clickscloud.net^$third-party
||clicktictac.com^$third-party
||clickzzs.nl^$third-party
||clicmanager.fr^$third-party
||clicmanager.net^$third-party
||clicnscores.ma^$third-party
||cliipa.com^$third-party
||clintads.com^$third-party
||clkbid.com^$third-party
||clkcdn.com^$third-party
||clkmon.com^$third-party
||clkoffers.com^$third-party
||cobalten.com^$third-party
||coloredview.com^$third-party
||comandclick.com^$third-party
||como.com^$third-party
||compazenad.com^$third-party
||conduit.com^$third-party
||connexionsafe.com^$third-party
||contentza.com^$third-party
||contextualyield.com^$third-party
||copyop-ads.com^$third-party
||cougar-rencontre.net^$third-party
||cougarmessenger.com^$third-party
||cpa-content.com^$third-party
||cpabuild.com^$third-party
||cpaofferstat.com^$third-party
||cpmstar.com^$third-party
||cptefr.com^$third-party
||creofive.com^$third-party
||crrepo.com^$third-party
||crvtrk.com^$third-party
||crypto-adz.com^$third-party
||cubicleoffers.com^$third-party
||cufcw.com^$third-party
||cupidonmedia.com^$third-party
||cupidontrade.com^$third-party
||cyberflirt.fr^$third-party
||cyclivate.com^$third-party
||cytochemistryrecitativewrasse.com^$third-party
||czclients.fr^$third-party
||d-1.co^$third-party
||dailyofferservice.com^$third-party
||dajusepe.com^$third-party
||dalysh.com^$third-party
||data1rtb.com^$third-party
||datelocalsluts.com^$third-party
||datingfactory.com^$third-party
||datvantage.com^$third-party
||dekalee.fr^$third-party
||deliverydom.com^$third-party
||deliverymod.com^$third-party
||deltax.com^$third-party
||detour.click^$third-party
||dfast.net^$third-party
||dfpnative.com^$third-party
||dialogads.com^$third-party
||diffusionpub.com^$third-party
||digidip.net^$third-party
||digital-metric.com^$third-party
||digital2cloud.com^$third-party
||dinozap.info^$third-party
||directionplaisir.com^$third-party
||dm.gg^$third-party
||dolead.com^$third-party
||dorcelcash.com^$third-party
||double6affiliation.com^$third-party
||doubleonclick.com^$third-party
||doublepimpads.com^$third-party
||dreamstore.ch^$third-party
||drim.space^$third-party
||drowmffuheovnr.com^$third-party
||duapps.com^$third-party
||duporno.biz^$third-party
||dustin5043.fr^$third-party
||dvd-explorer.com^$third-party
||dvetech.fr^$third-party
||dx-tv.com^$third-party
||e-mailit.com^$third-party
||earnco.in^$third-party
||easy-rencontre.com^$third-party
||easy-rencontres.com^$third-party
||easyrencontre.com^$third-party
||easysexe.com^$third-party
||easyvols.org^$third-party
||ebuzing.com^$third-party
||ebuzzing.be^$third-party
||ebuzzing.fr^$third-party
||ebzfbiueubria.com^$third-party
||echangedebannieres.fr^$third-party
||eclkmpsa.com^$third-party
||eclkspsa.com^$third-party
||edgexads.com^$third-party
||edinfo.ma^$third-party
||edintorni.net^$third-party
||edomz.com^$third-party
||effective-ads.com^$third-party
||egnatius-ear.com^$third-party
||elasticad.com^$third-party
||emooji.com^$third-party
||emoteev.io^$third-party
||epushclick.com^$third-party
||eravage.com^$third-party
||esoterweb.com^$third-party
||espace-plus.net^$third-party
||espacephr.fr^$third-party
||esprit-click.com^$third-party
||etarg.ru^$third-party
||etoro.fr^$third-party
||eurolive.com^$~image,third-party
||eurowebbiz.com^$third-party
||every.com^$third-party
||ewingoset.info^$third-party
||ex-ads.com^$third-party
||exarab.com^$third-party
||exashare.com^$third-party
||exchange.gouik.com^$third-party
||exodentity.com^$third-party
||explorads.com^$third-party
||explorads^$third-party
||expressusenet.site^$third-party
||extensionfactory.com^$third-party
||ezpopups.com^$third-party
||ezstatic.com^$third-party
||f5biz.biz^$third-party
||faitdufric.com^$third-party
||fancybar.net^$third-party
||fanowebconsole.com^$third-party
||fast-route.com^$third-party
||fast.io^$third-party
||fgn.me^$third-party
||fhserve.com^$third-party
||filestatic.xyz^$third-party
||findadvertise.com^$third-party
||findgoogl.com^$third-party
||findyourpussy.net^$third-party
||firamayu.com^$third-party
||flinteractive.fr^$third-party
||flirt-x.co^$third-party
||flymob.com^$third-party
||fmstitial.xyz^$third-party
||francodirect.com^$third-party
||freenights.net^$third-party
||frtyi.com^$third-party
||frtyj.com^$third-party
||funsafetabsearch.com^$third-party
||futureadlabs.com^$third-party
||gagner-une-console.com^$third-party
||gameinstallfiles.com^$third-party
||gamingaffiliation.com^$third-party
||gamingskin.com^$third-party
||gangstabros.com^$third-party
||gateads.co^$third-party
||gbnet.link^$third-party
||gdfspfg.com^$third-party
||genhit.com^$third-party
||gestion2web.com^$third-party
||gethide.com^$third-party
||getpublica.com^$third-party
||getresponse.com^$third-party
||gfstrck.com^$third-party
||gingermedia.com^$third-party
||girlsmessenger.com^$third-party
||globalrotator.com^$third-party
||gob-gob-ul.com^$third-party
||gonewland.com^$third-party
||goodaction.com^$third-party
||goracash.com^$third-party
||grupoxxx.com^$third-party
||gtburst.com^$third-party
||guestcash.com^$third-party
||hebdotop.com^$third-party
||heberparis23.com^$third-party
||heliumads.com^$third-party
||hentai-heroes.com^$third-party
||hentaiheroes.com^$third-party
||hexaweb.net^$third-party
||hibamedia.com^$third-party
||hilltopads.com^$third-party
||hipercontas.com.br^$third-party
||hla-media.com^$third-party
||holyclock.com^$third-party
||hopdream.com^$third-party
||horyzon-clics.com^$third-party
||hrtya.com^$third-party
||humories.info^$third-party
||i-promotion.net^$third-party
||iaffiliates.com^$third-party
||ibobanners.com^$third-party
||icileweb.com^$third-party
||icipourtout.com^$third-party
||idevdirect.com^$third-party
||idhad.com^$third-party
||igadserver.net^$third-party
||ijero.com^$third-party
||ikoo.com^$third-party
||ilikesponsorad.co.kr^$third-party
||illyx.com^$third-party
||imediastreams.com^$third-party
||imfast.io^$third-party
||imgsynd.com^$third-party
||impactify.it^$third-party
||in-da.cloud^$third-party
||infeed.tv^$third-party
||infidelemessenger.com^$third-party
||initialcontroledge.info^$third-party
||inpicture.tv^$third-party
||installwager.com^$third-party
||internetpourtout.com^$third-party
||intnative.com^$third-party
||ip-51-255-80.eu^$third-party
||ipav.xyz^$third-party
||ipcdigital.co.uk^$third-party
||irtyc.com^$third-party
||iwadserver.com^$third-party
||iyfsearch.com^$third-party
||jacquieetmichel-contact.com^$third-party
||jacquieetmichel-contacts.com^$third-party
||jazayr.net^$third-party
||jdoqocy.com^$third-party
||jixing8.com^$third-party
||journaux-du-midi.com^$third-party
||jsadapi.com^$third-party
||jsmptjmp.com^$third-party
||juicyads.rocks^$third-party
||justasingle.click^$third-party
||jygotubvpyguak.com^$third-party
||kadserver.com^$third-party
||kalqui.com^$third-party
||kastafor.com^$third-party
||keumshow.com^$third-party
||kingtopdeals.com^$third-party
||kinkypeepz.com^$third-party
||kiwys.com^$third-party
||kkloud.com^$third-party
||koodoo.net^$third-party
||kreaffiliation.com^$third-party
||ksplayer.com^$third-party
||kyoads.com^$third-party
||laborates.com^$third-party
||lafrancebdsm.com^$third-party
||las4srv.com^$third-party
||lattepush.com^$third-party
||lcmarrero.com^$third-party
||leb961.com^$third-party
||lebanonreaders.com^$third-party
||lemonads.com^$third-party
||lenteroi.xyz^$third-party
||lexozfldkklgvc.com^$third-party
||librateam.net^$third-party
||lien-amateur.org^$third-party
||lifeselector.com^$third-party
||ligatus.com^$third-party
||limk.com^$third-party
||linkbolic.com^$third-party
||linkeasy.org^$third-party
||linklift.fr^$third-party
||linksynergy.com^$third-party
||listhoopla.com^$third-party
||live18ans.com^$third-party
||liveparadise.com^$third-party
||liversely.com^$third-party
||livetvu.com^$third-party
||lkalite.info^$third-party
||loading-delivery2.com^$third-party
||loktrk.com^$third-party
||lookcpm.com^$third-party
||madameglad.com^$third-party
||madison-ads.net^$third-party
||mafemmepourunbillet.com^$third-party
||magicfinds.com^$third-party
||magnuum.com^$third-party
||makeitunder.com^$third-party
||mallonire.us.com^$third-party
||manga-exchange.com^$third-party
||marshmallow-digital.com^$third-party
||matomyseo.com^$third-party
||max-adserv.com^$third-party
||maxad.co^$third-party
||maxence-rigottier.tv^$third-party
||maxprofitcontrol.com^$third-party
||maxrevenue1.com^$third-party
||mecacroquer.com^$third-party
||medi-8.net^$third-party
||media-clic.com^$third-party
||media-serving.com^$third-party
||mediagraph.com^$third-party
||mediapalmtree.com^$third-party
||mediareps.com^$third-party
||mediasquare.fr^$third-party
||mediavenus.biz^$third-party
||mediavoice.com^$third-party
||medncom.com^$third-party
||meetaffiliate.co^$third-party
||meetaffiliate.com^$third-party
||meetaffiliate.net^$third-party
||meetic-partners.com^$third-party
||meetparadise.com^$third-party
||meexy.com^$third-party
||megafiles.xyz^$third-party
||megavisites.com^$third-party
||menaon.com^$third-party
||merciconseil.com^$third-party
||mfk-cpm.com^$third-party
||mhadsd.com^$third-party
||milan-pub.com^$third-party
||milfalone.com^$third-party
||mirando.de^$third-party
||missaffiliate.com^$third-party
||misstrends.com^$third-party
||misterbell.com^$third-party
||mm387.com^$third-party
||mntzm.com^$third-party
||mobawaba.com^$third-party
||mobdel.com^$third-party
||mobidea.com^$third-party
||mobidevmod.com^$third-party
||mobidowr.com^$third-party
||mobidude.com^$third-party
||mobiflyd.com^$third-party
||mobiflys.com^$third-party
||mobifoth.com^$third-party
||mobileoffers-*-download.com^$third-party
||mobilup.com^$third-party
||mobligo.com^$third-party
||mobsuccess.com^$third-party
||mobusi.com^$third-party
||mobvista.com^$third-party
||mochiads.com^$third-party
||monarchads.com^$third-party
||monetiz.fr^$third-party
||monetize-me.com^$third-party
||moneytize.fr^$third-party
||morgenfeier.de^$third-party
||motorsregie.com^$third-party
||moxielinks.com^$third-party
||mozoo.com^$third-party
||mptgate.com^$third-party
||mrmserve.com^$third-party
||multilinkhost.com^$third-party
||mybad.fr^$third-party
||myimagetracking.com^$third-party
||myimgt.com^$third-party
||mykocam.com^$~image,third-party
||mypes.info^$third-party
||mypushads.com^$third-party
||myserv4.com^$third-party
||myservdir.com^$third-party
||myspot.fr^$third-party
||mytemplatestorage.com^$third-party
||myxpass.com^$third-party
||natoms.com^$third-party
||naughtymessenger.com^$third-party
||navitrades.com^$third-party
||nblock1.com^$third-party
||neckermann.be^$third-party
||nelads.com^$third-party
||nend.net^$third-party
||neoadvertising.be^$third-party
||nepasmanquer.com^$third-party
||netclickstats.com^$third-party
||netcomvad.com^$third-party
||netmediaeurope.com^$third-party
||netmediaeurope.fr^$third-party
||netnet44.net^$third-party
||newrelisc.com^$third-party
||niceduckies.com^$third-party
||ninjagod.com^$third-party
||ninjapd.com^$third-party
||njaja.com^$third-party
||no-adblock.com^$third-party
||non.li^$third-party
||notification-time.com^$third-party
||noxaffiliates.com^$third-party
||nr-data.net^$third-party
||nsfxaffiliates.com^$third-party
||ntl.cloud^$third-party
||nuggad.net^$third-party
||num-link.ru^$third-party
||nvane.com^$third-party
||nyyed.com^$third-party
||obozrevatelcom.info^$third-party
||octea.com^$third-party
||octomarket.com^$third-party
||oevery.com^$third-party
||oftrau54.com^$third-party
||ohmyad.co^$third-party
||onads.dk^$third-party
||onclicktop.com^$third-party
||oneclickad.net^$third-party
||oneinstaller.com^$third-party
||onhitads.net^$third-party
||oniad.com^$third-party
||onlinemoviestar.xyz^$third-party
||opti-digital.com^$third-party
||optimhub.com^$third-party
||orangepublicite.fr^$third-party
||ovnet.fr^$third-party
||ovnet.net^$third-party
||oxiads.fr^$third-party
||pafpaf.com^$third-party
||palfad.com^$third-party
||palocalworld.info^$third-party
||papy-voyeur.com^$third-party
||papycash.com^$third-party
||paricileweb.com^$third-party
||parlinternet.com^$third-party
||partnerz.biz^$third-party
||patrospermit.com^$third-party
||payglad.com^$third-party
||paygladplayer.com^$third-party
||pee-puu-see.com^$third-party
||pelicansource.com^$third-party
||peoplesearchads.com^$third-party
||pepsia.com^$third-party
||peretasker.xyz^$third-party
||perload.com^$third-party
||permato.com^$third-party
||pgflow.com^$third-party
||phuc.cc^$third-party
||picxxxhub.com^$third-party
||pipeschannels.com^$third-party
||piximedia.com^$third-party
||piximedia.fr^$third-party
||pkthop.com^$third-party
||placedesleads.com^$third-party
||platine.org^$third-party
||play-asia.com^$third-party
||playglad.com^$third-party
||pluginnetwork.net^$third-party
||plurielmediacenter.com^$third-party
||plusservicepartners.com^$third-party
||plxnt.com^$third-party
||pocofh.com^$third-party
||popadon.com^$third-party
||poparb.com^$third-party
||popitunder.com^$third-party
||poprevenue.com^$third-party
||popudom.xyz^$third-party
||popupmaker.com^$third-party
||popvertising.com^$third-party
||popzila.com^$third-party
||pornego.com^$third-party
||pornme.pm^$third-party
||pornravage.com^$third-party
||ppcadmedia.com^$third-party
||pprx.work^$third-party
||prember.com^$third-party
||proche2moi.com^$third-party
||promo-earn.com^$third-party
||promo.alienbiz.com^$third-party
||promo.indecentes-voisines.com^$third-party
||promobar.tools^$third-party
||propixelfire.com^$third-party
||protawe.com^$third-party
||prsliders.com^$third-party
||prstatics.com^$third-party
||prwidgets.com^$third-party
||psmardr.com^$third-party
||pub2srv.com^$third-party
||pubagence.com^$third-party
||pubinteractive.ca^$third-party
||publicideas.com^$third-party
||publy.net^$third-party
||puboclic.com^$third-party
||pubovore.com^$third-party
||pubstack.io^$third-party
||pubvantage.com^$third-party
||pubwebnet.com^$third-party
||pulpix.co^$third-party
||puls-dz.com^$third-party
||pureadexchange.com^$third-party
||purlive.com^$~image,third-party
||pushazer.com^$third-party
||pushinpage.com^$third-party
||pushmejs.com^$third-party
||pushnews24.com^$third-party
||putbid.net^$third-party
||pvrtx.net^$third-party
||pwieu.com^$third-party
||pwspace.com^$third-party
||pxltgr.com^$third-party
||pxt-networks.com^$third-party
||qcn.com.br^$third-party
||qiqiww.com^$third-party
||quaelead.com^$third-party
||quanta.lu^$third-party
||qwertize.link^$third-party
||r867qq.net^$third-party
||radiumnetwork.net^$third-party
||rafomedia.com^$third-party
||randomadz.com^$third-party
||randomawesomeness.net^$third-party
||rapsio.com^$third-party
||rdv5a7.com^$third-party
||reactads.com^$third-party
||reactivpub.com^$third-party
||reactivpub.fr^$third-party
||reagend.com^$third-party
||realpopbid.com^$third-party
||recoco.it^$third-party
||rederditium.com^$third-party
||redirect-ads.com^$third-party
||redirectingat.com^$third-party
||reflexcash.com^$third-party
||regie.audioprint.fr^$third-party
||regie24h00.com^$third-party
||regiecpm.com^$third-party
||regiedepub.com^$third-party
||reklamnative.com^$third-party
||remerciez.com^$third-party
||rencontreroulette.com^$third-party
||rencontreshard.com^$third-party
||rentacorner.com^$third-party
||retagapp.com^$third-party
||retrynow.net^$third-party
||revenuemob1.com^$third-party
||revives.club^$third-party
||rgbperf.com^$third-party
||ringier.hu^$third-party
||rlnads.net^$third-party
||romulusrem.com^$third-party
||romulusrem.net^$third-party
||rosseladvertising.be^$third-party
||rotabann.com^$third-party
||rtbpopd.com^$third-party
||rtrgt.com^$third-party
||ruechaude.com^$third-party
||rutrk.org^$third-party
||rutvind.com^$third-party
||rvfrm2005.com^$third-party
||s1vesta.com^$third-party
||sahina.fr^$third-party
||salesforce.ma^$third-party
||sarmady-ads.com^$third-party
||sarmady.net^$third-party
||sasqos.com^$third-party
||say.fr^$third-party
||scriptutils.net^$third-party
||sddan.com^$third-party
||sdkol.com^$third-party
||secure-cloud.pro^$third-party
||secureanalytic.com^$third-party
||sepedaju.com^$third-party
||seprovider.com^$third-party
||serpzaer.com^$third-party
||sersh.com^$third-party
||serveurmumble.com^$third-party
||sex-affiliation.com^$third-party
||sexclic.com^$third-party
||sexequalite.com^$third-party
||sexpennyauctions.com^$third-party
||sexyxxx.biz^$third-party
||sezonlukdizi.com^$third-party
||shabakti.com^$third-party
||shareaholic.com^$third-party
||sharemyads.com^$third-party
||shmokiads.com^$third-party
||shoosh.co^$third-party
||shoppingate.info^$third-party
||shortgoo.com^$third-party
||shoto-kan.com^$third-party
||showgirl.ch^$third-party
||similardeals.net^$third-party
||sk1n.fr^$third-party
||sk8t.fr^$third-party
||slutroulette.com^$third-party
||smartclickz.com^$third-party
||smartclip.net^$~object,third-party
||smartmovies.net^$third-party
||smartname.com^$third-party
||smartpush3.info^$third-party
||smartstream.tv^$third-party
||smartxads.com^$third-party
||smartxads^$third-party
||smoozed.rocks^$third-party
||snake-leads.com^$third-party
||socialmediadz.com^$third-party
||spacepush.ru^$third-party
||spaceshipads.com^$third-party
||spart.co^$third-party
||sperse.com^$third-party
||sports-streams-online.xyz^
||spykemediatrack.com^$third-party
||static-od.com^$third-party
||statisticresearch.com^$third-party
||staubsefoo.com^$third-party
||stickyads.tv^$third-party
||storetail.io^$third-party
||streamvo.com^$third-party
||stripcdn.com^$third-party,domain=~xhamsterlive.com
||stripchat.com^$third-party
||strpjmp.com^$third-party
||sublimemedia.fr^$third-party
||sublimeskinz.com^$third-party
||submitsupport.com^$third-party
||sunmedia.tv^$third-party
||supravideos.com^$third-party
||surfaceprivee.com^$third-party
||surfactif.fr^$third-party
||svonm.com^$third-party
||swingers-match.com^$third-party
||t4b.tv^$third-party
||t4btv.com^$third-party
||tag101.com^$third-party
||tagcodes.net^$third-party
||tagsrvcs.com^$third-party
||tango-deg.com^$third-party
||tapub.fr^$third-party
||tbvid.com^$third-party
||tc-clicks.com^$third-party
||tdsapi.com^$third-party
||tdscd.com^$third-party
||teads.de^$third-party
||teads.fr^$third-party
||teads.net^$third-party
||telehan.xyz^$third-party
||temp.uno^$third-party
||template-help.com^$third-party
||templatehelp.com^$third-party
||thankswrite.com^$third-party
||themadvlad.com^$third-party
||thereforem.com^$third-party
||threedrive.su^$third-party
||thri.xxx^$third-party
||throughdfp.com^$third-party
||tidido.com^$third-party
||tipser.com^$third-party
||tipslz.com^$third-party
||tmcregie.fr^$third-party
||tmstrack.com^$third-party
||tnkexchange.com^$third-party
||tnx.net^$third-party
||todaypk.online^$third-party
||tonlive.com^$~image,third-party
||tools-affil2.com^$third-party
||tootrash.com^$third-party
||top-chaude.com^$third-party
||top-games.me^$third-party
||toponclick.com^$third-party
||totaladperformance.com^$third-party
||totale-defonce.com^$third-party
||toutlinternet.com^$third-party
||touturf.com^$third-party
||tpbdir.com^$third-party
||tpcserve.com^$third-party
||tpctrust.com^$third-party
||tpmedia-reactads.com^$third-party
||tr553.com^$third-party
||track2cash.com^$third-party
||trackor.net^$third-party
||tradefxads.com^$third-party
||trads.io^$third-party
||traffdaq.com^$third-party
||traffic-exchange-scripts.com^$third-party
||trafficlide.com^$third-party
||trafficoffernetwork.com^$third-party
||trafficroots.com^$third-party
||traffictrade.pro^$third-party
||trafic-booster.biz^$third-party
||traficmax.com^$third-party
||trail-m.com^$third-party
||transex-messenger.fr^$third-party
||transexmessenger.com^$third-party
||travelbar.tools^$third-party
||trck.eu^$third-party
||trck.me^$third-party
||tremember.info^$third-party
||trk-egestas.com^$third-party
||truenat.bid^$third-party
||tuberavage.com^$third-party
||tubicash.com^$third-party
||tworismo.com^$third-party
||ulclick.ru^$third-party
||ultrafiles.co^$third-party
||unicefworld12.ovh^$third-party
||unit-sense.net^$third-party
||univers-porno.com^$third-party
||unlockads.com^$third-party
||upperseeker.com^$third-party
||uptopop.com^$third-party
||urban-media.com^$third-party
||utl-1.com^$third-party
||utndln.com^$third-party
||vacature.com^$third-party
||vador.com^$third-party
||valemedia.net^$third-party
||vdo.ai^$third-party
||vertoz.com^$third-party
||vgsgaming.com^$third-party
||viahelium.com^$third-party
||videoplaza.se/proxy/distributor^$object,third-party
||videoplaza.se^$~object,third-party
||videoplaza.tv^$domain=commentcamarche.com|commentcamarche.net|journaldesfemmes.com|journaldunet.com|linternaute.com
||videostep.com^$third-party
||visadd.com^$third-party
||visibay.com^$third-party
||visio-x.fr^$third-party
||vmedia.tv^$third-party
||vo-publishing.be^$third-party
||volatintptr.com^$third-party
||voltads.com^$third-party
||vorcu.com^$third-party
||vpn-access.site^$third-party
||vyking.io^$third-party
||wamland.com^$third-party
||wbsadsdel.com^$third-party
||wbsadsdel2.com^$third-party
||wbusiness.fr^$third-party
||web-affiliation.com^$third-party
||webcamdate.fr^$third-party
||webmasteroo.com^$third-party
||webpushbuilder.com^$third-party
||webtv-sexe.com^$third-party
||webzodes.com^$third-party
||wedoo.com^$third-party
||welcome-media.fr^$third-party
||wellclix.net^$third-party
||wendise.com^$third-party
||westzip.in^$third-party
||whirlclick.com^$third-party
||white-eyes.com^$third-party
||widespace.com^$third-party
||widgetbooster.com^$third-party
||wiztube.xyz^$third-party
||wm.artcomix.com^$third-party
||wonderlandads.com^$third-party
||wslinx.com^$third-party
||wwclick.su^$third-party
||wwclickgo.com^$third-party
||wydpt.com^$third-party
||x-traff.com^$third-party
||x.porn.fr^$third-party
||xaddad.com^$third-party
||xaxa.in^$third-party
||xcamz.xyz^$third-party
||xcapps.com^$third-party
||xclick24.com^$third-party
||xfreeservice.com^$third-party
||xiacaidd.com^$third-party
||xiepl.com^$third-party
||xikrik.com^$third-party
||xl415.com^$third-party
||xmediaserve.com^$third-party
||xn--ae-tja.ch^$third-party
||xn--unfi-6pa.ch^$third-party
||xpicw.top^$third-party
||xxarbitrage.com^$third-party
||xxxtraff.com^$third-party
||xxxtraffic.biz^$third-party
||y-ads.net^$third-party
||yeesshh.com^$third-party
||yeyajipp.com^$third-party
||yongkang6.com^$third-party
||yospace.co.uk^$third-party
||yospace.com^$~object,third-party
||yospace.net^$third-party
||you-hentai.com^$third-party
||youborafds01.com^$third-party
||youwatch.org^$third-party
||yoyadsdom.com^$third-party
||yume.com^$third-party
||z-barre.com^$third-party
||zapcdn.space^$third-party
||zebestof.com^$third-party
||zeroredirect1.com^$third-party
||zmctrack.net^$third-party
||zononi.com^$third-party
||zwaar.net^$third-party
||zxcvads.com^$third-party
||zytpirwai.net^$third-party
||besucherstatistiken.com^$third-party
||compteurdevisite.com^$third-party
||contadorvisitasgratis.com^$third-party
||contatoreaccessi.com^$third-party
||freecounterstat.com^$third-party
||statcounterfree.com^$third-party
||webcontadores.com^$third-party
//st-n.*/js/a.js
/*/*/*/index.php?wi=*&ws=$image,third-party
||ds1.nl^$third-party
||dt51.net^$third-party
||l1b.nl^$third-party
||lt45.net^$third-party
||newstat.net^$third-party
||static-dscn.net^$third-party
||cdsbnrs.com^$third-party
||deskbabes.com^$third-party
||istripper.com^$third-party
||virtuagirl.com^$third-party
||virtuaguyhd.com^$third-party
||00280181d0.com^
||00518b6f0c.com^
||007a15696d.com^
||008f54b4d6.com^
||009c96c8be.com^
||00d2e2e5ef.com^
||0165672dd6.com^
||016e6eadad.com^
||019a6180a6.com^
||0407ba6a0a.com^
||044165bfac.com^
||045fef1509.com^
||04c7739392.com^
||05b960757b.com^
||05fbc08eac.com^
||0741cb485e.com^
||07c6b39b80.com^
||0881dd11d9.com^
||09f5b75c69.com^
||0a7f18e2b2.com^
||0b163afe38.com^
||0b1f7ca090.com^
||0b57ha4k4zrd.top^
||0byv9mgbn0.com^
||0c09748660.com^
||0c3b16e8e6.com^
||0ca20b3e8f.com^
||0d76bd13e8.com^
||0f1d62f955.com^
||0f3887f8af.com^
||0fa972d0d7.com^
||0fed9a37d4.com^
||0geyfxqh2l.top^
||0jcn4veha2oz.top^
||0kal38g35ctc.top^
||0redirc.com^
||0u37vw5na9w0.top^
||10sdfjshbdfj10.monster^
||11d24e3921.com^
||121f973b97.com^
||127d5ef6e1.com^
||12f01e3591.com^
||12link.bonuscontract.com^
||12xgetsready12.monster^
||135c3f731e.com^
||13c65864bc.com^
||13e72f87ba.com^
||13f8c0b498.com^
||147d72d01e.com^
||14b173f983.com^
||15a3163caa.com^
||15be7e49a4.com^
||1624a08136.com^
||16c8nh2801z2.top^
||17dc91dc49.com^
||17e2f3c4e1.com^
||1827b24522.com^
||18772b5091.com^
||18teensex.com^
||19333b2e55.com^
||197ab55c5d.com^
||19bk5lo5q2.com^
||19d1da8898.com^
||1ab9ee01cb.com^
||1ad6ea4211.com^
||1afd9d663c.com^
||1b55d966f1.com^
||1c9ca7ac71.com^
||1cea7cef1d.com^
||1clic1don.fr^
||1d0ec98437.com^
||1d12e1e0de.com^
||1d505919c1.com^
||1e18a448a6.com^
||1e397a960b.com^
||1e49ec466f.com^
||1e64b4d129.com^
||1ecfd63507.com^
||1f802c96ea.com^
||1f804d7570.com^
||1f8e584b62.com^
||1fa028dea6.com^
||1facd1b75f.com^
||1fastredownload.com^
||1fed30fe42.com^
||1ptkm78j4zs.cc^
||1stc6vz58kxw.top^
||1ttv.net^
||203dc6c13b.com^
||20539787d1.com^
||20f555d506.com^
||211834e9ab.com^
||2406dfaaa8.com^
||248bb4b7dd.com^
||256683aefe.com^
||256bb4a81a.com^
||25d83d2f3d.com^
||25eaeccf95.com^
||25ff18d2d5.com^
||25t6ioaooca2.top^
||2615bff79f.com^
||2684e4fd7f.com^
||2817931c44.com^
||2832278cae.com^
||290411a0c0.com^
||29dc237c9b.com^
||2a17f5b615.com^
||2a2e94fb21.com^
||2a9f8fc03a.com^
||2aadf0c0fe.com^
||2b08afc2a6.com^
||2bac5b4837.com^
||2bedae0184.com^
||2bf02d4451.com^
||2c4p24o6zp0y.top^
||2ccc9781d4.com^
||2d29659891.com^
||2da69cc358.com^
||2e55a2d58f.com^
||2ljhthlcbk81.top^
||2sspnneeed2.monster^
||2x2mfeed.com^
||2ydsyb43pd.top^
||30e58b7f33.com^
||3116b26fc6.com^
||3128e920ab.com^
||31433ebfed.com^
||31vcgicj50zg.top^
||3336637.com^
||3377da8742.com^
||3423b141ae.com^
||3429d8901d.com^
||3455f431fa.com^
||3500e6a1bc.com^
||356f48a5f4.com^
||35998bf09e.com^
||35b889100e.com^
||36061d2abc.com^
||362728tdg.com^
||3692022.com^
||36c48052b9.com^
||3743e0aeab.com^
||3782920751.com^
||3897e90a2e.com^
||396ddcf95b.com^
||3b25b6026c.com^
||3b873b3c94.com^
||3b8784189a.com^
||3b9119638d.com^
||3ba87e4828c5a95.com^
||3c58498663.com^
||3e8d78fb90.com^
||3fba1b901c.com^
||403960fc42.com^
||412fe7fd10.com^
||41a33ffca8.com^
||423991b7ca.com^
||423ed275a7.com^
||424e7f7ce6.com^
||42dbd09587.com^
||43f138e903.com^
||440t1jcs6utnip.xyz^
||443f6269ce.com^
||44c3576c4d.com^
||45190ec38a.com^
||4575a93ef0.com^
||459bfb9e58.com^
||45ba1be349.com^
||46cc46f66f.com^
||4710451f4b.com^
||493007a308.com^
||4a5d6a35fb.com^
||4a9bfbc858.com^
||4c785a9eb9.com^
||4e26d342b8.com^
||4f116d9efd.com^
||4f6ac84634.com^
||4f911fbb6a.com^
||4fdbeb30fb.com^
||51644b5548.com^
||51981f644b.com^
||5201l41kuvl7.top^
||523d6475f9.com^
||52a16ddb75.com^
||52f0b5cc44.com^
||5301edf03f.com^
||5508de0fd7.com^
||5535740de5.com^
||553b8de985.com^
||55454ed59d.com^
||558ao12sqrok.top^
||566680be11.com^
||573569djd.com^
||573d28b35e.com^
||574cfa4903.com^
||58054f8197.com^
||58c232d55d.com^
||5a114f2436.com^
||5a933d6b67.com^
||5a9b74f2cd.com^
||5aa383d56d.com^
||5b536eaad8.com^
||5b5846c196.com^
||5ba9bf8065.com^
||5bdb6e0e40.com^
||5bdc059842.com^
||5c530d2179.com^
||5cb068fb21.com^
||5cd06b6ef4.com^
||5cf02ebcd5.com^
||5d1bdc7205.com^
||5d68b230fb.com^
||5da32c1419.com^
||5e164e9f70.com^
||5e9163879d.com^
||5ecce229af.com^
||5i8xkqjmqubv.top^
||6064695105.com^
||6065aef6ab.com^
||60b2499722.com^
||6158854a09.com^
||6257028645.com^
||62a401411b.com^
||62f1175918.com^
||634d520205.com^
||638236rpn.com^
||64p3am9x95ct.com^
||65566a6ab6.com^
||65677358625.com^
||65d2bef787.com^
||65u0tvf9l4.com^
||66377311795.com^
||673681cb40.com^
||6747785b1d.com^
||675ad8b574.com^
||681ba37858.com^
||689c5de254.com^
||68df7777dc.com^
||69688qp.com^
||699a7d1376.com^
||69ffbd13e7.com^
||6a28b73312.com^
||6a8eeffffe.com^
||6cb6696a46.com^
||6d23bc0c0e.com^
||6d39809b4a.com^
||6d8703fa59.com^
||6dffc00153.com^
||6e03b7356e.com^
||6e26fb1ae7.com^
||6e959effd0.com^
||7010888f85.com^
||7050c8b66b.com^
||7131c4c2d2.com^
||71a43b8089.com^
||71ffca393f.com^
||72d197aaa2.com^
||733ecf9148.com^
||73e7765979.com^
||7417f20ecd.com^
||74264bd2c8.com^
||7479e3de29.com^
||74c0059aba.com^
||74d8e3a3c8.com^
||75c63bbb68.com^
||760ead33eb.com^
||760ed2b57f.com^
||763e24cc7e.com^
||76497105d4.com^
||766d456657.com^
||76a9e2d7ca.com^
||7784465d3a.com^
||77c4175fc7.com^
||77e0708efa.com^
||783bcdb896.com^
||78dcbb8195.com^
||790475b914.com^
||79383a549a.com^
||79a279edc7.com^
||7b3bd56d1e.com^
||7b4d5bc078.com^
||7bb41eaede.com^
||7ce7b7e102.com^
||7d8b7d31f8.com^
||7df3f71dc4.com^
||7e0efcab8b.com^
||7e77e49c84.com^
||7f3adt.com^
||7ff25e57d1.com^
||7rjln8orgh.com^
||80cbbd23e7.com^
||80d42b11c9.com^
||8139b82e6e.com^
||813d8347e7.com^
||81410d9609.com^
||81794ea37a.com^
||820f4228cc.com^
||821e800dfd.com^
||8388tp.com^
||839944c715.com^
||855ca67e31.com^
||868a7939b6.com^
||86c80a0afb.com^
||86ff56b6d5.com^
||87193776899.com^
||88225233827.com^
||882f53d76a.com^
||885742.com^
||8889775.com^
||88cff7936f.com^
||893e039319.com^
||899aa6e01c.com^
||8ae7162e81.com^
||8b7abaa862.com^
||8be504503e.com^
||8c22d403cf.com^
||8cc185db46.com^
||8d08a38552.com^
||8d0d35fb77.com^
||8d23f484c1.com^
||8f987bbe4e.com^
||8ff41d1efd.com^
||8kjsbhdfsdf88.monster^
||90a47357a5.com^
||911b02b03b.com^
||914c3a3b5c.com^
||9183ab1456.com^
||91a8a068d5.com^
||91d626064c.com^
||91dfb18baf.com^
||92331e9790.com^
||92430e785d.com^
||925acd31bd.com^
||926b9cdb4d.com^
||928fab1d1d.com^
||92c04d81dd.com^
||92d8d67482.com^
||93430df2ae.com^
||947ec124d5.com^
||94870bbbc9.com^
||956d95e522.com^
||95826d1afa.com^
||958702ecdf.com^
||95a3ca82bc.com^
||95cf5beb64.com^
||969604b4a3.com^
||96a3bc8522.com^
||96n5r5va.top^
||97cc7b61f4.com^
||97da4337b5.com^
||984335278d.com^
||987a70dd0c.com^
||98f68cf54e.com^
||99b0610b70.com^
||9a1bc795b9.com^
||9bb5a764ad.com^
||9cc064a523.com^
||9d4d667182.com^
||9da3146512.com^
||9dccc8e106.com^
||9ea1aedf40.com^
||9f8685a4d1.com^
||a10e98bd92.com^
||a181667a95.com^
||a1c09abb17.com^
||a26b30497d.com^
||a2adjk.com^
||a33bb68b84b.com^
||a34f18bc30.com^
||a3dedca3b2.com^
||a49bef3071.com^
||a4f321092b.com^
||a50d23dcc2.com^
||a5541fe704.com^
||a7245f3c59.com^
||a74824bbbe.com^
||a7f851c6ab.com^
||a911d9d2c3.com^
||a98a3766e3.com^
||a9c44e3c7e.com^
||a9ce112bde.com^
||a9dfcdeee8.com^
||aa2172c617.com^
||aa73935a79.com^
||aa993366aa.com^
||aac0dba6de.com^
||aajoqmytnrq.com^
||aanqylta.com^
||aatjjavqcykno.com^
||ab73ad8e50.com^
||ab7e0afb6f.com^
||abaolokvmmkkr.top^
||abbepitas.digital^
||abberantextending.com^
||abbesinstore.top^
||abbotinexperienced.com^
||abdalpaces.com^
||abdqgbkux.xyz^
||abe0a67ce4.com^
||abedwithdrawalautograph.com^
||abeenrwvyrqj.top^
||abetcattle.com^
||abethow.com^
||abetsslodger.guru^
||abewvlhfdxjy.com^
||abfb1f1f31.com^
||abjmkkowboewb.top^
||ablachassign.digital^
||ablynationality.com^
||abnegateexcavator.com^
||abnegationgrumpy.com^
||abnormalearphones.com^
||abolishregulation.com^
||abominableexhibition.com^
||abonnementdisconnect.com^
||aboundbunkerflap.com^
||aboybvnm.com^
||abqqlfhyeqhdhli.xyz^
||abramisanitos.top^
||abrasivefirsthandsadly.com^
||abridgealgedo.com^
||abroadwas.com^
||abroodwedeln.com^
||abrupteasily.com^
||abruptlydummy.com^
||absolutebarbarafashioned.com^
||absolutelysaunabuy.com^
||absolutioncompulsivenoisy.com^
||absolvedoggy.com^
||absorbingelsewheredisobey.com^
||abspeamode.live^
||abundantminussteal.com^
||abusageqh.com^
||abwiswry.live^
||abwsunml.com^
||abxjukie.com^
||abyocawlfe.com^
||abyocxxvigpip.com^
||abyssfar.com^
||abyssfurs.com^
||abzkyjaqlovqv.top^
||ac09f93506.com^
||acaciinpreopen.guru^
||acanthidivest.digital^
||acaydicjltx.com^
||accedebuzz.com^
||acceptablebleat.com^
||acceptablefabric.com^
||acceptedregionsdispose.com^
||accessibletighterchorus.com^
||accf14db6e.com^
||accidentalcrownincredible.com^
||accidentallycopiespatted.com^
||accidentdemocracy.com^
||accompanimentrealistic.com^
||accountantpacketassail.com^
||accountswindy.com^
||accuseversusvice.com^
||acequiapobedy.website^
||acerbitylockdown.com^
||acerolawaists.com^
||acglottku.com^
||achageglass.com^
||achatecogida.com^
||acidizenecro.top^
||acidmercy.com^
||ackbassets.com^
||acobnnvet.com^
||acoossa.top^
||acquiredcycle.com^
||acquitfamouscavity.com^
||acquitjeans.com^
||acreamsubst.guru^
||acridtaxiworking.com^
||actionrtb.com^
||activitybump.com^
||actoriends.info^
||actressfootball.com^
||actuanius.com^
||acwdtzpbilvw.com^
||acylbirri.digital^
||ad1e220ebc.com^
||ada33bea5b.com^
||adanald.icu^
||adaptationdeployment.com^
||adaptationshookbeings.com^
||adaptedtouching.com^
||addingdetestable.com^
||additionmeaslespublished.com^
||adeclc.com^
||adinfo.support^
||adjointeen.com^
||adjusthomemade.com^
||adjustlearned.com^
||adkgeoaajx.com^
||admireddepend.com^
||admiredfreakishgraveyard.com^
||admirerresignationmat.com^
||admissiblepedal.com^
||admissiondemeanourusage.com^
||admissionmining.com^
||admitboutiqueparagraph.com^
||adnetwrk.com^
||adopcwxswygcsfh.xyz^
||adoptcraneinexhaustible.com^
||adoptionconcerned.com^
||adornmenttaunt.com^
||adpointbreakrtb.com^
||adqnafggeakih.com^
||ads-6686.top^
||ads-blue.com^
||adsadminister.com^
||adslop.com^
||adsmansion.com^
||adsupply.dsp.wtf^
||adtoqbuejunef.com^
||adtracker2.com^
||adtrk20.com^
||advancedisco.com^
||advancinghumorous.com^
||adventuroustame.com^
||advertiseveneeringfloating.com^
||advymjwwsuhs.com^
||ae2f6a33e6.com^
||aea00d7aef.com^
||aeace15a82.com^
||aecuzicmd.com^
||aed5586e71.com^
||aefbfbmlo.com^
||aeifpqfijosfd.com^
||aejwebjah.xyz^
||aemxbkfele.xyz^
||aeolicholsom.com^
||aeoqmogkswsd.com^
||aesopicmalchus.com^
||aeuiazspafmbu.com^
||af35701248.com^
||af60f3d6b4.com^
||afawqvvy.xyz^
||afeevcysekpfx.com^
||afeuvqrsswz.com^
||affectedwrestproven.com^
||affiliatetracker.io^
||affluenceseptember.com^
||affluentcompere.com^
||affordedrasp.com^
||affordedseasick.com^
||afgujiglyv.com^
||afikdvzf.com^
||afkxvqctbcwws.com^
||afmqvqgklpvgaq.com^
||afoamnigua.com^
||afreshexpanding.com^
||afreshtamper.com^
||afrouupefqqrg.com^
||aftjohnanodes.com^
||agamaevascla.top^
||agatesseabag.com^
||agaxrejvwrctdk.com^
||agazejagless.com^
||agbyrgwqveddgm.com^
||agcpcscw.com^
||agedpagefat.live^
||agedradiant.com^
||aggregatedcompetitivefrock.com^
||agilespatter.com^
||agitatechampionship.com^
||agitationfourthplug.com^
||agoingcabinet.space^
||agrariancapable.com^
||agrufescarry.space^
||agwmobzpdufp.com^
||ahcapzoqgyw.com^
||ahdpsofspmky.com^
||ahnbhhlcn.com^
||aholdsatlas.digital^
||ahstrelgnh.com^
||ahxtckisuy.com^
||aidroang.net^
||aidsideused.live^
||aiehcgeh.com^
||aiharsul.net^
||ailayntmkftprcg.com^
||ailcloister.com^
||ailkeyair.com^
||aimamparc.club^
||aimoverwhelmingpeek.com^
||airbornemiser.com^
||aircraftreign.com^
||airsnowking.live^
||aitraykui.xyz^
||aitsouty.top^
||aiwyrroueafcs.com^
||aj2142.online^
||aj2178.online^
||ajaiguhubeh.com^
||ajevigie.com^
||ajjtfysen.com^
||ajmqlxkmwlpid.xyz^
||ajsyxphfpr.com^
||ajvtuntouxwan.com^
||ajycwaplpyu.com^
||akancarbro.life^
||akauoxrvqh.com^
||akbuwfkgeuq.com^
||akenegappier.com^
||akikegbdiutg.com^
||akinwrecking.com^
||aklmjylwvkovj.top^
||akusafla.com^
||akyldpjmlh.com^
||akzavgvsmbmtcp.com^
||akzawlykqaajb.top^
||akzjuxqyhk.com^
||alacrityprepayprecursor.com^
||alanylsreeve.com^
||alarbuscymry.top^
||alcaeunicell.com^
||alcaicsaplasia.casa^
||alcalihachure.com^
||alcegeoform.com^
||alchimyprizers.digital^
||alcnpuezdiov.com^
||aleassbun.site^
||alebrinkfed.com^
||alemitezabtie.com^
||alertmoyenne.com^
||alexisplait.com^
||algardevehme.com^
||algo.creepingbrings.com^
||alienplausible.com^
||alifesantir.uno^
||alimonylaterdevious.com^
||alityjackash.digital^
||alkynesloftily.com^
||allayselect.com^
||allegationobtain.com^
||allegemagnanimityensue.com^
||alleviatedesignertheir.com^
||alliancefreakishobey.com^
||allmobexpo.com^
||allonymgranula.com^
||allowancejungle.com^
||allownotification.com^
||allownotifications.com^
||allowpush.com^
||allrightpaint.com^
||allurepraised.com^
||almightycubeimpolite.com^
||alnluamglbasqcb.xyz^
||alnuinkwintra.com^
||aloftlarge.com^
||aloneshapeless.com^
||alonged.com^
||aloofpunish.com^
||alsoexplain.com^
||altairceleb.com^
||alteredyacht.com^
||althoughgunfiresurely.com^
||altitudefolkastonishment.com^
||aluminiumreluctanterect.com^
||alxfgnews.pro^
||alzlwkeavwab.top^
||amateurterrible.com^
||amazementpink.com^
||amazinglyclimb.com^
||amazinglygarden.com^
||ambassadorvaultvisited.com^
||amberfrontierdust.com^
||ambientrockutilities.com^
||amenbeansrepay.com^
||amendexasperatematter.com^
||amendmentbutterfly.com^
||amendspreposterousalter.com^
||amentsmodder.com^
||amesacewilga.store^
||amiabledelinquent.com^
||amildarclaes.space^
||aminaqkyr.com^
||amlvbzvvnjere.top^
||amlvbzvvnjnjv.top^
||ammanunshook.com^
||amongremember.com^
||amoraldesperateavailable.com^
||amorousstableminister.com^
||amorphouspain.com^
||amorphouspimple.com^
||amovedsynthol.life^
||amqfjkhzn.com^
||amrnlnarymaw.top^
||amrnlnarymzm.top^
||amrnlnllyqze.top^
||amssgvnly.com^
||amuckparises.digital^
||amulasmahmoud.life^
||amuletcheek.com^
||amuseer.com^
||amuseulteriorpair.com^
||amwaenarqjyza.top^
||amwaenarqjzlj.top^
||amwaenayzjwzj.top^
||amylsarles.com^
||amylsturkdom.com^
||amyzjjzbyrzjw.top^
||amyzjjzlrrjre.top^
||analaxadulatory.com^
||anatomyassault.com^
||anatomymagnanimity.com^
||anattospursier.com^
||anchorclassify.com^
||ancomederipia.com^
||anconespulpier.top^
||andamqhoiqmpo.xyz^
||anddalu7si4an.com^
||andirapoops.com^
||andrewtens.guru^
||andriasmaximus.com^
||androidcheeker.com^
||anethumangoise.top^
||anfilm.mobi^
||angelcarrysideways.com^
||angersimultaneoustotally.com^
||anglemarrowoccurs.com^
||angryheadlong.com^
||anidianskirts.com^
||animateddanglediary.com^
||annexecamelot.com^
||annexere.top^
||announceflealanding.com^
||announcenutshell.com^
||annuityabigeus.digital^
||anodicisiac.digital^
||anorakhaying.com^
||anotherrifle.com^
||anothertuesdaypattern.com^
||anpqbngtbvyyx.com^
||anqnbzyjlkmba.top^
||anqnbzyjlkymw.top^
||ansariebezzo.com^
||antarcticdashedscuffle.com^
||antarcticfiery.com^
||antennamarsh.com^
||anthemmutevenison.com^
||antiaespheges.com^
||antiblinked.com^
||anticrouched.com^
||antidiskcaught.com^
||antirgiocub.com^
||antlermaze.com^
||antlerrhinoceros.com^
||antlersolidthrilled.com^
||antonyexpected.com^
||antrumfords.guru^
||anvilaboundpalpable.com^
||anvknlklmnejv.top^
||anvknlklmnrra.top^
||anwap.ru^
||anxgzfksydxgl.com^
||anxiousairliner.com^
||anymorestaying.com^
||anyonemost.com^
||aoalpvovpbajxtj.com^
||aogoxcgqw.com^
||aohqdqeaj.xyz^
||aoliplastin.com^
||aosykecrrm.com^
||aoueyfydb.com^
||aovdkzfhsth.com^
||apartemployee.com^
||apercusdimly.com^
||aphodalchorei.digital^
||apieceshapedsurgery.com^
||apinchcab.life^
||apioyarj.com^
||apocalypsegulliblemood.com^
||apogeicoxhouse.com^
||apparentlycontain.com^
||appcdn.xyz^
||appcdn01.xyz^
||appellationlucy.com^
||appendixwhispering.com^
||applestram.com^
||apprebuffnat.com^
||appreciatesaucepan.com^
||appropriate-speech.com^
||approvewordingcashier.com^
||apronstrongly.com^
||aptnessfreeing.com^
||aptpurerun.live^
||aqaaheceb.com^
||aqdkehbez.com^
||aqgdlgshs.com^
||aqkbyevrkljke.top^
||aqkbyevyqlake.top^
||aqnazbbqellen.top^
||aqqjqknzvnka.top^
||aqqjqknzvrkj.top^
||aqwmbwybzwbmv.top^
||arabcuff.com^
||arabic-life.buzz^
||arablefoundation.com^
||arabsewing.com^
||arasyqslwmfat.com^
||arbitrarysack.com^
||arbitrywa.uno^
||archlysurroundgravy.com^
||arcticclairvoyant.com^
||arcvdanzeilak.com^
||arcvnnxwoikddsj.xyz^
||areagrammanor.com^
||areahirepeculiarities.com^
||areamindless.com^
||areconform.com^
||arenitezill.com^
||arewzvqbeklan.top^
||arfobkorfa.com^
||argalsunclay.space^
||argondenial.com^
||aribinspelts.com^
||arioiundated.com^
||aristeskime.com^
||arithmeticrobust.com^
||arkitefacie.com^
||arktonightinept.com^
||armedauditoriumclog.com^
||armhighlyexpress.com^
||armhoopcoinage.com^
||armhutspa.com^
||armoryassembly.com^
||aroidesablute.guru^
||aromaexplode.com^
||aroseexploit.com^
||arqsgydcdjtdim.com^
||arrangementsfilter.com^
||arrearscourtyard.com^
||arrearssturdyenthusiasm.com^
||arriedstro.work^
||arrivesomewhere.com^
||arsgutium.com^
||arsonblob.com^
||arsonclot.com^
||arsoncomelydove.com^
||arsonisteventually.com^
||arsonistpremium.com^
||artannagentlemen.com^
||articlewhistle.com^
||artworkdot.space^
||arvbjqavenjmv.top^
||arvbjqavenqbj.top^
||aryabzerznbkj.top^
||aryabzerznbnw.top^
||asalawsuit.com^
||asbgdfxrau.com^
||ascensionrelativestuck.com^
||ascomaablesse.com^
||asdxntvjpsyl.com^
||ashamefin.com^
||ashesrubbishdrop.com^
||ashtrayassist.com^
||asideislandpipe.com^
||asksnptvrxcpyih.xyz^
||asleepnancy.com^
||aslofrnbrphlp.com^
||asorphytase.com^
||aspenpalette.com^
||asperityresidential.com^
||asqpniwvxea.com^
||assadbee.live^
||assassinationrussia.com^
||asseizeenl.com^
||assertacould.space^
||assignlabor.com^
||assistimplemented.com^
||assumeditch.com^
||assurancedangerous.com^
||assuredunskilledconnected.com^
||asteismremock.digital^
||astianzygon.com^
||astonedunfound.com^
||astonishingscold.com^
||asuqoqsea.com^
||aswashalcaid.guru^
||atallcolumnstood.info^
||atanorithom.com^
||atdhobsb.com^
||atedtrevor.guru^
||ateoildim.club^
||atflojand.com^
||athbashara.com^
||atheismcard.com^
||atimaze.com^
||atmospherefragmentiris.com^
||atonementwisely.com^
||atopitegoutish.com^
||attemptinert.com^
||attemptsbetween.com^
||attendancereporterwren.com^
||attendingpets.com^
||attestationmonk.com^
||attestationoats.com^
||atthulecapstr.xyz^
||attictop.com^
||attractglamorous.com^
||attributefallen.com^
||atvnoxqraqlrmh.com^
||atweenchokra.digital^
||atxjjhycbntttc.com^
||atyrsldq.com^
||atytalqqcup.com^
||audiosuffer.com^
||auditoryembedded.com^
||auhpaewvbgwjr.com^
||aumjwoylhhnmvv.com^
||auntdrawing.com^
||auntlyir.com^
||aupwikhtvlesf.com^
||aurangkavas.com^
||aurousroseola.com^
||authoritativepartedusher.com^
||authorizeharnessuncle.com^
||authorsradius.com^
||authsmtp.vidox.net^
||automaticdrown.com^
||autopsyextendedyou.com^
||autopsyfowl.com^
||autopsyjam.com^
||autopsytan.com^
||autostyre.guru^
||auubslxxi.com^
||auxiliaryformalboil.com^
||availroeamenity.com^
||avdcnvhpylwywn.com^
||avehistoric.com^
||avehospitablestrangers.com^
||avenueinvoke.com^
||averraldawen.com^
||aversionatrocious.com^
||aversionmast.com^
||avevofipnqobi.com^
||avhxnasqeo.com^
||avidsink.com^
||avjywldfaa.xyz^
||avkvfpwsx.com^
||avnhgmvwbjv.com^
||awarenesstack.com^
||awdvipgsug.com^
||awesunstroke.com^
||awexjtozogod.com^
||awgbrojzdpesxx.com^
||awhiledad.com^
||awingbhoots.com^
||awkwardtilt.com^
||awlweyznvqekj.top^
||awlweyznvqnvn.top^
||awmoydgfsfnim.com^
||awneddir.com^
||awokeembarkquicker.com^
||awreubsvsi.com^
||awtuhxgusruocsh.com^
||awyebweybeqym.top^
||axchggobulz.com^
||axitessubclei.com^
||axnnbwmy.com^
||axonesjames.com^
||axoniagude.top^
||aydyvgtny.com^
||ayeboagnu.com^
||ayensexilic.com^
||ayllnllwajqbe.top^
||ayllnllwajwyj.top^
||aynhnrgxjxfv.com^
||ayqezbeayjvjv.top^
||ayqezbeayjvrj.top^
||ayurxhjnnxlonk.com^
||ayvwbzqnjrklj.top^
||aywfsjpglvhzdk.com^
||aywgucxmh.com^
||ayyfqqbt.com^
||ayyjenjqlramn.top^
||azclip.co.ua^
||aznbbeco.com^
||azotizeloofas.com^
||azpyrjlatroyag.com^
||azureungild.com^
||azvneyrknejqj.top^
||azvneyrknekev.top^
||azvneyrknekqa.top^
||azvneyrknevjn.top^
||azyyyeyeqrelm.top^
||b0omr3wn6u4b.com^
||b120ceab1c.com^
||b1a9bbebdb.com^
||b2691621ae.com^
||b2b9a56b6a.com^
||b43f2bd3a9.com^
||b4b2389406.com^
||b5181dcabe.com^
||b5c01d507e.com^
||b5c7158627.com^
||b62f32e9ef.com^
||b754af79a7.com^
||b7efb2664b.com^
||b87d56d579.com^
||b8fd375760.com^
||b93b701770.com^
||b95684d812.com^
||b9a34bcfd0.com^
||baarspo.ru^
||babashyblan.com^
||babblelessenairline.com^
||baciletubaron.com^
||backforward.bid^
||baconybritts.com^
||bad027ae34.com^
||badayscase.live^
||badgerjeff.com^
||bafflecouriernoble.com^
||baggagesuch.com^
||baggedmarched.life^
||bagiefights.top^
||bagzeaqrzcsqsq.com^
||bahamasexcitor.com^
||bailershowk.top^
||bairnsvibrion.top^
||baitdyed.com^
||baitedblocs.com^
||bakersvetoer.com^
||bakeryordinal.com^
||bakingbeheld.com^
||bakqipof.com^
||balaraocleanly.website^
||ballblemish.com^
||balletsbeep.com^
||balloonmuteenforce.com^
||balloonsbuild.com^
||balmyrind.com^
||bamboss.ru^
||banalbjar.com^
||bandageloathe.com^
||bandwjtnqi.xyz^
||banghyugroid.guru^
||bankedbaisakh.com^
||bankersend.com^
||bannermorninginterference.com^
||banquetpettyduchess.com^
||banselaunswear.casa^
||baptismdesired.com^
||baptismfortune.com^
||baraninausity.website^
||barcoopeotomy.com^
||barelydonkeysteed.com^
||bargainingbrotherhood.com^
||bargainknitsquare.com^
||barnacleoverdo.com^
||baronflung.com^
||barristerwebzoo.com^
||barwaltanha.com^
||barwaysidle.com^
||baseearsh.com^
||basereflect.com^
||basetts.com^
||bastardgrab.com^
||bastardsubstitutealready.com^
||basyfmucu.xyz^
||batchesblueth.guru^
||batchogaire.uno^
||batetebist.com^
||bathesscasely.guru^
||bathfoot.com^
||bathmanblend.com^
||batteryexecutionsucceeding.com^
||battleautomobile.com^
||baubeebirsle.website^
||bauderylysines.com^
||bawdiesbeirut.digital^
||baylikespacy.guru^
||baywigsign.live^
||bb48cc372d.com^
||bbc781f81e.com^
||bbhonlinestore.com^
||bbnfcfrvjs.com^
||bbnnjqwqaryaz.top^
||bbocajxn.com^
||bbovoxju.com^
||bbquinua.space^
||bbtwgcqrqzd.com^
||bbwahsdad.com^
||bbwzzwremrqma.top^
||bbwzzwremrvjk.top^
||bc5b043a83.com^
||bcceb2c771.com^
||bcgbbzxackpk.com^
||bcnlmgaxg.com^
||bcrpigjz.com^
||bcxamyjtnzuf.com^
||bdb18dbc27.com^
||bdoyadtbxsy.com^
||bdros.com^
||bdtoadic.com^
||bduqjebcjovz.com^
||bduwklmdc.com^
||be023693af.com^
||beachinfinitegag.com^
||beaconunruly.com^
||beaglemanipulate.com^
||beakercompatibilitypity.com^
||beakexcursion.com^
||bealinghigher.com^
||beanoutragethen.com^
||beansarcasm.com^
||bearerviolateacid.com^
||bearinggall.com^
||bearingted.com^
||beatcuqa.xyz^
||beatentransfer.com^
||beatenunfinishedguarantee.com^
||bebloomswagged.com^
||becamemayhemunderstood.com^
||becamesprinkle.com^
||beclogsbryce.com^
||beclosecods.com^
||becolmethund.com^
||becomingpressfelicity.com^
||bedrowndaffs.com^
||bedwokvbyuygl.com^
||beeledemotes.top^
||beennuttousche.life^
||beepunderage.com^
||beerenslavearena.com^
||beergeneralization.com^
||beetlerebuffsame.com^
||befamespiked.website^
||beggarpropositiongaudy.com^
||beggingparagraph.com^
||beginningstock.com^
||beheldnaive.com^
||beheldsled.com^
||behybmunweid.com^
||beigefindaccurate.com^
||beigeiros.pw^
||beigelazinessdetected.com^
||bejzmuqrxifxn.com^
||belfrycaptured.com^
||beliefnormandygarbage.com^
||belieskartvel.com^
||believeisabella.com^
||bellygratification.com^
||bellyindulge.com^
||belovedscalp.com^
||beltenecottae.com^
||bemaskspackle.com^
||bemireulling.com^
||benchraspberry.com^
||bendiespygopus.com^
||bendproceed.com^
||beneficialeatablemanor.com^
||benefitanna.com^
||benevolencereplyfabric.com^
||bennelapiose.com^
||bennetproblems.com^
||bensheacling.com^
||benzoylchaitra.com^
||bepilldegold.digital^
||bepityetheric.com^
||berchsquirrelcomposure.com^
||bereandevils.com^
||bereaveundresscrowded.com^
||beresearchaffection.com^
||berriesstring.com^
||besayleimager.com^
||beseechpill.com^
||beshestoly.com^
||besmutshelixin.com^
||bespakerubbles.com^
||bespyscania.com^
||bestcontentcost.top^
||bestfreecounterstat.com^
||bestialboomcaterpillar.com^
||bestialvehemence.com^
||bestilltellee.com^
||bestudszingy.life^
||betdejump.live^
||betjeyxf.com^
||betncxdeodlclc.com^
||betonychevage.com^
||bevilmotives.com^
||bewetnovate.com^
||bewilderedcoverage.com^
||bewitchliquor.com^
||bewrapsstomal.website^
||bf18c2661e.com^
||bf3572595c.com^
||bfbccsplilbwei.com^
||bfhqteipdh.com^
||bfjmqmdieipi.xyz^
||bfmasjrbtgy.com^
||bfnuhejbcs.com^
||bfsoxfmpabu.com^
||bfsugmrq.com^
||bgejgulprscgv.com^
||bggqdleabtqhwqw.xyz^
||bgudgbllue.com^
||bguytsrstgnwtm.com^
||bhabhiporn.pro^
||bhbtmipjiqn.com^
||bhfvnektiau.xyz^
||bhtutiluq.com^
||bhwmghkmaoox.xyz^
||biancatirurai.com^
||bibbersbanshie.com^
||bibberycham.com^
||bicepsseiner.com^
||bicjetapwdsiby.xyz^
||bideratwixt.com^
||bifrontgaiter.com^
||biggedchocard.com^
||bightsruana.com^
||bigosearch.com^
||bilkedlimbing.website^
||billboardmileage.com^
||billiardsreedagreed.com^
||billiardsseasick.com^
||billychitose.com^
||bimmqcflkdix.com^
||binderyjenna.website^
||bindingtimetablejosie.com^
||bingeebeurre.top^
||biologysecret.com^
||biologyvexend.com^
||biologywestlin.guru^
||biopicresile.com^
||birchballoonscent.com^
||birchflarechurch.com^
||birdtears.com^
||birthdependentmillennium.com^
||biscussexbug.xyz^
||biterstraiky.life^
||bitonlyana.live^
||bitterswhein.com^
||bj-gov-cn.website^
||bjgrpqed.com^
||bjyc6868.com^
||bkbrmmlyyveal.top^
||bkrkv.com^
||bkvzrjrqvlnqr.top^
||bkvzrjrqvlzlv.top^
||bkzwzyznzqnbr.top^
||blabbeddop.com^
||blackedmuffledviolet.com^
||bladdersruinousalternative.com^
||bladdersvictimbleak.com^
||bladeboyduty.com^
||blankgrey.com^
||blanksjabot.com^
||blastswaggons.com^
||blaugasemoting.com^
||blbazybajvzmk.top^
||bleedmarrow.com^
||blewwhence.com^
||blindnessoweincline.com^
||blindsinkaward.com^
||blinkframeworkowe.com^
||blinkspree.com^
||blisshicktomorrow.com^
||blistereasily.com^
||bljyynzmlmazz.top^
||blkpthqktvgftu.xyz^
||blockedanticipated.com^
||blockedpriority.com^
||blockedvideoss.xyz^
||blockslurk.com^
||blondsuptree.com^
||blotchprivately.com^
||blowscarcetown.com^
||blqwovxjibbauwm.xyz^
||blueberrydanelarger.com^
||blueberrywaistcoat.com^
||bluerrhaphae.website^
||bluffdetermine.com^
||bluffforester.com^
||bluffobdurategoodbye.com^
||blufftight.com^
||bluggyloord.com^
||bluishalmosterror.com^
||blukavsup.online^
||blunderfluffy.com^
||blunternutrias.digital^
||bluntmonster.com^
||blushruinouslamppost.com^
||blusterflintbig.com^
||blusterhawspontaneous.com^
||bmbimrqbikxfjc.com^
||bmjlzyjwwmraz.top^
||bmudnwkugd.xyz^
||bmzqyzmvvvylz.top^
||bnlif.com^
||bnsjb1ab1e.com^
||bnwffktyqjwrreh.xyz^
||bobbinsalw.guru^
||bodyguardfirewood.com^
||boeristhmic.top^
||bofshdfic.com^
||bogsguzul.website^
||bohmitemantzu.com^
||bohonef.com^
||boipjxsgcon.com^
||boisterousemblem.com^
||bokosatom.com^
||boldlydaisy.com^
||bolksagapen.com^
||bollenhurkle.com^
||bolloxcyclism.com^
||bombaststuiver.top^
||bondedfollies.com^
||bondleapedoasis.com^
||bondochuns.guru^
||bonebrick.com^
||bonecommittee.com^
||bonesimprovements.com^
||bonnetacademy.com^
||bonnockfilths.com^
||bonosbevvy.com^
||bonsoiralang.com^
||bonzedjin.guru^
||boobutility.com^
||bookletblockedcaught.com^
||bookwormtiger.com^
||boomarmoryscattered.com^
||boraxesmerging.digital^
||borderoffenseantenna.com^
||bortscharmed.com^
||bosscrystudious.com^
||bosselinorrummage.com^
||bossemphasize.com^
||bossiesvenusty.com^
||bossymassive.com^
||botanysummarytables.com^
||bothpersonality.com^
||botkano.info^
||botoyancarpal.guru^
||bottlescontainbum.com^
||bottlesgarage.com^
||bottlestonightapp.com^
||boughtjovialamnesty.com^
||boulleleslie.guru^
||bouncingcombine.com^
||boutjuicyvacation.com^
||bovineslagly.top^
||bowcoolstop.live^
||boweddrawback.com^
||bowedrhymesnack.com^
||bowelslipperypraised.com^
||bowgevyingly.com^
||bowlingunauthorized.com^
||boxampoa.com^
||boxingweaver.com^
||boygcranage.com^
||bqltphcdmuu.xyz^
||br3ackandhack.com^
||bracecherry.com^
||bracesthereforestructure.com^
||brackenclomped.com^
||bradleyincorrect.com^
||brainlessshut.com^
||brairdwiener.life^
||brakecontrary.com^
||brandnewsnorted.com^
||brashestiwaz.com^
||brashstudiocrucial.com^
||brattieseries.com^
||breachflu.com^
||breadthforensicsstriking.com^
||breakerfit.com^
||breakupbun.com^
||breastfeedingminutepond.com^
||breathlessselfcontrol.com^
||breedssupposedlypoetry.com^
||brewingarchiveselements.com^
||brickcontaining.com^
||bridalinept.com^
||bridalplums.com^
||bridegaspjustification.com^
||bridgeorganizationlad.com^
||bridlealacrityleak.com^
||briefcasebotany.com^
||briefcasebusy.com^
||brikepuisnes.com^
||bringsruinedstab.com^
||britishconstrue.com^
||britishfinestarrangement.com^
||britskaananter.com^
||broggerneven.com^
||brominemilages.com^
||bronzerkevil.com^
||brookserenity.com^
||broommeeting.com^
||brotelkioway.website^
||brotherhoodonionbuttons.com^
||brotherleadcape.com^
||broughtcontract.com^
||broughtincompatiblewasp.com^
||brownyduer.com^
||browsfincandidate.com^
||brptyhgupctjn.com^
||bruisedlungmisuse.com^
||brujagunnar.com^
||brumousrocolo.com^
||brunettemattersrefused.com^
||brushedwifedifferently.com^
||brutalmathematics.com^
||bruteintone.guru^
||bs.bicepsseiner.com^
||bualpush1.biz^
||bualtswidcxyecw.com^
||bubxwyufndf.com^
||buckanimateretired.com^
||buckedfilator.com^
||buckleadjustedwise.com^
||buckrapallier.com^
||buckwheatcensusopener.com^
||budnetoil.com^
||buglick.com^
||bugodar.com^
||buildsvolumedejection.com^
||builtdozenprospects.com^
||bulkehhand.live^
||bulkierblooey.digital^
||bulletinmoonoral.com^
||bullyhempbacked.com^
||bullyingassertive.com^
||bumhuetony.live^
||bummerdeducthandshake.com^
||bumpersubmarine.com^
||bumpingcarfax.com^
||bumpmoss.com^
||bumpypleacroak.com^
||bungerobeah.com^
||bunquaver.com^
||buoyanttrend.website^
||burbarkholpen.com^
||bureauelderlydivine.com^
||burgerrelationscrash.com^
||burgvaguity.com^
||burialgrief.com^
||burkingelapids.com^
||burntjewelsquarterback.com^
||buroorgi.com^
||bushitmas.live^
||bushpoutquest.com^
||businessmencrib.com^
||buthawk.com^
||butinetheorbo.com^
||butlerheavy.com^
||butomuskainah.com^
||buttduckwiser.com^
||buyfrightencheckup.com^
||buygyjrjojosleu.xyz^
||buzzingdiscrepancyheadphone.com^
||bwmvzwkbqlkll.top^
||byboma.live^
||bydebatablesale.com^
||bypassed.ws^
||bytde.com^
||byteinstitution.com^
||byvammyazlbwz.top^
||byvammyazlwna.top^
||bzidp.com^
||bzzmlqkljmrl.top^
||c083e24088.com^
||c0cd2idcl5.com^
||c1bb4368da.com^
||c1c491d137.com^
||c215d49003.com^
||c4024c9266.com^
||c50a82a72d.com^
||c5694c3c56.com^
||c56e9a74e0.com^
||c5e022a60d.com^
||c68cb7e44b.com^
||c69aa01528.com^
||c6dd9301cb.com^
||c6f23c189f.com^
||c796b67474.com^
||c7aca91a6d.com^
||c7f1c63e4f.com^
||cableharshlyilliterate.com^
||cablepaddle.com^
||cac20acc0e.com^
||cacaopotgut.com^
||cachazaswatter.space^
||caesarporch.com^
||cainianprober.com^
||cakesdenyconventional.com^
||cakesinventory.com^
||calepinphrasal.com^
||calfimmoderate.com^
||calligraphyabnormality.com^
||callingfracture.com^
||calloplech.life^
||callousannounced.com^
||calluspyjamas.top^
||calmlyglossaryhostile.com^
||calumetburka.com^
||camagonswelled.guru^
||cameradiminishunkind.com^
||camomileamazingbench.com^
||camomilegentlemennotable.com^
||campersgelees.com^
||campiwow.digital^
||campusexcessively.com^
||camusedpussly.guru^
||candidavulgo.com^
||candiedsquall.com^
||candiedvolatilepeep.com^
||candleannihilationretrieval.com^
||candlinglather.com^
||candlingtremble.com^
||candouraggravate.com^
||candygainpeace.com^
||canesophiahad.com^
||canevacaspar.com^
||caniontairge.com^
||canlistabbed.com^
||cannedrestrict.com^
||canninggiddea.guru^
||cannonclam.com^
||cannonkit.com^
||cannotmoreover.com^
||canoeeverywhereannihilate.com^
||canoeshared.com^
||canopicerasion.com^
||capabilityhonorary.com^
||capawhile.com^
||cappuccinoeliza.com^
||caprizecaprizedogcollar.com^
||caprizecaprizerepeatedly.com^
||captainconceivedentangled.com^
||captiveatmospheric.com^
||caraboajibstay.digital^
||carafebanyai.uno^
||carbysae.live^
||carcatmain.live^
||cardboardexile.com^
||cardiaccultural.com^
||caredaymop.live^
||careerslowblond.com^
||carespins.com^
||cariousconsiderateprise.com^
||cariousimpatience.com^
||cariousjan.com^
||carlatracksmodel.com^
||carnivorouswordsroute.com^
||caroonbucker.com^
||carpenterremotebrainpower.com^
||carperspiration.com^
||carriageperpendicular.com^
||carrotimpregnable.com^
||carryingalfredparticipant.com^
||carryingespecially.com^
||cartrigestale.com^
||cascadeinherited.com^
||caseaterallied.com^
||casefyparamos.com^
||casegenetically.com^
||caseoseartsman.com^
||cashbigo.com^
||cashmereyourselfconsented.com^
||casinobrigadereport.com^
||casketknightsfolder.com^
||casketparchhey.com^
||caskrhema.com^
||casksguest.com^
||casksthiazol.com^
||cassockknyazi.com^
||catchyannual.com^
||causingalapa.com^
||cautionsaeume.com^
||cb15484c44.com^
||cbbvi.com^
||cbmtqltb.com^
||cbnjftkmbl.com^
||cbrbclmmn.xyz^
||cbvhkyrjgheo.com^
||cc3e8fa6d0.com^
||cc6704bc32.com^
||cc6e36085d.com^
||ccdjxxpens.com^
||ccyudxmtlmo.xyz^
||cd48885c17.com^
||cdd027b638.com^
||cdnion.com^
||cdrpgnkhaspde.com^
||cedarverdure.com^
||cedeimprovise.com^
||celleyen.com^
||celsiusours.com^
||celticunmaid.com^
||cemeterysimilar.com^
||censusmarrydespair.com^
||centesmbarbola.com^
||centiarlintier.com^
||centrerauriga.com^
||cepaevejar.com^
||cerebrifetors.com^
||cereussand.guru^
||cerousfirmest.com^
||cerrerodies.com^
||cewukbger.work^
||cextootwcir.com^
||cf07a959c7.com^
||cf204c4d96.com^
||cf9fa75179.com^
||cfc1afd774.com^
||cfpushsdevpw.com^
||cghtqgjohjums.com^
||cgpdxpjlpdsr.com^
||chalahsonetime.com^
||chalondeacons.com^
||channelmarket.xyz^
||chaosescoaita.com^
||charkagerim.life^
||charmobedience.com^
||chatboneby.live^
||chatigabe.com^
||chaxensa.net^
||checkmymedia.biz^
||cheerfuldisingenuous.com^
||chegohanking.guru^
||chemispelecan.com^
||cherubhoward.top^
||chestors.com^
||chiasmsshoals.com^
||chidsimp.com^
||chikiclicki.com^
||chillylanguish.com^
||chilversputum.uno^
||chinesepiewife.com^
||chineseprovisionfeisty.com^
||chiningneoned.com^
||chinkleedestin.uno^
||chippedaugur.com^
||chipyourdiet.live^
||chirpsonancy.com^
||chivaripandora.com^
||chokearc.com^
||choruscompanion.com^
||christywouldn.life^
||chuckiepedary.com^
||chxpybduy.com^
||cinchespols.com^
||cionsriddler.com^
||circleunstaid.com^
||circulecanto.life^
||ciseglwl.com^
||cistudojowari.com^
||civiesmarrer.website^
||civyiqok.com^
||cizecedens.com^
||cjjmfdhomqhpc.com^
||cjl58f3agc.com^
||cjtraff.com^
||ckvjswjlud.com^
||claspedtarts.com^
||cleardexchange.com^
||clicvortex.com^
||climbingsmuggle.com^
||clingsbaccae.space^
||clipartonline.info^
||clipserelock.com^
||cliv2508.com^
||clixuufb.xyz^
||clnxfwyxyedh.com^
||clobberkiliare.com^
||clochancanyon.com^
||clodderpickmaw.com^
||clofferap.com^
||cloudgallery.net^
||cloudsofnews.com^
||cloueewinkles.com^
||clowtricks.guru^
||clrpdhptoddatj49.pro^
||clunkerflairs.life^
||cmcmghyqcdbgge.com^
||cmlbromins.com^
||cmmihajd.com^
||cmoctupf.com^
||cmpro-clean.club^
||cmproclean.club^
||cmvihhhelf.com^
||cmvrclicks000.com^
||cnemisfugara.com^
||cnxkhmtoa.com^
||coafogle.com^
||coappreciate.com^
||coaptedmissile.com^
||cobbingbugong.website^
||cobblercohog.com^
||cobblerknow.guru^
||cobwebcomprehension.com^
||coccyxwickimp.com^
||cocvhqfadehj.com^
||codblessit.com^
||codtestmol.live^
||coepitta.com^
||coffeesstrap.com^
||coignydisship.guru^
||coilsupseal.com^
||coldjangle.com^
||coldnesspu.xyz^
||colinuscajones.com^
||collaboratemedaltrips.com^
||collectbladders.com^
||collineeoside.digital^
||collyrbidri.life^
||colognepapula.com^
||colourevening.com^
||comedianbrown.com^
||cometadministration.com^
||comfierzymurgy.website^
||commiserateeffects.com^
||commissionepochknuckle.com^
||compactdiverse.com^
||conceptarithmetic.com^
||concerninggills.com^
||conchaestops.com^
||confersprophet.com^
||coniesnitch.com^
||conreyeanling.com^
||constrictbuzz.com^
||contekgasted.com^
||contemplateirony.com^
||contensel.space^
||conteurenrace.com^
||contrastremovetame.com^
||cookoval.com^
||copalsfdname.com^
||copercato.com^
||copycatnews.com^
||cordelgront.com^
||corgompaup.com^
||corkeextatic.com^
||cornixlaibach.com^
||corsacbyepath.top^
||coryljanty.cam^
||coseyssumacs.top^
||coshogken.live^
||costranchill.com^
||courapaguish.website^
||couridakeleh.com^
||coursgrimace.com^
||coutersurlily.digital^
||coveredsnortedelectronics.com^
||covetousencumber.com^
||cowlfoot.com^
||cowslippiercer.com^
||coxbunban.live^
||cpmterra.com^
||cpndz.space^
||cptstaller.space^
||cranyundue.com^
||crapulalisere.com^
||crawlcoxed.com^
||crawledgoblet.com^
||craydark.pw^
||crazywingflap.com^
||creepingseverely.com^
||crimpymian.com^
||crithsuffari.com^
||croniesobli.com^
||crophysi.ru^
||croppawanny.com^
||crumenahudson.com^
||crumpcavum.com^
||cryptolabpro.com^
||cstwpush.com^
||ctltbinyiifmlr.com^
||cuberoswego.com^
||cubiboak.com^
||cuewbsmpk.top^
||cugraghorty.com^
||cuiilqfrctxdo.xyz^
||culettitfish.com^
||cumfunply.live^
||cupeleroverbid.cfd^
||cupriteshride.com^
||curaretokay.com^
||curdlesempeo.com^
||curlingbesra.com^
||curlsrigidly.life^
||curmaphow.club^
||curnemesia.space^
||currepush.com^
||currsagoge.com^
||curseaprilsnow.com^
||cursofane.com^
||curvateswatted.com^
||curvedheldideal.com^
||curvierabiezer.com^
||cuttooatrip.guru^
||cuysuumrqin.com^
||cxkucnjulwpfsg.com^
||cxmolk.com^
||d0caaa52c4.com^
||d0d316fb05.com^
||d0p21g2fep.com^
||d0wnload1x11.com^
||d15455901a.com^
||d1920b051c.com^
||d1d0568e46.com^
||d203291367.com^
||d2f86da573.com^
||d471b968fd.com^
||d4de984e41.com^
||d4fcd8e58a.com^
||d51bfebd6c.com^
||d61a5529f66a1daef77.com^
||d754032040.com^
||d787d0e334.com^
||d7fd9bace5.com^
||d7ig4ieghb8arika.com^
||d8f0d7e2c9.com^
||dabberallod.com^
||dabblerocellus.guru^
||dad524dd40.com^
||daemonymeldrop.com^
||dagamemisdeed.com^
||dagnar.com^
||dahkexes.com^
||daigrouchest.com^
||dailycaller.com^
||dailynews.support^
||dalethsplicae.website^
||dalita.org^
||damageddistance.com^
||damdoor.com^
||damonewazir.com^
||dampdock.com^
||dancedballota.top^
||dancemistake.com^
||daneporkman.top^
||danniegat.com^
||danspowsmwap.com^
||danstiffs.com^
||daphninruchbah.com^
||dapperdiscussion.com^
||dapperfloor.com^
||darienorients.top^
||darshandesmose.com^
||dashingdirt.com^
||dashingdrop.com^
||dashingsweater.com^
||data1rtb.com^
||datadbs.com^
||datfumibnkorfu.com^
||dauwundwelt.com^
||davielyedith.com^
||daysalsoae.live^
||dbjksuwfqya.com^
||dbpltwmdmmeqj.xyz^
||dcbhaulm.com^
||dcfpkishmooe.com^
||dcjfebjtkwjb.xyz^
||dd4a6342ac.com^
||dd92fc7c0e.com^
||dde1c03601.com^
||ddenkno.xyz^
||ddf2cf99d8.com^
||de5d5c4a49.com^
||de88deggtp89.com^
||deadmentionsunday.com^
||deafeningdock.com^
||debiteslapdab.com^
||debonairdust.com^
||debonairtree.com^
||debonairway.com^
||deburrfleshes.com^
||decidedrum.com^
||decisivebase.com^
||decisivecalculated.com^
||decisivedrawer.com^
||decisiveducks.com^
||decollhuaca.com^
||decoroustitle.com^
||decoycreation.com^
||deducemasjid.top^
||deductstep.com^
||deemaccommodating.com^
||deeplyzolaist.com^
||deeprootedstranded.com^
||defectivedress.com^
||defiantrice.com^
||deficiencypiecelark.com^
||degraingarboil.space^
||deitynosebleed.com^
||delascalles.com^
||delayedlocust.com^
||delicateducks.com^
||delictimids.com^
||delightfulhour.com^
||deliveranceirregulareaten.com^
||deltaction.com^
||delusionalrevolt.com^
||demiramdaunter.space^
||democratplayful.com^
||denydrughim.live^
||deobp.com^
||deodandvoes.top^
||departmentstestify.com^
||depechearshine.com^
||depftfwkj.com^
||deplorablefaintest.com^
||depotporn.com^
||depsirra.com^
||derayslathie.top^
||dereismrafe.com^
||deroupty.xyz^
||descargacristiana.com^
||descargarmusica.me^
||desertedbreath.com^
||desertedrat.com^
||desertsembracebulb.com^
||desertsfraze.com^
||deserttube.com^
||deshaici.net^
||desirebucket.com^
||desiredirt.com^
||desirelibel.com^
||desspinarakr.com^
||destinedobstinatesmug.com^
||destrydetest.space^
||destyy.com^
||detailartwork.com^
||detailedglue.com^
||detailedkitten.com^
||detectdinner.com^
||detinrubbing.com^
||devaspuntos.life^
||dewdropcope.live^
||dewlesssnorted.com^
||df4a3bc10a.com^
||dfcf515795.com^
||dfec4f079e.com^
||dffb69a70f.com^
||dfgyu876yujh.click^
||dfpnative.com^
||dfpstitial.com^
||dgyvvhsefor.xyz^
||dhobeynandi.com^
||dholesiberia.digital^
||dhprokejr.com^
||diagramcolunar.com^
||dialog.support^
||diamongs.com^
||diarchkids.guru^
||diasciaturned.com^
||diaulosamid.com^
||diazoestmark.guru^
||dictseconal.com^
||didytythes.com^
||dietinehutuktu.com^
||diffdemo.com^
||differenth.com^
||difficultfog.com^
||digiads.tv^
||diginamis.com^
||digitalscance.com^
||dimeftluck.live^
||dimensionvegana.com^
||dimmersribskin.com^
||dimmosit.live^
||dinesdurr.com^
||dinnerysatient.digital^
||dionysia-phr.com^
||diplewhigged.com^
||diplomahawaii.com^
||diplontanhimae.com^
||dippedharlock.com^
||dirhamsflugel.website^
||dirlink.net^
||diromalxx.com^
||disceptpurled.com^
||discovernative.com^
||discreetfield.com^
||dispensablestranger.com^
||disproveknob.com^
||disputeretorted.com^
||distancefinger.com^
||distributiontomatoes.com^
||disturbedquiet.com^
||diswontchose.com^
||ditcherstorify.guru^
||divatraffic.bid^
||divehope.com^
||divergentoffer.com^
||dixyregosol.website^
||djmaowwewck.com^
||djngxvoqjo.com^
||dkgmjvktmowcbtj.xyz^
||dkpfuhpybf.xyz^
||dlikohbdcxqs.xyz^
||dlscorldnews.com^
||dmxxa.com^
||dnckawxatc.com^
||doathair.com^
||dochmiiresidue.com^
||dockdigestion.com^
||docksalmon.com^
||dodoespatacao.space^
||dogcartminis.website^
||doggessasbolin.com^
||dogliscoran.com^
||dogsshoes.com^
||dollarsurvey365.org^
||dolldetail.com^
||domewtwotor.com^
||donfailrank.live^
||donkeyleaf.com^
||doomschuzwi.com^
||doordishow.live^
||dopykedges.com^
||dornpush.com^
||dorogokupimnoutbuk.online^
||dorperstechnol.guru^
||dorymanrob.com^
||doryrasped.life^
||dossalhandjar.com^
||dossbaile.digital^
||doswinuba.com^
||dotherconey.space^
||dottgeaq.com^
||dottilyjerky.com^
||doublycharacteristic.com^
||doubtaroma.com^
||downloadmobile.info^
||downloadmobilee.info^
||downloadmoobilee.info^
||downloadoffice2010.org^
||downloadphone.info^
||downtowndirection.com^
||dowveatolls.com^
||doxiescramble.website^
||dpjsfrhklu.top^
||dpkdyluq.com^
||dpoivvnuljquvgj.com^
||dq95d35.com^
||dqexeijj.com^
||dqzuy.com^
||drabbyexpose.com^
||drablytrotted.com^
||drabsize.com^
||dragonblogger.com^
||dragzebra.com^
||dramaticcondition.com^
||drawermice.com^
||drawservant.com^
||dressexpansion.com^
||drfwsabc.com^
||dribletsusian.com^
||driverequest.com^
||drivingdirt.com^
||drydrum.com^
||drylnk.com^
||dsh896cds-kjlal99ys.xyz^
||dsjhjlwhyokr.com^
||dtelkxed.com^
||duchessefit.com^
||duelerscombat.top^
||duffelblog.com^
||dulatiosa.com^
||dumpyoungestbackstage.com^
||dungolsplash.com^
||dunnegummite.com^
||duomosrasp.space^
||dupsyduckom.com^
||durezzacrowns.com^
||durgahsursize.com^
||durpolitei.guru^
||dushbarba.com^
||duskishmusgu.com^
||dusqipyoyki.xyz^
||dustdebeige.com^
||dustyautoabduct.com^
||dustyhammer.com^
||dustyrabbits.com^
||dustywave.com^
||duwk50magqurier.com^
||dvdgayonline.com^
||dwellingvague.com^
||dwkhgxlkqvdyldu.com^
||dwomtkmr.com^
||dwp3ce9c.top^
||dxayhotdj.xyz^
||dyarchyrente.guru^
||e0d8634bdb.com^
||e0e5bc8f81.com^
||e218cdc27d.com^
||e23f9d993d.com^
||e2572292c5.com^
||e30565c42d.com^
||e3d2d0cafa.com^
||e614a5b887.com^
||e695e3444e.com^
||e7cac8d218.com^
||e83706dbfd.com^
||e8e8d13de8.com^
||e969e75a2a.com^
||e99877e518.com^
||e9a53154b4.com^
||e9a7f7045c.com^
||e9c5ee1e68.com^
||e9ea884443.com^
||e9geolgzk6.com^
||ea3999c26b.com^
||ea5799b6c8.com^
||eaaextcuvywnm.com^
||eaekjnvarvrnb.top^
||eanrzzvvnkev.top^
||earingsbiding.space^
||earlessspock.com^
||earningsrapt.com^
||earshdolite.com^
||earthquakeend.com^
||earthycopy.com^
||easyplanrail.live^
||eatablesquare.com^
||eayeewlvmeaeb.top^
||eb0f3233fa.com^
||eb856aa1f4.com^
||eb944b389d.com^
||eb9d0cb548.com^
||ebcdbangash.life^
||ebenefitssh.com^
||ebuyreeqnol.com^
||ec03f488e8.com^
||ecartpisote.space^
||ecefjsmdvd.com^
||eclogicketogen.top^
||economicpizzas.com^
||ecrqshpwpt.com^
||ecudisrush.live^
||ecusribwort.com^
||ed23b83fb5.com^
||edeb873154.com^
||ederrassi.com^
||editionzaparo.com^
||ediva.gr^
||edmasskin.live^
||ee717332bb.com^
||eegnoune.com^
||eemgl.com^
||eeqzrllnzkbqq.top^
||eetanvkljvam.com^
||ef0b3f32b5.com^
||efauqlxxtbgxvr.com^
||efficaciouscactus.com^
||efggnhwpmkxtwjv.com^
||efindertop.com^
||eftesthalms.com^
||eghqtmavq.xyz^
||egyubvcjdurg.xyz^
||eidersalias.com^
||eilckjjhjtc.com^
||eimakkeyway.guru^
||eimerhabus.com^
||eiutpcsnydhyaer.com^
||ejdbeqmpusey.com^
||ejdfcjpurlxgr.com^
||ejyymghi.com^
||eladxauurv.com^
||elaidicstripe.com^
||elainevetoed.com^
||elasticchange.com^
||elasticducks.com^
||elcineencasa.com^
||elderlyinsect.com^
||elderlyscissors.com^
||elderlytown.com^
||electricfeminine.com^
||elemoltwigful.com^
||elephantqueue.com^
||eleveebbman.guru^
||elfpetsic.com^
||eliatestier.com^
||elkdomshute.com^
||elmkrljayazlw.top^
||eloinrakily.com^
||eltontry.com^
||elymimontauk.com^
||elyvbqkmlamjq.top^
||embarrasschill.com^
||embodyopenlyoppose.com^
||embogpine.uno^
||embosknitos.com^
||emendedinbreed.com^
||emgcaqksv.com^
||emigressetae.com^
||emoailtoo.com^
||empireunnaive.top^
||employedmarital.com^
||employsisomery.digital^
||emzlbqqnnbmwm.top^
||enaenatoitish.guru^
||enamimoder.life^
||enblocdunes.com^
||encavesacate.com^
||enchantedjudge.com^
||enchantedtop.com^
||encodehelped.com^
||encourageidea.com^
||encourageshock.com^
||encouragingleaf.com^
||encouragingshould.com^
||encouragingthread.com^
||encouragingvase.com^
||endocrineweb.com^
||endshiptigrina.com^
||endurablecrayon.com^
||endurableshop.com^
||enecatekamika.uno^
||energeticladybug.com^
||enfantbroll.top^
||enhuskpraus.uno^
||enjjbqmaanrbq.top^
||enjoypiingtoe.com^
||enmbg.com^
||enot.fyi^
||enqkeynmmnawq.top^
||enrlykpdhff.com^
||entertainingeyes.com^
||enthjqncnefhka.com^
||enthralthermal.space^
||enthusiasticdad.com^
||entrecjuang.uno^
||enviousthread.com^
||enwrapquai.com^
||eogvldpoeecdsi.com^
||eombyspell.uno^
||eonads.com^
||epilreoffer.com^
||eqkjmvkkmvvev.top^
||eqmrstcb.com^
||eqqnewnlakjwq.top^
||eqqnewnlaknww.top^
||equatedsizing.website^
||eqvjpthrddygbm.com^
||erraticreaction.com^
||erugosmoiley.top^
||esrogunstagy.com^
||essedadhooras.top^
||essivevisile.life^
||estureporkies.com^
||etherinlocator.com^
||ethfw0370q.com^
||etonfatties.com^
||etpsn.com^
||euamonudes.com^
||eucleidseemly.fun^
||eugeniekleig.com^
||euklnsxcgkx.com^
||eukworektobe.pics^
||eumenesgigsman.com^
||europeanbubblyclosed.com^
||evaluateend.com^
||evancheetie.guru^
||evanescentedge.com^
||evermoto.xyz^
||evolateattuned.com^
||ewaipset.xyz^
||ewbmrwzmbrwq.top^
||eweconciliate.com^
||ewererlechers.com^
||ewqqulftkpbv.com^
||exaltdelis.life^
||exed0wnload1.com^
||exemplicheecha.com^
||exonymayuyu.com^
||exotrck.com^
||expansioneggnog.com^
||experienceeggs.com^
||expiredtaa.life^
||expleates.pro^
||ext-files.net^
||extracthorizontaldashing.com^
||exuberanteyes.com^
||exuberantsoda.com^
||exypnes-idees.gr^
||eygmwsbbh.com^
||eyihswfbtqb.com^
||eynecauk.com^
||ezkaeybzejejm.top^
||ezkaeybzejlaj.top^
||ezwnjnnkjaayv.top^
||f029332141.com^
||f0ff1f7caf.com^
||f0rn0one.com^
||f22440fb7b.com^
||f3533a7f60.com^
||f3e3a6cea1.com^
||f44dae97aa.com^
||f4d0a58320.com^
||f5063966e5.com^
||f53ad9059d.com^
||f5e03754b3.com^
||f6060a1f35.com^
||f6c50a39cd.com^
||f7136c5ed0.com^
||f7e3877fe7.com^
||f844df2b31.com^
||f8a572c9c9.com^
||fa3f4c916c.com^
||fa431bfeb1.com^
||faailkwaughy.com^
||fab34e9d51.com^
||fabulouscasualdate.life^
||facilitategrandfather.com^
||factgoldbeg.live^
||fadbrain.com^
||fadedprofit.com^
||fadedsnow.com^
||fadingamendable.com^
||faeotkeyoj.xyz^
||fagpodmum.site^
||failing-devil.com^
||faintdeparture.com^
||faintestlogic.com^
||faintflag.com^
||faipeeji.com^
||fairfeeling.com^
||fairlyleadingenquiry.com^
||faldfeepabular.com^
||fallagevamoose.top^
||fallbrook247.com^
||fallpalsae.live^
||falsefeet.com^
||falseframe.com^
||faltchecattle.com^
||falusquease.com^
||faminespooks.com^
||famitaa.com^
||fancilysattle.com^
||farbankthy.live^
||farbiyfga.com^
||farerpreknit.life^
||farriersprouthygienic.com^
||fasolaprosit.com^
||fastestately.top^
||fatemedflat.live^
||fattyeccentric.com^
||fazendatoxic.com^
||fbcdfada83.com^
||fbf1dd651b.com^
||fbofferads.com^
||fcagboksr.com^
||fcs.ovh^
||fd670d0efb.com^
||fdba515a48.com^
||fdhfk8-324fddf.xyz^
||fdqdwujnyoavj.xyz^
||fdsur.com^
||fe2b3bff76.com^
||februaryinjectionproudly.com^
||fedcaperg.com^
||feedsnowman.com^
||feedzpipe.com^
||feelregfill.live^
||felidaeabasing.com^
||feltanoow.com^
||felupcuve.website^
||femalenurture.com^
||fendingposh.life^
||ferdwitpirene.com^
||feromal.com^
||festyy.com^
||fetchergumdrop.com^
||fettledearner.guru^
||fevlqqnwso.com^
||ff-01.com^
||ff-02.com^
||ff-03.com^
||ff8467d480.com^
||ffba7aab82.com^
||ffe3ca7ae5.com^
||fff4e1295e.com^
||ffmtighrta.com^
||fgmbannewbrih.xyz^
||fguy1-dssdhcyua9dsf8fg.xyz^
||fheifdoexntqn.com^
||fibbermedia.com^
||fiehff.com^
||fiercedental.com^
||figgq.com^
||figuraebeak.top^
||filespicy.com^
||fillmapmovepea.live^
||filmoljupci.com^
||filtchoring.com^
||financcesurv.com^
||findyourhalf.online^
||findyourhalf.top^
||finedscauper.top^
||finfishbrule.guru^
||finickyregreet.com^
||finiteobjscan.com^
||finkingrangers.digital^
||firebugimbuing.space^
||firrectly.top^
||fiscalusing.com^
||fitmmhrkgwk.com^
||fitrootmisterm.com^
||fixitybowie.com^
||fixitymetabit.website^
||fixtapedam.live^
||fjiorox.com^
||fkehg.com^
||fkoqggldhiwykvg.com^
||flannelduct.com^
||fleenaive.com^
||fleeteddespite.com^
||flghgvlsdhetim.com^
||flidgedahoman.com^
||flintdepreciate.com^
||flipexplain.com^
||floosyvuggs.com^
||florapitchy.com^
||flowhot.info^
||flowhotmp3.com^
||fluencydepressing.com^
||fluentserment.com^
||flukepopped.com^
||flutedoltunna.life^
||flutistoraon.digital^
||flyblowfilippi.com^
||flytierchurred.space^
||flytimeabomine.com^
||fmstitial.xyz^
||fmv9kweoe06r.com^
||fmycqkpiudkkg.com^
||fnjdubmyrw.com^
||fnyprthxjhdtc.xyz^
||focusporn.com^
||foddersmacram.com^
||foelikedeplace.com^
||fogsham.com^
||foilswolof.com^
||folderargute.com^
||folksychapes.com^
||follisspooler.com^
||follripup.com^
||folmetor.com^
||fondonberake.com^
||fordinguparch.com^
||forestjewfish.com^
||forfeitfetid.com^
||forgivenessdaresuck.com^
||forkedtrizoic.com^
||forwanderful.com^
||fosiemilwell.com^
||fossorplumper.com^
||foumulish.top^
||foundationhorny.com^
||foundchoked.com^
||foundtr.com^
||fourthatbud.live^
||foxfixhall.live^
||foxforlog.live^
||fqehmanfuoou.xyz^
||fqhrouyden.com^
||fractureboyishherring.com^
||franticdepeche.com^
||frayedpause.com^
||frbmcpyeeuqqpf.com^
||freedomyapa.com^
||freezelacking.com^
||frequencyfeelhoneymoon.com^
||fretsphare.space^
||fritterfainest.com^
||frmsafe.com^
||frofanvied.com^
||frombatmuch.live^
||frompolje.uno^
||frontthirteencuff.com^
||frrrerolls22.monster^
||ftbjaxmi.xyz^
||ftdunmjs.com^
||fthxallmixk.com^
||fuglingkiev.com^
||fulfilossuary.com^
||fulldohymner.com^
||fullssmirker.com^
||fulwads.uno^
||fumaringodlet.com^
||functionssubqueries.com^
||funwarcab.club^
||furocmay.com^
||furoreapprize.com^
||furyprosecutionkitchen.com^
||fuselshots.com^
||fuvgldiet.top^
||fvrmmhbjuow.com^
||fxclub.org^
||fznpq.com^
||g3tstart3d22.com^
||g9qnk89pd5ic.com^
||gadkasdomm.com^
||gaelicilial.com^
||gageitevanlay.uno^
||gahnitehrzn.com^
||gainoilcash.live^
||gaktkshrqhkp.xyz^
||galfpefqnmnaqm.com^
||galhelpfur.live^
||gameawin.com^
||gamemaxxxx.fun^
||gamersterritory.com^
||gamez1a.com^
||gamyintra.digital^
||ganehangmen.com^
||ganguebeheld.com^
||gappedoutguns.com^
||garblecusped.com^
||garibabalmily.com^
||gariguemancala.uno^
||garlicswags.com^
||garringctf.com^
||gauntletjanitorjail.com^
||gay-hotvideo.net^
||gayonerot.com^
||gayseatmot.live^
||gazeroelet.space^
||gbpnbbxuc.com^
||gcakjbrgotu.com^
||gcpabnxt.xyz^
||gealhennaed.top^
||gearthedoe.live^
||geezersrecusal.website^
||geggeewrossle.com^
||gemmykaraoke.com^
||genlamiloun.life^
||geographyhonourgoddess.com^
||geotybennel.com^
||gerfultendril.com^
||germanytambur.top^
||gesfittedly.top^
||gestejointer.guru^
||gesterpanty.top^
||gestyy.com^
||geswarpkansan.com^
||getrpahqya.com^
||getsurv2you.com^
||getsurv2youu.com^
||gettripiron.live^
||geumhuzzy.com^
||geysgtgnfxil.com^
||ggcorp.me^
||ggetsurveey.com^
||gggtrenks.com^
||ggtncflnxbe.com^
||ghxadv.com^
||gigboost.me^
||gimoguvi.ru^
||ginfanleg.club^
||ginnywea.xyz^
||giosany.com^
||girllawhy.live^
||giulioarugola.com^
||gkjoanks.com^
||glancedcomics.life^
||gleefulelegit.com^
||gliblyshoofa.life^
||gloaterrfound.top^
||glorioustube.com^
||glottisuproute.com^
||gloupa.com^
||glowtexture.com^
||glublawner.com^
||gluishcasas.com^
||gmboxx.com^
||go.ad1data.com^
||go.epn.bz^
||go2click.org^
||go2yd.com^
||gobeaten.com^
||gobeerta.net^
||gobletcuriums.com^
||godroonrefrig.com^
||goeco.mobi^
||gogtaupe.top^
||goingtopunder.com^
||gomajor1.com^
||gomajorik1.com^
||gomajorlink.com^
||goobreamed.com^
||goodbypph.com^
||goods4you.org^
||googleanalytcs.com^
||gotmonu.live^
||gotrack2.es^
||gouachejaghir.com^
||gourdygiraffa.top^
||gowhutho.com^
||gpnqrmsaesrf.xyz^
||gqhykbupvkabsmo.com^
||gracelessbrief.com^
||granddadgigwarehouse.com^
||grandmaengirt.com^
||granteedrycoal.com^
||grapierpalgat.digital^
||greatmidship.com^
||greedsabraham.com^
||greedypiotine.com^
||greengaming.de^
||greetham.net^
||grefagroon.com^
||gregorfines.com^
||gremmieglucke.com^
||greysummergo.biz^
||gridiogrid.com^
||grifanme.com^
||grottogamer.com^
||growleading.click^
||growseserried.com^
||grtyb.com^
||grtyi.com^
||grubbysplay.com^
||grubtrod.com^
||grudgedflubs.com^
||gruffwhitsun.com^
||grumpclarre.com^
||grushashuka.pro^
||grytjbjdyqcahmy.xyz^
||gsfemajsta.com^
||gshopuchcom.xyz^
||gsurl.in^
||gsurl.me^
||gthokimdpu.com^
||gtipkjortbq.com^
||gtrust.site^
||guerregamming.com^
||guimpefesses.com^
||gulixattila.com^
||gunateddoucet.com^
||gunatewahabi.com^
||guntherservant.top^
||guorfujifneicn.xyz^
||guoykmmngfch.com^
||gus.host^
||gussiedranking.com^
||gussiespiffler.website^
||gustosoup.com^
||guvijgumcvg.com^
||guxiezhuang.top^
||gxxcbj.com^
||gycpacqvweuvax.com^
||gynietrooe.com^
||gypsouspatron.com^
||gypsyrysmarter.com^
||gyvingragees.com^
||gztllwfbrmdhg.com^
||h05grpd9s1qfbt.xyz^
||habbleruellia.com^
||habitsorwell.top^
||habukaiambics.com^
||haeggnet.live^
||haewoyaty.com^
||hafisague.com^
||hagdownwising.digital^
||hahsarcane.website^
||hailofficemeasure.com^
||haircuttocusso.top^
||hajilijnemo.com^
||halalasxxii.com^
||halbertduffed.top^
||halffullglassnews.com^
||hallchiflow.live^
||hallionguglet.com^
||haloidsalmons.life^
||hamataplowmen.com^
||hamtitwet.com^
||hamulebeshear.com^
||handymag.net^
||hankersthitka.com^
||hansajude.uno^
||hantsailsyte.com^
||harduponnine.live^
||harmostfrau.digital^
||harsherprlate.com^
||hasbh6sb-hab3216jhxbxjh.xyz^
||hashcoin.co^
||hashforcash.us^
||hashnest.com^
||hashzone.io^
||haslocktyphia.com^
||hasnegtiny.live^
||hastawny.com^
||hastenemanant.com^
||hatablepuleyn.com^
||hatemassdun.live^
||hathskein.website^
||hatracksirki.guru^
||hatsfulhastula.com^
||hattedclient.uno^
||haupsoti.net^
||hausasisters.com^
||hawkchafe.com^
||hawsglibly.space^
||hazanuttriazo.life^
||hcjqckvonqgn.xyz^
||hcuhddir.com^
||hdbcell.com^
||hdblive.com^
||hddbpeclvbl.com^
||hddcode.com^
||hdtcode.com^
||headyblockadebuyer.com^
||heaptube.com^
||hechcandled.casa^
||hecubaagush.top^
||hedonicterces.website^
||hefoblast.com^
||hefterunmete.com^
||heistgust.com^
||hejazicaribe.guru^
||helicopterskull.com^
||hellboxgriper.com^
||helloslapsers.com^
||hemeratenses.com^
||hemmedspair.com^
||hemnes.win^
||hepilkkit.site^
||herdailylife.com^
||herdethi.net^
||herdgrip.com^
||hereonline.online^
||hermaturse.com^
||heroismpullock.digital^
||hestpotties.guru^
||hetariwg.com^
||hetarust.com^
||heughsretrain.com^
||heukpiroot.com^
||hewnmuskrat.com^
||hexaweb.net^
||hexoicunhit.com^
||heydeycovin.com^
||hfqnbrrutmyqlo.com^
||hgfsdzfs.com^
||hhibunejf.com^
||hhsp2.com^
||hicacofiorite.top^
||hicketdefier.top^
||hifkuhxc.com^
||hightedsothis.com^
||hilltopsprit.com^
||hilsaflowing.guru^
||himselve.info^
||hipercontas.com.br^
||hipnoticrec.biz^
||hippoidbatfish.top^
||hiredhepper.com^
||hiredpoison.life^
||hirmosdiglots.life^
||hispidpalter.com^
||hiulbmbj.com^
||hive.tubetitties.com^
||hjiosopece.xyz^
||hjiss.com^
||hjwhedhacocj.xyz^
||hkreiyjqdec.xyz^
||hlkertma.com^
||hlutnqpn.xyz^
||hocwmspjfcaani.com^
||hoegutvie.com^
||holbrooked.top^
||holychaptersbaker.com^
||holyrisen.com^
||homampommy.com^
||homeyloanedmes.work^
||homicidelumpforensic.com^
||homyanus.com^
||honansechoize.com^
||honkoutsing.com^
||honrfrye.com^
||hontestmere.live^
||hoodlehobbist.com^
||hooligapps.com^
||hoosierrevived.com^
||hop.boutique^
||hopimimeoed.com^
||hoptreeunburst.website^
||hordingracquet.com^
||hormonelancer.com^
||horreumsummit.top^
||hosannalaggers.website^
||hosetoms.guru^
||hostcontent.live^
||hostileconductive.com^
||hostingcloud.party^
||hotbedssmarmy.digital^
||hotboys.biz^
||hotegotisticalturbulent.com^
||houseofpubs.com^
||howdogwag.com^
||howesupgrew.guru^
||howtosimplified.com^
||hpcyk.com^
||hpdbbpdrnbshroy.xyz^
||hpgjpfsruynkwo.com^
||hpnegfjert.com^
||hpyue.com^
||hrsankgo.com^
||hrtarsko.com^
||hsikmwsv.com^
||hst2y.com^
||httpp.gdn^
||hubbiespoikile.top^
||huefundfly.live^
||hulyagedikci.com^
||humuseschoicy.com^
||hunchyconines.com^
||hunkiesdibbing.guru^
||hupkyhvcjqo.xyz^
||huppontic.com^
||hurtfulhiren.website^
||hutchieshode.com^
||hutugqykxyxi.xyz^
||hvmxvowx.top^
||hwljrihk.xyz^
||hwpqjaiox.xyz^
||hwraluupdu.xyz^
||hxjpwumblcmhn.xyz^
||hydrax.net^
||hydroneobes.com^
||hylnbwdwajv.com^
||hymnerculled.com^
||hymnodedunes.com^
||hymnsshowish.com^
||hyratesethic.com^
||hyygsqsqmn.com^
||hyzoneol.com^
||i027m.top^
||i8xkjci7nd.com^
||iaifxndha.com^
||iambrevels.guru^
||ianxysts.digital^
||ibanslurp.com^
||icebergmagazine.com^
||icelandkemps.com^
||ichlnk.com^
||iclicklw.com^
||icqjxslqjadkfhq.com^
||icyporno.com^
||icyyapemu.com^
||iddvilfikyr.com^
||idhad.com^
||iditolreister.com^
||idlishwastine.com^
||idryyqcntsse.com^
||idtzczpjqc.com^
||idvlxwyqkxmny.xyz^
||ienewpxb.top^
||ifleadhad.live^
||igbcukkbqnjxl.xyz^
||igg.biz^
||igktpysnxwdg.com^
||igrid.org^
||ihcqwgaahf.com^
||iijttwfj.com^
||ijqbhuubyg.com^
||ijulwfqkxtxx.com^
||ikhgeiukyucl.com^
||ikhwantetch.top^
||ikiif.com^
||ikwauek.com^
||ileumoctant.com^
||ilivaris.pw^
||ilkbcknvgrhnr.xyz^
||illgumare.live^
||illinformedgreen.com^
||ilovejuju.be^
||ilovemobi.com^
||imagoluchuan.com^
||imamseenu.com^
||imbrownupdress.com^
||imglov.com^
||immerdcrevass.com^
||immureuvanite.com^
||imperfect-impression.pro^
||impressexaltsculptor.com^
||imttlgvgpi.com^
||imzahrwl.xyz^
||inagtwo.live^
||inbodyeyeball.com^
||incidentfrolic.com^
||inclipscalabur.com^
||includeplumage.com^
||incomergoshawk.guru^
||incontro-veloce.com^
||indegroeh.com^
||indelicateexcept.com^
||indexesinsist.com^
||indigotraitor.website^
||indolscaption.com^
||indratankman.com^
||indtiptop.com^
||ineptlyoutblot.com^
||inexpedientmentally.com^
||infeftmacro.com^
||infidelbearish.com^
||infinite-bottom.com^
||infocenter.support^
||infokz.com^
||infomessage.support^
||informpay.com^
||ingotsmyopic.com^
||ingulfsgliss.life^
||inhumanhuashi.com^
||inkbushandrol.website^
||inmewa.com^
||inningshollas.com^
||inonclbench.com^
||inrollgaiters.com^
||insanetrack.com^
||inseeeldrich.com^
||insideoftech.com^
||insolvaccina.top^
||inspirationhistorical.com^
||installfree.pro^
||installnow.pro^
||instructscornfulshoes.com^
||interjwheels.uno^
||intombsprow.com^
||intronatchez.com^
||inturnswarier.com^
||investhash.com^
||investing1.com^
||inyiselgfxumqgi.com^
||inyoketuber.com^
||iorbcqjykdwiji.com^
||iouqpios.com^
||iowanseck.com^
||ioxwaebl.xyz^
||ip41.ip-146-59-188.eu^
||ip42.ip-146-59-188.eu^
||ip43.ip-146-59-188.eu^
||ip44.ip-146-59-188.eu^
||ipfnumgrbbgdnjt.com^
||ipnyx.com^
||ipoavoawhemt.com^
||iqcxhe04fnic.com^
||iqgjconrfmyup.xyz^
||iqoption.com^
||iqxtlnva.xyz^
||iracundnold.com^
||ironichero.com^
||irtyc.com^
||isanalyze.com^
||isodefchyazic.com^
||isodontsegni.com^
||isodontupspurt.com^
||isogamcampody.com^
||isogonekerat.space^
||isopodaupcock.com^
||issuantpapered.guru^
||istri.it^
||isuretmanful.com^
||itbasculina.com^
||itbraviarychan.club^
||itcwyecgj.com^
||itczenair.com^
||itemtaxopt.live^
||itrks.com^
||itsan3wone.com^
||itstuffnews.com^
||ittogepiom.com^
||itxvwyjn.com^
||iuhrglyo.xyz^
||ivegrandpa.com^
||ivohmsqlbawipw.com^
||ivungurdoweg.com^
||ivxokhtvdybvkmc.com^
||iygke.com^
||iz682noju02ye5.com^
||j0ss4np1c5.site^
||jacketstapping.top^
||jacquieetmichel-contact.com^
||jacquieetmichel-contacts.com^
||jaiptoch.net^
||jaizouji.com^
||jakhoople.com^
||jalbcmc.click^
||jambonvergi.top^
||jamiwhomble.com^
||jammysubplat.guru^
||janetouts.digital^
||japersuncials.com^
||jaqrybrpiak.com^
||jarinascutties.guru^
||jarsfulerenow.com^
||jaunithuw.com^
||javsheks.mom^
||jawdjpguntukvy.com^
||jawholeminable.com^
||jawlikeloviers.com^
||jaytampay.live^
||jazygesunoared.com^
||jbdjgjncbgh.com^
||jdclredir.com^
||jdglrndptwuc.com^
||jeansmeetcompetition.com^
||jeepsaut.com^
||jehjmljb.xyz^
||jehudf.com^
||jellnarrowy.space^
||jemmiesastride.space^
||jerboasjourney.com^
||jereedwanning.life^
||jerezheroins.uno^
||jetm-tech.net^
||jetontoughra.life^
||jewfarduke.live^
||jfhoq.com^
||jflhpovvycjsdu.com^
||jibqbfftwup.xyz^
||jidfdaxi.com^
||jifflebreasts.com^
||jigaretadv.top^
||jikungudubber.live^
||jillionenocyte.digital^
||jitbdhqp.com^
||jittermarmaladeexhausted.com^
||jkacbtvijqb.com^
||jkolp.com^
||jkqvrprd.com^
||jkshqcgulrws.com^
||jlrprtyswkq.com^
||jlvmfdwktmsa.com^
||jlxctoig.top^
||jogdosoaf.com^
||joggersabina.com^
||joggingavenge.com^
||joggymyet.live^
||joinallport.live^
||joindetox.info^
||joiningvaselet.com^
||jojaerudjl.xyz^
||jooblyball.com^
||jotadqcaqphjwf.com^
||jotpoolwarren.com^
||joubarbtrined.life^
||jougbrecht.com^
||jouncystelar.guru^
||jowpxqvif.xyz^
||jqhxixqkt.com^
||jridcsqgpt.com^
||js.nahnoji.cz^
||jsamdewtxqidrkf.com^
||jscdndel.com^
||jsecoin.com^
||jseytmqkxxwf.com^
||jsghekvdpxpfhy.com^
||jskluiqm.com^
||jstabccimvbw.com^
||jsyefc.com^
||jtptjhkpnhbt.com^
||judasesesrogim.com^
||juggingunttrod.com^
||jugjetwok.com^
||juicyads.rocks^
||juiseforced.com^
||julelisk.com^
||juliagonidia.life^
||jultscax.xyz^
||jumpers.mobi^
||junebudcincher.com^
||justpush.biz^
||jvobcajoi.com^
||jybavoxvofx.com^
||kabayasclaims.life^
||kadam.net^
||kadxin.net^
||kaftansetal.life^
||kafwmyknby.com^
||kainahguanyl.top^
||kalemaagust.digital^
||kambalupflung.com^
||kameelvalorem.com^
||kanawhadonnot.website^
||kansacallous.com^
||kapoksfry.com^
||karatsimpalm.com^
||karossmudde.com^
||kasych.net^
||katebugs.com^
||kationporched.com^
||katuhus.com^
||kayosjataka.com^
||kbabgtgfcoo.com^
||kcijkougqgsbeuv.xyz^
||kecgnsul.click^
||kekonum.com^
||kelsaurt.com^
||kelyphafe.com^
||kempygateway.com^
||kendotube.com^
||kermessbask.com^
||kesodgqt.xyz^
||ketingplan.com^
||keylessbipedal.com^
||kfiopkln.com^
||kfunryiqykypho.com^
||kfznmiyyp.quest^
||khbqvsforcd.com^
||khhsilkdl.com^
||khrutjsgfp.com^
||khuoevxu.xyz^
||kibejoyant.com^
||kibycomaker.com^
||kigcpofilaw.com^
||kiloh.ovh^
||kinak.top^
||kindledsmaltz.com^
||kinoprofi.org^
||kipfeljerqued.guru^
||kipukagaw.top^
||kissoffering.com^
||kitchiepreppie.com^
||kitokit.com^
||kkyvmkxmunrk.com^
||klclick.com^
||klopscraner.com^
||kmisln.com^
||kmjycmessage.com^
||kmrcum2.com^
||knivesquelch.com^
||knmjurnu.com^
||knolledhard.com^
||knollspyjama.com^
||knowbetnow.live^
||knucklygingely.com^
||knutecamote.com^
||kodmagic1.me^
||koitapuanteing.com^
||kokobehainee.digital^
||kokoonsulkily.com^
||kolkkadetrect.com^
||komarchrhoecus.com^
||kombr.ru^
||kondemohalim.com^
||koniniozonify.life^
||kotokot.com^
||kototabula.guru^
||kpbwkxmp.com^
||kprwiewrtqjubh.com^
||krebsbongar.space^
||kronaacridid.com^
||kstream.xyz^
||ksvmnmfnrutq.com^
||ktrackdata.com^
||ktrust.site^
||kttoo1.com^
||ktwsegtwfcu.com^
||ktxpsxgvpqhdnpg.com^
||kuleqasforsal.xyz^
||kuliposits.com^
||kurlichan.com^
||kurumafilosa.com^
||kuuatwjqem.com^
||kuvlgavbtkuokj.xyz^
||kvevv.com^
||kvhaaa.top^
||kvhbbb.top^
||kvhccc.top^
||kwanvibist.com^
||kwmjdbcpqtgwq.com^
||kwshswbmanfu.xyz^
||kximxxzsva.com^
||kyarftdlbq.com^
||kytcqoiruqxc.com^
||l4rwlsdeac3u.com^
||l6b587txj1.com^
||laccinmamushi.life^
||lacemanimbiber.com^
||laceratecoast.com^
||lacertrotter.com^
||laciniaean.com^
||lactolwant.com^
||lactosetyres.com^
||ladapiccxrism.com^
||ladenapp.com^
||lafitehairif.com^
||lagbondhas.live^
||lagettomurein.com^
||laichsisogony.com^
||lamindirgie.com^
||lampingkilned.com^
||lampoled.com^
||landauemim.life^
||landing-push.net^
||landlordmexicansole.com^
||landutmove.live^
||lanesusanne.com^
||langoumachu.com^
||lapisspits.life^
||largeconfusion.com^
||largernauseous.com^
||larndiffide.com^
||lasagnesurinam.top^
||laserharasslined.com^
||laserveradedomaina.com^
||last0nef1le.com^
||lastwise.com^
||latchedspy.guru^
||latedateship.live^
||latenedcorcass.com^
||latristupman.com^
||latticedoilies.life^
||laughedbegnaw.com^
||laumoaphe.com^
||launchingonsetwhirlwind.com^
||lavedpewmate.com^
||lawboplegs.com^
||lawnjinsi.com^
||layeryargil.life^
||lcbgqqjeblw.com^
||ldpqheorkb.xyz^
||ldvjfqjo.com^
||leafagebaume.com^
||leafcuphider.uno^
||leafingcoitus.website^
||leatprorsa.com^
||lecturevendor.guru^
||leechpremium.link^
||lenzmx.com^
||leobdvvk.top^
||leoceran.pw^
||lepalwarday.website^
||lerjyrbunhgvp.com^
||lernaeasphagia.com^
||lestaigames.com^
||letmewatchthis.pl^
||letupviremia.com^
||leucomamissive.com^
||levinerunlatch.life^
||lewdspunge.website^
||lguexrlw.top^
||lgypegis.xyz^
||lhthasavpvpi.com^
||licertle.co^
||liefbiotaxy.digital^
||liefesttzetse.com^
||lieflyanyhow.com^
||lightrdr.best^
||likely-interaction.com^
||lilavacatur.com^
||lilinstall11x.com^
||limbecksipers.digital^
||limitsevent.com^
||limnsstopes.life^
||linearcroisee.com^
||lingtowprecide.com^
||linkbax.com^
||linkerspond.com^
||linnsdermic.com^
||lionsdrive.com^
||liplikevacuity.uno^
||lipuseful.best^
||listhugdab.live^
||liticismov.xyz^
||litrefloored.com^
||littlegirlies.org^
||litznards.com^
||live18ans.com^
||livepartners.com^
||livershassle.website^
||livesharepersonals.com^
||livingshedhowever.com^
||ljteas.com^
||lkj-lijn.com^
||lkjjyggepb.com^
||llmufcpyy.com^
||lmeyytaqlnp.xyz^
||lndonclkds.com^
||lnkfast.com^
||lnnkrdqieluv.com^
||lnweoovesh.xyz^
||loading-delivery2.com^
||loafedmarked.com^
||loagoara.com^
||lobulewithen.guru^
||localsnapsext.com^
||lochusarrowy.com^
||locklistmax.live^
||logicschort.com^
||logydoci.com^
||lokpresearch.club^
||lomolala.digital^
||longestnetter.com^
||looeyurgers.com^
||lookslikenews.com^
||looksmartppc.com^
||lopije.ru^
||loselsplatten.com^
||losital.ru^
||lothlyunfaith.com^
||lotuseslusted.com^
||loupegolfing.com^
||lousilytarwood.com^
||lovefulyente.com^
||loveydcbpcxrj.com^
||lowdurantom.com^
||lowsingroomy.com^
||lpg02.com^
||lplkjuxadehxy.xyz^
||lqbnmshhxld.xyz^
||lqcyehhkb.com^
||lqdpuxyyhuq.com^
||lrdvubrpta.com^
||lsuws.com^
||lubanooba.com^
||lucky-bet.site^
||lucrinearraign.com^
||lueterse.com^
||lufferbathtub.top^
||lugtardam.com^
||luisardo.com^
||luisenoenlure.com^
||lukizeiasn.xyz^
||luloffer.com^
||lumbangtalpify.uno^
||lunggrandfatherhedge.com^
||lupanarcantlet.space^
||lupinkeenest.top^
||luroman.com^
||lurrynumud.com^
||lushermide.com^
||lvkwz.com^
||lvocrlcrdal.xyz^
||lw2ofgc2zo.com^
||lxirblfoocw.com^
||lxsodqyysz.com^
||lygeumentered.digital^
||lynxcredent.uno^
||lypleasant.com^
||lysedkidding.top^
||m-video.shop^
||m1dnightclubx.com^
||machinedetain.com^
||mackledrouky.com^
||madamecam.com^
||maestroactionbleach.com^
||magic1.biz^
||magic1.me^
||magic2.biz^
||magjeon.com^
||magrie.pw^
||maichobooy.com^
||maiidchimers.com^
||maimulpyridyl.com^
||majoagna.com^
||majorikmedia.com^
||majorilink.com^
||majorlink.club^
||majorlinker.com^
||majormedialink.com^
||majorpush.shop^
||majorpush1.club^
||majorpushme2.com^
||makaramoke.com^
||makeitunder.com^
||makhchyqsrpq.com^
||malakonirgun.com^
||malatiswirled.com^
||mamofow.uno^
||maniocsdust.digital^
||manomincasaque.com^
||manteelclanned.com^
||manuredeedful.website^
||manurermordva.uno^
||manuressubsort.website^
||manwiseazons.com^
||mapeensa.com^
||marasgumpus.com^
||marxismsuddy.com^
||marybskitchen.com^
||marybudcotte.com^
||mastarval.com^
||masterfornews.com^
||mathesratlin.com^
||matteryshou.com^
||matyamyelia.com^
||mawseednoblest.com^
||max-adserv.com^
||maxforta.com^
||mayyslddk.com^
||mbidpp.com^
||mbno.ca^
||mcquugquqxsidg.com^
||mctqu.com^
||mdeitwdqy.xyz^
||mdnvumxufd.com^
||mdyhb.com^
||mealschimb.top^
||meatabdicatedelicatessen.com^
||meathmjew.live^
||mechantrifian.com^
||mediaathay.org.uk^
||mediadate.net^
||medncom.com^
||meekkkccm.xyz^
||meet4you.org^
||meetaffiliate.com^
||meetamate.online^
||meetmagsuit.live^
||megafiles.xyz^
||megartb.com^
||melagrapouty.com^
||meldrophockers.com^
||mellowads.com^
||menacehabit.com^
||menwinecop.live^
||mepirtedic.com^
||mercianposter.life^
||mesillaquotas.com^
||messard.com^
||messyfuck.com^
||metminekit.live^
||metnyitveihpqe.com^
||metopedauncy.com^
||mgpwqdwlohergk.com^
||mgsadfwgjj.com^
||mhadst.com^
||mhvonkgrgjyu.com^
||mi-de-ner-nis3.info^
||micastpyridic.com^
||middaysbedaff.com^
||middaysonnyguffaw.com^
||midgerelativelyhoax.com^
||miggsfez.guru^
||migrantbells.guru^
||mikeloguser.live^
||mikiecresyls.com^
||mikvahmiffs.com^
||milacrechiack.com^
||mildcauliflower.com^
||mildlydoucely.com^
||miliolaungated.space^
||milkerpreppie.com^
||milordearnful.digital^
||mine.nahnoji.cz^
||minemytraffic.com^
||minerad.com^
||minergate.com^
||minero.cc^
||minescripts.info^
||minexmr.com^
||mining.best^
||mipwm.com^
||mirifelon.com^
||miscemassed.com^
||misgrewzaribas.com^
||misgrowathena.com^
||missena.io^
||missyesera.live^
||mistionsane.com^
||misweentaxer.life^
||mityneedn.com^
||mixbestboost.club^
||mk-cdn.net^
||mkpioiwxoh.top^
||mlllllllmmm.ovh^
||mllllllmmm.ovh^
||mlllllmmmm.ovh^
||mmandard.com^
||mmpool.org^
||mmtracking.com^
||mmtrkms.com^
||mmtrkpy.com^
||mndlaifijmlkw.com^
||mnrihvxugsx.com^
||mobapsmob.com^
||mobdel.com^
||mobiflyn.com^
||mobile1cdn.com^
||mobiprotg.com^
||mobrevflwms.com^
||mobstitialtag.com^
||mobswaftage.digital^
||mobswift.com^
||mobusi.com^
||mobutrafsrcms.com^
||modato.ru^
||modsacline.live^
||mofettecalmed.com^
||moffys.com^
||molgeemits.com^
||mollecouteau.guru^
||mommiesgranule.com^
||monasawaw.com^
||monerise.com^
||monerominer.rocks^
||moneronsetons.com^
||moneroocean.stream^
||monetizer.co^
||monetizze.com.br^
||moneyerniels.com^
||mongersrackan.com^
||monocleindues.guru^
||monofilslide.uno^
||montaukgekko.live^
||mooktarovendry.top^
||moonashare.live^
||moonlitturbots.com^
||moopsazijop.com^
||moreinfo.support^
||mors22.com^
||mosaistabaff.guru^
||mosthotappever.top^
||mothyapp.com^
||motivesbreastchopped.com^
||motmanjack.com^
||moulinominate.top^
||mousheen.net^
||moviessidlers.com^
||moyaculbute.com^
||mozime.com^
||mpmsqunurxv.com^
||mpmxoarcjqfg.xyz^
||msgby.ru^
||msgfuwqxytkewn.xyz^
||mudfishatabals.com^
||mudiriaspile.com^
||muffermafioso.com^
||mufflesdisroot.digital^
||mughaymil.site^
||mugqaxwp.xyz^
||mugwumpquits.com^
||mulderfujis.com^
||mulletsuborn.life^
||mulliteskaters.life^
||multiupload.com^
||mummerychindi.digital^
||mumsimso.net^
||murkybrashly.com^
||murmores.com^
||murphydrying.com^
||musicsometimes.com^
||muskurahat.com^
||muskurahatmusic.com^
||mustcoast.com^
||mutipugly.com^
||mutualoctane.website^
||mvfdsuoxufrngm.xyz^
||mw19c3mi5a.com^
||mwcvu.com^
||mybad.fr^
||mybenne.com^
||mybestclick.net^
||mydinebaster.com^
||mygpuid.com^
||myimgt.com^
||mymomlike.com^
||mymoutyard.com^
||mynativeplatform.com^
||myoidcoccus.digital^
||myrciawaapa.com^
||myrrhisunition.store^
||mythistjaspery.digital^
||mywb.fr^
||myyilufa888.com^
||mzyfkfj.com^
||n-e.online^
||n0233.com^
||n0300.com^
||n0322.com^
||n0404.com^
||n1g459ky7y.com^
||n1gopush.com^
||n1goserch.com^
||n1major.com^
||n1topserch.com^
||n7565.com^
||n7578.com^
||n7pusher.com^
||nablabee.com^
||naborutmyrq.top^
||naclwkirljrcc.com^
||nahnoji.cz^
||nahotseetsoo.com^
||nailyhexones.uno^
||nakishyfe.com^
||nannieslamaic.com^
||naphthawr.website^
||nastokit.com^
||native.com^
||nativeads.rocks^
||nativexml.com^
||naufauzo.net^
||navoultu.com^
||ndyzz.com^
||nedassiumw.xyz^
||nedderplayers.com^
||nedestablish.com^
||needntrusts.com^
||neepseph.com^
||neesemicah.com^
||nerdolac.com^
||neriumlimn.com^
||nerojimsee.xyz^
||nerolitole.space^
||nervetoorie.com^
||nestleareae.tech^
||netcpms.com^
||netdna-ssl.com^
||netmentaxicab.com^
||neuraleisfahan.com^
||newfollow.info^
||news-bit.com^
||newscode.me^
||newsfeed.support^
||newsfeedscrollz.com^
||newsjuices.com^
||newsnewsmagazinetoday.com^
||newtabtv.com^
||newton.pw^
||newton.turbo-cdn.net^
||nfjwnmayskpfkvm.com^
||nfkd2ug8d9.com^
||nfwebminer.com^
||ngcouncern.xyz^
||nhqqv.space^
||nicenesoueak.uno^
||niceoakbody.live^
||nicholasparcel.com^
||nicsorts-accarade.com^
||nifracomtra.com^
||nighedferren.com^
||nightsgeological.com^
||nigrebud.net^
||nijholtvenally.com^
||nimiq.com^
||ninetyprosed.top^
||ninsailouz.com^
||niowrygfdu.com^
||nisnashewer.com^
||nitchieagawam.com^
||nitersvarsity.com^
||niubixxx.com^
||nixonmordore.com^
||njaja.com^
||nmajykvwyuni.com^
||nmeqonnq.com^
||nnbwljpcdrgo.xyz^
||nnnkmsgqnkpkng.com^
||nnpjudkdch.com^
||nnvkh.com^
||nodderbeezers.com^
||nodousnotself.com^
||noekaflv.com^
||nogsnares.com^
||nonegoreclude.com^
||noopapnoeic.digital^
||noozoque.com^
||normalexchange.com^
||normour.com^
||noseculretab.xyz^
||notmining.org^
||notquiteso.buzz^
||notrobot.top^
||notspecial.biz^
||notuskuranko.com^
||nougatdimetry.com^
||novasarterin.space^
||noyfultouchy.uno^
||npmpecd.com^
||nqcwgeeqiykvjuy.com^
||nqoqmdsxhu.com^
||nrged.com^
||nrrkxnym.com^
||nta1vb6cdlrl.com^
||ntbgirwjwva.com^
||nthaitingsh.com^
||ntheworldw.buzz^
||nthtonnub.com^
||nudieannulet.com^
||nuggetscrore.life^
||nuggetymikir.com^
||numisston.live^
||nuovtighmtxflsa.com^
||nut.cc^
||nutsinmid.live^
||nvjqm.com^
||nwmum.com^
||nxbchpotxr.xyz^
||nymssslyish.website^
||nyyxfiptrf.com^
||nzurlmq.com^
||o000oo.com^
||oachaigin.com^
||oakapsot.com^
||oaklikespiers.com^
||oakmalewet.live^
||oakpyxyea.com^
||oarageoscan.space^
||oaricensmall.com^
||oasispimps.com^
||oastoorg.com^
||obeahwidowed.digital^
||obeyroman.com^
||obligedjaghire.com^
||ocardoniel.com^
||oceloidpelt.com^
||oconob.com^
||ocpisbnwgc.com^
||octopusnewsmagazine.com^
||oddwepnhtvhwbox.com^
||odhjfhifcm.com^
||odiumdrawlip.com^
||odpqwkepvncgro.com^
||oecistbenton.com^
||offclaydolon.com^
||offergo.net^
||offlooksolans.top^
||offpageads.com^
||ofkrabbyr.com^
||ofzate.live^
||ogivedungas.digital^
||ogkuliqdmkdqt.com^
||oglesmulsify.com^
||ogrid.org^
||ohmyad.co^
||ohsexldhj.xyz^
||oilcupsforfars.uno^
||oilishgotch.com^
||oilsulva.com^
||ointtoga.com^
||ojoyxnbjvjheqc.com^
||ojrq.net^
||okimonogoofer.com^
||oklm.space^
||okmentally.com^
||oksxoyiwftvys.com^
||oldergaleus.com^
||oleateunslave.space^
||olevole.ru^
||olitoryhunter.com^
||olmeramarketing.com^
||olvewvnhaqkkc.com^
||omefukmendat.xyz^
||omkaexyjnpj.com^
||omlahpewing.com^
||omshellderom.com^
||omyxufgegg.com^
||oncavst.com^
||oncerredweed.website^
||ondate.xyz^
||onetheenties.com^
||onetypecdn.com^
||onlapmynas.com^
||onlygamesforme.com^
||onopolicycr.xyz^
||onotube.com^
||onraltstor.com^
||onsnivyr.com^
||onwardclick.com^
||onxatutor.com^
||oofteonaft.work^
||ooliticcabbler.com^
||oopoagla.com^
||ooryweiner.com^
||ooseeleg.net^
||op05.biz^
||op39v.xyz^
||operarymishear.store^
||ophistler.pro^
||opjjdkoo.com^
||oplbhofcxt.xyz^
||oppullpick.live^
||opqtpjxqw.com^
||oprovwiwt.com^
||opskln.com^
||opsktp.com^$~subdocument
||optimuum.com^
||optionsdisk.com^
||orejontamale.space^
||oremantolsey.com^
||orgalso.com^
||organaamnions.com^
||orhpvrrlw.top^
||orjzy.com^
||orkhovdimin.xyz^
||ormlgwepno.com^
||oscinelunar.com^
||oshcmrmxkb.com^
||othellotutania.uno^
||othepbuttit.com^
||othernewsmagazine.com^
||othersides.top^
||otidiaorbits.com^
||oucuftuthy.com^
||oundyrhetor.com^
||ourfreshstories.com^
||ourlittlenews.com^
||outastib.com^
||outbarwonna.casa^
||outbeamhoihere.guru^
||outbursttones.com^
||outchinchour.com^
||outdoesvimen.uno^
||outflueoxfly.com^
||outhamto.xyz^
||outjutassurge.com^
||outlapdawn.live^
||outlarvitarer.com^
||outpacebedusk.com^
||outpiperibbers.website^
||outtalkwafts.top^
||ouzosbesiren.com^
||overely.com^
||overgotsnecker.com^
||oversleepwilling.com^
||ovldbsik.com^
||oxidsinertly.digital^
||ozjga.top^
||ozwvd.com^
||p.porn.fr^
||p2poolmining.com^
||paarsvc.com^
||pabylkeafwovl.xyz^
||pacaelector.guru^
||packwaxcaliga.com^
||padpullpact.com^
||padxeqsoh.com^
||pafpaf.com^
||pafutos.com^
||paifouth.com^
||paitoucaum.com^
||pampopholf.com^
||pampreklamath.com^
||panaxive.com^
||panelerdeltoid.guru^
||pangaeajibboom.com^
||pangaffairsquestioning.com^
||panwakeave.live^
||papiojamdani.com^
||papizedromon.life^
||papoto.com^
||paraveronline.com^
||parchicky.com^
||pardedatl.com^
||pardeenitride.com^
||pardetheezan.com^
||partanssear.com^
||pashmfordeal.com^
||patioesurine.com^
||patopenaria.top^
||pavanaiglets.top^
||payoffspier.guru^
||pceeyzmqnb.cc^
||pdtipygxwqrwuji.com^
||peatmenbandsaw.website^
||pebafisk.com^
||peelismramona.com^
||pefuctqv.com^
||pegasidjeez.com^
||pegoxylphillip.com^
||pegurente.com^
||peiningmycoses.com^
||peisantcorneas.com^
||pelidescarga.com^
||pennedtimbrel.digital^
||pennistint.com^
||pentacemizzy.com^
||pepburst.com^
||pepebalance.com^
||peptonetallol.digital^
||perilastronaut.com^
||perisintoned.guru^
||persistarcticthese.com^
||personalizedtab.com^
||pertholin.com^
||perulaauncel.com^
||petasmaeryops.com^
||pettowermummy.com^
||petulantblew.com^
||pfanuqdrsvvw.xyz^
||phallicuncut.com^
||phengung.net^
||phenver.com^
||phepiphapti.com^
||phignubsordy.com^
||phiriaxi.com^
||phnjmqbyoxmpgls.com^
||photographingadjust.com^
||phrygiavertus.space^
||phwexvpgd.com^
||physicallysuddenassail.com^
||piazinbrimful.com^
||pickupfaxmultitude.com^
||picmedia.biz^
||pikrhxrkxfby.com^
||pilgrimmum.guru^
||pindenspat.com^
||pinnacerickle.top^
||pintaentrep.com^
||piouslystarved.com^
||piqvblciqc.com^
||pisgahrickets.digital^
||pisticainu.com^
||pithjones.guru^
||pketred.com^
||pl132863.puhtml.com^
||plaiceagonist.com^
||planamagazine.com^
||planflowbaa.live^
||plankyachoo.com^
||plaowakixgrhx.xyz^
||platchteopan.com^
||platformsrat.com^
||playhydrax.com^
||playjudders.website^
||playurbano.com^
||pleasewait.co^
||plowingloiasis.com^
||plumagefault.com^
||pluralmurraro.com^
||plusgo.win^
||plxnt.com^
||plxveodfvh.xyz^
||pmdxwtkmbthlg.com^
||pmevqpjgrhcnpoa.xyz^
||pmnpknpjbpqjjc.xyz^
||pmtzyrian.digital^
||pmvtmejs.xyz^
||pnktnjpy.com^
||pnvncldu.xyz^
||poagrili.net^
||pogyreflush.com^
||pointsconcedecasual.com^
||poisom.com^
||pojfcgertyqp.com^
||pojulo.com^
||polads.pro^
||polaronveldt.guru^
||polerchaise.com^
||poleysarsi.life^
||pomerous.info^
||pomfalus.top^
||ponafet.ru^
||pondersordered.com^
||pontifykaffir.guru^
||poolfeecop.live^
||pootherremica.com^
||popcorntime.com.br^
||popetechs.com^
||popeyeraia.com^
||popmycash.com^
||poppedgorble.com^
||poppytube.com^
||poprevenue.com^
||popstate.net^
||porn-upload.com^
||porncrash.com^
||pornfairies.com^
||pornfisher.com^
||pornravage.com^
||pornstreet.com^
||portalible.fun^
||portedmasondarn.com^
||portulacaolera.com^
||posertvhwrt.com^
||poseunprofessionalspecific.com^
||poseursrumble.digital^
||possessedcrackinghart.com^
||postback.report^
||postinabioses.com^
||potwarehorray.digital^
||poucoaga.com^
||pouncetchicly.guru^
||pourbaiser.com^
||pouseephaiji.com^
||powa.fr^
||pqwxlogigvdd.xyz^
||pr0gram.org^
||practicbog.com^
||pramviable.com^
||pranavafolksey.com^
||prawnedfafnir.com^
||precially.space^
||prelandappslab.com^
||prelandextension.com^
||premiumz.co^
||preplotabbeys.com^
||preppiesteamer.com^
||preraldnz.com^
||presagerammi.com^
||presbanise.pw^
||presdithas.pw^
||pressespledget.com^
||presssnews.biz^
||pretexthalt.com^
||prewiregeebung.com^
||primsieridleys.com^
||primusad.com^
||prinksoncotic.com^
||priorlypious.com^
||priorsnorn.com^
||prisonssaclike.com^
||proche2moi.com^
||producercoconutgroup.com^
||profoundrollcompatibility.com^
||progenymuscular.com^
||prognediaxone.digital^
||prolixvera.top^
||promoltd.online^
||propositionpower.com^
||propyneoutplay.com^
||prosinggumdrop.com^
||prostashehe.com^
||prouderbolled.com^
||prpreladzer.com^
||prunerceleb.top^
||ps4ux.com^
||psaiceex.net^
||psaimoodriy.com^
||psdqcwebfdvosah.com^
||psigozouns.com^
||psihovrmggbopoh.com^
||psizouns.com^
||psoowhoovort.com^
||psophauroat.com^
||psoudulto.com^
||psughooy.com^
||psylist.net^
||pt21na.com^
||ptaizees.net^
||ptbomiwuewm.com^
||ptcong.com^
||pthhmlxaruxpd.com^
||ptigjkkds.com^
||ptolemyvolga.life^
||ptootsitches.com^
||ptouksox.com^
||pualcidtrqqxh.com^
||puaspgcborehme.com^
||pub2srv.com^
||pucabaleens.top^
||pudexsemxfwnn.com^
||puggrylapith.com^
||pulikmozarab.com^
||pulquesfarinas.guru^
||pulsersurvey.com^
||punkahspools.life^
||punkerbereave.com^
||puoyqnvaxeb.com^
||pupkeptale.live^
||puplasjfcsdj.com^
||purdasseer.com^
||purebushesprop.com^
||purlsdecus.guru^
||purmogak.com^
||puscomosca.com^
||pusher1.com^
||pushinkaa.com^
||pushplay.com^
||pushtrust.com^
||pushwimpauce.com^
||pushydialoguenoisy.com^
||pussl60.com^
||putamenbares.uno^
||putfullfor.live^
||puttedswabbed.com^
||puugxdanuexuv.xyz^
||pvrtx.net^
||pwwysydh.com^
||pxuiogsptyne.com^
||pyaemicgrunch.top^
||pydwlmsheag.com^
||pyoidpeptids.com^
||pyrrolecycases.com^
||qaadv.com^
||qaiildoqbqe.com^
||qannjielhfev.com^
||qawlivycsb.com^
||qbumuprxfycf.com^
||qdliignuikujgka.com^
||qdlulyiuhlqpkua.com^
||qevsbcsbvnph.com^
||qfihdr.com^
||qfrddgedavrkgm.com^
||qgafkisnspangl.com^
||qhip.com^
||qhqefbcn.xyz^
||qingolor.com^
||qirls.info^
||qisigybg.com^
||qjudpxkisv.xyz^
||qkhrhikthvitnag.com^
||qkumbwcwqfkko.com^
||qlehnbqgmixmk.com^
||qnoojrvilsx.com^
||qnpdiomviwprya.com^
||qoapaubjlev.com^
||qoxxpyuohbm.com^
||qractv.com^
||qsseigsxafuwjnq.xyz^
||qstyxveuwcdk.com^
||qtyerected.top^
||quaint-mode.com^
||quartzyices.com^
||quatecombers.top^
||quattytonguy.top^
||queachhjp.com^
||quebec-bin.com^
||queerhellier.com^
||queresspurdie.com^
||questionfly.com^
||quickpasss.com^
||quickwriter.com^
||quilee.pw^
||quiltshiverpowerless.com^
||quinasubmind.guru^
||quintag.com^
||quinuaknife.com^
||quittorparel.com^
||quizmasterdescribe.com^
||qvejrhga.xyz^
||qxmopxhblu.com^
||qxqehcssyubtyje.com^
||qxqlcenwjfown.com^
||qyjvumtbjkb.xyz^
||r8oyegintx.com^
||racingorchestra.com^
||racoonscalodo.top^
||raferu.com^
||raftershamel.com^
||raggedyshewed.com^
||raggerdough.com^
||ragsfrynotary.com^
||raiijqfhnshes.com^
||rainrent.com^
||raisedcubera.guru^
||rakefulloa.top^
||ralodithas.com^
||rambeercase.live^
||rambleconcernedscar.com^
||rambograntee.com^
||rameattot.com^
||ramminghaloa.com^
||rampagesonnies.space^
||rand.com.ru^
||randerdudler.space^
||rantersdeirid.com^
||rapidlylarrup.space^
||rapierspennae.uno^
||rappenaphrite.com^
||rapradwye.live^
||raptorfarmsad.com^
||rartengg.com^
||rashbackground.com^
||rashersingle.com^
||ratbagacritol.guru^
||ratteenbrewing.space^
||ravenscosmoid.com^
||ravishoctopi.com^
||raxflydrdy.xyz^
||razeingputeli.com^
||rcraveoisanikc.com^
||rcsvoavhk.com^
||rcukcwxmmvte.com^
||rdlrxfnlprsyhg.xyz^
||rdsa2013.com^
||rdsddand.com^
||reacheffect.com^
||reachicepick.com^
||ready-for-download.com^
||reakshording.com^
||realistic-negotiation.com^
||reamsan.buzz^
||rearmregaled.digital^
||rearsmalum.com^
||reasulty.com^
||reauthenticator.com^
||reavingdinner.digital^
||rebluemopeier.com^
||recharnosing.guru^
||recharsemiarc.com^
||reciteaerated.com^
||reckedmane.xyz^
||redactsriles.top^
||reddleops.pro^
||redebitapedom.com^
||redfxsjqcd.com^
||redichat.com^
||redirectingat.com^
||redirects.us^
||redirsense.com^
||redorange.website^
||redraftmonest.com^
||redtailalarge.life^
||reductionslapsensation.com^
||reederpunalua.guru^
||reelingpumas.com^
||reevevessels.website^
||reflexcash.com^
||refpa47525.top^
||refuteddistant.com^
||refuzzlizing.pro^
||regisg.com^
||registerswoop.com^
||rehireexile.com^
||rehungrhythm.com^
||rekhtibellman.digital^
||relanceovergun.com^
||relaxergourdy.digital^
||relentlover.com^
||reletmuts.com^
||reliable-track.com^
||relogotd.com^
||remainmother.com^
||remijiahotting.com^
||remintsmuggy.com^
||remoldsephah.com^
||remotepwn.com^
||renailgourmet.space^
||renaissanto.com^
||rensuvoofeex.com^
||requotebatman.com^
||rerunglor.life^
||resailslemures.com^
||resentervice.com^
||resentproduces.com^
||resetetron.com^
||resinshandle.life^
||reslightho.top^
||resnaphylodes.com^
||respecials.com^
||restoring.club^
||resultshyaenas.com^
||resultulterior.com^
||retintshearst.top^
||revbigo.com^
||revenuetonightperforming.com^
||reversidolores.com^
||revsharecash.com^
||rexfwkxwhbscjqe.com^
||reytgvtpgpccs.com^
||rghptoxhai.com^
||rgwnbdygfh.com^
||rhebokjambiya.com^
||rheosawdx.xyz^
||rhetniellos.com^
||rhetorpastora.space^
||rhhcdfrbatdcrh.com^
||rhibiaidose.website^
||riataspardahs.com^
||ribozoscasasia.com^
||richdomtanbur.guru^
||rifianforetop.com^
||rillingchevee.guru^
||rimersretrim.digital^
||rinceaushane.com^
||ringerbaseballsilk.com^
||ripenerpumple.guru^
||riskingassizes.guru^
||ritesgomart.com^
||rkdtwinlkoj.xyz^
||rmawm7mw.top^
||rmuvpedjdshliqc.com^
||rndchanseytor.club^
||rnnuw.com^
||roadlittar.live^
||roagreed.com^
||roamthrivecaviar.com^
||roathoowood.com^
||robmenbusy.live^
||rocks.io^
||rodcamto.live^
||rogerohowked.top^
||roksit.net^
||romanzafanatic.com^
||romtheoth.work^
||ronaldturrel.digital^
||roncetshowman.life^
||rooterspopish.com^
||rootleoutplot.com^
||ropersdavyum.com^
||rotiqucdne.me.uk^
||roubergmiteom.com^
||roughyshahs.com^
||rougloowhair.com^
||roundynews.com^
||rowdyfleamy.com^
||rqixssvhwdq.com^
||rqsrueiatomkjw.xyz^
||rrsalxqheyw.xyz^
||rsuuc.com^
||rtasnkonws.com^
||rtb42td.com^
||rtb4lands.com^
||rtbanalytics.com^
||rtbbonline.com^
||rtbdem.com^
||rtbzone.com^
||rtidocgxwoh.com^
||rubellavillar.digital^
||rubesacephal.com^
||rubrailazo.top^
||rubrifygoloka.com^
||ruffianpailful.guru^
||ruffstemmer.casa^
||ruggownpolacca.com^
||rulersgrappa.guru^
||rummaringp.xyz^
||runpuredead.live^
||rusiuplj.top^
||russetspaper.com^
||rvfrm2005.com^
||rxjfh.com^
||rxqppbteedu.com^
||ryllae.com^
||rypltcelpr.com^
||ryskkkatjqbrsef.com^
||s16adca.com^
||s34me.com^
||sabeteepee.space^
||sabinsirok.top^
||sacryspicket.com^
||sadsabz.com^
||saferedd.com^
||safetytribes.com^
||sagenebiolite.guru^
||saglessdelve.digital^
||salesforce.ma^
||salineiloko.life^
||sallibted.live^
||saloopjesting.digital^
||salpaereed.life^
||saluteuneven.com^
||salversmythist.com^
||samajspud.com^
||samburninnies.uno^
||samiana.com^
||samitesetulae.com^
||samsauptol.com^
||sanderspatined.com^
||sandsagged.com^
||sangleysoldo.com^
||sansstepup.top^
||sanufvuhaf.com^
||sapoaix.com^
||sapoursarbores.com^
||sapparenaric.top^
||sarrowgrivois.com^
||sassanbunkoed.top^
||satarabirl.com^
||sationturret.top^
||satlockspa.live^
||satsativa.com^
||saturim.com^
||saucilytalwood.cam^
||saurcommon.com^
||sauvecybele.com^
||sauwoaptain.com^
||savantirone.com^
||savorkarting.com^
||sawhitpew.site^
||saymustif.live^
||saytmuon.com^
||sbqryaholktfgst.com^
||scafferyale.com^
||scalespleats.com^
||scallsoogloea.com^
||scantyalnoite.com^
||scarcetamable.com^
||scareravery.com^
||scareshortnovel.com^
||scentskilts.top^
||scgalipot.com^
||schmalzgarniec.com^
||sckxppzdm.com^
||scliffbagroom.com^
||scogginslumpy.com^
||scolbgaveled.com^
||scollopgambits.com^
||scomtest.com^
||scowlerclarina.com^
||scrabervinod.com^
||scraichchoroid.com^
||scramblerun.com^
||scratchy-trick.com^
||scrimerdermal.com^
||searchdimension.com^
||secretsorted.guru^
||secumine.net^
||secure.securitetotale.com^
||sedgierlassoes.com^
||see-work.info^
||seenportnan.live^
||seepsocu.net^
||seertul.com^
||seezfull.com^
||segdhenbtf.com^
||seguingjungled.com^
||selfishsieve.life^
||selfsrver.com^
||semangwhirry.com^
||semeeclots.top^
||semiticavail.com^
||sennascyathea.com^
||sennitewrihte.com^
||sensobose.com^
||seodollars.com^
||separtevallums.top^
||septanepickles.com^
||serconius.com^
||sereendipit.com^
||serenocomb.digital^
||serestelian.com^
||serietrk.com^
||serpentinejob.pro^
||serratepellaea.com^
||serrularockier.com^
||sersh.com^
||serumchicha.com^
||service4refresh.info^
||serviusboxers.com^
||sestonenures.com^
||setbeat.com^
||setnessalgy.com^
||severalmefark.com^
||sewarsunlimed.com^
||sewkindmay.live^
||sextv2424.com^
||sexyfreecamz.com^
||sexygirlshd.com^
||sezonlukdizi.com^
||sgfinery.com^
||sh.st^
||shabbosrachel.digital^
||shabby-constant.com^
||shacklypanic.com^
||shackshelotry.com^
||shacsda.name^
||shahszaman.digital^
||shakeegi.com^
||shakotheclan.com^
||shallowinsect.com^
||shalseey.com^
||shamtick.com^
||shassheld.live^
||shatsalt.com^
||sheagmay.live^
||shebaasot.com^
||sheddedtecta.com^
||sheecmuwesil.com^
||sheelsoo.com^
||sheewaulro.com^
||shegraptekry.com^
||shellumyucch.uno^
||shelvessawwort.com^
||sherdprelaw.com^
||sherrydecalin.com^
||shestrozo.com^
||shibaglybu.com^
||shibahcays.com^
||shibahscarp.top^
||shirtbladder.com^
||shoassel.com^
||shochetplosion.top^
||shoohinoab.com^
||shopwashtwo.live^
||shot-date.com^
||shouldknownews.com^
||shoutssportly.com^
||shovedmiddle.com^
||showersdibber.life^
||shownews.tv^
||shownpentol.top^
||showyourevent.com^
||shriftskats.com^
||shuffele.com^
||shujoocm.com^
||shungawy.com^
||shutoutstylet.com^
||shuwhims.com^
||shuzugakutoo.com^
||sialice.digital^
||sibbshagworm.com^
||siccinghulver.com^
||sidehaffit.com^
||sidenoteconcern.com^
||sidezaeta.live^
||sifflettreetop.com^
||sigilstimes.guru^
||signifyabruptly.com^
||sihighlyrecom.xyz^
||silenthill24.biz^
||silicledomy.com^
||silimbompom.com^
||simdowndan.live^
||similartreat.com^
||simoolbarrow.digital^
||simoonwhorled.top^
||sirionehusky.com^
||sirmianmooneye.com^
||siropouters.com^
||sitaopiqure.com^
||siteverification.online^
||sithencicala.com^
||sitsaraubs.com^
||sivaistails.com^
||sixteeeex.com^
||sjibvbkwgaj.com^
||sjsdyjihprrxtc.com^
||skeesisoxime.com^
||skimpybabbool.com^
||skinsprecis.com^
||skylesscandied.com^
||skylowhat.site^
||skymedia7.me^
||slabbernorland.com^
||slangytextile.website^
||slaverydodecyl.com^
||slavesubmarinebribery.com^
||sledgedcooping.com^
||slftps.com^
||slimcdn.com^
||slimingsewans.com^
||slimygrilly.guru^
||slipedbugbane.digital^
||slipheirphysician.com^
||sllscc.com^
||slonejulyh.xyz^
||slowishbelove.digital^
||smapp.work^
||smartclickz.com^
||smartoffer.site^
||smartpush0.info^
||smartpush1.info^
||smilingdefectcue.com^
||smitionsory.co^
||smokersmossful.top^
||smousespuggy.com^
||snailthreatenedinvited.com^
||snap-affairs.com^
||snaretoeburp.work^
||snbdoksf.com^
||snippytrigos.guru^
||snitswaspshaft.com^
||snivymotty.com^
||snoopy-incident.com^
||snorerpoulet.com^
||snoutedmanacle.com^
||soakygeist.digital^
||socagesgogos.com^
||soccerzenonic.cam^
||sockeyebrattle.com^
||soclecoak.com^
||sodhef.com^
||sohmartite.life^
||soimportan.club^
||sojymnmk.xyz^
||sokarioter.com^
||sokgnamma.com^
||soknm.com^
||sokrostream.tv^
||solipedsnarls.com^
||solutuspaunche.com^
||somaticbaldest.com^
||sombineukd.hair^
||songsify.com^
||sonioubemeal.com^
||soojeescarfer.top^
||sookeindited.website^
||sorbosetentie.life^
||sorceryfalda.life^
||sorghumfranger.com^
||sornarecampi.com^
||sortburnwest.live^
||sorucall.com^
||sothiacalain.com^
||sothisjimmies.life^
||souffloutoven.digital^
||soulackbooths.com^
||sourcecode.pro^
||sovietcontaminate.com^
||sovkhozdexter.digital^
||spacepools.org^
||spadelack.com^
||spaedomshakily.com^
||spaleswairsh.com^
||sparechange.io^
||spareindexes.com^
||sparelli.com^
||sparoidcamus.uno^
||sparrowaboveaveragedefence.com^
||spathalbarmie.com^
||spemxriyuspxb.com^
||spervicear.com^
||speysiykiklnn.com^
||spifralph.com^
||spignutgoggan.com^
||spillyroes.live^
||spilomamettle.uno^
||spiltcyathos.com^
||spreement.com^
||sprightinamour.com^
||sprincipal.com^
||sprucymundic.digital^
||spruegibbles.com^
||sprybarse.com^
||spulyiecooboo.website^
||spysamesent.live^
||sqmjysext.com^
||sqoo.co^
||sqqmqdruitvn.xyz^
||srcip.com^
||srcips.com^
||srkft.com^
||srmfumjcca.com^
||srutiunidle.com^
||srvmd30s.com^
||ss-n-30.com^
||ssbadcymiuncmw.com^
||ssmlwyrhqbblfar.com^
||sspcheapos.com^
||stageryskink.website^
||staggieousters.top^
||staiderkha.com^
||stammellake.com^
||standadv.com^
||stanjenboles.digital^
||stapespotherb.com^
||stardomcoit.com^
||starnelbanchi.com^
||starsearchtool.com^
||starsx.fr^
||startnewtab.com^
||stat.ovh^
||statdynamic.com^
||statelycasimir.com^
||statistic.date^
||stauzoagroa.com^
||steedgodful.com^
||steelickier.uno^
||steelstinter.digital^
||steerseejoa.com^
||stericspata.com^
||sternedgeeks.com^
||stertordorab.com^
||stethalnv.digital^
||stevesmovies.com^
||stewbumsimon.com^
||stickredgr.online^
||stifoapt.com^
||stiglovafo.com^
||stoagergu.com^
||stomalhobble.com^
||stoningrook.top^
||stonkrolf.com^
||stookstinta.digital^
||stoolteenos.com^
||stoppageresistprodigy.com^
||storedistich.com^
||storefloozie.com^
||stormsamba.live^
||storylnk.com^
||stoundisocrat.com^
||stovesguacho.top^
||stowbelievable.com^
||stowingwhelks.com^
||stowpsikhwan.com^
||stowthredfin.com^
||streamall-search.com^
||streambeam.io^
||streaming-illimite2.com^
||streaming-illimite4.com^
||streamsforu.com^
||streamswedish.life^
||strepenboweled.com^
||strewviolently.com^
||stripchat.com^
||stripeformism.com^
||strodesamani.com^
||studabsently.com^
||stunnedcasaun.com^
||stuntoffer.com^
||stylish-airport.com^
||styraxcyprine.com^
||subbedlugger.guru^
||subduedbulks.com^
||subfuskwarabi.top^
||subzero6969.site^
||suebeauing.top^
||sueivypeg.com^
||sufeshivu.com^
||suffixlabores.com^
||suftanzine.com^
||suftoajachi.com^
||suhinsaix.com^
||suitesterrage.com^
||sukobal.com^
||sulfasabomine.com^
||sulsauzou.com^
||sultingcoe.buzz^
||sumagesaved.com^
||summerbestapp.com^
||sunbagmay.live^
||sundarallege.top^
||sundhopen.site^
||sundoweak.live^
||supportxmr.com^
||supprene.com^
||suppressedbottlesenjoyable.com^
||surahlend.top^
||surestisis.com^
||surgycackler.com^
||surrvey2you.com^
||susanneamritas.com^
||susifhfh2d8ldn09.com^
||swagerpluck.com^
||swangylockjaw.com^
||swatledgesling.com^
||swedessaughs.live^
||swedgebaraca.space^
||swellknife.com^
||swervercutup.top^
||swiftmining.win^
||swiminvestigator.com^
||swrmw5j8xs.top^
||sxotrxlmq.com^
||sxqxyktuxjhedif.xyz^
||sxxrcxbexgbuard.com^
||syeqhsdrie.top^
||sylmyar.pw^
||sylverlight.net^
||sylviapettah.com^
||sylwenys.pw^
||sympathetic-frame.com^
||synaphepinulus.com^
||synchrootolite.digital^
||syndetstermine.com^
||t.eroges.com^
||t3stdr1ve.com^
||t85itha3nitde.com^
||tableaupitfall.com^
||tabskeawe.com^
||tabuepigram.guru^
||tabun.net^
||tacklearder.com^
||tacomaequiv.com^
||tacticwane.com^
||taddrugso.live^
||tadupjug.live^
||taelssoftly.com^
||tag101.com^
||taigbertha.top^
||takebest-prizes.life^
||takebiggainsurvey.top^
||takening.com^
||takethshorter.com^
||talktomeplease.biz^
||tallergestion.com^
||tamdamads.com^
||tampedirenica.com^
||tanagerseriola.com^
||tanfedball.live^
||tangramfantom.digital^
||tanguinantaiva.com^
||tapewaverole.live^
||targaubs.com^
||targead.com^
||tarjetarojaonline.tv^
||tarybabottega.com^
||tastemynews.com^
||tastiesfoods.com^
||tatic.cdnativepush.com^
||taupesverry.com^
||tauridbaun.com^
||tawersasocial.com^
||tc-clicks.com^
||tccqqskmd.com^
||tchastfifish.top^
||tdxjwyuvovwlr.com^
||tearfuldamnii.guru^
||tech-script.ru^
||technicallyobviously.com^
||technotology.com^
||tectalmammula.casa^
||tedseekpeak.live^
||teengirltgp.com^
||teenknockouts.com^
||teezoshou.com^
||telarlyfasels.guru^
||teleproff.com^
||temiakazon.com^
||tempehnews.life^
||temtamias.com^
||tendontoss.com^
||tenlinebramah.com^
||tenlineunden.uno^
||tensonibbed.com^
||terapou.com^
||terbiaspargos.com^
||tercabilis.info^
||termsixias.com^
||testserverlp.pro^
||tesupervis.hair^
||texterra.me^
||textsdulse.com^
||tfrseqed.top^
||tfymvbspr.com^
||th1sib3stway.com^
||thaiphouph.com^
||thanleadenjuggle.com^
||thaujaukr.com^
||thauzougroje.com^
||thawedmeddler.com^
||theadultcompany.biz^
||thecalokas.com^
||thecheegrait.com^
||thehugefeed.com^
||thehugejournal.com^
||theirsneedful.com^
||theliumnontax.com^
||therebytotoro.com^
||theredbiopsic.com^
||thereddustour.com^
||therevamayeye.website^
||thewhizproducts.com^
||thinechunk.uno^
||thjxkvwc.com^
||thoketidder.live^
||tholophewhu.com^
||tholteti.com^
||thoushan.net^
||thousoucm.com^
||thovapsa.net^
||threefortressfork.com^
||threepi.de^
||thusmumid.live^
||thyrsiauth.com^
||ti-files.org^
||tibetpravous.life^
||tidities.digital^
||tidomvrwpkvmar.com^
||tidyingfluter.com^
||tiespinch.com^
||tigaizan.com^
||tightensixty.com^
||tikibihu.com^
||tildesratatat.com^
||tilyerrecopy.com^
||timeanyfeed.live^
||timely-table.com^
||timelyunpale.life^
||tinwaldjuang.com^
||tipperrowen.com^
||tirednobbut.com^
||titlerpanagia.top^
||titmenjeetee.com^
||tiverraring.com^
||tjfot.com^
||tjsrtuhx.com^
||tkriucyi.top^
||tksdapomex.com^
||tmozs.com^
||tmska.com^
||tnkcvkgyrpgfqm.com^
||tocontent.net^
||todidaedeboner.com^
||todigroup.com^
||todoapk.net^
||toesixover.live^
||togglertuftlet.com^
||tojinr.com^
||tomilotica.com^
||tonnersgrafts.website^
||tooklichair.com^
||tootseschewed.com^
||topansagechan.com^
||topazyaitis.com^
||topbiz.news^
||topcamepan.live^
||topfinancesurvey.top^
||topfreenewsfeed.com^
||tophugenews.com^
||toponclick.com^
||toptanfirsati.com^
||topteledu.com^
||topviralnewz.com^
||topwwnews.com^
||torflegorb.com^
||torrent09.uno^
||tostsmidge.com^
||totaltopfeed.com^
||totaltopposts.com^
||tournaipestles.com^
||towerycacara.com^
||towlikewashpot.life^
||townervirgas.casa^
||towniestemson.digital^
||tozeeta.com^
||tpbdir.com^
||tpdtendry.com^
||tpygepbnbu.xyz^
||tqeobp89axcn.com^
||tqtratosehb.com^
||track2cash.com^
||trackeoz.fr^
||trackertrak.com^
||trackgdi.com^
||tracking.ecookie.fr^
||trackor.net^
||trackrc.com^
||trackspecialdomain.com^
||trackwin.net^
||tractssla.life^
||trads.io^
||trafficglobe.com^
||trafficsan.biz^
||trafficsel.com^
||traffikw.com^
||tragequal.life^
||trahes.site^
||trainsregardless.com^
||trannysexx.com^
||transfto.com^
||trapfulgide.com^
||travelaudience.com^
||treasonmarshalimmortality.com^
||treemagrig.live^
||trekachy.com^
||tremblyodyle.com^
||trenhsasolce.com^
||trentjesno.com^
||tresselsambur.guru^
||tricarstrift.life^
||trigosekaha.com^
||trisxisys.com^
||trivial-girlfriend.com^
||trivvetmidterm.com^
||trjxedbjlme.com^
||trkfl.com^
||trochaboozing.com^
||tronkwansith.com^
||trophalwakikis.com^
||trovefundic.space^
||trovemanured.guru^
||trowanesteeler.com^
||trowingbannock.com^
||trprubbisy.space^
||trustaproiam.de^
||trustedpubs.com^
||trusteverything.de^
||trustiseverything.de^
||truvatoenin.com^
||trysprierratty.com^
||trystedmassula.com^
||tswanagudge.com^
||tsyndolls.com^
||tubadthy.live^
||tubebazaar.com^
||tubebrand.com^
||tubeburst.com^
||tubechip.com^
||tubecosmo.com^
||tubecrack.com^
||tubecute.com^
||tubeeden.com^
||tubeicy.com^
||tubeiq.com^
||tubelevel.com^
||tubemountain.com^
||tubeoffer.com^
||tubepanel.com^
||tubeplant.com^
||tubeprime.com^
||tuberate.com^
||tuberic.com^
||tuberis.com^
||tubesupreme.com^
||tubetitties.com^
||tubetob.com^
||tubevideos.biz^
||tubfurryhen.com^
||tuckspobedy.guru^
||tundishjokier.top^
||tunnedlehua.com^
||turbansambary.com^
||turbo-cdn.net^
||turcicmammal.website^
||tureukwore.xyz^
||turkstench.com^
||turmittawnies.com^
||turnhaves.space^
||turnsocial.com^
||tuskbrevity.com^
||tussoreunwindy.space^
||tuxedoswishers.com^
||tuyervolvas.guru^
||tvrush.eu^
||twcvbmqytfwld.com^
||tweakostensibleinstaller.com^
||tweedygirly.com^
||twindlephalera.com^
||twistneedylever.com^
||twk20rw5v1.com^
||twrences.xyz^
||twyvergongs.com^
||txkenpbuvmxgjg.xyz^
||txrmuxmqgi.com^
||tyburnpenalty.com^
||tydiearsacid.com^
||tyneswaveys.com^
||tyranhorrid.com^
||tyranniupclose.com^
||tyrfd.ovh^
||tyrropish.life^
||tytheswagoner.com^
||u0072.com^
||uaadi.com^
||uasyfdii.xyz^
||uberantpallets.top^
||udeghaipekr.com^
||udncoeln.com^
||ueuvjvoiyi.com^
||uggmmjilsdt.com^
||ugkbsshntj.com^
||ugovddwesgdpd.com^
||ugqvsuqmfvdmla.com^
||ugrastes.uk^
||uhdfwpxuou.com^
||uibjksssitxp.xyz^
||uintjiespeakie.com^
||uiowarvxpeni.com^
||uiwlljurhq.xyz^
||ukapuuvvhtijuv.com^
||ukepfloi.com^
||uluuahefgtdogy.com^
||ulvalescurl.top^
||umpcaptans.com^
||unamospanged.com^
||unampharostor.com^
||uncartdemon.website^
||unciteweason.life^
||uncivicgentle.com^
||underemlen.com^
||undockstipend.com^
||undom.net^
||undrawsremet.com^
||unducalbottle.com^
||undyoban.com^
||uneavedbaklawa.com^
||unglazenegator.com^
||ungrandzabti.com^
||unicistcrax.uno^
||uniformheartlesssneaking.com^
||unimportant-pleasure.com^
||unlockads.com^
||unlookunius.top^
||unltdentertainment.co^
||unluckdrank.com^
||unmailsciara.top^
||unmistdistune.guru^
||unmutedharls.com^
||unnumelom.com^
||unoakrookroo.com^
||unrhymeechinal.com^
||unringcolmar.life^
||unsheerenv.top^
||unsneckcascol.com^
||unsweatgenom.life^
||untiingamidst.digital^
||unurnedbeleve.com^
||unwipedmang.com^
||unxhvwqcuuk.com^
||unymqbfxmj.com^
||uoddgbkk.com^
||uoobmvrjyjomnle.com^
||upboostarmaria.com^
||upburstunfence.guru^
||updatedbut.com^
||updatemobilee.com^
||updaterecomended.info^
||upflashlalo.com^
||upgastlyr.com^
||uphelyatarie.top^
||uphusougu.com^
||uploommyacea.uno^
||uponarticunoer.com^
||uponrimking.live^
||upperseeker.com^
||upsendmusky.com^
||upshiftcuppa.life^
||upsidejolly.com^
||upskipmalum.com^
||uqproykkka.com^
||uraeusairfare.uno^
||uraimeandc.top^
||urbanodecalle.com^
||urbanproxy.eu^
||ureckeeds.com^
||urediarechaw.com^
||uriren.pw^
||urlcash.com^
||urqdmuhjwea.xyz^
||ursorsee.pro^
||usa.cc^
||usbmodmenu.com^
||useablyjollop.com^
||userresewn.com^
||ushaitoa.com^
||usinesmycete.info^
||usuallyformal.com^
||utrecouwwd.com^
||uusiccyeuyrc.com^
||uwfpvlcpn.top^
||uzbegangili.com^
||v1aazb6y5t.xyz^
||vagitusboltant.com^
||vaguishtrepak.com^
||valourjaguars.com^
||valuepraters.com^
||vamoosecask.life^
||vanurcffwwdgy.com^
||varietyjabers.digital^
||vaticmons.digital^
||vaultsotides.com^
||vbammlgpfg.com^
||vbdqycuuynwrfgi.com^
||vclouds.com^
||vdbfojybfpjt.xyz^
||vennala.pw^
||ver-pelis.me^
||vergiholdall.space^
||veritrol.com^
||verseexposurethanksgiving.com^
||vesdsp.com^
||vewhxobs.com^
||vexenbill.com^
||vhoarnmrrxkjkv.com^
||viabeldumchan.com^
||vianidorinotor.com^
||vibgyorvolte.com^
||vicecopyroof.live^
||vidcdn.name^
||videndambalolo.com^
||video-on-demand.link^
||videoadex.com^
||videos-on-demand.link^
||vidox.net^
||viewmoregirls.com^
||vihootch.casa^
||vii-vii-vii.com^
||viiadr.com^
||viialrka.com^
||viiatomicnumber.com^
||viiaxe.com^
||viibngx.com^
||viicxwec.com^
||viidah.com^
||viiexe.com^
||viiforum.com^
||viifun.com^
||viihouse.com^
||viihqzgj.com^
||viiian.com^
||viiigbxo.com^
||viiitf.com^
||viiithiang.com^
||viiithinly.com^
||viilexi.com^
||viiloom.com^
||viimself.com^
||viimsicall.com^
||viimult.com^
||viimvf.com^
||viinxd.com^
||viipgcf.com^
||viiportal.com^
||viipular.com^
||viipura.com^
||viipurio.com^
||viipxuah.com^
||viiqvmfb.com^
||viisds.com^
||viistroy.com^
||viisupport.com^
||viitjcfx.com^
||viitoz.com^
||viiucwwa.com^
||viiudkje.com^
||viiulple.com^
||viivkhgc.com^
||viiwzrlr.com^
||viixjjgk.com^
||viixzii.com^
||viizone.com^
||viltoubuste.com^
||vimeonk.com^
||vinfdv6b4j.com^
||viralesthree.top^
||viralfix.net^
||viralstrangers.com^
||virleth.com^
||visio-x.fr^
||vitchanou.com^
||vjmtcvtr.com^
||vjtenetsrbvvlfs.com^
||vlcosmhixs.com^
||vlfvbaoju.xyz^
||vlogoflife.com^
||vnntbfxqmalxwui.com^
||voathoacushi.com^
||vodkasloki.com^
||vodunkand.com^
||vogulprecast.com^
||voir.host^
||volostsonkos.com^
||voltads.com^
||volvasblam.guru^
||vomitoschuana.com^
||votingbemixt.website^
||vourogeeque.com^
||voyagessansei.com^
||vpnclick.biz^
||vsffvlix.xyz^
||vsirasguhlsj.com^
||vulgatebevors.guru^
||vumyamdipkq.com^
||vwiphqtpmxf.com^
||vxolpesalyvaqpr.com^
||w3n33dnew.com^
||wabgalyqcofsu.com^
||waffiemoted.com^
||wafflesaucy.com^
||wagbinbad.club^
||waiboocohin.com^
||waitdonerub.live^
||wakessquall.com^
||wakonaeried.com^
||wantedmuchmorenews.com^
||wantmuchmorenews.com^
||wantsomenews.com^
||wapatoobethel.com^
||wardenscene.life^
||warlockstanzo.com^
||warnersshares.space^
||warning.support^
||warperstrikaya.com^
||wartletemydes.space^
||washopaulist.guru^
||waspsflowers.com^
||wasternephila.guru^
||wateryjeers.com^
||wattlednosite.com^
||wauracheetah.com^
||waxbirdarena.digital^
||waylaidamenuse.com^
||wdaxfxvijy.com^
||weakerjellies.life^
||webazilla.com^
||weberliknon.com^
||weblastnow.com^
||webmaghome.com^
||webmine.cz^
||webmine.pro^
||webminepool.com^
||webminerpool.com^
||webpushdirect.biz^
||websignalio.com^
||webxmr.com^
||webytom.com^
||wedeegut.net^
||wedespirale.com^
||wedgierbirsit.com^
||weepauza.com^
||weevah2.top^
||weewhaik.com^
||weightfeathersoffhand.com^
||wellbiliate.com^
||wellplottony.live^
||wendatopen.com^
||werewaught.com^
||wesmallproclaim.com^
||wetuygnenimvft.xyz^
||wexevoom.net^
||wgheoocwab.com^
||wgoto.xyz^
||whaiglaid.com^
||whatabouthotbabies.com^
||whataboutnews.com^
||whatz-hot.com^
||whaupburgeon.com^
||wheedlehooplas.com^
||whegadry.com^
||whehilru.com^
||wheputch.net^
||wheresoshimmy.top^
||whilieesrogs.top^
||whimsrehash.com^
||whingewost.com^
||whinneossin.com^
||whistdarking.com^
||white-eyes.com^
||whiteclick.biz^
||whizzerrapiner.com^
||whnwthevbglo.com^
||whnxwvfatnl.com^
||whoansee.com^
||whollmagged.com^
||whouledu.com^
||wicksoftzfiles.click^
||windsattributeron.com^
||windychinese.com^
||wingcasquet.com^
||winstabule.digital^
||wiodmatohdrr.com^
||wirableexpunge.life^
||wishedverde.com^
||wissenwhen.live^
||wiwwumxyp.com^
||wkcjokdcdtn.com^
||wlnasijdhg.xyz^
||wlopjtrlnvmjs.com^
||wlpcjltvaqxm.com^
||wlwnpvhyhkbcx.com^
||wnpbwllgby.com^
||woaemnlf.com^
||woltagnourgu.com^
||wombyonoclea.guru^
||wondersepts.store^
||wonkywoodlet.digital^
||wontdhaks.life^
||woolmancoiture.life^
||workmarrano.com^
||wowcon.net^
||wowconversions.com^
||wpkhaajniyxygq.com^
||wpushsdk.com^
||wpwngxwjcnqvwm.xyz^
||wqbqdqhg.com^
||wsapyqxybx.xyz^
||wsujgqntuchl.com^
||wthroughhi.xyz^
||wugfnbdeuvwd.com^
||wumbctneokx.xyz^
||wusbroke.guru^
||wwopjetsw.com^
||wxcesylikgrypng.com^
||wxhqjojokhsg.com^
||wychhedgy.life^
||wyetonow.live^
||wylecricket.com^
||wytingqueery.com^
||x.porn.fr^
||xajibur.ru^
||xbhbdvly.com^
||xbmadbjmamqadd.xyz^
||xcams.net^
||xcapps.com^
||xchikiclickix.com^
||xclick24.com^
||xcloudzy.biz.id^
||xdowl0adxd0wnloadx.com^
||xebecturcic.com^
||xeiswhlfwiar.com^
||xenialgitksan.com^
||xeyxsnkstrnjkjt.xyz^
||xfmlp.com^
||xfuck.com^
||xhcveeorsuxhp.com^
||xhmaogohm.com^
||xhydh39.xyz^
||xitebkglq.com^
||xiusebf1.com^
||xizopiwhu.com^
||xjahlvtycxm.com^
||xjwgsirruyfwli.xyz^
||xjytdluqakpco.com^
||xnpaftpymx.com^
||xoilcsfvgjiw.xyz^
||xpjbthjjror.com^
||xskcduicxxg.com^
||xu2.com^
||xubpveewfyj.com^
||xuycohsuenyqk.com^
||xwen33dinstallsx.com^
||xwgdruggfc.xyz^
||xwmr.com.cn^
||xwvydkfj.xyz^
||xx12.xyz^
||xxisiamqilmmovy.com^
||xxxtarget.com^
||xxxvideosss.info^
||xygdjgcxykjr.com^
||xylinidsetuid.com^
||xylylicamidins.com^
||y47eq.xyz^
||y6a7tqyr.com^
||y96q29a1fo.com^
||yaarlnk.com^
||yabun.club^
||yafastdie.live^
||yahooweed.com^
||yalidescale.com^
||yamalkakapuka.com^
||yaudimpales.com^
||yawneruntaped.guru^
||ydrpcbsqh.com^
||yearlysylphs.life^
||yeboyingshi.vip^
||yegcdfcfrdfo.com^
||yggtorrent.com^
||yhbpjrqbdgqeam.com^
||yhjhmlutxksgyjo.xyz^
||yhxtefhi.com^
||ykgtbakyb.com^
||ykmxeretfl.top^
||ykwfnicxmntel.com^
||yoginsxylose.life^
||yogiscabiai.com^
||yonminuner.com^
||yonomastara.com^
||youractualfeed.com^
||yourcdnjs.com^
||yourseismo.top^
||yoursmut.com^
||yourwowfeed.com^
||yqlxqbgpxepbh.com^
||yrvoywwrm.com^
||ysearchingfo.xyz^
||ysrhbbxlej.com^
||yu6v3nhnsl.com^
||yuixkrpdcfnd.com^
||ywdqsocviv.com^
||yxqmabscmk.xyz^
||yy8fgl2bdv.com^
||zabianhunch.guru^
||zaful.com^
||zaulaips.com^
||zebecsbowers.guru^
||zeissbezil.space^
||zermafemora.top^
||zevaimsu.net^
||zickukoo.com^
||ziggingantlid.com^
||zinganosesqui.store^
||zlotychhoggery.com^
||zoningnignye.com^
||zonulargoloe.life^
||zymasescassius.com^
-monero-miner-
-monero-miner.
-monero-miner/
.aspx?poolid=
.cfm?poolid=
/coinhive.min.js
/cryptonight.wasm
/lhnhelpouttab-current.
/minescripts.js
/safelinkconverter.js
/simple-monero-
/web_miner/*
||23.83.114.131^
||a-calc.de^$third-party
||abc.pema.cl^$third-party
||ad-miner.com^$third-party
||adless.io^$third-party
||adminer.com^$third-party
||afminer.com^$third-party
||ajplugins.com^$third-party
||altpool.pro^$third-party
||analytics.blue^$third-party
||andlache.com
||ashgrrwt.click^
||authedmine.com^$third-party
||authedwebmine.cz^$third-party
||averoconnector.com^$third-party
||bablace.com
||baiduccdn1.com^$third-party
||besstahete.info^
||bestcoinsignals.com^$third-party
||bestsrv.de^$third-party
||bewaslac.com
||biberukalap.com
||binance.org^$third-party
||binarybusiness.de^$third-party
||bitclub.network^$third-party
||bitclubnetwork.com^$third-party
||bitcoin-cashcard.com^$third-party
||browsealoud.com/plus/scripts/$script
||browsermine.com^$third-party
||candid.zone^$third-party
||cashbeet.com
||cdn1.pebx.pl^
||cfcdist.gdn^$third-party
||chmproxy.bid^$third-party
||clgserv.pro^$third-party
||cloud-miner.de^$third-party
||cloud-miner.eu^$third-party
||cloudcoins.co^$third-party
||cnhv.co^$third-party
||coin-have.com^$third-party
||coinblind.com^$third-party
||coincheck.com^$third-party
||coinerra.com^$third-party
||coinhiveproxy.com^$third-party
||coinimp.com$third-party
||coinimp.net$third-party
||coinminerz.com^$third-party
||coinnebula.com^$third-party
||coinpot.co^$third-party
||cookiescript.info^$third-party
||cookiescriptcdn.pro^$third-party
||cpufan.club^$third-party
||crypto-coins.club^$third-party
||crypto-coins.com^$third-party
||crypto-coins.info^$third-party
||crypto-loot.com^$third-party
||crypto-webminer.com^$third-party
||cryptobara.com^$third-party
||cryptonoter.com^$third-party
||cryweb.github.io^
||csgocpu.com^$third-party
||deepc.cc^$third-party
||devphp.org.ua^$third-party
||directprimal.com^$websocket
||dontbeevils.de^$third-party
||duckdns.org^$third-party,websocket
||easyhash.de^$third-party
||easyhash.io^$third-party
||ethereum-cashcard.com^$third-party
||ethereum-pocket.com^$third-party
||ethers.io^$third-party
||ethtrader.de^$third-party
||eucsoft.com^$third-party
||evilsbedont.de^
||f1tbit.com
||flare-analytics.com^$third-party
||flightsy.win
||flightzy.date
||flu.cc^$third-party
||freecontent.date
||freecontent.stream
||g1thub.com
||googleanalytcs.com^$third-party
||greengaming.de^$third-party
||gridiogrid.com
||gus.host^$third-party
||hashcoin.co^$third-party
||hashforcash.us^$third-party
||hashnest.com^$third-party
||hashzone.io^$third-party
||hemnes.win^$third-party
||hostcontent.live
||hostingcloud.party
||hostingcloud.racing
||igg.biz^$third-party
||igrid.org^$third-party
||investhash.com^$third-party
||jscdndel.com^$third-party
||jsecoin.com^$third-party
||ledhenone.com^$third-party
||losital.ru^$third-party
||mepirtedic.com^$third-party
||minemytraffic.com^$third-party
||minergate.com^$third-party
||minero.cc^$third-party
||minescripts.info^$third-party
||minexmr.com^$third-party
||mining.best^$third-party
||mmpool.org^$third-party
||monerise.com^$third-party
||monerominer.rocks^$third-party
||moneroocean.stream^$third-party
||nablabee.com^$third-party
||nahnoji.cz^$third-party
||nahnoji.cz^$websocket
||nfwebminer.com^$third-party
||niematego.tk^$third-party
||nimiq.com^$third-party
||notmining.org^$third-party
||nut.cc^$third-party
||nvidia-graphics.top^
||ogrid.org^$third-party
||p2poolmining.com^$third-party
||panger-top.click^
||papoto.com^$third-party
||pr0gram.org^$third-party
||rand.com.ru^$third-party
||rocks.io^$third-party
||safelinkconverter.com^$third-party
||secumine.net^$third-party
||silimbompom.com^$third-party
||siteverification.online^$third-party
||sourcecode.pro^$third-party
||spacepools.org^$third-party
||sparechange.io^$third-party
||srcip.com^$third-party
||srcips.com^$third-party
||statdynamic.com^$third-party
||statistic.date^$third-party
||supportxmr.com^$third-party
||trezor.io^$third-party
||trustaproiam.de^$third-party
||trusteverything.de^$third-party
||trustiseverything.de^$third-party
||tubetitties.com^$third-party
||tulip18.com^$third-party
||turnsocial.com^$third-party
||usa.cc^$third-party
||veritrol.com^$third-party
||webassembly.stream
||webmine.cz^$third-party
||webmine.pro^$third-party
||webminepool.com^$third-party
||webminerpool.com^$third-party
||webxmr.com^$third-party
||xmr.2miners.com^
||xmr.cool^$third-party
||172.255.6.$popup,third-party
||1clic1don.fr^$popup
||2date.club^$popup
||380tl.com^$popup,third-party
||3wr110.net^$popup,third-party
||5movies.live^$popup
||62.212.73.45^$popup,third-party
||741.net^$popup
||777-888.ru^$popup,third-party
||7eer.net^$popup,third-party
||a2adjk.com^$popup
||a2g-secure.com^$popup,third-party
||a4trk.com^$popup,third-party
||absoluteviews.com^$popup,third-party
||acceder.gratis^$popup,third-party
||achat-visiteurs.com^$popup,third-party
||activerevenue.com^$popup,third-party
||ad-center.com^$popup,third-party
||ad-sys.com^$popup,third-party
||ad2upapp.com^$popup,third-party
||adbucks.com^$popup,third-party
||adexint.com^$popup,third-party
||adexten.com^$popup,third-party
||adextrem.com^$popup,third-party
||adfornet.com^$popup,third-party
||adhoc1.net^$popup,third-party
||adhoc4.net^$popup
||adit-media.com^$popup,third-party
||adjux.com^$popup,third-party
||admailtiser.com^$popup,third-party
||admarketplace.com^$popup,third-party
||admarketplace.net^$popup,third-party
||adme-net.com^$popup
||admetix.com^$popup,third-party
||adnetpro.com^$popup,third-party
||adoffers.network^$popup
||adorika.com^$popup,third-party
||adpile.net^$popup,third-party
||adpointbreakrtb.com^$popup
||adquantix.com^$popup,third-party
||ads2rtb.com^$popup,third-party
||adschemist.com^$popup,third-party
||adschoom.com^$popup,third-party
||adserverpub.com^$popup,third-party
||adservingsolutionsinc.com^$popup,third-party
||adshares.net^$popup,third-party
||adskeeper.co.uk^$popup,third-party
||adsmena.com^$popup,third-party
||adsrv.me^$popup
||adstract.com^$popup,third-party
||adtrk20.com^$popup
||adturtle.biz^$popup,third-party
||adult3dgames.com^$popup,third-party
||adunblock.com^$popup,third-party
||adventurefeeds.com^$popup,third-party
||adventurefeeds.net^$popup,third-party
||advertine.com^$popup,third-party
||advertising-support.com^$popup,third-party
||advertsight.com^$popup,third-party
||advmaker.net^$popup,third-party
||adxchanger.com^$popup,third-party
||adxcore.com^$popup,third-party
||adxfactory.com^$popup,third-party
||adxprts.com^$popup,third-party
||adyieldoptimizer.com^$popup,third-party
||adzs.com^$popup,third-party
||affforce.com^$popup,third-party
||affiliatetracker.io^$popup
||affiliation-france.com^$popup,third-party
||afflat3a1.com^$popup
||agisdayra.com^$popup,third-party
||agkn.com^$popup,third-party
||ahlefind.com^$popup
||ai.me^$popup,third-party
||airartapt.site^$popup
||ak-is.net^$popup,third-party
||alibabato.com^$popup,third-party
||alitems.com^$popup,third-party
||allsports4free.club^$popup
||allsports4free.live^$popup
||allure-ng.net^$popup
||alosafada.com^$popup,third-party
||altadefinizone.click^$popup,third-party
||am-media.fr^$popup,third-party
||amazing-dates.com^$popup
||amclicks.com^$popup,third-party
||ampxchange.com^$popup,third-party
||anrdoezrs.net^$popup,third-party
||antivirusfit.co^$popup
||anytheengmedia.com^$popup,third-party
||api.solvemedia.com^$popup
||apk-download-free.com^$popup,third-party
||appendixwarmingauthors.com^$popup
||appfly.mobi^$popup,third-party
||appxu.com^$popup,third-party
||arabysouq.com^$popup,third-party
||arabytracking.com^$popup,third-party
||arbtds.pro^$popup,third-party
||areantaid.site^$popup
||arthygeo.info^$popup
||atimaze.com^$popup
||ato.mx^$popup,third-party
||audify.io^$popup,third-party
||back996.com^$popup,third-party
||badoink.com^$popup,third-party
||baiduccdn1.com^$popup,third-party
||bcvc.mobi^$popup,third-party
||bdsmrencontres.com^$popup
||bdwafx.com^$popup
||beach-queen.net^$popup,third-party
||bebreloomr.com^$popup
||beqbox.com^$popup
||bestadbid.com^$popup,third-party
||bestcontentcost.top^$popup
||bestentrypoint.com^$popup
||bestgamesilo.com^$popup
||bestgiftsdaily.com^$popup
||bibinha.com^$popup
||bidverdrd.com^$popup,third-party
||bigpicturepop.com^$popup,third-party
||bikinisgroup.com^$popup,third-party
||billmscurlrev.com^$popup,third-party
||bitcoadz.io^$popup,third-party
||bleach.fr^$popup,third-party
||blendernetworks.com^$popup,third-party
||boeristhmic.top^$popup
||bonplan1.com^$popup,third-party
||bonplan5.com^$popup,third-party
||boonsex.com^$popup,third-party
||boruto.fr^$popup,third-party
||brightonclick.com^$popup,third-party
||brostraffic.com^$popup,third-party
||bruceleadx2.com^$popup,third-party
||bstlnk.com^$popup,third-party
||buysellads.com^$popup,third-party
||buzzadexchange.com^$popup,third-party
||bwinpartypartners.com^$popup,third-party
||camsoda.com^$popup,third-party
||cardmrket.com^$popup,third-party
||cash-duck.com^$popup,third-party
||cbshift.com^$popup,third-party
||cdnrl.com^$popup,third-party
||cduporno.fr^$popup,third-party
||cgmission.com^$popup,third-party
||chosenlove.com^$popup
||cityads.com^$popup,third-party
||cityadspix.com^$popup,third-party
||clckads.com^$popup,third-party
||cld2r.com^$popup,third-party
||cld3r.com^$popup,third-party
||clddt.com^$popup,third-party
||cleardexchange.com^$popup
||click2m.org^$popup
||clickadilla.com^$popup
||clickadu.com^$popup,third-party
||clickaine.com^$popup,third-party
||clickcdn.co^$popup
||clickdevmod.com^$popup
||clickdomnew.com^$popup,third-party
||clickmoileclito.com^$popup,third-party
||clickzzs.nl^$popup,third-party
||clicnscores.ma^$popup,third-party
||clk1013.com^$popup,third-party
||clkbid.com^$popup,third-party
||clkoffers.com^$popup,third-party
||clksite.com^$popup,third-party
||clktag.com^$popup,third-party
||clktrcking.com^$popup,third-party
||clofferap.com^$popup
||clotraiam.website^$popup,third-party
||cloudgallery.net^$popup
||cmvrclicks000.com^$popup
||cobalten.com^$popup,third-party
||cogleapad.com^$popup
||coloredview.com^$popup,third-party
||compazenad.com^$popup,third-party
||configs-pc.com^$popup,third-party
||conityles-angths.com^$popup,third-party
||copyop-ads.com^$popup,third-party
||cortexmg.com^$popup,third-party
||couponxplorer.com^$popup,third-party
||cpabuild.com^$popup,third-party
||cpalinktracker.com^$popup,third-party
||cpaofferstat.com^$popup,third-party
||cpcfeed.com^$popup,third-party
||cpm.wargaming.net^$popup,third-party
||cptefr.com^$popup,third-party
||creativesrv.com^$popup,third-party
||creofive.com^$popup,third-party
||cytochemistryrecitativewrasse.com^$popup,third-party
||daftsex.com^$popup
||dailyreports.info^$popup
||daitchest.com^$popup
||dalyai.com^$popup
||dalysh.com^$popup,third-party
||danmeneldur.com^$popup,third-party
||dataprovider.biz^$popup,third-party
||deliverymodo.com^$popup,third-party
||delnapb.com^$popup,third-party
||denetsuk.com^$popup
||derby-digital.com^$popup,third-party
||desbloqueador.org^$popup
||digital2cloud.com^$popup,third-party
||digiupload.com^$popup,third-party
||dionysia-phr.com^$popup
||direction-x.com^$popup,third-party
||directr.xyz^$popup
||dirlink.net^$popup
||distinct-bicycle.com^$popup
||ditwrite.com^$popup,third-party
||djummer.com^$popup,third-party
||docymas.com^$popup,third-party
||dollario.com^$popup,third-party
||dorogokupimnoutbuk.online^$popup
||dosya-indirici.online^$popup
||download366.net^$popup,third-party
||downloadity.net^$popup,third-party
||downloadplayer1.com^$popup,third-party
||dropcatch.com^$popup,third-party
||drydoclei.club^$popup
||dsfffmb.mobi^$popup
||dubshub.com^$popup,third-party
||e2ertt.com^$popup
||eclkmpbn.com^$popup,third-party
||ecpms.net^$popup
||eemgl.com^$popup
||egresspath.com^$popup,third-party
||elvenar.com^$popup,third-party
||eravage.com^$popup,third-party
||espace-plus.net^$popup,third-party
||esprit-click.com^$popup,third-party
||europacash.com^$popup,third-party
||evaluesa.com^$popup,third-party
||exoclick.com^$popup,third-party
||explodedigital.com^$popup,third-party
||exporder-patuility.com^$popup,third-party
||express-new.com^$popup
||feboni.info^$popup
||femtoads.com^$popup,third-party
||fftrk.com^$popup,third-party
||findyourhalf.top^$popup
||firstadultgames.com^$popup,third-party
||firstclick.pro^$popup
||flashtalking.com^$popup,third-party
||flirt-x.co^$popup,third-party
||flixtab.com^$popup
||flowerfun.net^$popup,third-party
||flowlz.com^$popup,third-party
||formulawire.com^$popup,third-party
||fr-dustreaming.com^$popup
||freeadult.games^$popup,third-party
||freelovehere.com^$popup
||frstlead.com^$popup,third-party
||frtyl.com^$popup
||frtyo.com^$popup,third-party
||funsafetab.com^$popup,third-party
||gadsims.com^$popup
||galacticmenueasier.com^$popup
||gamingaffiliation.com^$popup,third-party
||gamingskin.com^$popup,third-party
||gangstabros.com^$popup,third-party
||gbnet.link^$popup,third-party
||geniusdexchange.com^$popup,third-party
||geniusdisplay.com^$popup,third-party
||gestionpub.com^$popup,third-party
||getgamers.eu^$popup,third-party
||gethide.com^$popup,third-party
||getlinksinaseconds.com^$popup,third-party
||getresponse.com^$popup
||ggcorp.me^$popup,third-party
||globaloffers.link^$popup,third-party
||globwo.online^$popup,third-party
||gloupa.com^$popup,third-party
||gmboxx.com^$popup,third-party
||go.epn.bz^$popup,third-party
||go2boobs.net^$popup,third-party
||go2click.org^$popup,third-party
||go2cliks.net^$popup
||gohillgo.com^$popup,third-party
||gotrack2.es^$popup
||grifanme.com^$popup,third-party
||grottogamer.com^$popup
||growleading.click^$popup
||grtyi.com^$popup,third-party
||grushashuka.pro^$popup
||gsurl.in^$popup
||gsurl.me^$popup
||havenwrite.com^$popup,third-party
||hexaweb.net^$popup,third-party
||hhsp2.com^$popup
||hipercontas.com.br^$popup,third-party
||hipnoticrec.biz^$popup
||homyanus.com^$popup,third-party
||hooligapps.com/?pid=$popup
||hop.boutique^$popup
||hopdream.com^$popup,third-party
||hotboys.biz^$popup
||houseofpubs.com^$popup,third-party
||howtosimplified.com^$popup,third-party
||hpmstr.com^$popup,third-party
||hydrax.net^$popup
||hyperpromote.com^$popup,third-party
||hypertrackeraff.com^$popup,third-party
||ichlnk.com^$popup,third-party
||idhad.com^$popup,third-party
||ilkmawgod.site^$popup
||ilovemobi.com^$popup,third-party
||imitrk.com^$popup,third-party
||imzahrwl.xyz^$popup
||incontro-veloce.com^$popup
||infokz.com^$popup
||informereng.com^$popup,third-party
||insanetrack.com^$popup,third-party
||investing1.com^$popup
||ipnyx.com^$popup,third-party
||ipsowrite.com^$popup,third-party
||iqoption.com^$popup
||irtyc.com^$popup,third-party
||istri.it^$popup,third-party
||itrks.com^$popup,third-party
||jacquieetmichel-contact.com^$popup,third-party
||jacquieetmichel-contacts.com^$popup,third-party
||jdoqocy.com^$popup,third-party
||jetm-tech.net^$popup,third-party
||jolic2.com^$popup,third-party
||jsadapi.com^$popup,third-party
||juicyads.rocks^$popup,third-party
||jumpers.mobi^$popup,third-party
||justgetitfaster.com^$popup,third-party
||kastafor.com^$popup,third-party
||katuhus.com^$popup,third-party
||kfiopkln.com^$popup,third-party
||klclick.com^$popup
||ktrackdata.com^$popup,third-party
||ladsats.com^$popup
||laserveradedomaina.com^$popup,third-party
||leadzutw.com^$popup,third-party
||leechpremium.link^$popup,third-party
||lenkmio.com^$popup,third-party
||lenzmx.com^$popup
||lestaigames.com^$popup,third-party
||libertystmedia.com^$popup,third-party
||lightrdr.best^$popup
||linkbax.com^$popup,third-party
||lionsdrive.com^$popup,third-party
||live18ans.com^$popup,third-party
||livepartners.com^$popup,third-party
||loading-delivery2.com^$popup,third-party
||localsnapsext.com^$popup
||looksmartppc.com^$popup,third-party
||lpg02.com^$popup
||lucky-bet.site^$popup
||madamecam.com^$popup
||makeitunder.com^$popup,third-party
||marsads.com^$popup,third-party
||mavq.net^$popup,third-party
||max-adserv.com^$popup,third-party
||maxonclick.com^$popup,third-party
||mediavenus.biz^$popup,third-party
||medleyads.com^$popup,third-party
||medncom.com^$popup,third-party
||meepwrite.com^$popup,third-party
||meetaffiliate.com^$popup,third-party
||meetic-partners.com^$popup,third-party
||megafiles.xyz^$popup,third-party
||mellowads.com^$popup,third-party
||mftracking.com^$popup,third-party
||mincethingsmarch.com^$popup
||minently.com^$popup
||mk-cdn.net^$popup,third-party
||mmtracking.com^$popup,third-party
||mmtrkms.com^$popup,third-party
||mmtrkpy.com^$popup,third-party
||mobile-10.com^$popup,third-party
||mobisla.com^$popup,third-party
||mobrevflwms.com^$popup,third-party
||mobswift.com^$popup,third-party
||mobtrks.com^$popup
||mobusi.com^$popup,third-party
||mobutrafsrcms.com^$popup,third-party
||modato.ru^$popup,third-party
||moffys.com^$popup,third-party
||monetizer.co^$popup
||monetizze.com.br^$popup,third-party
||moneymak3rstrack.com^$popup,third-party
||morbitempus.com^$popup,third-party
||mors22.com^$popup
||mozime.com^$popup
||multiupload.com^$popup,third-party
||mxpopad.com^$popup,third-party
||mybad.fr^$popup,third-party
||mybenne.com^$popup,third-party
||mybestclick.net^$popup,third-party
||mywb.fr^$popup,third-party
||native.com^$popup,third-party
||nativeads.com^$popup,third-party
||nativeads.rocks^$popup,third-party
||nativexml.com^$popup,third-party
||newfollow.info^$popup,third-party
||newtabtv.com^$popup,third-party
||njaja.com^$popup,third-party
||normalexchange.com^$popup,third-party
||normour.com^$popup,third-party
||notify-monad.com^$popup,third-party
||npmpecd.com^$popup,third-party
||nurno.com^$popup,third-party
||o000oo.com^$popup
||oclasrv.com^$popup
||offergo.net^$popup,third-party
||offpageads.com^$popup,third-party
||ofgogoatan.com^$popup
||ohmwrite.com^$popup,third-party
||ohmyad.co^$popup,third-party
||ojrq.net^$popup,third-party
||oklm.space^$popup,third-party
||olmeramarketing.com^$popup,third-party
||onclasrv.com^$popup,third-party
||onclickprediction.com^$popup,third-party
||onclickpredictiv.com^$popup,third-party
||onclickpulse.com^$popup,third-party
||onclkds.com^$popup,third-party
||ondate.xyz^$popup,third-party
||online-adnetwork.com^$popup,third-party
||onlygamesforme.com^$popup,third-party
||onwardclick.com^$popup,third-party
||oopt.fr^$popup,third-party
||opsktp.com^$popup
||optimuum.com^$popup,third-party
||p.porn.fr^$popup,third-party
||pafpaf.com^$popup,third-party
||pafutos.com^$popup,third-party
||partagedefichiers.com^$popup,third-party
||passion.com^$popup
||pdn-1.com^$popup,third-party
||pdn-2.com^$popup,third-party
||pdn-3.com^$popup,third-party
||pdn-5.com^$popup,third-party
||pebadu.com^$popup,third-party
||performanceadexchange.com^$popup,third-party
||performanceonclick.com^$popup
||pertholin.com^$popup,third-party
||pipeschannels.com^$popup,third-party
||piz7ohhujogi.com^$popup,third-party
||playhydrax.com^$popup
||pleasewait.co^$popup,third-party
||plufdsb.com^$popup,third-party
||plxnt.com^$popup,third-party
||popmonetizer.net^$popup,third-party
||popmycash.com^$popup,third-party
||poprevenue.com^$popup,third-party
||popstate.net^$popup,third-party
||poptm.com^$popup,third-party
||popundertotal.com^$popup,third-party
||porn-upload.com^$popup
||porncrash.com^$popup,third-party
||pornravage.com^$popup,third-party
||pornstreet.com^$popup,third-party
||potwm.com^$popup
||pourbaiser.com^$popup
||pourmajeurs.com^$popup,third-party
||powa.fr^$popup,third-party
||powv1deo.cc^$popup
||premium4kflix.club^$popup
||premiumz.co^$popup,third-party
||prestoris.com^$popup,third-party
||primusad.com^$popup,third-party
||prmobiles.com^$popup
||proche2moi.com^$popup,third-party
||producebreed.com^$popup
||profitablecpmnetwork.com^$popup
||promotools.biz^$popup,third-party
||ps4ux.com^$popup,third-party
||pt21na.com^$popup,third-party
||ptapjmp.com^$popup
||ptcong.com^$popup,third-party
||pub2srv.com^$popup,third-party
||pushlinck.com^$popup,third-party
||pushplay.com^$popup,third-party
||pushtrust.com^$popup,third-party
||pvrtx.net^$popup,third-party
||pwwysydh.com^$popup,third-party
||qirls.info^$popup,third-party
||quebec-bin.com^$popup,third-party
||questionfly.com^$popup,third-party
||rdsa2013.com^$popup,third-party
||reacheffect.com^$popup,third-party
||redichat.com^$popup,third-party
||redirect-ads.com^$popup,third-party
||redirectingat.com^$popup,third-party
||redirects.us^$popup,third-party
||redirsense.com^$popup,third-party
||redlightcenter.com^$popup,third-party
||redonetype.com^$popup,third-party
||reflexcash.com^$popup,third-party
||refparer.xyz^$popup,third-party
||rencontreadultere.club^$popup
||rencontresparis2015.com^$popup,third-party
||respecials.com^$popup,third-party
||restoring.club^$popup,third-party
||retiremely.com^$popup
||rev2pub.com^$popup,third-party
||revdepo.com^$popup,third-party
||revenuehits.com^$popup,third-party
||revsharecash.com^$popup,third-party
||rotorrents.com^$popup,third-party
||rtbanalytics.com^$popup,third-party
||rtbbonline.com^$popup
||rtbdem.com^$popup,third-party
||rtbzone.com^$popup,third-party
||rtpdn11.com^$popup
||rvfrm2005.com^$popup,third-party
||safelinktracker.com^$popup,third-party
||salesforce.ma^$popup,third-party
||schjmp.com^$popup
||search-converter.com^$popup
||searchdimension.com^$popup
||secure.securitetotale.com^$popup,third-party
||secure.securitetotale.fr^$popup,third-party
||selfsrver.com^$popup,third-party
||seodollars.com^$popup,third-party
||serietrk.com^$popup,third-party
||sersh.com^$popup,third-party
||sexclic.com^$popup,third-party
||sextv2424.com^$popup,third-party
||sexyfreecamz.com^$popup,third-party
||sezonlukdizi.com^$popup,third-party
||shebaasot.com^$popup
||shemalesofhentai.com^$popup,third-party
||shot-date.com^$popup,third-party
||slabshookwasted.com^$popup
||slimcdn.com^$popup,third-party
||slutroulette.com^$popup,third-party
||smapp.work^$popup
||smartclickz.com^$popup,third-party
||smartoffer.site^$popup,third-party
||snap-affairs.com^$popup,third-party
||soap-wash.com^$popup
||sokrostream.tv^$popup
||soosooka.com^$popup,third-party
||spaceshipads.com^$popup,third-party
||spklmis.com^$popup,third-party
||sportstreams.xyz^$popup
||srvmd30s.com^$popup,third-party
||ss-n-30.com^$popup,third-party
||starsx.fr^$popup
||startnewtab.com^$popup,third-party
||steepto.com^$popup,third-party
||streamall-search.com^$popup
||stripchat.com^$popup,third-party
||stuntoffer.com^$popup,third-party
||subzero6969.site^$popup
||superonclick.com^$popup,third-party
||supprene.com^$popup,third-party
||sv2.biz^$popup,third-party
||swesomepop.com^$popup
||sydneygfpink.com^$popup
||sylverlight.net^$popup,third-party
||t.eroges.com^$popup,third-party
||tag.regieci.com^$popup,third-party
||tag101.com^$popup,third-party
||takening.com^$popup,third-party
||targead.com^$popup,third-party
||tastiesfoods.com^$popup
||tc-clicks.com^$popup,third-party
||techopedia.care^$popup
||telechargementdirect.net^$popup
||teracreative.com^$popup,third-party
||th1sib3stway.com^$popup
||tharbadir.com^$popup
||the-adult-company.com^$popup,third-party
||theadultcompany.biz^$popup,third-party
||themoneytizer.com^$popup,third-party
||thewhizmarketing.com^$popup,third-party
||thewhizproducts.com^$popup,third-party
||timesroadmapwed.com^$popup
||tlootas.org^$popup
||tmhgm.com^$popup,third-party
||todigroup.com^$popup,third-party
||toponclick.com^$popup
||topperformance.xyz^$popup
||topqualitylink.com^$popup,third-party
||toptanfirsati.com^$popup,third-party
||toroadvertising.com^$popup,third-party
||tororango.com^$popup,third-party
||torrent09.uno^$popup
||track2cash.com^$popup,third-party
||trackeoz.fr^$popup,third-party
||trackertrak.com^$popup,third-party
||tracking.ecookie.fr^$popup,third-party
||trackor.net^$popup,third-party
||trackrc.com^$popup,third-party
||trackspecialdomain.com^$popup
||tradeadexchange.com^$popup,third-party
||trafficad.net^$popup,third-party
||trafficbee.com^$popup,third-party
||trafficmagnates.com^$popup,third-party
||trafficsan.biz^$popup,third-party
||trafficsel.com^$popup,third-party
||translationbuddy.com^$popup,third-party
||traqueto.com^$popup,third-party
||travelaudience.com^$popup,third-party
||tribalfusion.com^$popup,third-party
||trkfl.com^$popup,third-party
||trmnsite.com^$popup,third-party
||trustedpubs.com^$popup,third-party
||uaadi.com^$popup,third-party
||ufinkln.com^$popup,third-party
||universalsrc.com^$popup,third-party
||unlockads.com^$popup,third-party
||unltdentertainment.co^$popup
||unnist.com^$popup
||upperseeker.com^$popup,third-party
||urbanproxy.eu^$popup
||urlcash.com^$popup,third-party
||usbmodmenu.com^$popup,third-party
||valemedia.net^$popup
||vaniacozzolino.com^$popup
||ver-pelis.me^$popup
||video-on-demand.link^$popup
||videos-on-demand.link^$popup
||viewmoregirls.com^$popup
||viiadr.com^$popup
||vimeonk.com^$popup
||visio-x.fr^$popup,third-party
||visitstats.com^$popup,third-party
||voltads.com^$popup,third-party
||voluums.com^$popup,third-party
||wct.link^$popup,third-party
||web-affiliation.com^$popup,third-party
||weborama.fr^$popup,third-party
||webpushdirect.biz^$popup
||wellmov.com^$popup,third-party
||wgoto.xyz^$popup
||white-eyes.com^$popup,third-party
||wister.biz^$popup,third-party
||wmober.com^$popup
||wowcon.net^$popup,third-party
||wowconversions.com^$popup,third-party
||x.porn.fr^$popup,third-party
||xcams.net^$popup,third-party
||xcapps.com^$popup,third-party
||xclick24.com^$popup,third-party
||xfmlp.com^$popup
||xmediaserve.com^$popup,third-party
||xmladserver.com^$popup,third-party
||xtraserp.com^$popup
||xttaff.com^$popup,third-party
||xu2.com^$popup
||yes-messenger.com^$popup,third-party
||yesmessenger.com^$popup,third-party
||yggtorrent.com^$popup
||yoyadsdom.com^$popup,third-party
||zaful.com^$popup,third-party
||zwaar.net^$popup,third-party
||zwaar.org^$popup,third-party
$csp=default-src 'self' 'unsafe-inline' data: *.bootstrapcdn.com *.cloudflare.com *.google.com *.googleapis.com *.gstatic.com *.hcaptcha.com *.jquery.com *.jwpcdn.com *.recaptcha.net *.tapecontent.net *.video-delivery.net *.youtube.com *.zencdn.net i.doodcdn.co img.doodcdn.co static.doodcdn.co,domain=d000d.com|d0000d.com|do0od.com|dood.la|dood.pm|dood.re|dood.sh|dood.so|dood.to|dood.watch|dood.wf|dood.ws|dood.yt|doods.pro|doodstream.co|doodstream.com|doodstream.me|dooood.com|adblockeronstreamtape.xyz|adblockplustape.com|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.site|adblockstrtape.link|gettapeads.com|noblocktape.com|shavetape.cash|stapadblockuser.xyz|stapewithadblock.monster|strcloud.club|strcloud.link|streamadblocker.xyz|streamadblockplus.com|streamadblockplus.xyz|streamta.pe|streamtape.cc|gettapeads.com|streamtape.com|streamtape.net|streamtape.to|streamtape.xyz|streamtapeadblock.art|strema.site|strtape.cloud|strtape.site|strtape.tech|strtapeadblock.club|strtapeadblock.me|tapewithadblock.org
$csp=worker-src 'none',domain=atk-exotics.com|atkebony.com|centrum-dramy.pl|chemikino.ru|coinfaucet.eu|crictime.com|crictime.is|deltabit.co|descargas2020.com|domnuleprimar.ro|fileone.tv|filmovix.com|filmovix.net|filmovix.org|firstone.tv|firstonetv.eu|firstonetv.live|funtik.tv|genashowalter.com|hdvid.tv|highstream.tv|ianimes.org|lewd.ninja|nahnoji.cz|neurozinzin.com|novator.az|ovid.tv|peliculas24.me|powvideo.net|salon.com|shush.se|sickrage.ca|studio100.it|tapemovie.com|theappguruz.com|onion.pet|onion.ly|thepiratebay.org|tubetitties.com|vidoza.co|void.cat
$websocket,domain=ceesty.com|centrum-dramy.pl|chemikino.ru|clkmein.com|cllkme.com|corneey.com|datpiff.com|deltabit.co|descargas2020.com|destyy.com|djs.sk|dp-stream.com|festyy.com|firstone.tv|firstonetv.eu|firstonetv.live|ithepiratebay.com|jkanime.net|kinovibe.co|lewd.ninja|love-drama.pl|nahnoji.cz|netiap.com|neurozinzin.com|onion.ly|onion.pet|pblv-plusbellelavie.fr|peliculas24.me|primewire.li|primewire.tf|reactor.cc|rednubes.de|salon.com|sh.st|shorte.st|shrink-service.it|sickrage.ca|skipp.io|tubetitties.com|vidoza.co|vidshare.tv|void.cat|xvideosharing.com
$script,third-party,domain=vidello.net|11anim.com|1fichier.com|2shrink.com|3hentai.net|4anime.to|7-up.net|9xbuddy.com|9xbuddy.online|9xbuddy.org|9xbuddy.xyz|9xupload.me|adblockeronstreamtape.xyz|adblockplustape.com|adblockplustape.xyz|adblockstreamtape.art|adblockstreamtape.site|adblockstrtape.link|adf.ly|adkami.com|adshort.co|adshr.ink|adshrinks.com|adultproxy.men|adultvideoz.net|agence-webside.fr|ahlamtv.com|ahvsh.com|allmyvideos.net|allvid.ch|allviid.live|allviid.xyz|allviids.xyz|ally.sh|android-zone.org|android-zone.ws|anime-gate.com|anime-gate.net|anime-hunter.com|anime-loads.org|animecomplet.com|animedigitalnetwork.fr|animekaizoku.com|simkl.com|animevostfr.tv|anitube.cx|ankrzkz.sbs|asd.homes|asd.cam|arabseed.tv|archive-pdf.fr|asianembed.io|asianplay.pro|draplay.info|atomcurve.com|atominik.com|avametrie.fr|ay.gy|babblecase.com|bitigee.com|blablastream.com|bluenik.com|bonstreams.net|buzzmonclick.com|cam4.com|cam4.fr|casualient.com|chine.in|cigarlessarefy.com|cinemavf.net|clicknupload.click|clicknupload.club|clicknupload.co|clicknupload.link|clicknupload.org|clicknupload.red|clicknupload.to|clicksfly.com|cloudvideo.tv|coginator.com|cogismith.com|coinfaucet.io|convertisseur-youtube-mp3.net|cpasbien.ch|cpasbien.fi|cpasbien.gs|cpmlink.net|cracksurl.com|crichd.com|crichd.info|crichd.to|crichd.xyz|d0stream.com|dailyuploads.net|daktna.net|darkibox.com|darkino.online|darkino1.top|databasegdriveplayer.co|datoporn.co|datpiff.com|dausel.co|ddl.to|ddownload.com|deepbrid.com|desiporn.tube|desi-porn.tube|desiupload.in|desiupload.co|despair-paradise.com|digitaltendances.com|direct-torrents.com|discordbots.org|dl-protect.link|dlapk4all.com|dlpsgame.com|down-paradise.com|downloadgameps3.com!drkvid.site|dz4link.com|dz4link1.com|ebookdz.com|ecranlarge.com|ed-protect.org|embedezcast.com|embedscr.com|embedv.net|enstream.plus|ettvdl.com|europixhd.com|exe.io|extreme-down.al|extreme-down.art|extreme-down.moe|extreme-down.boats|extreme-down.work|ezie.cc|fapdig.com|fastproxy.win|fc.lc|feurl.com|file-up.org|file-upload.com|file-upload.net|file-upload.org|filelions.com|filelions.online|filelions.to|filelions.site|filemoon.sx|filerio.in|filescdn.com|filescdn.net|film-francais-vf.com|film-streamingvk.com|film1k.com|filmcomplet.biz|filmcomplet.vip|filmlecteur.info|filmpornofrancais.fr|filmserie.vip|filmsexeporno.com|filmstreaming01.org|filmstreamingvk.co|filmzenstream.to|fmoonembed.pro|forumdz.com|foumovies.net|frandroid.com|free-telechargement.org|free-telecharger.ink|free-telecharger.com|free-telecharger.lol|free-telecharger.net|free-telecharger.xyz|freedream.org|french-stream.es|french-stream.gg|french-stream.so|fullmoviz.org|gamecopyworld.click|gamecopyworld.eu|gdriveplayer.me|gdriveplayer.to|gdriveplayer.us|geneafrance.com|gettapeads.com|gktorrent.biz|gktorrent.sh|gktorrents.cc|gktorrents.net|gktorrents.org|gnula.nu|gogoanimes.to|gomo.to|gomostream.com|goodstream.uno|goov1d.shop|gostream.pro|govad.xyz|goved.org|gsurl.in|gsurl.me|gum-gum-streaming.com|harmquantity.net|hdvid.tv|help15.shop|hentaiforce.net|hexload.com|hindilinks4u.to|holavid.com|hxfile.co|hydrax.net|ianimes.org|igg-games.com|infinite-streaming.live|iptv-list.live|itdmusic.com|itdmusic.in|ithepiratebay.com|j.gs|japscan.cc|japscan.com|japscan.lol|japscan.me|japscan.se|japscan.ws|jawcloud.co|jetanimes.com|jeux-sexe-gratuit.com|johntryopen.com|k-streaming.com|kaitect.com|kializer.com|kibuilder.com|kickassanime.ro|kickassanime.rs|kickassanime.mx|kimechanic.com|kinogo.cc|kinotochka.club|kinovibe.co |kinovibe.co|koora.vip|larati.net|lelmanga.com|lelscanvf.com|lepetitlecteur.fr|letsupload.io|liiivideo.com|limetorrents.lol|ling.online|ling-online.net|link.tl|linkbox.to|linkcaptcha.net|lulustream.com|lvturbo.com|ma-famille-dabord-streaming.com|mamega.com|matures.porn|mavanimes.cc|mavanimes.co|mavplay.com|mcloud.to|mega-p2p.net|mega4upload.com|megamax.me|memoireetvie.com|microify.com|mirrorace.com|mistergeek.net|mixdrop.ag|mixdrop.si|mmoity.com|moshahda.net|moshahda.online|movcloud.net|movie-series.net|mp3clan.com|mp3guild.net|mp4upload.com|mrsexe.com|myyouporn.com|natationpourtous.com|neko-san.fr|new.gdtot.dad|niquons.com|noblocktape.com|notube.net|nulledwp.click|offmp3.com|onepiece-streaming.co|sekai.one|onion.ly|onion.pet|onlystream.tv|oomoviz.com|ichmama.xyz|openload.cc|opvid.co|opvid.net|opvid.org|otakufr.com|otakufr.cc|otakufr.net|ouo.io|ouo.press|ourl.io|ovid.online|ovid.tv|oxtorrent-supports.com|oxtorrent.ac|oxtorrent.cc|oxtorrent.co|oxtorrent.com|oxtorrent.cx|oxtorrent.io|oxtorrent.me|oxtorrent.nl|oxtorrent.pw|oxtorrent.si|oxtorrent.tk|pandamovies.pw|partage-temporaire.fr|peliculas24.me|pelisplus.online|petit-fichier.fr|picocurl.com|picons.eu|pintient.com|playerhost.net|pornbraze.com|pornoreportages.com|primewire.li|primewire.tf|protect-mylinks.com|protect-stream.com|protege-torrent.com|pstream.net|q.gs|quainator.com|quamiller.com|quedustreaming.com|queuecosm.bid|rapidvid.to|replaymod.com|revivelink.com|rexdlbox.com|riffhold.com|rockfile.co|roms-telecharger.com|sadisflix.bio|sadisflix.biz|sadisflix.cfd|sadisflix.day|sadisflix.fun|sadisflix.io|sadisflix.lat|sadisflix.mom|sadisflix.pro|sadisflix.us|sadisflix.vip|sadisflix.wiki|sadisflix.xyz|saison-streaming.com|sandup.co|sbanh.com|sblona.com|sblongvu.com|sbrapid.com|scan-vf.net|seasonvar.ru|seeeed.xyz|segavid.com|send.cm|sendspace.com|seriale-online.net|serialeonline.io|serialeonline.to|serie-streaminghd.org|series-en-streaming.xyz|sexu.com|sharezweb.com|shavetape.cash|shink.me|shon.xyz|short-url.link|short.pe|simizer.com|site-de-streaming.com|skamaker.com|skamason.com|smoner.com|snowfiles.com|soccer24hd.com|softmaroc.org|sportsonline.gl|sportsonline.si|sportsonline.so|sportzonline.to|srt.am|stapadblockuser.click|stapadblockuser.xyz|stapewithadblock.monster|strcloud.club|strcloud.link|stream-blog.org|streamenvf.net|stream-vf.com|stream4free.live|stream4free.top|streamadblocker.xyz|streamadblockplus.com|streamadblockplus.xyz|streambox.club|streamcdn.to|streamhide.com|streamhide.to|streaminfr.com|streaming-french.wiki|streaming-series.la|streaming15.shop|streamlive.to|streamnoads.com|streamsb.com|streamta.pe|streamtape.cc|streamtape.com|streamtape.net|streamtape.to|streamtape.xyz|streamtapeadblock.art|streamwish.com|streamwish.to|strema.site|strtape.cloud|strtape.site|strtape.tech|strtapeadblock.club|strtapeadblock.me|supervideo.tv|supervideo.cc|suzihaza.com|syrialive.online|syrialive.tv|t911.me|t911.tv|tamilyogi.cc|tapeadsenjoyer.com|tapewithadblock.org|telerium.net|tellerium.com|theproxy.how|thevid.tv|tii.ai|tilien.fr|tinyium.com|tirexo.com|tmearn.com|tmearn.net|tntendirect.com|toonanime.cc|toonanime.xyz|top.gg|torlock.com|torlock2.com|torrent9-officiel.com|torrent9-super.com|torrent9.cm|torrent9.cx|torrent9.cz|torrent9.fm|torrent9.gg|torrent9.gy|torrent9.la|torrent9.ninja|torrent9.one|torrent9.pe|torrent9.pl|torrent9.pw|torrent9.re|torrent9.sh|torrent9.to|torrent9.vg|torrent911-support.com|torrent911.cc|torrent911.me|torrent911.net|torrent911.org|torrent911.pe|torrent911.tv|torrent911w.fr|torrent911z.fr|torrentfunk.com|torrentgalaxy.mx|torrentgalaxy.su|torrentgalaxy.to|tusfiles.com|tusfiles.net|twineer.com|txxx.com|ugmovies.org|uii.io|ukpass.co|ultrastream.pro|unanimousconsider.net|unblocked2.fun|unblocked2.vip|unblockit.africa|unblockit.boo|unblockit.name|unblocktheship.org|unmoor.com|up-4.net|up-4ever.net|up-load.io|upbam.org|updown.cam|upload4earn.org|uploadrar.com|uppit.com|upstream.to|upvid.net|uqload.co|uqload.com|uqload.io|uqload.org|uqload.to|uupbom.com|v2d3sr.shop|v2db3m.shop|vadbam.com|vadbam.net|vedbam.xyz|vedbom.com|vgfplay.com|viahold.com|vializer.com|vid-guard.com|vidbam.org|vidbem.com|vidbom.com|vidcloud.co|videobin.co|videospider.in|vidhd2.com|vidhdr.com|vidlo.us|vidlooz.com|vidmoly.to|vidshar.org|vidshar.tv|vidspeed.net|vidspeeds.com|vidsrc.me|viidshar.com|vincentincludesuccessful.com|vipleague.im|viwright.com|voe.sx|voir-films-series.net|voiranime.com|voircartoon.com|voirfilms.al|voirfilms.bz|voirfilms.live|voirseries.co|voirseries.rip|vostfree.com|vostfree.ws|vtbe.to|vtpii.com|vttpi.com|vtube.network|vtube.to|vudeo.co|vudeo.io|vudeo.ws|warez-serbia.com|wawacity.blue|wawacity.nl|wawacity.one|wawacity.red|wawacity.vip|webtor.io|wstream.to|www-yggtorrent.fi|xfantazy.com|xfilesharing.com|xpaja.net|xvideosharing.com|yabuilder.com|yacine-app.com|yacine-tv.com|yamechanic.com|yggtorrent.ac|yggtorrent.tf|yggtorrent.bz|yggtorrent.me|yggtorrent.nl|yggtorrent.pw|yggtorrent.support|yggtorrent.tv|yggtorrents.fi|yoalizer.com|yobuilder.com|yodbox.com|youdbox.site|yoineer.com|yoitect.com|youdbox.net|youtube4kdownloader.com|youwatch-serie.com|youwatch-series.com|youwatchfilm.net|yts.lv|yts.mx|zetorrents.biz|zipansion.com|zone-anime.me|zone-annuaire.tel|zone-annuaire.top|zone-annuaire.xyz|zone-streaming.fr|zone-telechargement.click|zone-telechargement.nl|zone-telechargement.tel|zoneannuaire.cc
$subdocument,third-party,domain=1ink.cc|2shrink.com|7-up.net|adshort.co|adshr.ink|adshrinks.com|al.ly|allmyvideos.net|allviid.xyz|allviids.xyz|ally.sh|avametrie.fr|bc.vc|ceesty.com|clicknupload.click|clicknupload.club|clicknupload.co|clicknupload.link|clicknupload.org|clicknupload.red|clicknupload.to|clicksfly.com|clictune.com|clik.pw|clipwatching.com|clkmein.com|cllkme.com|cloudvideo.tv|convert2mp3.net|corneey.com|cpmlink.net|dailyuploads.net|dausel.co|destyy.com|dz4link.com|e-wok.tv|extreme-down.art|extreme-down.boats|extreme-down.moe|extreme-down.work|ezie.cc|festyy.com|file-up.org|filescdn.com|filescdn.net|free-telecharger.com|free-telecharger.ink|free-telecharger.lol|free-telecharger.net|free-telecharger.xyz|gktorrent.sh|gktorrents.org|gsurl.in|gsurl.me|hdvid.tv|highstream.tv|hxfile.co|infinite-streaming.live|ithepiratebay.com|jawcloud.co|lepetitlecteur.fr|ling-online.net|ling.online|link.tl|linkbucks.com|mcloud.to|mega-p2p.net|mixdrop.co|mixdrop.to|mon-horoscope-du-jour.com|movcloud.net|mp4upload.com|multiup.eu|multiup.io|multiup.org|netiap.com|onion.ly|onion.pet|ouo.io|ouo.press|ovid.online|ovid.tv|powvideo.net|pubiza.com|revivelink.com|sa.ae|sandup.co|send.cm|sexu.com|sh.st|shink.me|shon.xyz|short-url.link|short.pe|shorte.st|shrink-service.it|site-de-streaming.com|skipp.io|so.gd|stream4free.top|streaming15.shop|streamnoads.com|t911.tv|tapeadsenjoyer.com|teleriumtv.net|tellerium.com|thevid.net|thevid.tv|tmearn.com|tmearn.net|torlock.com|torlock2.com|torrent9.cz|torrent9.fm|torrent9.ninja|torrent911.ws|tusfiles.com|tusfiles.net|txxx.com|uii.io|ukpass.co|unblocktheship.org|upvid.net|uqload.co|uqload.com|uqload.io|uqload.org|uqload.to|vidbem.com|vidbm.com|vidcloud.co|videobin.co|vidshar.tv|vidshare.tv|vidsrc.me|vudeo.co|vudeo.io|vudeo.ws|wawacity.blue|wawacity.nl|wawacity.one|wawacity.red|wawacity.vip|xfilesharing.com|zone-annuaire.tel
$third-party,xmlhttprequest,domain=01fmovies.com|1fichier.com|2shrink.com|4anime.to|7-up.net|9xbuddy.com|9xbuddy.online|9xbuddy.org|9xbuddy.xyz|9xupload.me|adshort.co|adshr.ink|adshrinks.com|agence-webside.fr|ahlamtv.com|allvid.ch|animecomplet.com|animevostfr.tv|arabseed.tv|asd.cam|asd.homes|avametrie.fr|blablastream.com|centrum-dramy.pl|clicknupload.click|clicknupload.club|clicknupload.co|clicknupload.link|clicknupload.org|clicknupload.red|clicknupload.to|clicksfly.com|clik.pw|cloudvideo.tv|convertisseur-youtube-mp3.net|cpasbien.ch|cpasbien.fi|cpasbien.gs|dailyuploads.net|daktna.net|darkibox.com|darkino.online|darkino1.top|databasegdriveplayer.co|datpiff.com|direct-torrents.com|dl-protect.link|dlpsgame.com|downloadgameps3.com|drop.download|dropapk.to|dz4link.com|dz4link1.com|ebookdz.com|ed-protect.org|embedezcast.com|embedv.net|ettvdl.com|europixhd.com|exe.io|extreme-down.art|extreme-down.boats|extreme-down.moe|extreme-down.work|ezie.cc|fc.lc|file-up.org|file-upload.com|file-upload.org|filerio.in|filescdn.com|filescdn.net|film-francais-vf.com|filmsexeporno.com|filmstreaming01.org|filmzenstream.to|fmoonembed.pro|fmovies.coffee|fmovies.media|fmovies.to|foumovies.net|free-telechargement.org|free-telecharger.com|free-telecharger.ink|free-telecharger.lol|free-telecharger.net|free-telecharger.xyz|french-stream.es|french-stream.gg|french-stream.so|gktorrent.sh|gktorrents.org|gogoanimes.to|goov1d.shop|govad.xyz|goved.org|gsurl.in|gsurl.me|gum-gum-streaming.com|hdvid.tv|hexload.com|hindilinks4u.to|holavid.com|hxfile.co|ianimes.org|ithepiratebay.com|japscan.cc|japscan.com|japscan.lol|japscan.me|japscan.se|japscan.ws|jawcloud.co|jetanimes.com|jheberg.net|lelscanvf.com|lepetitlecteur.fr|liiivideo.com|ling-online.net|ling.online|linkbox.to|lvturbo.com|mavanimes.cc|mavanimes.co|mega-p2p.net|mirrorace.com|mistergeek.net|mixdrop.ag|mixdrop.si|movcloud.net|offmp3.com|onion.ly|onion.pet|opvid.co|opvid.net|opvid.org|otakufr.cc|otakufr.com|ouo.io|ouo.press|ovid.online|ovid.tv|oxtorrent.nl|oxtorrent.tk|protect-mylinks.com|ps4-torrent.ru|revivelink.com|rexdlbox.com|roms-telecharger.com|saison-streaming.com|sandup.co|sblona.com|sbrapid.com|scan-vf.net|seeeed.xyz|segavid.com|send.cm|sendspace.com|sharezweb.com|short.pe|sibnet.ru|site-de-streaming.com|smoner.com|snowfiles.com|stapadblockuser.click|stream-blog.org|stream4free.live|stream4free.top|streaminfr.com|streaming-french.wiki|streaming15.shop|streamingok.com|streamnoads.com|streamsb.com|sunsky-online.com|t911.tv|tapeadsenjoyer.com|teleriumtv.net|theproxy.how|tirexo.com|tntendirect.com|toonanime.cc|torlock.com|torlock2.com|torrent9.cx|torrent9.cz|torrent9.fm|torrent9.gg|torrent9.gy|torrent9.la|torrent9.ninja|torrent9.one|torrent9.pe|torrent9.pl|torrent9.pw|torrent9.re|torrent9.sh|torrent9.to|torrent9.vg|torrent911.me|torrent911.pe|torrent911.ws|torrentfunk.com|tusfiles.com|tusfiles.net|txxx.com|uii.io|ukpass.co|unblocked2.fun|unblocked2.vip|unblockit.boo|up-load.io|upload4earn.org|uppit.com|upvid.net|uqload.co|uqload.com|uqload.io|uqload.org|uqload.to|vgfplay.com|vid-guard.com|vidbem.com|vidbm.com|vidello.net|videobin.co|vidlo.us|vidshar.tv|vidshare.tv|vidsrc.me|voiranime.com|voirfilms.bz|voirseries.co|voirseries.rip|vtbe.to|vtube.network|vtube.to|vudeo.co|vudeo.io|vudeo.ws|wawacity.blue|wawacity.nl|wawacity.one|wawacity.red|wawacity.vip|www-yggtorrent.fi|xfantazy.com|xfilesharing.com|yggtorrent.ac|yggtorrent.bz|yggtorrent.me|yggtorrent.nl|yggtorrent.pw|yggtorrent.support|yggtorrent.tf|yggtorrent.tv|yggtorrents.fi|yodbox.com|youdbox.net|youdbox.site|yts.mx|zetorrents.biz|zone-annuaire.tel|zone-annuaire.top|zone-annuaire.xyz|zone-telechargement.nl|zone-telechargement.tel
$image,third-party,domain=adshr.ink|adshrinks.com|clik.pw|file-up.org|filerio.in|filescdn.com|filescdn.net|gsurl.in|gsurl.me|lepetitlecteur.fr|ouo.io|ouo.press|protect-mylinks.com|send.cm|short.pe|videobin.co
$popup,third-party,domain=allmyvideos.net|ceesty.com|clkmein.com|cllkme.com|corneey.com|destyy.com|festyy.com|nincontent.com|sendspace.com|sh.st|shorte.st|skipp.io|yourvid.io|zo3x.com
$stylesheet,third-party,domain=1fichier.com|7-up.net|9xupload.me|adshr.ink|adshrinks.com|ahlamtv.com|allviid.xyz|allviids.xyz|clik.pw|cloudvideo.tv|dailyuploads.net|ed-protect.org|file-up.org|filescdn.com|filescdn.net|gnula.nu|gsurl.in|gsurl.me|ithepiratebay.com|jawcloud.co|jetanimes.com|kissanime.ru|linkcaptcha.net|mavanimes.cc|mavanimes.co|mega-p2p.net|onion.ly|onion.pet|protect-mylinks.com|revivelink.com|short.pe|site-de-streaming.com|streaming-french.wiki|tntendirect.com|toonanime.cc|upload4earn.org|upvid.net|videobin.co
.php$script,domain=adf.ly|android-zone.ws|anime-loads.org|atomcurve.com|atominik.com|ay.gy|babblecase.com|babesxworld.com|bitigee.com|bluenik.com|casualient.com|cocogals.com|coginator.com|cogismith.com|cracksurl.com|gamecopyworld.click|gamecopyworld.eu|imgdrive.net|j.gs|kaitect.com|kializer.com|kibuilder.com|kimechanic.com|larati.net|microify.com|mmoity.com|picocurl.com|picons.eu|pintient.com|q.gs|quainator.com|quamiller.com|queuecosm.bid|replaymod.com|riffhold.com|simizer.com|skamaker.com|skamason.com|tinyium.com|twineer.com|viahold.com|vializer.com|viwright.com|yabuilder.com|yamechanic.com|yoalizer.com|yobuilder.com|yoineer.com|yoitect.com|zipansion.com
/sw.js$domain=1337x.biz|1337x.st|1337x.to|1377x.to|2shrink.com|9anime.to|9xbuddy.com|9xbuddy.online|9xbuddy.org|9xbuddy.xyz|adshr.ink|adshrinks.com|almstba.tv|bagas31.info|bestfreecams.club|clicknupload.click|clicknupload.club|clicknupload.co|clicknupload.red|clicksfly.com|clk.sh|cloudvideo.tv|cut1.cf|dailyuploads.net|desiupload.co|desiupload.in|downloadpirate.com|drop.download|dropapk.to|eio.io|file-up.org|filerio.in|freevideos24h.com|gomovies.film|gomovieshub.io|gostreams.net|gsurl.in|gsurl.me|hdvid.tv|indishare.org|islyce.com|islyce.gq|istream2watch.com|keeplinks.org|ling-online.net|ling.online|mealip.com|megaurl.in|mevio.me|multiup.eu|multiup.io|multiup.org|offmp3.com|okanime.tv|oko.sh|ovid.online|ovid.tv|patchsoftwares.com|putlocker.ninja|sadeempc.com|sendspace.com|sexu.com|short.pe|sss.xxx|stream2watch.org|tntendirect.com|uii.io|up-load.io|upload.ac|upload4earn.org|uploadproper.net|uploadrar.com|voir-films.com|vosbooks.tv|x1337x.eu|x1337x.se|x1337x.ws|zippyshare.com
||000webhost.com/migrate?$third-party
||10-81.s.cdn15.com/cr/38440/
||11footballclub.com/equipe/
||11footballclub.com^*/indexcolonne.php?
||11footballclub.com^*/indexhomepage2.php*&domain=
||123plaisir.com^$script,subdocument,third-party
||123rfapis.com/crossdomain.xml
||1873083787.rsc.cdn77.org^
||1ink.cc/banners/
||1movietv.com/favis/
||2img.net/i/fa/banner/
||2img.net/i/fa/partenaires/
||360m2.fr/ui/widgets/iframe?$third-party
||380.bu2z.com^
||380.hotpix.fr^
||3dxbucks.com^*/banners/
||46.105.62.117/vador/
||4j.com/images/banners/
||50centfreedom.us^$image,third-party
||7cccam.com/banner/
||a7.org^$subdocument
||a75-10-so.ssl.cdn13.com^
||abc-du-gratuit.com^$image,third-party
||abc-du-gratuit.net/bannieres/
||abc-netmarketing.com/*/L160xH600_
||abc-webmasters.net/images_annuaire_gratuit/$third-party
||abcdelaremuneration.com/banniere.gif
||abcdelaremuneration.com/bouton.gif
||abowman.com/widgets/
||accueil.pro/annuaire468.png
||accueil.pro/annuaire88.png
||achetezfacile.com^*/widget$third-party
||acommeassure.com/publicapi/$third-party
||actu-direct.fr/rep/rep_pub/
||ad.ccmbg.com^
||ad.genybet.fr^
||ad.graciamediaweb.com^
||ad.net-c.com^
||ad.publicidees.com^
||ad.vacanceo.com^
||ad.zanox.com^
||ad1.sibnet.ru^
||ads-tracking.beop.io^
||ads-tracking.beopinion.com^
||ads.itv.com^
||ads.vnhell.com^
||adultempire.com/bn/
||aduwoc.footeo.com^
||aexp-static.com/cdaas/axp-app/modules/axp-forum-banner/
||afcontent.net^*/banners/
||affiliation.porn.fr^
||affiliationv4.porn.fr^
||agence-ecofin.com/mysimple/banners/
||agni3.xyz^$script,subdocument
||ah-me.com/flirt/
||ahlaejaba.com^$subdocument
||airsexe.com^$subdocument,third-party
||ajoutezvotrelien.com/visuel46.png
||ajoutezvotresite.com/button.php
||ajoutezvotresite.com/images/*88.gif
||ajoutezvotresite.com/images/allo-600.gif
||ajoutezvotresite.com/images/le1er468.gif
||akacdn.ru/assets/min/random/
||akamaihd.net/*_vpaid.js
||akamaized.net/images/banner/
||akamaized.net^*/dfp-$script
||alfafile.net/img/buttons/promo/
||ali.pub^$subdocument,third-party
||ali.ski^$subdocument,third-party
||alicdn.com^*-300x250.$domain=~alibaba.com|~aliexpress.com|~aliexpress.ru
||alicdn.com^*_220x220.$domain=~alibaba.com|~aliexpress.com|~aliexpress.ru
||aliencable.com/images/$third-party
||all-ladies.net/banners/
||allkeyshop.com/blog/wp-content/uploads/guide_a.
||allo-heberge.com/interface/bannieres/
||allo-nom.com/interface/bannieres/
||allodiagnostic.com/partenariat/$third-party
||allopass.com^*/pub/
||alloref.com/allo120.gif
||alloref.com/allo125.gif
||alloref.com/allo468.gif
||alloref.com/allo600.gif
||alloref.com^$image,third-party
||allstatics.com/pub/
||alphascore.com/wp-content/uploads/$third-party
||altadefinizione.blue^
||amateursvideos.net/banners/
||amazon.fr/exec/*/external-search?$subdocument,third-party
||amazonaws.com/accio-lib/accip_script.js
||amazonaws.com/hbams/
||amazonaws.com/mftracker/
||amazonaws.com/pubfig/
||amazonaws.com/static.contentza.com/widgets
||amazonaws.com/waframedia*.
||amazonaws.com^*-ccmbenchmark
||amazonaws.com^*/3x250-$subdocument
||amazonaws.com^*/publishers/$script
||ambed.io^*/img/partners/
||ams.cdn.arkadiumhosted.com/advertisement/$media
||ams.cdn.arkadiumhosted.com/advertisement/display/*/display-ads.js
||analystprep.com/img/$third-party
||anikawa.com^$subdocument,third-party
||annonce-et-promotion.com/images_site/
||annonces-automobile.com^$script,third-party
||annuaire-autosurf.com/banniere.gif
||annuaire-autosurf.com^$image,third-party
||annuaire-energie-renouvelable.org/cssimg/site/$third-party
||annuaire-energie-renouvelable.org/logos/*-banner-
||annuaire-fille-sexy.com/ban/$third-party
||annuaire-generaliste.fr/affiche_logo.php?
||annuaire-sites.danslemonde.net/partenaires.php
||annuaire-transsexuelle.com/annuaire/ban/$third-party
||annuaire-web-france.com/partenaires/
||annuairedesexe.net^*/banniere
||antispamweb.com/top/
||aolcdn.com/ads/
||api.gamerprices.com/compare/$third-party
||app.partnerlottery.com/widget/$third-party
||appleboobs.com/images/banner/
||april.fr/#/?$third-party
||apycdn.com^*/banner/
||aramisauto.com/c/vente/automoto?$subdocument,third-party
||arc.io/widget$third-party
||arkea.com/banque/assurance/credit/upload/$image,third-party
||asia-passion.fr/annuaire/ban/$third-party
||assurland.com/widgets/$third-party
||astore.amazon.com^$subdocument,third-party
||astrill.com/bnrs/
||astroportail.com/images/pubastro4.gif
||asumi.shinobi.jp^
||atoowin.com/images/diffusion/
||autosurf.me/promo/
||autosurf4u.com/images/autosurf*.gif
||autotrack.be/scripts/partner/
||autotrends.be^*/widget/$third-party
||avefront.akamaized.net/extra/static/images/partners/
||awin1.com/awclick.php?
||awreferencement.com/conception_referencement_
||azureedge.net/img/*habillage$third-party
||azurewebsites.net/widget/
||b-cdn.net/uploads/banners_model/
||b.photobucket.com^
||ba.commentcamarche.net^
||ba.copainsdavant.com^
||ba.hugolescargot.com^
||ba.jeux-gratuits.com^
||ba.journaldesfemmes.com^
||baise3x.com/ban/
||bandeiracorp.biz/images/$third-party
||banner-adz.com/view.php
||barredesurf.com/includes/images/bannieres/
||baseturf.com/bannieres/
||bcrncdn.com/promotions/
||be.com/wp-content/uploads/$third-party
||belle-salope.fr/ban/$third-party
||belledesfleurs.com/ban/$third-party
||bestchange.com/images/banners/
||bestofartisans.com/app/$third-party
||bestofmedia.com/sfp/images/partner/
||betclic.fr/partner.aspx?
||biltoturf.com/logos/$third-party
||biltoturf.com/logosturf/$third-party
||binnes.com/pubs/
||bismirabbika.com/img/$third-party
||bit.ly^$domain=nintendo-master.com|upload.ac
||bit.ly^$image,domain=korben.info|phonandroid.com
||bite.ws^$image,third-party
||bitly.com^$image,domain=korben.info
||bitport.io/assets/banners/
||blablaland.com/pubosaure/
||bleu73.free.fr^$subdocument,third-party
||blickdeal.ch/blickdeal.xml$third-party
||blob.core.windows.net/ressources/img/autopromo/$third-party
||block.mediavenus.biz^
||block.s*block.com^$script
||block.s*vesta.com^$script
||blogspot.com/*.gif$domain=mega-telechargement.com
||blogspot.com^$image,domain=desiupload.co|desiupload.in
||bluehost.com/track/$third-party
||bon-reduc.com/pub/
||boncoin-annonce.com/template/images/$third-party
||bookiblog.com/iframe*.
||booking.com/static/img/*_banners_
||boonex.com/modules/Txt/layout/default/img/txt-abt-file
||boostercash.fr/ban-
||boostersite.com/css/$image,third-party
||boostersite.com/css/*/boostersite-logo.gif
||boostersite.com/site_ban/
||bourbonvoyages.fr^$subdocument,third-party
||bourgogne-restaurants.com/a_decouvrir_resto_$third-party
||boutique.aero/images/block_pub_
||brfiles.com/static/pub/
||brocantelab.com/media/$third-party
||brsimg.com/pub/
||btc.com/poster/banner/
||btcclicks.com/img/$third-party
||btcheat.com/images/$third-party
||bugsfighter.com/wp-content/uploads/2016/07/adguard-banner.png
||buildabizonline.com/share/$third-party
||business-lounge.fr/public/widget-prod/
||buzzy9.com^$subdocument,third-party
||buzzypeople.fr/download/115163_k.gif
||buzzypeople.fr/pluginbarre/
||buzzypeople.fr/webplayertv/728x90wa.png
||c0.lestechnophiles.com/www.numerama.com/wp-content/uploads/2022/01/mon-petit-placement-1.jpg
||cadremploi.fr/assets/widgets/$third-party
||call-of-passion.com/banner/
||camgasm.com/affiliates/
||camsoda1.com/promos/$third-party
||camtempel.com/banner/
||canalseduction.com/Bannieres/
||capasie.com/images/asie-shopping
||cashtravel.info/banners/
||cdn-1.motorsport.com/static/custom/car-thumbs/icons/mycanal.jpg
||cdn-dekbh.nitrocdn.com/*/wp-content/uploads/2021/04/*.kid.jpg
||cdn-dekbh.nitrocdn.com/*/wp-content/uploads/2021/04/*.kidludik-top.jpg
||cdn.*/static/js/amvn.js
||cdn.a9fast.com^*/misc/partner/
||cdn.citytourgirls.com/static/bn/
||cdn.escortdude.com/static/bn/
||cdn.ev.mu/js/optim/gg_cc/ev/boot.js$domain=~easyviaggio.com|~easyviajar.com|~easyvols.fr|~easyvoyage.co.uk|~easyvoyage.com|~easyvoyage.de
||cdn.hqwa.xyz^
||cdn.maxcdn.info/a/
||cdn.mgig.fr^*_1800x900.
||cdn.nkstatic.com/images/*-skins.
||cdn.playwire.com^$domain=filehippo.com
||cdn.vndown.top/zo3x.
||cdn.x1cdn.com^*/banner/
||cdn1.lp.saboom.com^
||cdn13.com^*/banners/
||cdn13.com^*/license.$script
||cdn15.acloudimages.com^
||cdna.meilleurmobile.com/$third-party
||cdnaz.win/300x100/
||cdnpark.com/registrar/*/loader.js
||cdnwh.com/cecash/
||cdscdn.com^*/banniere_
||cdscdn.com^*/partenaires/
||cdscdn.com^*/partners/
||centreautos.com/contents//annonce/$third-party
||centredecontrole.biz^$subdocument
||centreimmo.com/contents//annonce/$third-party
||century21.fr^$subdocument,third-party,domain=~lesmeilleurstalents.com
||cex.io/rb/$third-party
||chaturbate.com^*/?track=$subdocument,third-party
||checkout.hidemyass.com/images/merchant/$third-party
||chimeratool.com/banner/
||choubijoux.com/image/banniere-$third-party
||chp.org.tr^$domain=link.tl|pubiza.com
||chtiflouz.com/upload/ban/
||cinenews.be/partners/
||classement.pro/banners/
||classement.pro/button.php
||classement.pro/campagnes/files/banner_
||classement.pro^$image,third-party
||classistatic.com/*/banner/
||classistatic.com/*/homepage-banner/
||clicjeux.net/bann/
||clicjeux.net/banniere.
||click-dz.com/img/$third-party
||cliquojeux.com/pub/
||clmcom.com/vast/$xmlhttprequest,domain=porn-tube-club.com
||cloudfront.net/dynamic-banners/
||cloudfront.net/img/banner
||cloudfront.net/showcase/index.php?id=*&country=
||cloudfront.net/zdnet/i/partenaire/
||cloudfront.net^*?partner=
||cloudfront.net^*tid=$script
||cloudinary.com/hd-numerique/*/amz-300.jpg
||club-salopes.com/partenaires/
||clublu.com^$script,subdocument,third-party
||clubsoleil.net/images/bannierecs.
||cmp.vidcoin.com^
||coachingminceur.go2cloud.org^
||coinhouse.io/images/banners/
||comdotcdn.com/hiqqu/files/widgets/
||compteur-blog.net/img/pub_
||congosolution.com/img/images/pub*.gif
||conseillemoi.com/images/$third-party
||coorsa.com^*/?task=*.widget&
||coquinissime.com/promo/
||coteblog.com/_logo/$third-party
||coupling.fr/widget_$third-party
||cracxpro.com/wp-content/uploads/2017/11/download.png
||crankycash.com/affiliate/
||crazyjeux.com/pub/
||crichd.*/temp/cast4u.
||crm-pour-pme.fr/images/copie%20de%20728-90.png
||crocastuce.fr/images/Boutons/
||croquettesbio.com/wp-content/uploads/*/skyscreeper-
||csm-e.cds1.yospace.com^
||csstatic.com/banners/
||ctrip.com/?TypeID=$third-party
||cupinteractive.com^*/campagne/
||cyberbaiseuses.com^$subdocument
||cyberflirt.com/cx/
||cyonix.to^$subdocument
||d4.fr/img/$third-party
||dailymotion.com^$domain=mavanimes.co
||dailymotion.com^*autoplay=1$domain=gum-gum-streaming.com|hitek.fr|monjardinmamaison.fr
||damoh.schneevonmorgen.com^
||damtours.com/static/img/damtous_$third-party
||danseraparis.com/46860.gif
||danslemonde.net/images/pub
||danslemonde.net/lien.php?
||dditscdn.com^*&isPromo=
||deals-du-web.com^
||debrid-ultim.blogg.org^$subdocument
||delivery.vidible.tv^$domain=gamekult.com
||detroner.com^$image,third-party
||devisprox-media.s3-website-eu-west-1.amazonaws.com^
||devisprox.com/ld.js
||dhtml.pornravage.com^
||dial.rencontres-celibataires.info^
||dibujos.net/images/banners/
||ding.pl/embed,$third-party
||dir-fr.com/banners/
||disco-sexe.com/ban/$third-party
||dmcdn.net^*/Orange_PingPong/$subdocument
||dnpanel.fr/images/PUB-
||dollarclix.com/images/banners/
||doubleclick.net/apps/domainpark/$subdocument
||drague.net/pubs/
||dropboxusercontent.com/u/16447850/Baners/
||dzoic.com/gfx/
||e-cig-factory.fr/shop/bannieres/
||e-media-concept.com/medias/
||ea.numericable.fr^
||eamobile.com/*/dart_banner.
||eamobile.com/*/dart_skyscraper.
||easy-charme.com/pub/
||easy5now.com/images/b/
||ebooks-logiciels.com/depassez-vos-limites/ban/
||ecchi.fr/banieres/
||echangedebannieres.fr/userbanners/
||echangedeclics.com/plus468.png
||echangedeclics.fr/lien468.gif
||echangedeliens.fr/images/alloref.gif
||echangegagnant.com^$image,third-party
||ecomnewsmed.com/application/images/banners/
||eden-deco.fr/media/banniere/
||edi-static.fr/Images/Pubs/
||efficacitemaximale.com/wp-content/uploads/*/bann
||ehanex.com/images/main/banner_
||eiffelturf.com/img/$third-party
||elite-auto.fr/api/visuel/essai/$third-party
||elixx.me/images/footy.jpg
||elkhadra.live/inter/
||elles-mouillent.com/ban/$third-party
||embed.ly^*.amazon.
||embedly.com^$domain=korben.info
||emploicom.com/application/views/docs/pub/
||emploicom.com/baniere.
||emploipartner.com/uploads/media/5fb6411bbfd4d310595939.jpg
||emploipartner.com^*-partner/$third-party
||emploipartner.com^*_partner/$third-party
||enligne.biz^$image,third-party
||enligne.com^$image,third-party
||epnt.ebay.com/static/epn-smart-tools.js
||equirodi.com/images/pub/
||erotik-nrw.com/banner/
||escort-galleries.com/images/banner/
||escortspots.com/static/bn/
||essayassist.com/images/banner/
||etrevisible.com^$image,third-party
||etudiant-podologie.fr/images/banniere_
||etwvideo.com^*/getvideos&*&name=
||euroclix.fr^$domain=176.31.96.119
||europeup.com^$image,third-party
||evolucare.com/bannieres/
||exceluser.com/images/info/pub/
||exchange.pbem.fr^
||exoner.com^$subdocument,third-party
||extrasurf.fr/promo/
||extremeporn.info/images/misc/$third-party
||ezojs.com/ezoic/
||f00.psgsm.net/p/891014/sigma-forum.gif
||faireunlien.com^$image,third-party
||fanslave.com/images/stories/*/banner-$third-party
||fapbase.com/widgets?
||fapmd.com/widgets/populars/$third-party
||fcdn.webme.com^$third-party
||feelingsurf.fr/images/banner_
||fetishgirls.com/liveshowbanners/
||file-up.org/images/banners/
||file-upload.com/images/banners/
||file-upload.org/images/banners/
||filerio.in/js/*.fancybox.
||files.prsmedia.fr^*/gmex/surfaceprivee/
||files.wordpress.com^*/sponsor-
||fille-sensuelle.fr/annuaire/promo/$third-party
||filmeseseriesonline.org^$script,third-party
||filmesonlinegratisahd.com/v/
||findizer.fr/partners/
||fitnext.com/masculin_box$third-party
||flashcourse.net/pronos/$third-party
||flux.effiliation.com^
||fornobody.com/auto468.png
||forokeys.com/foro/banners/
||forum-orange.com/img/banner-orange-min.gif
||fpcplugs.com/do.cgi?
||free.fr/images/bannieres/
||freeflights.net/electronique/bannieres/
||frenchfriendfinder.com^$domain=choualbox.com
||fuckandcdn.com^*/ads/
||full-wallpaper.com/wallpaperday.js$third-party
||full.video/*.htm#
||full.video/*.php?
||full.video/btn.js
||fullqurandownload.com^$subdocument
||funradio.fr/partenaires/
||fused.com/images/banners/
||fusion.localpoint.ch/widgets/$third-party
||g2a.com/r/user-$subdocument,third-party
||gagne-facile.com/img/banner-
||gainsturf.com/pronos/$third-party
||gamestorrents.*/realtime/
||gametap.com/convergence/Header/framed/?
||gamingadult.com^$image,third-party
||gardena-house.fr/affilies.js
||geek-nerd-server.firebaseapp.com^
||geekyalgeria.com/wp-content/uploads/*-600x400-
||generation-nt.com/img/ovh/
||gerardmerinfo.fr/pub/
||get-trust-zone.info/api_ip_info.php?
||gifsauce.com/widgets?
||gigaflat.com/affiliate/$third-party
||gigaflat.com^$subdocument
||gizblog.it/wp-content/uploads/$third-party
||go.nordvpn.net^$third-party
||go.pancafepro.com^
||go2cloud.org^*?offer_id=
||goclecd.fr/wp-content/themes/reviewit/freekey/
||godaddy.com/getSeal?
||gold-barre.com/banner*.
||golden-blog-awards.fr/votePlugin.$third-party
||golden-mines.biz/img/b/
||goo.gl^$domain=gum-gum-streaming.com
||gotporn.com/delivery/
||gpaf.net/b/$third-party
||gpstatic.com^*/banner/
||grillegagnante.com/bannieres/
||grmtas.com/pub/
||grosnews.com/grosnews.php?
||groupolitan.fr/partners/
||gstatic.com^$domain=mycccam24.com
||gtix.be/annuaire/$third-party
||gu7socdn.txxx.com^
||guide-hebergeur.fr/img/tophebergement.gif
||guitar-pro.com/img/links/
||happyescorts.com/images/stories/banner/
||harmonie-energetique.com/commander/images/$third-party
||hashflare.eu/banners/
||hawaii-surf.net/upload/bannieres/
||hcore.pl/bannery/
||hdfreaks.cc/wcf/images/banner/
||hdfree.tv/ad.
||hellobar.com^$domain=application-remuneratrice.com|familyinblack.fr
||hellocoton.fr/*/badges/$third-party
||hentai.fm^*.gif
||herocccam.com/herocccam.gif
||hipub.hiwit.org^
||hit-amateur.com/ban/$third-party
||hitleap.com/banner.png
||hiwit.org/index.php?idsite=
||hln.be/static/*/adv/
||holidaysexguide.com/_ban_
||holidaysexguide.com/ban/
||hop.com/sites/default/files/$third-party
||hostinrussia.com/user/$subdocument,third-party
||hotel-lion-or.com/banniere-
||hotpix.fr/widget_js.
||howfun.org/welcome.php
||hubspot.com/cta/default/168374/
||hubspot.com/cta/default/215217/
||hungryforhits.com/getimg.php
||hurenportal.com/banner/
||i.alicdn.com/*/show-window/index.js
||i.ebayimg.com$domain=trackitonline.org|trackitonline.ru
||i0.wp.com/galsen221.com/wp-content/uploads/2018/09/1xbanner.png
||i3j3u3u9.ssl.hwcdn.net^
||ichwuerde.com/images/b/
||icpc.tv/banners/$domain=europeplusnet.info
||idcloudhost.com/wp-content/uploads/$third-party
||idem.com/medias/$third-party
||iframe-secured.com^$script
||iframe.ly^$domain=korben.info
||iframe.ly^*%2Famzn.
||igraal.com/parrainage/
||igstatic.com/igfiles/front/banner/
||igstatic.com/merchant/banner/
||ilbanat.com/images/pubilbanat.gif
||illiweb.com^*/banner/
||illiweb.com^*/partenaires/
||image.filemanager.work/banner/
||imagefacile.com^$image
||img.grouponcdn.com/gpn/$image,third-party
||img.pmdstatic.net/scale/*.2Fa2d63f0c-9037-40f5-9138-1355b1642ffc.2Egif
||img.pmdstatic.net/scale/*.2Fb38a701e-ca38-407a-adba-3fdc460005fc.2Egif
||img.root-top.com/topsite/$third-party
||img.webme.com/pic/p/piriketseverler/
||imgsynergy.com/product_creatives/
||indecentes-voisines.com/bans/
||indecentes-voisines.com/promo/
||indecentes-voisines.com/pub.
||infojobs.com.br/banner.aspx?
||inoutscripts.com/affiliate/
||instantcashflowfunnel.com/images/$third-party
||instantjmm.com/pub/
||iptv-eu.com/banner/
||iptv-iron.pro/uploads/$third-party
||iqoption.com/land/$third-party
||iris.ma/themes/maroc/img/pub/
||isafe.pro/img/$third-party
||ithreeweb.com/creationsiteweb.jpg
||jardisexe.com/ban/$third-party
||javblow.com/imgDoe.php
||jememontre.com/images/banners/
||jeniusplay.com/cdn/gif/qqbanner/
||jetm-tech.net^*/bannieres/
||jetm-tech.net^*/img/pub.
||jeu-gratuit.net/images/bannieres/
||jeu-gratuit.net/mg/
||jeu-legal-france.fr/sites/$third-party
||jeux-flash.jeu-gratuit.net^$third-party
||jeux-web.com/pub/
||jobaproximite.com/external-search
||jobat.be/ticker/$subdocument,third-party
||jobtransport.com^$subdocument,third-party
||jobup.ch/*?server=$third-party
||jokconcept.net/images/jok-concept-annuaire-referencement.gif
||jolstatic.fr/www/modules/pub/
||jolstatic.fr/www/skins/
||jolstatic.fr/www/themes/*/habi
||js.bulkhentai.com^
||js.stream-up.com/fonctions.min.js?
||jsmediaprod.com/moolineo/ban_moolineo/
||jumia.*/banners/
||junge-luder.com/Stripbunny/
||kaltura.com^*/a.mp4|$media
||kazeo.com/websites/js/openwindow.js
||kelformation.com/htm/*/habillage/
||kidioui.fr^$subdocument,third-party
||kloopicash.com/upload/ban/
||kokinette.com/ban/$third-party
||kono-surf.fr/promo/
||la-paysanne.com/ban/$third-party
||ladmedia.fr/*/pub_$script
||ladmedia.fr/includes/cobrand/*/habillage/
||ladmedia.fr^*/le-guide/
||lafranceapoil.com/tools/
||lagence.fr/*728-
||lagence.fr/immo$third-party
||lagence.top^$image,third-party
||lagitane.com/ban-sites-phares/
||laposte.net/webmail/*/panels/images/Pied_de_Mail_
||laprocure.com/i/bannieres/
||laredoute.com/marketing/$third-party,domain=~laredoute.be|~laredoute.ch|~laredoute.co.uk|~laredoute.com|~laredoute.es|~laredoute.fr|~laredoute.gr|~laredoute.hr|~laredoute.it|~laredoute.kr|~laredoute.lu|~laredoute.ma|~laredoute.nl|~laredoute.pl|~laredoute.pt|~laredoute.ru|~laredouteliban.com
||lasurfeuze.com/images/gaddin.jpg
||lasurfeuze.com/Img/noban.
||lautosurf.com/promo/
||lavoixemploi.com/ui/widgets/iframe?
||lavoiximmo.com/ui/widgets/iframe/js/iframe.js
||lavoiximmo.com/ui/widgets/iframe?
||layout.mondocteur.fr^$third-party
||lbstatic-a.akamaihd.net/script/pub.js
||ldh.be/theme/*/bsf-bg.jpg
||ldh.be/theme/*/relooking-
||le-favori.com/images/pub/
||le-monde-remunere.fr/bouton-
||le1er.net/promo/
||lebaiseur.com/ban/$third-party
||lecoindusexe.com^*.gif
||ledeclycx.com/images/ban_
||leduplex.com/teaser/$third-party
||legagnant.com/legagnant$image
||legagnant.com/pv$image
||leguide.com/*/partner/
||leguide.com/ogpe/*/banners/
||lejournaldelamaison.fr/wp-content/uploads/*/shoppingbox.
||lejournaldelamaison.fr/wp-content/uploads/*/zelip.
||les-meilleurs-plans.com^$script,subdocument,third-party
||lespagesmaghreb.com/search/$third-party
||lesplansduweb.com^$script,subdocument,third-party
||letsupload.co/themes/mngez/mngez/images/apollo.webp
||lewebfacilement.com^$script,subdocument,third-party
||lh3.googleusercontent.com/$image,domain=forum.gsmhosting.com
||librarything.fr/jswidget.php?
||lightonline.fr/public/images/bans/
||likebaguette.com/data/img/likebaguette-
||liligo.*/servlet/ads?
||liligo.*/wpartner/$~stylesheet
||lilosearch.org^*/wid/$third-party
||linkbucks.com^$subdocument,third-party
||links-protection.com^$subdocument,~third-party
||linkshrink.net/content/img/$third-party
||linux-tv.com/ac240x400.gif
||linuxsat-support.com/images/world_of_satellite.gif
||linuxsat-support.com^*_banners/
||live.prismamediadigital.com^
||liveflirt.net^*/?track=$subdocument,third-party
||livehost.fr^*/bannieres/
||livementor.com/widget-livementor?$third-party
||loadshare.org/custom/
||localbitcoins.com/affiliate-
||logic-immo.be/embed/$third-party
||logic-immo.be^*/widget/$third-party
||login.meexy.com^
||logo.gralon.net/plogo-gralon-$third-party
||lownet.fr^$subdocument
||lprs1.fr^*/blocs-partenaires$third-party
||lusttempel.net/banner/
||lyonkim.net/popup-
||m6web.fr^*_6play_pub_$media
||macao-lotto.com^$image,third-party
||madamesimone.com/ban/$third-party
||magie-voyance.com/images/0892234923-voyance-telephone.jpg
||magikmobile.com/iframe_$third-party
||maisonentravaux.fr/wp-content/uploads/2016/02/faire-devis-travaux-gratuit.gif
||maliwebnetcdn-*/wp-content/news/images/*banniere
||maliwebnetcdn-*/wp-content/news/images/*habillage
||maliwebnetcdn-*/wp-content/news/images/*pasta
||maliwebnetcdn-*/wp-content/news/images/*pmu
||mangahome.com/store/banners/
||mangatown.com^*/banners/
||maraboutmekpo-wixsite-com.filesusr.com/html/8c3f10_
||mas-e.cds1.yospace.com^
||matebux.com/gallery/banners/$third-party
||maxannu.com^$image,third-party
||maximobileshop.com/widget/
||maximumwall.com/images/top_ban_
||mayakado.net/parrainage/
||mclcm.net/*/int/partner/
||mdhcdn.com^*/banner_
||media.easybib.com/images/gr_
||mediafire.com/file/*.exe|$subdocument
||mediapostcommunication.net^
||mediastay.net^*/js/offers-dyn.
||mediastay.net^*/js/OMBanners-
||mediastay.net^*/offers.php?
||medieval-war.com/banniere.jpg
||mega-p2p.net^$image,third-party
||meilleur-top.com^*/images/banners/
||meilleurdusexe.com/images/pub/
||meilleurduweb.com/images/pub/
||melusinecreation.com/banniere/
||membersrule.com/getimg.php$third-party
||mental-waves.com/bans/
||merci-facteur.com/design/promo/
||mes-dialogues.net^*/mes-dialogues-js.php?
||messageries-adp.com/editeurs/medias/*/bandeau/
||metaffiliation.com/emplacement.php
||mhcdn.net^*/banner/
||miaboutiquemg.com/miaboutique/img/banner-
||mignonnettes.pagesperso-orange.fr/mignatus$third-party
||mini-jeux.com/jeuday.js$third-party
||mism-design.com/static/*/partenaire.
||missdark.com/bannieres/$third-party
||moevideo.net/getit/
||moncaosurf.com^*/upload/bannieres/
||mondeadulte.com/pub/
||montjeuturf.net/bannieres/
||montrealaise.com^$domain=montrealamateur.com
||moovijob.com/partenaires/$third-party
||motherless.com/*?i=
||mottodistribution.com^*/placeholder/
||mozoo.go2cloud.org^
||msecnd.net^*.gif$domain=jeux.com
||multisurf.fr/upload/bannieres/
||mvchallenges.s3-website-eu-west-1.amazonaws.com^
||mwzip.com/banner.
||my.aliexpress.$third-party
||my24hourincome.com/img/banners/$third-party
||mynewblog.com/tracker.php?
||mynewsnet.ch^$subdocument
||mynonpublic.com^*/_sponsoren/
||mynudez.com^$media,script
||mypayingads.com/img/banners/$third-party
||mypayingcryptoads.com/img/banners/$third-party
||myposeo.com^*250x250.swf?$third-party
||myxpass.com^*&affid=
||naifei.shop/static/banner/
||neotokyo.com/banner/
||netbusinessrating.com^*/img/monitoring_
||netcomvad.com/shop-promo/
||netdna-ssl.com^$subdocument,third-party
||netdna-ssl.com^*/banner.
||netdna-ssl.com^*_banner.$domain=~www.orange.be
||netiris.fr/imgs/voslitiges/
||netmediaeurope.fr/images/btn_
||netu.tv/*.php?*&title=
||netu.tv/152.html
||netu.tv/js/restore_googl.js
||netvisiteurs.com/autosurf-promotion/$third-party
||new-game-apk.com/wp-content/uploads/*.gif
||newsharecounts.s3-us-west-2.amazonaws.com/nsc.js
||njuko.com/oo/droite.html
||nols-o-surf.fr/images/btn-autosurf-$third-party
||noogle.fr/banner/
||norefer.com/anonyme80.png
||nospartenaires.com/visuel$third-party
||noticrypto.website^$image,third-party
||nouslibertins.com^$image,third-party
||nouvelobs.s3-website-eu-west-1.amazonaws.com^
||noviya.free.fr/bannieres/
||nowlifestyle.com/7minbanners/
||ntweb.org/stored/$third-party
||ntweb.org/uploads/$third-party
||nubiles.net^*/promo/
||nuit-torride.com/ban/
||nyu-nyu.com/banieres/
||offer.alibaba.com^$subdocument
||offer.aliexpress.$subdocument
||ohlescoquins.com/promo/
||okpay.com/img/partners/$third-party
||om843se.txxx.com^
||on-veut-du-cul.com/promo/
||onvillanuit.com^$domain=chartsinfrance.net
||ops.ccmbg.com^
||oranum.com^*/lang-popup-$subdocument
||otakufr.net/wp-content/uploads/$third-party
||otakumode.com/widget/$third-party
||ouo.io/images/*-ad.
||ouo.press/images/*-ad.
||ouo.press/images/banners/
||out.be/partners/
||out.slutroulette.com^
||outils.worldoo.info^
||outils2.worldoo.info^
||over-blog.net^*/js/OB.Disclaimer.js
||oxyka.com/er/od.php?
||oyant.com/images/banners/
||p.porn.fr^
||p0rno.com/banners/
||packbarre.com/pub/
||palmills.com/images/$third-party
||paraisowebcam.com^$subdocument,third-party
||parked-content.godaddy.com/park/$third-party
||parlonspiscine.com/img/pubs/
||partenaires.feerik.com^$third-party
||partner-ts.groupon.fr^
||partners.cmptch.com^
||partners.neteventsmedia.be^$third-party
||partners.pmu.fr^
||partners.tremorhub.com^
||party-*.now.sh^
||paruvendu.fr^$subdocument,third-party
||pays4ever.com/bcode.php?
||pblv-scoop.com^$script,third-party
||peimg.fr/bannieres/
||peimg.fr^*/partenaire-
||petite-garce.com/ban/$third-party
||philatelistes.net/liens/cptr/
||piazza.ch^$subdocument
||pimpland.pl/images/$third-party
||pix-cdn.org/banners/
||pixel-secure.solvemedia.com^
||placelibertine.com^$image,third-party
||planet49.com^*?click=
||planete-adulte.com/hit.php?
||planete-dangereuse.com/ban/$third-party
||planete-hit.com/hit.php?
||planethoster.net/images/bannieres/$third-party
||planethoster.net/img/banners/$third-party
||play1.flashx.
||play2.flashx.
||play3.flashx.
||play4.flashx.
||play5.flashx.
||playit1.flashx.
||playit4.flashx.
||plugboard.fr/plugboard468.gif
||pm.gamedistribution.com^
||pmcdn.priceminister.com/rakuten-static-deliver/*/module/pm_monet_offers.js
||pmcdn.priceminister.com/rakuten-static-deliver/*/module/radsServer.js
||pmu.fr/content/*/offre-$third-party
||pointscommuns.com/images/bannieres/$third-party
||pokeram.com/images/promo/
||pokercast.eu^$subdocument,third-party
||pokercast.tv^$subdocument,third-party
||pooki.fr/banner/
||pornme.pm/wrb/
||pornoparadies.org/banner/
||pornspirit.com/logo-$third-party
||porntoxico.com/widgets
||powerpress.fr/services/$third-party
||powersante.com^*_products.php?partner=
||prebid-dev.reworldmediafactory.com^
||prehraj.to^*/banner
||premiumpress.com/banner/
||prettybigescorts.com/images/$third-party
||probux.com/images/banner*.gif
||prodownload.newbetakey.com^
||produits-asiatiques.com/ascreen.jpg
||progonline.com/bannieres/
||promo.carasexe.com^
||promo.ejaculer.fr^
||promo.japanhdv.com^
||promo.jeunette.net^
||promo.meexy.com^
||promo.payserve.com^$third-party
||promo.porc.com^
||promo.teenthais.com^
||promopure.com^$subdocument,third-party
||pronostic-facile.fr/images/bandeau_
||pronoturf.free.fr/pub/
||proxy.vidazoo.com^
||ptp-cash.net/banclickcpm
||pub-algeriatenders.s3.eu-central-1.amazonaws.com^
||pub.cuisineaz.com^
||pub.groupe-ldlc.com^
||pub.vacanceo.com^
||pub2.webmanagercenter.com^
||pushresponse.net^$subdocument,third-party
||qassa.fr/proban/
||qkp2p.com/banner/
||quelconstructeur.com*/tock/
||quickdomainfwd.com^$subdocument
||quotes.gb.net/images/*/250/
||quotes.gb.net/images/*/468/
||quotes.gb.net/images/*/728/
||quotes.gb.net/images/*/900/
||r.kelkoo.com^$domain=toutvendre.fr
||rabbitfinder.com/uploads/banners/
||radwarebotmanager.com/web/wp-content/themes/shieldsquare/assets/img/shieldsquare-badge.png
||raidrush.net/passback.php
||raidrush.ws/js/popup.php
||raincaptcha.com^*/frame/click?
||rapidequiz.com/content/media/$third-party
||rapidgator.net/images/fdmanager.png
||ratehub.ca/widgets/$third-party
||readersdigest.ca/*/images/promobrick_
||rebrand.ly^$domain=korben.info
||recettes.de/images/logos/$third-party
||redirecting.ws^$subdocument
||reef-guardian.com/boutique/$third-party
||refgratuit.fr/images/pub/
||regie-agricole.com^*/pubs^$third-party
||regietrk.jetm-tech.net^
||rencontres-gratuites-ville.com/images/banniere-
||rencontreshard.com^$subdocument
||rendez-vous.be/scripts/$third-party
||restaurants.infcdn.net/img/$third-party
||rhcloud.com/*-affiliate-
||rhcloud.com^$domain=android-dz.com
||roadsexe.com/ban$image
||rollersexe.com/ban/$third-party
||roussillhotel.com/roussillhotel.png
||roxservers.com/images/banners/
||royalautosurf.com^*/upload/bannieres/
||rue89.com^*/wall89/widget-
||ruedeslibraires.com/livre-affiliation/
||rueducommerce.fr/images/locales/*/widget/ban/
||ruisseau-des-blaquieres.com/images/banniere
||rwabe.com/pub/
||s-sfr.fr/stats/authMsg.js
||s.beop.io^
||s.beopinion.com^
||s.brsimg.com^*/cache/css/compress/$object
||s.richaudience.com^$third-party
||s3.amazonaws.com/*/affiliate/
||s3.amazonaws.com/dynamic-extensions/
||s3.amazonaws.com^*/ads/
||s3content.s3.amazonaws.com/imgemails/ban
||s3content.s3.amazonaws.com/imgemails/cf
||safervpn.com^*?a_aid=$third-party
||saint-eloi-chateau-gombert.com/images/banniere_
||salopes-du-jour.com/sexy.js
||salopes-du-jour.com^$image,script,third-party
||sat-sharing.info/baners/
||satking.de/images/banners/
||schule-und-familie.de/assets/images/banners/
||script.hentaicdn.com/cdn/*/core/js/arf-
||script.hentaicdn.com/cdn/*/js/script.
||searchtrade.com/images/banners/
||secretturf.com/img/$third-party
||secure.2checkout.com/images/merchant/$third-party
||secure.avangate.com/images/merchant/$third-party
||securitetotale.com^$subdocument,third-party
||securitetotale.fr^$subdocument,third-party
||sejt.com/pub/
||seoclerk.com/images/promotional/$third-party
||service-factures.fr/bannieres/
||sex-is-free.net/pub/
||sexamtelefon.com/backbanner/
||sexcity-girls.com/banner/
||sexdatingtop100.nl/banners/
||sexe-au-bois.com/ban/$third-party
||sexe.trouves-tout.com/ban/$third-party
||sexeautop.com/images/logos/
||sextapes.fr/promo/
||sexy.1001-recherches.com/ban/$third-party
||sexy.yakoila.com/bans/$third-party
||sexyadults.eu/banners/
||sexyavenue.com/store/$third-party
||sexytout.com/ban/$third-party
||sfr.fr/eTagP/hab.jsp
||sfstatic.net/build/experiment/promoBlock-
||sftcdn.net^*/img/ablock/
||sg-autorepondeur.com/bannieres/
||shareasale.com/sale.cfm?amount=
||sherpa.agoda.com^$third-party
||shop.mango.com^$third-party
||shop.pe/widget/
||shoperia.pl/embed,$third-party
||shopoon.fr/catalog/$third-party
||shopping.com/publisher/$third-party
||simplyptp.com/images/banner
||sinstaller.com^$image,third-party
||sixtyonemedia.com/?campaign=
||skrobs.com/pub/
||sky-animes.com/public/Partenariat/
||skynet.be^*_leaderboard_
||sle.pagesjaunes.fr^
||sliceblog.com/img/pub/
||smartdnsproxy.com/affiliate/
||social.yoox.it/view.aspx?$third-party
||socialporn.com/banner/
||socialporn.com/cx/$third-party
||sofascore.com/affiliate/
||solvemedia.com/acmedia/$image,media
||soonnight.com/images/pub/
||sophielibertine.com/images/Banniere
||space-blogs.com/*/images/banners/
||spilcloud.com/gameapi/*_banner_
||sponsorboost.com/banniere-rotative.
||sponsoweb.com/htdocs/templates/banners/
||ssl-images-amazon.com^$domain=fdesouche.com|tempr.email|wikimonde.com
||stankyrich.com/relman/
||state-of-the-art-mailer.com/rfredir.php
||static.*.netdna-cdn.com^$subdocument
||static.ccmbg.com/ops.ccmbg.com/
||static.fileboom.me/images/i/$third-party
||static.hugedomains.com/images/logo_huge_domains.gif$third-party
||static.k2s.cc/images/i/
||static.keep2share.cc/images/i/
||static.mntzm.com^
||static.moneyplatform.biz/images/i/$third-party
||static.ox.pl/banners/
||static.poliris.com/zi/VgnAgences/
||static.s-sfr.fr/media/mire_$image
||static.shoptimate.com/js/partner.js
||static.twincdn.com^$script,third-party
||static.vadorcdn.com^*/banner/
||static.wii-info.fr^$subdocument,third-party
||static.wui.fr/widget-uptogo/$third-party
||static2.dmcdn.net/mc/skin_assets/*/body$image
||statstools.porn.fr^
||storefollow.com/?support=
||stream365.live/assets/js/custombanner.js
||streamcomplet.*/dyn-settings.js
||streaming-hentai.org/images/$third-party
||sublinet.com/www/public/images/*/72890_$third-party
||submanga.com/s/nnj.js
||summer-surfing-hits.com/banex/
||summer-surfing-hits.com/images/waveoftraffic.gif
||super-plans.com^$script,subdocument,third-party
||surf7.net/files/images/banners/
||surfeurdor.free.fr^
||tac2.xcams.com/livecams/$third-party
||tagbox.fr/banner/
||tea-cerede.com/devis/$third-party
||teambuildclub.com/images/$third-party
||techbeat.com/wp-content/custom-php/tbrecentposts3.php?
||technologiesaintjoseph.com/addon/script/*?integration=$third-party
||teenlolly.com^*/banners/
||teenskitten.com^$media,script
||tehitz.com/img/banners/
||teliad.fr^*/banner/
||terasexe.com/pubs/
||terraiptv.com/assets/promo/$third-party
||test-psycho.com/meetic.gif
||testcddc.atclouddev.net^
||theadsteam.com/img/banners/$third-party
||theliverugby.com^$subdocument,third-party
||thetrafficincome.com/img/banners/$third-party
||tools.indecentes-voisines.com^
||tools.prnewswire.com^$third-party
||tools.sexedenfer.com^
||tools.vpscash.nl^
||toolspro.indecentes-voisines.com^
||toomai.fr/lp/$subdocument
||toomai.fr/olp/$subdocument
||tooplay.com/midroll?session_id=
||tooplay.com/preroll?session_id=
||top-pmu.com/logo2/$third-party
||topadultlinks.nl/banners/
||topescortsites.nl/banners/
||topfion.com^$image,third-party
||topremuneration.com/banner.gif
||topsites.re^$script,third-party
||torah-box.com/upl/ban/
||tounet.com/button.php
||tounet.com/campagnes/files/banner_
||toutsurlesabdos.com/images/bannieres_$domain=europeplusnet.info
||traceless.me/api/$third-party
||track.bloglog.com^$third-party
||track.mdsmatch.com^
||trackuity.*/*/ticker/
||travelagency.travel/img/Partners/*/logo-
||trend-corner.com/images/bannieres/
||tripadvisor.*/partner/$third-party
||tripleclicks.com^$subdocument
||trivago.fr^/srv/$third-party
||trouart.fr/labo/
||truesteamachievements.com^$script,subdocument,third-party
||try.abtasty.com^$domain=planet.fr
||tudou.com^$subdocument
||turfweb.siteneti.net/image/$third-party
||turk-dreamworld.com/images/sponsor/
||tuto.com/banner/$third-party
||tutti.ch/*_banner_$third-party
||tvnt.net/forum/styles/tvnt/theme/images/2galli.png
||tvnt.net/sites/default/files/bandeau_2galli.jpg
||tvsat-sklep.com/baner/
||tweetycoin.com^$subdocument,third-party
||twenga.fr/publisher/$third-party
||ucoz.net/cgi/uutils.fcg?
||ucweb.com^*/ad/
||ugcbrainient-a.akamaihd.net^
||uimgshare.com/api.js
||uncadeau.com/partner_widgets/$third-party
||unifinance.net/images/banners/
||uniregistry.com/return_js.php?$third-party
||up-banner.wavecdn.net^
||upload.amatrys.com/images/bannieresh2.jpg
||upload.amatrys.com/images/cougar.jpg
||upload.amatrys.com/images/jetm.jpg
||upload.amatrys.com/images/rencontres.gif
||upload.amatrys.com/images/sexhotel
||upload.amatrys.com/images/wyn_amatrys.jpg
||uptojizz.com^$subdocument
||urafur.clubeo.com^
||users.skynet.be/freewaooh2/ban.png
||vanwa.tech/assets/js/app.js
||varaineturf.com/logos/$third-party
||vegemiam.fr/wp-content/uploads/$third-party
||vendezvotrevoiture.fr^$subdocument,third-party
||vernimmen.net/images/flash/300x300_$third-party
||vidazoo.com/aggregate?
||vidcoin.com^$domain=aufeminin.com
||vide.maison/wp-content/uploads/$third-party
||videochart.net/mnc/
||videochart.net/vedro/
||videoplaza*/aab/pulse-custom-svm-plugin.
||videoplaza.tv/contrib/js/js-injection/vp_inject.js
||videoplaza.tv/proxy/vpsupport.js
||videos-pornographiques.com/promo/
||viously.com/amp/szuG21KBA-F$domain=positivr.fr
||vip-tv.org.ua/logos/banner
||viteundevis.com/ads/
||viwii.net/banners/$third-party
||voetbalkrant.com/pub/
||voirseries.*/media/$media
||votreautosurf.com/promo/
||votrepromo.com/max*.gif
||votrepromo.com/promo/$third-party
||voyage-langue.com/widget/
||vp.videoplaza.tv/creatives/assets/$object,third-party
||vpn.express^$subdocument,third-party
||vpn1.flashx.
||vultr.com/?ref=$third-party
||vuplus-community.net/board/logos/vuplus_
||vuplus-community.net/board/styles/BP-Black/xenforo/joiningbits5_vu.png
||vuplus-images.co.uk/mail/banner
||vuplus-support.org/custom_files/banner.gif
||vws.vidcoin.com^
||vyper.io^$subdocument,third-party
||vzaar.com^$domain=filehippo.com
||w3sexe.com/logo.php?
||wac.*.deltacdn.net^*/ta-cdn/$third-party
||wac.a164.taucdn.net^
||wallmanga.com/img/anim_banniere_
||wbz11.com/m/habillage/
||wcdn.co.il/banners/
||web-autosurf.com/promo/
||webcilon.tripod.com/bannieres/
||webdesignerhut.com^$subdocument
||webjardiner.com/image/banniere
||webjardiner.com/image/webjardiner.gif
||webself.net/WebselfEditeur/FormulaireDemo.aspx?
||webstar-auto.com/iframe.php?$third-party
||webutation.net/js/load_badge.js
||weedoit.fr/tracking/partenaire/$third-party
||whatismyipaddress.cyou/assets/images/$third-party
||whentai.com^*.gif
||whoer.net^*/vpn-
||widget.guide-epargne.be^$third-party
||widgets.meilleursagents.com^$third-party
||widgets.stackcommerce.com^
||widgetvillage.com/ministore/$third-party
||windows.net/autopromo/
||worldssl.net^$subdocument,third-party
||wp.com/*.alicdn.com/
||wp.com/*/wp-content/uploads/*?resize=160%2C600
||wp.com/*/wp-content/uploads/*?resize=468%2C60
||wp.com/*/wp-content/uploads/*?resize=728%2C90
||wp.com/bluehost-cdn.com/media/partner/images/
||wp.com/cracxpro.com/wp-content/uploads/2017/11/download.png
||wp.com/csstatic.com/banners/
||wp.com/mediaguinee.org/wp-content/uploads/*-800x120-
||wp.com/mediaguinee.org/wp-content/uploads/*/banni%c3%a8re-
||wp.com/mediaguinee.org/wp-content/uploads/*/banniere-
||wp.com/medialot.fr/wp-content/uploads/*?resize=300%2C38
||wp.com/static.k2s.cc/images/i/
||wp.com/static.keep2share.cc/images/i/
||wp.com^*-300x250.
||wp.com^*.imglnka.com/
||wp.com^*.misslk.com/
||wrapper.lemde.fr^
||ww2.flashx.
||ww9.flashx.
||x19network.com^$subdocument
||xavbox360.com/ban/
||xavboxnews.com/files/*-468.jpg
||xxxtop100.nl/banners/
||yaagle.com^$subdocument
||yellowapi.com/twn/?
||yimg.com/hl/ap/default/*/HP_*.jpg
||yospace.com/csm/
||youpinet.com^$image,third-party
||youtube.com^*autoplay=1$domain=eldjoumhouria.dz|hitek.fr|mon-compte.org
||ypncdn.com/static/partner/
||yubee.free.fr/admin/bannieres/
||z-o-o-m.eu/banner_images/$third-party
||z51.biz/IBinnewz.aspx
||zdnet.com/mds/recommendation/
||zinc7.cc/images/banners/
||zlpaste.net/banner/
||zone-hot.com/thumblink.php?
||zone.*.netdna-cdn.com^
||platform.edisound.com^$domain=lejournaldelamaison.fr
||publishers.edisound.com^$domain=lejournaldelamaison.fr
||dailymotion.com/cdn/$media,script
||dmcdn.net^$media
/acceptable.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lebonguide.com|lestream.fr|musiquemag.com|ozap.com|plurielles.fr|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com|villaschweppes.com
/acceptable.$~script
/autopromo.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|easyvols.fr|easyvoyage.com|get-the-look.fr|jeuxactu.com|lebonguide.com|lestream.fr|millenium.gg|musiquemag.com|ozap.com|plurielles.fr|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com|villaschweppes.com
/autopromo.$~script,domain=jeuxvideo.com
/autopromotion.$domain=750g.com|alibabuy.com|allocine.fr|cap-cine.fr|chartsinfrance.net|cotecine.fr|get-the-look.fr|jeuxactu.com|jeuxvideo.com|lebonguide.com|lestream.fr|millenium.gg|musiquemag.com|ozap.com|plurielles.fr|purebreak.com|purepeople.com|puretrend.com|shopoon.fr|terrafemina.com|villaschweppes.com
/license.$domain=amateurfrancais.com|sexefelin.com|tootx.com|tubixe.com|twistedporn.com|vidsexe.com|webchoc.com
/script.$domain=amateurfrancais.com|sexefelin.com|tootx.com|tubixe.com|twistedporn.com|vidsexe.com|webchoc.com
/scriptpop.$domain=amateurfrancais.com|sexefelin.com|tootx.com|tubixe.com|twistedporn.com|vidsexe.com|webchoc.com
/test.$domain=amateurfrancais.com|sexefelin.com|tootx.com|tubixe.com|twistedporn.com|vidsexe.com|webchoc.com
||bdds.jeuxvideo.com^
||internal.750g.com^
||internal.terrafemina.com^
||n1.webedia.fr^
||videos.allocine.fr^
||videos.beyazperde.com^
||videos.filmstarts.de^
||wads.ozap.com^
||wads.plurielles.fr^
||wbdds.fr.ign.com^
||wbdds.lebonguide.com^
||wbdds.villaschweppes.com^
||adyou.me^$script,third-party
||al.ly^$script,third-party
||ally.sh^$script,third-party
||binbox.io^$script,third-party
||bitly.com^$script,third-party
||by6dk.com^$script,third-party
||clicksfly.com^$script,subdocument,third-party
||clk.im^$script,third-party
||clkim.com^$script,third-party
||coinlink.us^$script,third-party
||cpmlink.net^$script,third-party
||cut-urls.com^$script,third-party
||link.tl^$script,third-party
||novaenreta.space^$script,third-party
||ouo.press^$script,third-party
||pubiza.com^$script,third-party
||safelinku.com^$script,third-party
||shink.me^$script,third-party
||shon.xyz^$script,third-party
||shorte.st^$script,third-party
||shortem.com^$script,subdocument,third-party
||tmearn.com^$script,third-party
||tmearn.net^$script,third-party
||yourlink.in^$script,third-party
||zap.buzz^$script,subdocument,third-party
||1.bp.blogspot.com/-AEd6bgkmnCw/*/s1600/recrutement-freemobilesurf.jpg
||1.bp.blogspot.com/-C7hQTHR_qPg/*/s1600/DailyInstaller-Download-button-green.png
||1.bp.blogspot.com/-C7hQTHR_qPg/VhZ7pPnkQzI/AAAAAAAAEMc/XUQISlAANAE/s1600/DailyInstaller-Download-button-green.png
||1.bp.blogspot.com/-F1hVz0Ov_54/X7PxUM5Ua_I/AAAAAAAAH3E/_jcDu8y2mJUg0XeHRPNG1YIZoZliPi3fACLcBGAsYHQ/s300/poonam-pandey-hot.jpg
||1.bp.blogspot.com/-FKjeYZg1nL4/U3EoY_fGRbI/AAAAAAAAOto/iVqJfIfrBWY/s1600/certfied.png
||1.bp.blogspot.com/-MnHDlGoBsZQ/XnXhT1uShFI/AAAAAAAAkGE/z9-JW_P29BQDJ9g29BiPKG6APSg3jza8gCLcBGAsYHQ/s1600/Eobot.jpg
||1.bp.blogspot.com/-mxejTG9nhY8/XRHnEJraxmI/AAAAAAAAFBc/v9PuOnp9bKkFnG62A1b-tBQA6CwEAILVACLcBGAs/s1600/p2p-320x250.png
||2.bp.blogspot.com/-8PboBKVWk6k/XJZXzdFqZ3I/AAAAAAAAZco/KJXcycqYSoUN-6WmRG5fvjRHzClWE_QMACLcBGAs/s1600/video.jpg
||2.bp.blogspot.com/-9pkVLFyu5bw/W_n1R5ZXJYI/AAAAAAAAA5A/IQVV2P_BESwsbmjl2q1E9dr721zU_232wCLcBGAs/s1600/jack-icon.png
||2.bp.blogspot.com/-hodxHpjBV8o/W_0kaaD7ZqI/AAAAAAAAAAs/FFaQa21ncEcNrb2waeuF0YY2UNt2LYRBACLcBGAs/s1600/banner3%2B%25281%2529.gif
||3.bp.blogspot.com/*/s1600/eL97xwC.gif
||3.bp.blogspot.com/-eYuWXDLoV8A/WsObkCStYBI/AAAAAAAAADk/qm86gsPX7nkqa43h4Wt7lAl7XSM31ZV3QCK4BGAYYCw/s1600/ee.png
||3.bp.blogspot.com/-P7sUEc_aSdI/WcrCDpSQvtI/AAAAAAAAAsU/cBzQxXtF9nkJGPoVwESQHHJvsQMmzAgKgCK4BGAYYCw/s400/158__21_Aqua_Animated_sn_FR.gif
||4.bp.blogspot.com/-svqLifkr5VY/XAZcFiDby2I/AAAAAAAAABE/v5TkrGfxjXADtr5APgU5tIp89rVF7gICQCLcBGAs/s1600/banner2.gif
||4.bp.blogspot.com/-vSuc1DnHveI/Xp43aFC0kDI/AAAAAAAABX4/XTwKnmAZGiYGTJlPBInsrT2AE24uf3m5ACLcBGAsYHQ/s1600/022.png
||4.bp.blogspot.com/-wxeu_w7hr9A/XwSZKHTlotI/AAAAAAAAa6c/FCGdl7QKRjYZhkDXwQ1PFEzwpAcasIcZQCK4BGAYYCw/s1600/Creative3-300X250.webp
||4.bp.blogspot.com/-zS_NWfqyeRU/VCIaYAeLNmI/AAAAAAAAIKo/j5a5ts9aTik/s716/qcm%2Bconcours%2Bgratuit.png
||c.top4top.io/p_1080kx0tz1.jpg
||cjoint.com/doc/17_12/GLdotPvIfBO_index-annuaire.gif
||cjoint.com/doc/19_03/ICtp7oZTVeO_top.png
||extraimage.net/images/2016/11/26/0cae02446b2049dba84e3968299f4f09.gif
||extraimage.net/images/2018/11/11/94c4487764f4012566a15610fac99d9a.png
||hostingpics.net/pics/*468x60.
||hostingpics.net/pics/*ban.png
||hostpic.org^$domain=fdesouche.com
||i.goopics.net/vRo4o.jpg
||i.ibb.co/5v8KJgY/nordvpn.jpg
||i.ibb.co/6w36P4p/Express-VPNReview3.jpg
||i.ibb.co/7zDNfJG/large.jpg
||i.ibb.co/DYqcFzy/medium.jpg
||i.ibb.co/KqP9wqf/46.png
||i.ibb.co/m0xgjr4/107-ef779-f1-b7.gif
||i.ibb.co/mgtng15/c276-e0086002.gif
||i.ibb.co/n0G5wHJ/small.jpg
||i.ibb.co/Vj7Pgys/Express-VPN-Review-png.gif
||i.ibb.co/Wg619PT/728.png
||i.ibb.co/WprZZcR/Express-VPNReview2.jpg
||i.ibb.co/yld650c/4381-ccbe52-aa.gif
||i.imgur.com/0mKekma.jpg
||i.imgur.com/0UpfQtJ.png
||i.imgur.com/2758lJa.png
||i.imgur.com/2Azjukl.png
||i.imgur.com/2hGm0lj.gif
||i.imgur.com/3RxyL0Z.png
||i.imgur.com/4cUwoPk.gif
||i.imgur.com/4eP4DRG.jpg
||i.imgur.com/4FFURwf.png
||i.imgur.com/55mWBYv.mp4
||i.imgur.com/5tS8GcN.png
||i.imgur.com/6mjTN5Y.gif
||i.imgur.com/6pBbPcM.png
||i.imgur.com/7hsNsFq.png
||i.imgur.com/9CYbhdV.png
||i.imgur.com/A4Kwg6k.png
||i.imgur.com/aQZFKkV.gif
||i.imgur.com/B6HYXCJ.png
||i.imgur.com/bbY9BQl.png
||i.imgur.com/BZVxEYl.png
||i.imgur.com/c6kYqbt.gif
||i.imgur.com/DeNQC6g.gif
||i.imgur.com/e6FJxIZ.png
||i.imgur.com/eXPCkwg.gif
||i.imgur.com/FinBqT8.jpg
||i.imgur.com/fUQmcN6.jpg
||i.imgur.com/GFNBdwT.png
||i.imgur.com/gmlIIYw.jpg
||i.imgur.com/GuWFUeO.gif
||i.imgur.com/GxZrWIx.mp4
||i.imgur.com/gYmYWAn.png
||i.imgur.com/GzdIq2a.png
||i.imgur.com/hlQy8be.png
||i.imgur.com/IgVXBhx.png
||i.imgur.com/IIVYIrx.gif
||i.imgur.com/k04a2xK.png
||i.imgur.com/kAuRDjI.png
||i.imgur.com/kiJ9Xmc.png
||i.imgur.com/Le2fob0.png
||i.imgur.com/LjJzcZk.png
||i.imgur.com/MBfizp9.jpg
||i.imgur.com/nUEuHxd.png
||i.imgur.com/NzCgETU.png
||i.imgur.com/o7VgXT5.png
||i.imgur.com/pCcLL3S.png
||i.imgur.com/PRdyOv3.gif
||i.imgur.com/Q4Siivk.png
||i.imgur.com/qC2Tc51.png
||i.imgur.com/qnMnMxB.jpg
||i.imgur.com/QUr0jZA.gif
||i.imgur.com/SbXtwoQ.png
||i.imgur.com/sfBhycz.jpg
||i.imgur.com/SIdBuCi.png
||i.imgur.com/SmRC1lO.png
||i.imgur.com/T1HRFty.png
||i.imgur.com/TjpOUk0.jpg
||i.imgur.com/tVd7BJY.gif
||i.imgur.com/Tw7RzL8.jpg
||i.imgur.com/u6iyMx4.png
||i.imgur.com/uWxp0xU.jpg
||i.imgur.com/vi5hfSvl.jpg
||i.imgur.com/wCHgmpy.gif
||i.imgur.com/WI1faon.png
||i.imgur.com/wOzHfhU.gif
||i.imgur.com/XaUOc8f.png
||i.imgur.com/yHKDYZT.mp4
||i.imgur.com/YJfDBUt.png
||i.imgur.com/Yqo2mgc.jpg
||i.imgur.com/ZqIRV0I.gif
||i.imgur.com^$domain=nintendo-master.com
||i.postimg.cc/cLGhjvQr/large.jpg
||i.postimg.cc/fLDyKMYR/extreme.png
||i.servimg.com/u/f21/20/05/48/26/300x2510.jpg
||i.servimg.com/u/f21/20/05/48/26/animie10.gif
||i.servimg.com/u/f21/20/05/48/26/esra_210.jpg
||i.servimg.com/u/f21/20/05/48/26/verney10.gif
||i.servimg.com/u/f89/11/34/60/66/forums13.png
||i.ytimg.com/vi/lRr5lzpgXQ4/hqdefault.jpg
||i1.wp.com/bugsfighter.com/wp-content/uploads/2016/07/adguard-banner.png
||i1.wp.com/www.place4geek.com/blog/wp-content/uploads/2020/08/mania-wax-pub.jpg
||i57.fastpic.ru/big/2013/1106/b1/aac81e450ff9dbf392f0e8d98ef8eab1.jpg
||i57.servimg.com/u/f57/16/34/19/42/zeturf10.png
||i83.servimg.com/u/f83/09/00/46/81/alg_ba10.jpg
||image.noelshack.com/fichiers/2018/52/2/1545766963-telechargement.png
||image.noelshack.com/fichiers/2018/52/2/1545767056-telechargement-1.png
||image.noelshack.com/fichiers/2019/12/1/1552898205-play3.png
||image.noelshack.com/fichiers/2019/20/1/1557762933-whatsapp-image-2019-05-12-at-14-45-00.jpeg
||image.noelshack.com/fichiers/2019/27/4/1562248447-index.png
||image.noelshack.com/fichiers/2019/27/4/1562248584-index.png
||image.noelshack.com/fichiers/2019/27/4/1562248918-close.png
||image.noelshack.com/fichiers/2019/27/4/1562249725-index2.png
||image.noelshack.com/fichiers/2019/28/1/1562571810-nhghggh-play3.png
||image.noelshack.com/fichiers/2019/28/1/1562571871-155283623222-play1.png
||image.noelshack.com/fichiers/2019/28/1/1562571906-155289642378-play4.gif
||image.noelshack.com/fichiers/2019/28/1/1562572026-1562244212-close.png
||image.noelshack.com/fichiers/2019/28/6/1563047496-trouduculsmed79-nhghggh-play3.png
||image.prntscr.com/image/-Y15yLq6QJOZjhiNH9kr-A.gif
||image.prntscr.com/image/069252da76834af48343ea96244f25da.jpg
||image.prntscr.com/image/2841f1d729ee472c8fc565a0544b4985.png
||image.prntscr.com/image/DEcb2ApWSOmwkz4nA1Lixw.gif
||image.prntscr.com/image/ec463162c5f44be7b232f6d5046fba87.jpg
||image.prntscr.com/image/fd789e6681ec432d88b6c2d368fefd89.png
||images2.imgbox.com/c9/ea/LjZOipad_o.png
||images3.imgbox.com/52/2d/tGydQuRH_o.png
||img2.uploadhouse.com/fileuploads/26724/2672462255c765ea07696bfef2677aca6cddc275.gif
||imgshare.info/images/2018/07/21/4FFURwf.png
||imgshare.info/images/2018/11/14/banner-2.png
||jiopic.com/images/2018/10/07/urdu.jpg
||nsa40.casimages.com/img/2020/05/11/200511033032222532.png
||s.ynet.me/assets/images/website/vpns.jpg
||screenshots.firefoxusercontent.com/images/46f01d64-e816-44e0-9cb5-fed2fd60d1fb.png
||wapqu.com/img/dl.gif
||www7.0zz0.com/2017/04/04/23/847518940.gif
||www8.0zz0.com/2017/08/19/01/952303104.jpg
||zupimages.net/up/2/1780414445.gif
||zupimages.net/up/20/07/guj6.gif
||zupimages.net/up/20/11/nviz.png
||zupimages.net/up/20/11/vb6g.png
||zupimages.net/up/20/27/1372.gif
||zupimages.net/up/21/14/7x9v.gif
||sfstatic.net/build/js/chunk~inpagePush2-js-main-js
||sfstatic.net/build/js/chunk~partnersBlock-js-main-js
||sfstatic.net/build/js/chunk~pBlock-js-main-js
||sfstatic.net/build/js/chunk~propclick-js-main-js
||sfstatic.net/build/js/chunk~propellerPush-js-main-js
||sfstatic.net/build/js/chunk~revive-js-main-js
||amazonaws.com^$domain=anyanime.com|ay.gy|brain-magazine.fr|citethisforme.com|ddl1.best|despair-paradise.com|easybib.com|esgentside.com|filmuptobox.net|gamecopyworld.click|gamecopyworld.eu|gentside.com|gentside.com.br|gentside.de|gogoanime.io|gorillavid.com|inkapelis.com|istream2watch.com|maquillage.com|maxisciences.com|namemc.com|ohmirevista.com|ohmymag.com|ohmymag.com.br|ohmymag.de|pausefun.com|pausepeople.com|pelisplus.to|replaymod.com|solidfiles.com|stream2watch.org|tokenfly.pw|uploadcrazy.net|vercanalestv1.com|vosbooks.tv|watcheng.tv|zippyshare.com|zlshorte.net
||cloudfront.net^$domain=anyanime.com|ay.gy|brain-magazine.fr|citethisforme.com|ddl1.best|despair-paradise.com|easybib.com|esgentside.com|filmuptobox.net|gamecopyworld.click|gamecopyworld.eu|gentside.com|gentside.com.br|gentside.de|getpublica.com|gogoanime.io|gorillavid.com|inkapelis.com|istream2watch.com|maquillage.com|maxisciences.com|namemc.com|ohmirevista.com|ohmymag.com|ohmymag.com.br|ohmymag.de|pausefun.com|pausepeople.com|pelisplus.to|remedes-de-grand-mere.com|replaymod.com|solidfiles.com|stream2watch.org|tokenfly.pw|uploadcrazy.net|vercanalestv1.com|vosbooks.tv|watcheng.tv|zippyshare.com|zlshorte.net
||d10psrq44igbex.cloudfront.net^
||d10zqflh5ol9cq.cloudfront.net^
||d11lt3e1lizkg0.cloudfront.net^
||d11w14257901lw.cloudfront.net^
||d138am4hd4ke4y.cloudfront.net^
||d13jhr4vol1304.cloudfront.net^
||d14nx4uiqzwnqt.cloudfront.net^
||d14p8nzdvd75ly.cloudfront.net^
||d15cjcet1djbmv.cloudfront.net^
||d160mt023h8h3d.cloudfront.net^
||d17ialcoirdn28.cloudfront.net^
||d1852uckuj7o1j.cloudfront.net^
||d19182vyfoustz.cloudfront.net^
||d19uh5b0umbjrr.cloudfront.net^
||d1afet533lf7zs.cloudfront.net^
||d1auwh1li83eb9.cloudfront.net^
||d1b0fk9ns6n0w9.cloudfront.net^
||d1bevsqehy4npt.cloudfront.net^
||d1boik8k1ctool.cloudfront.net^
||d1byvlfiet2h9q.cloudfront.net^
||d1ckj42q07f9s3.cloudfront.net^
||d1czd1q73kbu32.cloudfront.net^
||d1dli2tyorled9.cloudfront.net^
||d1dqwj4dc78lwy.cloudfront.net^
||d1ejnc60jkzff4.cloudfront.net^
||d1f1lqyq09pe4q.cloudfront.net^
||d1f94w321xtzmt.cloudfront.net^
||d1hl7ya5ggieq0.cloudfront.net^
||d1hm0uxglt4t41.cloudfront.net^
||d1i2v9a8xom2hy.cloudfront.net^
||d1jikhx1ssl81z.cloudfront.net^
||d1jq9nooxeft24.cloudfront.net^
||d1k0glcmk0b5rb.cloudfront.net^
||d1k3dpebxhgqjc.cloudfront.net^
||d1k5qlz5hbz8am.cloudfront.net^
||d1liph191ya3ob.cloudfront.net/assets/banners/
||d1lxz4vuik53pc.cloudfront.net^
||d1mgu8uq9tc68.cloudfront.net^
||d1mob6w0cdx3a7.cloudfront.net^
||d1mroptkfdxko5.cloudfront.net^
||d1mub3aw743hsf.cloudfront.net^
||d1n7ypf85zfej7.cloudfront.net^
||d1o3ws1znr0uv8.cloudfront.net^
||d1p7elpjrt6qav.cloudfront.net^
||d1pozdfelzfhyt.cloudfront.net^
||d1qtf1avwa1wvl.cloudfront.net^
||d1s18kaechs9c9.cloudfront.net^
||d1s5n6wuwgnxf4.cloudfront.net^
||d1tygkkxabxtvv.cloudfront.net^
||d1u3772ihhjzwu.cloudfront.net^
||d1uy7uzra011au.cloudfront.net^
||d1vguuq5efvsfq.cloudfront.net^
||d1vrcwxei1aj0g.cloudfront.net^
||d1wjj8n9m51z7v.cloudfront.net^
||d1zfhhmz4n1jvq.cloudfront.net^
||d1zoiveqr7pf5b.cloudfront.net^
||d20je219bs8hnq.cloudfront.net^
||d21uwl37pca4oi.cloudfront.net^
||d2222t5nvb13ei.cloudfront.net^
||d240937yockcdo.cloudfront.net^
||d24a1q42xt7oz9.cloudfront.net^
||d25vwvprbxda9z.cloudfront.net^
||d262g11wze3cwd.cloudfront.net^
||d26us1doo6mh7f.cloudfront.net^
||d27uz827y1nafd.cloudfront.net^
||d28g1fhp6rn9w3.cloudfront.net^
||d28k9nkt2spnp.cloudfront.net^
||d28wlxclbkz49x.cloudfront.net^
||d2a945og79nayl.cloudfront.net^
||d2au4l2o128joe.cloudfront.net^
||d2b7n13v8adl6f.cloudfront.net^
||d2fhjyz3dwdx87.cloudfront.net^
||d2g4rjb98r20op.cloudfront.net^
||d2ggw6du5pulet.cloudfront.net^
||d2gt9oovykfp1z.cloudfront.net^
||d2izezc8ujpkba.cloudfront.net^
||d2k8yz7zlc0yyi.cloudfront.net^
||d2lxztepvo7ma1.cloudfront.net^
||d2mgk3zfd02vd2.cloudfront.net^
||d2nje72ms8ylvb.cloudfront.net^
||d2nrdy2pg3k168.cloudfront.net^
||d2nzjxafm0iowq.cloudfront.net^
||d2od2b2huvmzuj.cloudfront.net^
||d2pppxxtaciku9.cloudfront.net^
||d2psf55e0gm6yv.cloudfront.net^
||d2r44jb1nipto0.cloudfront.net^
||d2skqnrxz11esv.cloudfront.net^
||d2t15uaqqm1mjb.cloudfront.net^
||d2ul07mfd59d8q.cloudfront.net^
||d2uzayf7r4rh08.cloudfront.net^
||d2w7avhumdk0s6.cloudfront.net^
||d2w88er3oa79h8.cloudfront.net^
||d2wekgv66wx77n.cloudfront.net^
||d2x33sw8v4ayed.cloudfront.net/images/assurlandlink03_2016.gif
||d2xxqqn3tj9nf3.cloudfront.net^
||d2yjxa7gi6wm99.cloudfront.net^
||d2yzlvmgs67bxt.cloudfront.net^
||d2z0gqc8sv0l7p.cloudfront.net^
||d2zjd612oq0w0l.cloudfront.net^
||d2zur9cc2gf1tx.cloudfront.net^
||d30zrwt3s044zr.cloudfront.net^
||d32lsgj3h46mwk.cloudfront.net^
||d32r49xyei4vz6.cloudfront.net^
||d32suzlk3an1bu.cloudfront.net^
||d32zx4lhje2crr.cloudfront.net^
||d34z52lz2jji1t.cloudfront.net^
||d3591q3cwzbtxd.cloudfront.net^
||d35r45qhjmgs3g.cloudfront.net^
||d36sxvmjoflc2i.cloudfront.net^
||d37s9vd5t6mov7.cloudfront.net^
||d39iocnrk5rxnb.cloudfront.net^
||d3bsbtr7gp443k.cloudfront.net^
||d3ciks47fhh9wv.cloudfront.net^
||d3cl7ldsgbm5qu.cloudfront.net^
||d3d52lhoy0sh2w.cloudfront.net^
||d3edizycpjjo07.cloudfront.net^
||d3elm8wezzwg42.cloudfront.net^
||d3f4u3khr0ycep.cloudfront.net^
||d3fqhkmofpujs3.cloudfront.net^
||d3hwh14livah35.cloudfront.net^
||d3iz6lralvg77g.cloudfront.net^
||d3k68ig7ckr3r6.cloudfront.net^
||d3lidvwz6p81oz.cloudfront.net^
||d3mcf0n3hvvfk4.cloudfront.net^
||d3ncat0syb6rim.cloudfront.net^
||d3oep4gb91kpuv.cloudfront.net^
||d3owq2fdwtdp2j.cloudfront.net^
||d3oyytf0n6db9a.cloudfront.net^
||d3p27nzp3rc51k.cloudfront.net^
||d3p2b5qewrnsyv.cloudfront.net^
||d3pob6t6w1ul0e.cloudfront.net^
||d3prygw1dnamj9.cloudfront.net^
||d3qk9u6c2k2cid.cloudfront.net^
||d3qyjzkrkuj7me.cloudfront.net^
||d3rm04c4p9a75q.cloudfront.net^
||d3rmeear8e0ybo.cloudfront.net^
||d3t9nyds4ufoqz.cloudfront.net^
||d3tivku5hdr7jk.cloudfront.net^
||d3u5zn5k9864p0.cloudfront.net^
||d3vt0rqt08ph1x.cloudfront.net^
||d49z64r3ud4kq.cloudfront.net^
||d5em5plenp2k5.cloudfront.net^
||d5z42oph1suk.cloudfront.net^
||d6swopgiplmy0.cloudfront.net^
||d7t3qhxxipimh.cloudfront.net^
||d9tnvwv7i2n85.cloudfront.net^
||dah0wv79ikn14.cloudfront.net^
||dax3x3wqpt2q3.cloudfront.net^
||dc5ig2fc8lg83.cloudfront.net^
||dcjg1gv1px1h.cloudfront.net^
||ddfnmo6ev4fd.cloudfront.net^
||de3hzpms0kfq9.cloudfront.net^
||demkc32bq01ah.cloudfront.net^
||df0pmigc8xs70.cloudfront.net^
||dfck9uqiatqhh.cloudfront.net^
||dgpp7fq3iorb.cloudfront.net^
||dh0uktvqfaomb.cloudfront.net^
||dhzws7l31cq8p.cloudfront.net^
||djsoo8p407d6p.cloudfront.net^
||djwf0dl2q9i99.cloudfront.net^
||dk45agakx3yfl.cloudfront.net^
||dmdigbrzjbmso.cloudfront.net^
||dmtw0i4zln92b.cloudfront.net^
||do67etikr7pwz.cloudfront.net^
||dokzl8xhmt1x7.cloudfront.net^
||doo6pwib3qngu.cloudfront.net^
||dpb3g4kqr8xz.cloudfront.net^
||dsh1ct2zrfakt.cloudfront.net^
||dtyrqq5w0qdc8.cloudfront.net^
||dux0knkimndc1.cloudfront.net/images/pub/
||dv0uonokej56p.cloudfront.net^
||dvbee3zterhof.cloudfront.net^
||dwf6crl4raal7.cloudfront.net^
||dx6uy6q3udhkj.cloudfront.net^
||dymwsh1c2kslr.cloudfront.net^
||dzcx04lyk9hjp.cloudfront.net^
||dzs55b7slwyx.cloudfront.net^
||dzt3uyxd69um2.cloudfront.net^
||dd851bjvaq21r.cloudfront.net/script/
||dd851bjvaq21r.cloudfront.net/script_v2/
||1movietv.com/favis/$popup
||3hentai.net^$popup,domain=fusevideo.net
||ad.adriver.ru^$popup
||ad.apps.fm^$popup
||ad.zanox.com^$popup,domain=configspc.com
||aliexpress.com^$popup,domain=dzsat.org
||altusmediagroupinc.go2cloud.org^$popup
||amazon.fr^$popup,domain=fdesouche.com|manga-versus.fr
||amzn.to^$popup,domain=dzsat.org|fdesouche.com
||awin1.com^$popup,domain=configspc.com|manga-versus.fr
||baidu.com/link?url=$popup,third-party
||beaverscripts.com^$popup,third-party
||bet365.com^*?affiliate=$popup
||bitly.com/teraplayerplay$popup
||bongacams.com/?bcs=$popup
||booking.com^$popup,domain=viamichelin.at|viamichelin.be|viamichelin.ch|viamichelin.co.uk|viamichelin.com|viamichelin.de|viamichelin.es|viamichelin.fr|viamichelin.ie|viamichelin.it|viamichelin.nl|viamichelin.pl|viamichelin.pt
||boutique.guadeloupe-paradise.fr^$popup,third-party
||box10.com^*?utm_source=$popup
||brainer.cc^*?PCTX=$popup
||buziol.pl^$popup
||camsympa.com/?tracker=$popup
||ccbill.com/cgi-bin/clicks.cgi?$popup,third-party
||cdn.speedvid.$popup
||chaturbate.com/in/?*&tour=$popup,third-party
||cloudfront.net^*&banner=$popup
||cloudfront.net^*?number=*&click_id=$popup
||cloudfront.net^*?phone=*&click_id=$popup
||com-news-reports.$popup,third-party
||creative.stripchat.com^$popup
||csport.xyz/bing.php?$popup
||dacia.fr/10ans-et-demi/$popup,domain=yahoo.fr
||dealdog.net/advert.php$popup
||depannagedisquedur.fr/dll/$popup
||discutfree.com^$popup,domain=netvibes.com
||domautcr.com/clicki/$popup
||druidx.com/?track=$popup
||effiliation.com^$popup,domain=configspc.com|dzsat.org|permispratique.com
||emp3s.ws/spon/$popup
||emptyloop.com/unlocker/welcome.htm$popup,domain=emptyloop.com
||eroges.com^*/landing-$popup,third-party
||espncdn.shop^$popup
||eurolive.com/?module=$popup,third-party
||fave.co^$popup,domain=configspc.com|dzsat.org
||fullqurandownload.com^$popup
||g2a.com/*?addid=$popup
||g2a.com/r/$popup
||gamingadult.biz/?$popup
||gateway.eravage.com/hit.php?$popup
||gearbest.com^*?utm_$popup,third-party
||go.hackmodsapk.com^$popup
||go2cloud.org^$popup,domain=jeux-mmorpg.com
||goo.gl/QavS0C$popup
||goo.gl^$popup,domain=algerie360.com|easybib.com|jeux.com|lnc.nc|openrunner.com|p0rno.org|seriezone.org|trackandnews.fr|za-gay.org
||google.com/favicon.ico$popup,third-party
||gopro.com^$popup,domain=tignes.net
||gtw.xvideos.fr^$popup
||hdvideos.porn/?id=$popup
||hentai-tube.fr^*?$popup
||hentaiforce.net^$popup,domain=fusevideo.net
||iqbroker.com/lp/$popup
||jacquieetmicheltv.net^*&ref=$popup
||jacquieetmicheltv.net^*?ref=$popup
||jeodrive.com^$popup,domain=jheberg.net
||keeload.com/mare$popup
||librateam.net/tds/$popup
||lien.lu^$popup,third-party
||live.lavoixdux.com^$popup,third-party
||livecareer.fr^$popup,domain=pole-emploi.fr
||livejasmin.com^*&utm_$popup
||livejasmin.com^*?psid=$popup
||maigris.com^$popup
||mb.indecentes-voisines.com^$popup
||media-fire.org^$popup
||mes-meilleurs-films.fr^$popup
||methode-finance.com^$popup,third-party
||meyclub.com/search?q=$popup,third-party
||modeles-de-lettre.com^$popup,domain=modele-lettre-type.com
||motion-twin.com/goto/$popup
||multinews.me/produit/$popup
||mydirtyhobby.de/?naff=$popup
||mydirtyhobby.de/track/$popup
||nolake.com^$popup,domain=animalcrossing-online.com
||olp.snapdesexe.com^$popup
||oppo.com^$popup,domain=android-dz.com
||petiteporn.xyz^*/o.php?$popup
||porn.fr/urldynamik/$popup
||porn.fr^*/site_id/$popup
||pornhub.com^*?utm_$popup
||pornovore.fr^$popup,domain=amateur2sexe.fr
||pornvee.com/?utm_source=$popup
||poster.gamesprite.me^$popup
||promo.streaming-illimite.ma^$popup
||promonautes.com/publicite.$popup
||promovacances.com/?cid=$popup
||promovacances.com^$popup,domain=l-eaualabouche.com|rueducommerce.fr
||pushtraffic.net^$popup,domain=ifile.ws
||realnswag.fr^$popup,domain=rapghetto.com
||redtube.com^*?utm_source=paid$popup
||referer.us/?*&placement=$popup
||regie.story-fr.com^$popup
||rencontre-ephemere.fr^$popup
||rivcams.com/?rcid=$popup
||rugbygeneration.com^$popup,domain=kazeo.com
||s3.amazonaws.com/www.top-games.me/$popup
||scubastore.com^$popup,domain=sous-la-mer.com
||seargg.xyz^$popup
||senditcloud.com^$popup
||sexytube.com/affiliates/$popup
||stagevu.com/video/$popup
||starzplay.com/partners/$popup
||starzplay.com^&utm_$popup
||starzplayarabia.com/partners/$popup
||starzplayarabia.com^&utm_$popup
||static.tellerium.com^$popup
||streaming-hentai.org^*?$popup
||surf-report-shop.com^$popup,domain=surf-report.com
||t.vptbn.com^$popup
||thekingavatar.com/wp-content/uploads/$popup,third-party
||tool.acces-vod.com^$popup
||torrent24h.net^$popup,third-party
||tour.reelvidz.com^$popup,third-party
||tour.vidcube.com^$popup,third-party
||tripadvisor.*/PriceFinderPopunder$popup
||trustzonevpn.info/r.php?$popup
||ts.obsceneoffers.com^$popup
||ukit.com/hit?$popup
||uptoporn.com/randomize/$popup
||verytoon.com^*&mtm_$popup
||video-finder.link/search/$popup
||videoplaza.tv/proxy/$popup
||viewster.com^*utm_$popup
||voir-films.com^*/player/$popup
||voyantissime.com^$popup,domain=ovnis-direct.com
||vplan.com^$popup,domain=fdesouche.com
||wari.com^$popup,domain=maliweb.net
||watchmygf.net^$popup
||webcool69.com^$popup
||westernunion.fr^*/Home.page?src=netAffiliation&$popup
||x-flirt.co^$popup
||xcams.com/?dsclr=$popup
||xcams.fr^*&utm_$popup
||xlovecam.com/promo/$popup
||xupdatemovies.com/?id=$popup
||youporn.com^*?utm_$popup
||youtube2mp3.cc/p.php$popup
||01fmovies.com/addons/*.gif
||01net.com/app/uploads/2023/03/nordvpn-tesla-side.jpg
||01net.com/front_office/static/telechargement/box/annonce.html
||01porno.com/include/
||01streaming.net/wp-content/uploads/2020/08/mptoro-1.png
||0dt.net/js/script-
||0zz0.com/e/$image
||1001jeux.fr/bfb/
||100pour100sexe.com^$script
||1337x.*/css/images/atopg.gif
||1337x.*/js/script
||1baiser.com/image/$third-party
||1divx.co/images/ban*.jpg
||1fichier.fr/pub2/
||1maxdegay.com^$subdocument,~third-party
||1movies.*/site/$xmlhttprequest
||1parrainage.com/logos/habillage
||1solution1.com/wp-content/uploads/*/bann
||3dnatives.com/wp-content/uploads/$script
||3dnatives.com/wp-content/uploads/*-bannie%CC%80re-
||3dnatives.com/wp-content/uploads/*promo
||3dnatives.com/wp-content/uploads/600x500
||3dnatives.com/wp-content/uploads/artec3d-second-fr_new.gif
||3dnatives.com/wp-content/uploads/bann
||3dnatives.com/wp-content/uploads/offre
||3dnatives.com/wp-content/uploads/webinaire_hp_18122019_mediumrec.jpg
||7sur7.be/references/
||901209.com/js/1.js
||9docu.org/wp-content/uploads/2020/04/regarder.png
||9docu.org/wp-content/uploads/2020/04/telecharger.png
||a.f1g.fr/iframes/
||a40ans.com/data/$image
||a40ans.com/image.php?src=*://
||abc-du-gratuit.com/bannieres/
||abc-du-gratuit.net/images/anim_pub
||abellalist.com^$media,script
||abidjan.net/images/habillage/
||abidjan.net/inc/video_a_la_une/
||abidjan.net/public/img/logo/partenaire/
||abidjanshow.com/wp-content/uploads/*/banner*.
||abritel.fr^*/partner/
||absoluflash.com^*/jeux-ban/
||absoluflash.com^*/tube-pub-
||absolugirl.com/javascript/front.js
||action-sociale.org/*/images/variation.png
||action-sociale.org/media/wysiwyg/banner-
||actugaming.net/pub*/*.php?
||ad.groupon.fr^
||ad.jeune-independant.net^
||ad.mailo.com^
||ad.mediabong.com^
||ad.oujdacity.net^
||adblock.vidomo.xyz^
||adbull.*/js/prb.js
||adlipay.com/webroot/referrals/
||adn.porndig.com^
||adn.tukif.com^
||adopteunmec.com^*/pave_partenaire_
||aeroport.fr/sites/default/files/*/pub-
||aeroport.fr/sites/default/files/users/*.gif
||afcdn.com^*/smart_recovery.js
||affaires-dz.com/images/banners/
||affiliate.vpn.express/scripts/$script
||affination.com^*/banners/$third-party
||africaguinee.com/nds/banners/
||africaguinee.com/sites/default/files/banniere_
||africanmanager.com/oad/
||afrik-cuisine.com^*-partenaires.
||afromeet.com/img/ban_
||agroligne.com/images/banners/
||agroligne.com/images/partenaires/
||agroligne.com/images/rsa.png
||air-journal.fr/wp-content/uploads/ad-
||airsoftnews.fr/wp-content/partenaires/
||airspringworld.*/getvideos&*&name=
||ajoutezvotresite.com/partenaires/
||alalettre.com/pics/pecho.png
||alapage.ma/images/carglasshome.gif
||algeriatenders.com/pub/
||algerie-eco.com/wp-content/uploads/$media
||algerie-eco.com/wp-content/uploads/*-banner.
||algerie-eco.com/wp-content/uploads/*-banniere-
||algerie-eco.com/wp-content/uploads/*/*-728.
||algerie-eco.com/wp-content/uploads/*/alg-eco-
||algerie-eco.com/wp-content/uploads/*/alg-eco.
||algerie-eco.com/wp-content/uploads/*/alliance.
||algerie-eco.com/wp-content/uploads/*/kia-sportage.
||algerie-eco.com/wp-content/uploads/2018/02/mdi-
||algerie-focus.com/wp-content/uploads/$subdocument
||algerie-focus.com/wp-content/uploads/2017/05/Sans-titre-12.jpg
||algerie-focus.com^*/banner-
||algerie-site.net/block_slider.
||algerie-site.net/pub/
||algerie1.com/assets/pub/
||algerie360.com/pub360/
||algerie360.com/wp-content/uploads/*/1090x250-
||algerie360.com/wp-content/uploads/*/300x600-
||algerie360.com/wp-content/uploads/*/Banniere
||algerie360.com/wp-content/uploads/*/fond-
||algerie360.com/wp-content/uploads/*/habillage-
||algerie360.com/wp-content/uploads/2017/05/Algeria-360-*.jpg
||algerieclic.com/images/bandeau/
||algerieclic.com/images/baniere_principale/
||algerieclic.com/images/lateral/
||algeriepatriotique.com/wp-content/uploads/*-partenaires.
||algeriepatriotique.com/wp-content/uploads/*-patriotique-
||algeriepatriotique.com/wp-content/uploads/*/banner-
||algeriepatriotique.com/wp-content/uploads/*/banniere-
||algeriepatriotique.com/wp-content/uploads/2018/03/lotopluslaki.png
||algeriepatriotique.com/wp-content/uploads/2018/04/Hadra-fr.jpg
||algerlablanche.com/pub/
||aliasdmc.fr/js/dmc_banniere.js
||aliasdmc.fr/publicsyst/
||aliceadsl.fr/modules/shopping.
||alimentation-france.com/*/pubs/
||alldebrid.fr/lib/images/pub_
||allmetsat.com/data/pub/
||alloforfait.fr/wp-content/themes/alloforfait15/v/m-red-
||alloref.com/images/cdp
||alloref.com/images/maxdetrafic.gif
||alsacreations.com/pub/
||alsacreations.com/xmedia/pubs/
||alternatives-economiques.fr/pics_bdd/habillage/
||alternatives-economiques.fr/pics_bdd/pub/
||alterpresse.org^*/l560xh70/
||alterpresse.org^*/l720xh90/
||alvinet.com/images/pub.gif
||amateur2sexe.fr/droibam/
||amateur2sexe.fr/droite/
||amateur2sexe.fr/fooboom/
||amateur2sexe.fr/footers/
||amateur2sexe.fr/haubim/
||amateur2sexe.fr/haut/
||amateur2sexe.fr/include/$script
||amateur2sexe.fr/static/haut/
||amateur2sexe.fr^*/pub-
||amateurdesexe.com^*/zone_hard.gif
||amazon.wii-info.fr^
||andlil.com/prorealtime-trading-
||android-dz.com/pub/
||android-dz.com/wp-content/uploads/*/habillage-
||android-dz.com^*/uploads/*-300-600-
||android-dz.com^*/uploads/*/300x200.
||android-dz.com^*/uploads/*/Android.jpg
||android-mt.com/wp-content/uploads/2018/11/bouygues.jpg
||animefight.com^*/partenaires/
||animeka.com/_img/cache/partner/
||annonce.lequipement.fr^
||annonces-automobile.com/images/data/banniere/
||annonces-automobile.com/images/partenaire/
||annonces-dz.com/bellat.png
||annonces-nc.com/PUBS/
||annonces.ci/widgets/$third-party
||annonces.nc/pubs/
||annonces.nc/wam_pubs_
||annonciaweb.com/ZZ-intr-*.
||annu-liens.com/templates/arfooo/images/agencecc.jpg
||annuaire-horaire.fr/public/swf/paysage.swf
||annuaire-inverse-france.com/s/i/*/ad
||annuaire-inverse-france.com/s/i/encart_
||api.annonces.nc/posts/random-boosted
||apipub.oumma.com^
||aps.dz/images/banners/clients/
||arabwebtv.com/arabwebtv.gif
||archaic.fr/wp-content/uploads/link-library-images/
||archimag.com/sites/archimag.com/files/*-ban-900x150_
||archimag.com/sites/archimag.com/files/adds/
||argentmania.com/contentzonename/
||ariase.com/css/themes/
||ariase.com^*/media/pub/
||asse.fr^*/bandeau_ok.swf
||asse.fr^*/banniere_mcc_billetterie.gif
||assets.allocine.fr/js/website/webedia-money.
||asso-web.com/pub/
||astuces-grand-mere.fr/wp-content/uploads/2015/12/cdiscount.gif
||astuces-pratiques.fr/users/leplanb
||astuto.fr/wp-content/uploads/2023/04/bs.png
||athle.org/upload/marketing/
||atlantico.fr/*-img/$xmlhttprequest
||ats.dz/img/partenaires/
||ats.dz/slider2.html
||aufeminin.com/include/
||aufeminin.com^*%$subdocument,xmlhttprequest
||aujardin.info/img/pub/franceabris/
||aurelienr.com/liens/
||auto-moto.com/wp-content/uploads/sites/9/2014/12/boutonParuVendu.jpg
||auto-moto.com/wp-content/uploads/sites/9/2015/07/Bouton-Automoto.jpg
||auto-utilitaire.com/files/banners/
||autodeclics.com/images/partner/
||autodeclics.com/inc/iframe/300x90.php
||autojazair.com/wp-content/uploads/*-banniere-
||autojournal.fr/wp-content/plugins/voiture-occasion/
||autojournal.fr/wp-content/uploads/autojournal/2022/04/300x160.jpg
||automobiles.nc/pubs/
||automobiles.nc/wam_pubs_
||autoplus.fr/wp-content/plugins/voiture-occasion/
||autoreflex.com^*/logo_map_partenaires.png
||autosurf.fr/campagnes/
||autosurf.me/pub-
||autotracer.org/cnc/?
||aviss.fr/wp-content/uploads/*/pubH.jpg
||ballad-et-vous.fr/wp-content/uploads/*-carr%$image
||ballad-et-vous.fr/wp-content/uploads/*-carre%$image
||ballad-et-vous.fr/wp-content/uploads/*-pub.
||ballad-et-vous.fr/wp-content/uploads/*/avogadro-argis-isolation-thermique-ballad-et-vous.jpg
||ballad-et-vous.fr/wp-content/uploads/*/bandeau-$image
||ballad-et-vous.fr/wp-content/uploads/*/berger-jardin-octobre-
||ballad-et-vous.fr/wp-content/uploads/*/pub-
||banquepopulaire.fr^*/habillages/
||banques-en-ligne.fr/img/hb-
||banques-en-ligne.fr^*/habillage.
||bas88.com/data/$image
||batiactu.com/cap_batiactu/
||batiactu.com/cap_pub/
||batiactu.com/images/pub/
||batiactu.com/sites/all/libraries/bati/cronjobs/specials.js
||batiactu.com^*/partenaire/
||batiment.nc/pubs/
||bbox-news.com/forums/banniere-
||bc.vc/mload.gif
||bdgest.com/habillages/
||bdgest.com/prepub/
||beaute-test.com/img/habillages/
||beaute-test.com^$subdocument
||beaute-test.com^*.php?$image
||becompta.be/sites/default/files/banners/
||bedetheque.com/javascript/campagne?
||belgianfootball.be/sites/default/files/img/banners/
||belgique-tourisme.be/images/db/banner/
||belgiumapps.lesoir.be/iframe/
||bergaag.com/wp-content/themes/bergaag/img/banniere-
||besac.com/habillage/
||best-fr.com/images/abcdelaremuneration.gif
||best-fr.com/images/le1er.gif
||bibamagazine.fr/extension/mfstandard/design/standard/javascript/lib/reload/mf.
||bienpublic.com/images/pub/
||bigbike-magazine.com/media/HABILLAGE/
||binnews.in/_images/pub/
||bioalaune.com/sites/default/files/add_600/
||bioalaune.com/sites/default/files/homeccdef2.jpg
||bioalaune.com/sites/default/files/mobile_habillage/
||bismirabbika.com/img/*.gif
||bismirabbika.com/img/uxware.png
||bitcoin.fr/wp-content/uploads/2021/03/paymium.jpg
||blague.info/pub/
||bleachmx.fr/wp-content/uploads/bleach-
||blog-adulte.fr/sextoy.gif
||blog-nouvelles-technologies.fr/wp-content/annonceurs/
||blog-rct.com/propensities/
||blog.fonepaw.fr/wp-content/themes/fonepaw/img/transparent.jpg
||blog.lesoir.be/*/banniere_
||blog.lesoir.be/geeko/wp-content/uploads/sites/58/2015/06/im21bZ0
||blog.lesoir.be/geeko/wp-content/uploads/sites/58/2015/06/N8-np_S
||blog.lesoir.be/geeko/wp-content/uploads/sites/58/2015/12/IMU.jpg
||blogsbd.fr/public/boulet-notes-t10.jpg
||boiteajeux.net/img/pub/
||bongacams.com/load-promo/
||bonporn.com/iframext/
||bons-plans-elise.fr/wp-content/uploads/$third-party
||booska-p.com/images/*-habillage-
||booska-p.com/images/habi-
||booska-p.com/img/operations/
||booska-p.com/js/lolilol.js
||bourse-dz.com/wp-content/uploads/2019/11/Banniere-site-externe-1.jpg
||boursier.com/illustrations/campaigns/
||boutique-marketing.net/*160x
||boutiquelingeriesexy.com/affiliates/
||brain-magazine.com/images/_habillages/
||brain-magazine.fr/images/banners/
||bricozone.fr/styles/soft_responsive/xenforo/layout/j
||browserapi.manomano.*/banner-campaigns?*=bottom_banner&
||bu2z.com/desktop/pub/
||buzzdefou.com/wp-content/themes/bztheme-child/images/dj_kayz.jpg
||buzzwebzine.fr/wp-content/banners/
||ca-anjou-maine.fr/*/carrousel-mini-promo.html
||ca-anjou-maine.fr/content/binary/*_fond_
||ca-anjou-maine.fr/content/binary/*_tetiere_
||ca-briepicardie.fr/content/binary/vente_flash_
||ca-centrest.fr/content/binary/*_annonce_
||ca-centrest.fr/content/binary/*_banniere_
||ca-centrest.fr/content/binary/*_fond_
||ca-centrest.fr/content/binary/*_promo_
||ca-sudrhonealpes.fr/*/fullscreen_
||ca-sudrhonealpes.fr/*_1920.jpg
||ca-sudrhonealpes.fr/content/binary/*_annonce_
||ca-sudrhonealpes.fr/content/binary/*_banniere_
||ca-sudrhonealpes.fr/content/binary/*_fond_
||ca-sudrhonealpes.fr/content/binary/*_promo_
||ca-sudrhonealpes.fr/content/binary/habillage_
||cache.go4up.com/assets/img/abutoned.gif
||cache.go4up.com/assets/img/Download-button.gif
||caci.dz/files/banner/
||caci.dz/pub
||cadremploi.fr/emploi/jsp/include/home/bloc_promos.jsp
||caf.fr/sites/default/files/cnaf/Images/Headers/VDF/
||caledoccaz.com/PUBS/
||cambro.tv/player/html.php
||camclips.cc/api/proxy?
||camer.be/UserFiles/file/images/pub/
||cameroon-info.net/img/banners/
||camptocamp.org/static/images/pub/
||canal-plus.com/creatives/assets/
||canal-plus.com/image/56/3/611563.jpg
||cap-sciences.net/upload/pubs/
||capinfoproreport.batiactu.com^
||capinfoproreport.com/cap_pub/
||capital.fr^*/boutons-pub-header/
||careerbuilder.fr/lts/jobstreamintl.aspx?
||carrefoune.com^$script
||carrefour.fr/api/v1/recommendations?
||carrefour.fr/js-ssr/footer-partner-banner.
||carrosseriemagazine.com/image/carrosserie/pub/
||casavie.com/images/index_logo.gif
||casavie.com/pubs/
||castorsrhonealpes.fr/images/banners/
||causeur.fr/wp-content/uploads/*/bannie%CC%80re-
||cbanque.com/i/*/habillage
||cbanque.com/i/media/04i/004966i1b4.png
||cbmanga.fr/images/pubs/
||cci.fr/sites/default/files/src/pub/
||cciaf.org/uploads/tx_macinabanners/
||cdiscount.com/imagesok/*/partners/
||cdiscount.com/include/*/op_skin/
||cdmail.fr//pro/Images/ban_
||cdmail.fr/bandeau/
||cdmail.fr/banniere/
||cdmail.fr/pro/images/ban_
||cdn-partners-references.lesoir.be^
||cdn.betacie.com^*/autopromo/
||cdn.bvoltaire.fr/media/2016/06/flexi-pierre-bv.gif
||cdn.flvto.biz/js/*_popup_
||cdn.flvto.biz/push_app.js
||cdn.lechiffredaffaires.dz/wp-content/uploads/2022/03/investplus-300x201.png
||cdn.mgig.fr/2020/03/mg-955d46a3-59d5-462b-9a97-full.jpg
||cdn.ouedkniss.com/medias/okps/
||cdn.scanmanga.eu/*/hGUvc/
||cdn.scanmanga.eu/*/hHUvc/
||cdn.scanmanga.eu/img/*/habillage_
||cdn.tirage-gagnant.com/js/dynamic-ban-
||cdn.tirage-gagnant.com/js/popup.js/CJS2019_06_Crea_OpenMinded_Site_2106_Def.jpg
||cdna.meilleurmobile.com/$subdocument
||cduporno.fr/disc.js
||cduporno.fr/themes/netleixtube/js/popupplayer.js
||celebjihad.com/images/*.gif
||celebjihad.com/widget.js
||centerblog.net/buyproxies-
||centerblog.net/cadre-*?zoneid=
||centerblog.net/cu.js
||centerblog.net/your-private-proxy-
||centreimmo.com/contents/edition/lien/
||cergyvie.fr/wp-content/uploads/*/pub-
||cession-commerce.com/images/bandeaux/
||cession-commerce.com/images/pub_
||cheminots.net/forum/uploads/*/B3F0CA1B-1340-4BCC-A1FE-7250D6ABB2B0.jpeg
||cheminots.net/forum/uploads/*/banniere_
||chococlic.com/photo/mod-21199920.png
||choisir-ses-lunettes.com^*/banners/
||choisir-ses-lunettes.com^*/bannieres/
||choualbox.com/js/siteunder.js
||choualbox.com/pub/
||chouf-chouf.com/wp-content/*/banniere-
||chronopost.fr^*/public/visuels/partenaires/
||cine-media.fr/pictures/habillages/
||classistatic.com^*/img/*_Kijiji_AD_
||clictune.com/?ref=$subdocument
||cliniqueregain.com/images/banner
||cliniqueregain.com/images/sex/
||clubpoker.net/medias/images/club-poker/habillages/
||clubpronostics.com/wp-content/images/bookmakers/pmu-
||clubpronostics.com/wp-content/images/bookmakers/winamax_
||cmonecole.fr/images/banners/
||cmonecole.fr^*/upload/image/partenaires/
||cmsmadesimple.fr/uploads/images/banners/
||coco.fr/chat/bigban
||coco.gg/chat/bigban
||coincodex.com/apps/coincodex/lib/$subdocument
||coingecko.com/assets/partners/
||commentcamarche.net/api/block/
||commitstrip.com^*/images/wejusthavetoeat/
||comparatif-vpn.fr/wp-content/uploads/*/comparatif-vpn-
||compteur-gratuit.fr/images/bandeau_
||compteur-gratuit.fr/pub_
||comptoir-info.com/pb/
||condor.dz/imgs/bannieres_accueil/294.jpg
||confidentielles.com/*/pubimppixel.php?
||confidentielles.com/bloquage_liens.js
||confidentielles.fr/dl/images/habillage/
||config-gamer.fr/images/*__pub__
||config-gamer.fr/images/banners/
||conseils-courseapied.com/images/boutique-marathon/
||conseils-courseapied.com/images/overstims/
||conseils-courseapied.com/images/partenaire/
||conseilsmarketing.fr/wp-content/pub-ebook-
||coques-iphone.com/modules/blockPub
||courrierlaval.com/images/wallpaper/
||cowcotland.com/images/habillage/$image
||cpasbien.fi/z-
||crack-wifi.com/forum/img/banniere-
||creadunet.com^*/overall_header_iframe.html
||creas.prismamediadigital.com/tv/jeux-push/300x225-michelin.gif
||credit-agricole.fr/IMG/mp4/
||cresus.dz/media/widgetkit/bandeau-
||cresus.dz/media/widgetkit/banner-
||cresus.dz/media/widgetkit/banniere-
||cresus.dz/media/widgetkit/pub-
||critique-livre.fr/wp-content/themes/default/images/stock.png
||crypto-adz.com/view/
||csconstantine.com^*/fb-like-pop.js
||ctqui.com/pub/
||cut.so/banner/
||cyberbricoleur.com/jscripts/su.js
||cyclisme-mag.com/includes/*/habillage/
||dafont.com/img/hdf.png
||dailyuploads.net/images/adobephotoshop.jpg
||darjadida.com/pub/
||dcraddock.uk/images/download1.gif
||ddl-island.*/bup/
||ddl-island.*/pop/
||ddl-island.*/pub/
||ddl.to/images/download1.gif
||ddl.to/images/download2.gif
||ddownload.com/images/download1.gif
||ddownload.com/images/download2.gif
||dealsdugamer.fr/wp-content/uploads/2020/03/encart-argentplus.jpg
||degroupnews.com/*/img/fond/
||degroupnews.com/*/img/sidebar/
||demotivateur.fr/images/hab*.jpg
||depechedekabylie.com/themes/ddk/img/pub_
||des-vieilles-salopes.com/promo/
||developpez.com/show_i.php
||developpez.com/template/offres.php?
||developpez.net/forums/anooffresdvp.php?
||developpez.net/template/extra.php?
||dia-algerie.com/amor/
||dia-algerie.com/pub/
||dia-algerie.com^*/bann
||diaspordc.com/wp-content/uploads/*-bann$image
||dici.fr/sites/dici.fr/files/*/300x173xaxa-bertrand.jpg
||dici.fr/sites/dici.fr/files/*/300x173xchatelain.jpg
||dici.fr/sites/dici.fr/files/*/xsfac.jpg
||dimension-ingenieur.com^*/PUBING/
||dimension-ingenieur.com^*/Pubs/
||direct-radio.fr/auto_promotion/
||directhopital.com/upload/pub/
||directvelo.com/images/*/pub-
||directvelo.com/images/habillage/
||directvelo.com/images/partenaires/
||distrowatch.com/images/k/
||djelfa.info/logo/
||dknews-dz.com/themes/frontend/images/desigual.jpg
||dl-protect.link/assets/images/dd
||dl-protect.link/assets/images/dl
||dl-protect.link/assets/images/st
||dlive.pagesjaunes.fr^
||dmcdn.net/mc/skin_assets/Orange_noel_2012_hub/
||dmtk.linternaute.com^
||dnslookup.fr/images/pubalto.gif
||doc.btc.com/*/poster/production/explorer-banner.json
||doc.btc.com/*/poster/production/main-space.json
||doc.btc.com/poster/banner/
||docvelo.com^*/kamvban.gif
||dojinshi.biz/wp-content/uploads/*.gif
||domimmo.com/assets/img/app/di/financement/
||douploads.com/sw
||down-paradise.com/asset/bull.js
||dramapassion.com/box.jpg
||dramapassion.com/images/aside/pub_
||dsih.fr/pub/
||dvbxtreme.com/wp-content/uploads/2016/03/CCCAM-VUPLUS.gif
||dvbxtreme.com/wp-content/uploads/2016/03/free-cccam.jpg
||dynamique-mag.com/files/pub/
||dynamique-mag.com/images/partenaire/
||dz-algerie.info/wp-content/uploads/2021/01/jpgliliane.jpg
||dzair-info.com/images/1santeb.gif
||dzair-info.com/images/algerianewsb.gif
||dzentreprise.net/wp-content/uploads/DZEJuner.swf
||dzfoot.com/swf/
||dzfoot.com/upload/hs_
||dzsat.org/images/fastcccam_banner.gif
||dzsat.org/images/iptvabo3.gif
||dzsat.org/images/micmac.gif
||dzsat.org/images/pubicosium.gif
||e-mazal.com/images/banp2.gif
||e-mazal.com/images/MacaronBOW.gif
||e-orientations.com^*/habillage/
||e-sante.fr/sites/default/files/templates/$image
||e-sushi.fr/imagearticle/$script
||e-tchat.net/302pop.js
||e-tchat.net^*/partenaire/
||easy.onvid.
||easyrencontre.com/promo
||echangedeclics.com/files/ban
||echangedeclics.fr/files/ban
||echangedeclics.fr/images/echange
||echangedeclics.fr/images/maxdetrafic.gif
||echoroukonline.com/sponsors2015/
||eco-algeria.com/sites/default/files/*-banner-
||eco-algeria.com/sites/default/files/pub_
||economiematin.fr^*-ban-300x150.
||ed-protect.org/xvideo.js
||edcom.fr/images/gaml/
||edcom.fr/images/habillage/
||edcom.fr/images/jbl.png
||edcom.fr/img/popins/
||edcom.fr/img/skins/
||editeurjavascript.com/bans/
||editeurjavascript.com/bans2/
||editions-humanis.com/Pubs/
||educastream.com/IMG/Image/*-cligno.gif
||educastream.com/upload/popin/
||egaliteetreconciliation.fr/img/
||egaliteetreconciliation.fr/squelettes/images/solider/
||egora.fr^*/pub/
||ekipotel.net/_pub/
||elahmad.com/ads/
||elahmad.com/js/extreme.js
||electrodz.com/wp-content/uploads/*-pub-
||electrodz.com/wp-content/uploads/*-pub.
||electrodz.com/wp-content/uploads/*/pub-
||electrodz.com/wp-content/uploads/*/pub.
||electromagazine.fr/images/banners/
||electromenager-compare.com/images/*?nzkcheck=
||electromenager-compare.com/images/main/*/pub.jpg
||elevage-poules.com/Images/matpoules.gif
||elheddaf.com/data/pub/
||elitepresse.com/wp-content/uploads/*/ban*.
||elitepresse.com/wp-content/uploads/*/pub*.
||elkhabar.com/media/uploads/images/*-habillage-
||elkhadra.com/wp-content/plugins/99robots-interstitial-overlays-
||elmoudjahid.com/images/pub
||elmoudjahid.com/upload/img/vpub.
||elwatan.com/campub/
||elwatan.com/img/swf/
||elwatan.com/wp-content/uploads/2019/06/pub_aid_cevital.gif
||embauche.nc/pubs/
||emoto.com/img/pub/
||emploi-energie.com/banniere/
||emploipartner.com/template/pubs/
||emploipartner.com/uploads/banners/
||emploipartner.com/uploads/pubs/
||emploitic.com/images/bandeau/
||emploitic.com/images/banner/
||emploitic.com/images/banners/
||emu-fr.net^*/img_partenariat/
||emu-france.com/wp-content/themes/emufrance/*casino
||emule-island.*/bup/
||emule-island.*/pop/
||emule-island.*/pub/
||emule-island.*/yoo.php
||endurotribe.com/wp-content/uploads/*/fond-site-
||ennaharonline.com^*/images/habillage-
||enquete-debat.fr/wp-content/uploads/2017/11/betclic-1.gif
||enstream.plus/1.png
||enstream.plus/2.png
||enstream.plus/playerhd.php?
||entreprise-oran.com/domotique-maison-intilligente-
||entreprise-oran.com/file/*/agence_de_voyage_
||entreprise-oran.com/file/*/agence_location_voiture_
||entreprise-oran.com/file/*/assitance_dossier_visa_
||entreprise-oran.com/file/*/assurance_voyage_
||entreprise-oran.com/file/*/cafeteria_oran_
||entreprise-oran.com/file/*/creation_de_site_web_
||entreprise-oran.com/file/*/creationsiteweb.
||entreprise-oran.com/file/*/imprimerie_algerie_
||entreprise-oran.com/file/*/invitation_chine_
||entreprise-oran.com/file/*/omra_individuelle_
||entreprise-oran.com/file/*/reservation_billet_
||entreprise-oran.com/file/*/reservation_hotel_
||entreprise-oran.com/file/*/transfert_aeirprot_
||entreprise-oran.com/file/*/voyage_organise_
||entreprise-oran.com/file/manual/cafeteria-oran-
||entreprise-oran.com/guide-restaurant-hotel-
||entreprise-oran.com/promotion-immobiliere-
||entrevue.fr^*/image/global/habillage-
||envirojob.fr/img/pub/
||epinalinfos.fr/wp-content/banners/
||equirodi.be/images/pub/
||equishopping.com/img/pub/
||eroprofile.com/ra/
||eroprofile.com^*/nvbl.
||esoxiste.com/wp-content/images/*.gif
||esoxiste.com/wp-content/images/bandeau-
||esoxiste.com/wp-content/images/banni%C3%A8re-
||esoxiste.com/wp-content/images/pub-
||espaceagro.com/frasp/
||espritlib.com/banniere/
||essonneinfo.fr/slide/articles/*/Massy-1000x90-
||estrepublicain.fr/images/pub/
||etr.fr/partner/
||eugenol.com/images/abcdentpro.jpg
||eugenol.com/images/canalpalatin.png
||europixhd.*/js/ads
||europixhd.*/js/banner-
||exerciceabdo.fr/wp-content/uploads/*/bann
||exerciceabdo.fr/wp-content/uploads/*/capsimax.png
||exerciceabdo.fr/wp-content/uploads/2014/07/the-vert.png
||exerciceabdo.fr/wp-content/uploads/2014/07/Whey-protein.png
||expomaroc.ma/pub/
||extreme-down.*/uploads/telecha$image
||extreme-down.*/xvideo.js
||extreme-download.*/uploads/telecha$image
||extreme-download.*/xvideo.js
||f-secure.com/static/general/img/banner/
||f1i.com/wp-content/themes/*/site/pics/hype/
||faf.dz/pub/
||faf.dz/wp-content/uploads/2021/10/unnamed.jpg
||faire-un-site.com/images/pub_
||fcnantes.com/includes/sponsor/
||fdata.over-blog.net^*/js/ob.bar1*.js
||fdesouche.com/wp-content/themes/*/js/libs.js
||fdesouche.com/wp-content/uploads/2018/02/71hx4NsnLRL._SL1000_-1.jpg
||fdesouche.com/wp-content/uploads/2018/02/arlo.jpg
||fdesouche.com/wp-content/uploads/2018/02/ArloQ_Header.jpg
||fdesouche.com/wp-content/uploads/2018/02/Sans-titre-2.jpg
||feed4u.me/feedipop.js
||femmeactuelle.fr/assets/images/cosmoeus-mobile.jpeg
||femmeactuelle.fr/assets/images/cosmoeus.jpeg
||femmeactuelle.fr/dist/img/partner/
||ferrarista.fr/forum-ferrari/uploads/referral-$image
||ffr.fr/static/partenaires.json
||fiches-auto.fr/_carre_300_
||fifostream.tv/video.html
||file-upload.net/include/$subdocument
||filecrypt.*/blob/
||files-save.com/noyaux/pub/
||files.macg.co/macgupload/
||files.meteofrance.com/habillage/
||filierepro.fr/images/banners/
||filmpornofrancais.fr/misty-brook-
||filmsexeporno.com/vpn.gif
||filmsexeporno.com/vpn2.gif
||filmstreaming1.*/templates/filmstreaming/images/468
||filmstreaming1.*/templates/filmstreaming/images/pub/
||filmstreaming1.*/templates/filmstreaming/images/vodb.gif
||filmsvostfr.*/jscripts/
||finbuzzactu.files.wordpress.com/*/180x150
||finbuzzactu.files.wordpress.com/*/240x400
||finbuzzactu.files.wordpress.com/*/250x250
||finbuzzactu.files.wordpress.com/*/image-couple2016.jpg
||finbuzzactu.files.wordpress.com/*/sex-pistol.jpg
||firebasestorage.googleapis.com^$domain=avito.ma
||fitshr.net/pg.php
||flaghit.com/images/nordvpn.gif
||flam.me/*/divers/partners/
||flashkof.fr/flash/partenaires.swf
||flashmatin.fr/pub/
||flashresultats.fr^*/image/banner/
||flaticon.com/banner
||flaticon.com/edge/banner
||flux.liberation.fr/fnac/
||flv-tool.pornravage.com^
||fm93.com/images/publiereportage/
||fm93.com/js/larouche
||fm93.com/webradio/gabarits-webradio-poppers-bg.jpg
||fm93.com/webradio/poppers-
||fm93.com^*/pub/
||fmgsconcept.com/tvcom/images/shop/
||fmgsconcept.com^*/images/pub/
||focusur.fr/wp-content/plugins/simple-popup-manager/
||football.fr^*/habillage/
||footballclubdemarseille.fr/*-img/$xmlhttprequest
||footendirect.com/images/wrap-
||force-download.*/lib/js/outils.js
||force-download.*/yellowtoolbar/
||forexalgerie.com/img/*/pub/
||forexalgerie.com/img/*/pub_
||forexalgerie.com/img/blackbull/336-280-desktop.png
||forexalgerie.com/img/fiver300_600.png
||forexalgerie.com/img/pub/
||formation-dz.com/images/banners/
||formation-dz.com/modules/mod_banners/
||forum.ad/publi/
||forum308.com/images/lavageautomoto-5.jpg
||forumactif.*/dx?i=
||forumconstruire.com/img/*/bandeau_
||forumconstruire.com/img/*/habillage/
||forumconstruire.com/img/*/promoto/
||forumconstruire.com/img/letsgo/
||forumconstruire.com/img/pb_nf/
||forumconstruire.com/img/pubs/
||forumconstruire.com/img/sicked/
||forumconstruire.com/letsgo/
||forumdz.com/pub/
||forzamotorsport.fr/img/pub/
||framapad.org/static/img/bearstech_hosted.png
||framboise314.fr/wp-content/uploads/*/banner-
||framboise314.fr/wp-content/uploads/*/pub_
||framboise314.fr/wp-content/uploads/2020/06/our-300250.gif
||france-alerte.com/wp-content/uploads/popup.jpg
||france-pittoresque.com/Espace_Mag_
||france-pittoresque.com/expstickybar.js
||france-pittoresque.com/pub.js
||france-pittoresque.com/pubexterne.htm
||france-troc.com/includes/inc_bandeau.php?
||francefootball.fr/pub/
||francemobiles.com/img/pub/
||francesoir.fr/sites/francesoir/files/promoitpret300x600.gif
||francetransactions.com/habillages/
||francetransactions.com/img/habillage
||francetv.fr/css/habillagepub/
||francoischarron.com/datascontent/insertech
||francoischarron.com/images/icon-vs-
||francoischarron.com/images/votre-site-article.png
||francoischarron.com^*/dfp/
||francoischarron.com^*/placeholder/
||francoischarron.com^*/pubs/
||frandroid.com/plsbl/
||frandroid.com/wp-content/themes/*habillage_
||frandroid.com/wp-content/themes/humanoid-redesign/assets/images/oneplus6t_countdown.jpg
||frandroid.com/wp-content/themes/humanoid-redesign/assets/images/red-sfr/sidebar-img-22.png
||free-proxy.cz/i/HMA/
||free-reseau.fr/images/ban_
||free-strip-games.com/images/banners/
||free-strip-games.com/swf/
||free-telechargement.*/images/7pzIy9Y.jpg
||free.fr/webmails/pub/
||freelance-informatique.fr/images/banniere
||freemilfporn24.com^$script
||freemilfporn24.com^*.gif
||freenduro.com/images/banners/
||freenews.fr/wp-content/uploads/2016/11/freenews0728x90FRNetObs.png
||freeonline.org/detroitchicago/
||freeonline.org/images/skin-
||freepik.com/coupons/popup?
||freepik.com/media/img/banners/
||frenchweb.fr/wp-content/uploads/2018/02/webinar4opportunites.jpg
||frenchweb.fr/wp-content/uploads/2020/01/Nuxeo3001201200.png
||frenchweb.fr/wp-content/uploads/2020/01/Ozitem040220728.png
||frigoristes.fr/images/*_ban.
||frigoristes.fr/themes/frost/images/annonceurs/
||frprn.com/even/
||fullxmovies.com/catcheur-haut.php
||fullxmovies.com/fakeplayer/
||fullxmovies.com/payglad/
||fullxmovies.com/randomthumbs*.
||fun4fun.com/pubs/
||funradio.fr^*/skin/promo/
||fusacq.com/buzz/*/encarts/
||fusacq.com/images/megabanners/
||fusacq.com^*/images/pub.gif
||gamalive.com/img/pub-
||game-guide.fr/*/images/pub/
||gameblog.fr/images/promo/
||gameblog.fr/scripts/ebam/
||gameblog.fr/skins/$image
||gamekult.com/ajax-info/partner-
||gamekult.com/i/partenaires/
||gamer-network.fr/wp-content/*/g2a-
||gamer-network.fr/wp-content/uploads/*/banniere.
||gamereactor.dk/prerolls/
||gamovideo.com/js/ulnt.js
||gauleporno.xxx/assets/js/head.
||gauleporno.xxx/nbjs/
||geeek.org/amazon/
||geek-malin.fr/pm-728.gif
||geekopolis.fr/images/habillage_$image
||generation-nt.com/img/habillages/
||geny.com/web/images/genybet/
||geo.fr/extension/geo/design/geo/images/planetride.gif
||geoflotte.com/temp/part/
||gerardmerinfo.fr/fondpub/
||gerardmerinfo.fr/wp-content/banners/
||givemefile.fr/images/banners/
||gizchina.it/wp-content/uploads/*-banner.
||gktorrent.sh/z-
||glenatbd.com/images/banners/
||glenatbd.com/images/skins/
||glenatmanga.com/upload/habillage/
||goal.*/uploads/promotion/
||goal.com^$subdocument,~third-party
||gofile.io/plugins/sw2/
||goldenboys.fr/images/klops-promo-goldenboys-180x180-v5.jpg
||goldenmoustache.com/wp-content/uploads/*/300x250
||gonzai.com/wp-content/uploads/*/gonzai-renault.$image
||goziga.com/ban/
||goziga.com^*/banangela.gif
||goziga.com^*/banhead_
||goziga.com^*/goziga_underflv.gif
||gratostel.com/images/*/bandeau_
||gratuiciel.com/media/*-pub-
||gratuiciel.com/media/*/habillage/
||gratuiciel.com/media/pubs/
||grimper.com/media/habillage/
||groupolitan.be/fr/partners/iframe/
||gsmforum.tv/mep0-animated.gif
||gsmforum.tv/micro-box-468-final.gif
||gsmforum.tv/pub/
||gsmforum.tv/special%20credit.gif
||gsmforum.tv/unnamed.gif
||guardiana.net/img/boutons/
||guide-alger.com/images/banners/
||guide-du-travail.com/images/promo/
||guide-fitness.fr/images/Investir123.gif
||guide-hebergeur.fr/img/lwssuper
||guide-hebergeur.fr/pub/
||guide-lavage.com/image/guide-lavage/pub/
||guinee7.com/wp-content/uploads/*-460x68-
||guinee7.com/wp-content/uploads/*-800x120-
||guinee7.com/wp-content/uploads/*/baniere-
||guinee7.com/wp-content/uploads/*/banni%c3%a8re-
||guinee7.com/wp-content/uploads/*/banniere-
||gum-gum-stream.*/wp-content/uploads/*.gif
||gum-gum-streaming.*/extension.js
||gum-gum-streaming.*/pub.js
||gum-gum-streaming.*/wp-content/uploads/*.gif
||hackforums.net/uploads/mam/$image
||handroit.com/annonceur/
||handroit.com/upl/slideshows/
||happymod.com/static/img/pvpbar-
||hdss.*/playhd.
||hdss.watch/player/
||hearthstone-decks.com/pub2/
||hentai-3x.com/images/out
||hentai-paradise.fr/getblock2
||hentai-paradise.fr/vast/
||hentaibox.fr/hbS/
||hentaibox.fr^$script
||hentaihaven.org/_
||hentaihaven.org/beta/
||hentaihaven.org/lube/
||heures.be/template/images/publi/
||hibamusic.com/pub/
||hifipcguide.com/wp-content/uploads/smsl-ad18-hifi.jpg
||hiqqu.xxx/static/n/
||histoire-pour-tous.fr/images/banners/
||histoires-de-sexe.net/graf/
||hitek.fr/img/*-ban.
||homecine-compare.com/images/*?nzkcheck=
||homecine-compare.com/images/main/*/pub.jpg
||homecinema-fr.com/iframe-header-300x600-
||homecinema-fr.com/images/
||homecinema-fr.com/pubs/
||horlogeparlante.com/wp-content/uploads/2021/*_08_99_05_
||hotvideo.fr/pub/
||hotvideo.fr^*/banners/
||hours.be/template/images/publi/
||html.net/dm/recovery.js
||humanite.fr/sites/default/files/field/image/banniere_
||humanite.fr/sites/default/files/medias/*/header_pub_
||i.esprit-click.com^
||ichhar.sante-dz.com^
||ichmama.xyz/appsource/
||ici-londres.com/data/img/raw/top-website-banner-
||idf1.fr/banner/
||idf1.fr/partner/
||idurarweb.com/file/manual/conception_logo_
||idurarweb.com/file/manual/conception_site_
||idurarweb.com/file/manual/formation_infographie_
||iframe.lachainemeteo.com^
||igg-games.com/wp-content/uploads/2021/02/hh1.gif
||igg-games.com/wp-content/uploads/2024/02/aaa.jpg
||igg-games.com/wp-content/uploads/2024/02/hhh3.png
||igg-games.com/wp-content/uploads/2024/02/sss.jpg
||igg-games.com/wp-content/uploads/2024/03/f0ff3r-1.jpg
||igg-games.com/wp-content/uploads/2024/03/fhhd-1.jpg
||igg-games.com/wp-content/uploads/2024/03/hx.jpg
||iiv.pl/banner/
||imabox.fr/pub/
||imados.fr^*/habbo/
||imadrassa.com/static/images/background
||imadrassa.com/static/images/next/banner
||imadrassa.com/static/imgfront/offres/banner
||imagelecourrier.vnanet.vn/uploaded//Adv/
||images.fan-de-cinema.com/habillage/
||images.leblogduhacker.fr/2017/12/etre-anonyme-dossier.jpg
||images.leblogduhacker.fr/hidemyassban.gif
||images.opt.be/pictos/logo_
||img.mrsexe.com/dating-gratuit.gif
||img.uefa.com/imgml/comp/ucl/sponsor/
||imgpeak.com/img/
||immobilier.nc^*/medias_pubs/
||impimg.free.fr/pubs/
||info-algerie.com/media/Polo-Sedan.jpg
||informatruc.com/ejs_
||infosoir.com/images/banners/
||inpi.fr^*/klee_evenement/
||installations-home-cinema.eu/images/partner/
||intermarche.com/files/live/sites/intermarche/files/contributed/operation_speciale/*habillage
||internetparsatellite.net/usr/*/images/vskydsl.gif
||internetparsatellite.net/usr/www_internetparsatellite_net/images/*-leaderboard.gif
||internetparsatellite.net/usr/www_internetparsatellite_net/images/nn201*.gif
||investiraucameroun.com/*/pub/
||iphone-forum.fr/accessoire-iphone.png
||iphone4.fr/bannieres/
||iphone4.fr/wp-content/uploads/*-150x114.
||iphone4.fr/wp-content/uploads/*-300x167.
||iphone4.fr/wp-content/uploads/*600X90_
||iphone4.fr/wp-content/uploads/2018/08/thefrench.png
||iphone4.fr/wp-content/uploads/2019/11/capture-*-2019-11-17-*-20.55.54-300x131.png
||iphonetweak.fr/js/prototype.js
||iplocation.net/assets/images/banners/
||ipodtouchisapro.com/wp-content/uploads/*/CTP-banners-
||ipodtouchisapro.com/wp-content/uploads/*/gif-pub.gif
||israelmagazine.co.il/*/wp-cart-for-digital-products/
||israelmagazine.co.il/wp-content/*238x198
||israelmagazine.co.il/wp-content/*250x208
||israelmagazine.co.il/wp-content/*300x250
||israelmagazine.co.il/wp-content/*banner
||israelmagazine.co.il/wp-content/uploads/*/Dr-
||itele.fr/content/skins/*_habillage.
||itmag-dz.com/pub/
||itnewsinfo.com/pub/
||itnewsinfo.com^*/pub/
||ivocommunication.com/amenagement-stands-
||ivocommunication.com/file/*/agence_communication_
||ivocommunication.com/file/*/agence_voyage_
||ivocommunication.com/file/*/amenagement-stands-
||ivocommunication.com/file/*/boite-communication-
||ivocommunication.com/file/*/boite_communication_
||ivocommunication.com/file/*/cadeaux_de_fin_dannee_
||ivocommunication.com/file/*/imprimerie-alger.
||ivocommunication.com/file/*/imprimerie_algerie.
||ivocommunication.com/file/*/imprimerie_algerie_
||ivocommunication.com/file/*/promotion_immobiliere_
||ivocommunication.com/file/2020/10/29/boite_de_communication_alger_1.png
||ivoprint.com/cadeaux-de-fin-dannee-
||ivoprint.com/file/*/27993000_844677042378460_
||ivoprint.com/file/*/agence_communication_oran_
||ivoprint.com/file/*/agence_voyage_algerie_
||ivoprint.com/file/*/amenagement-stands-
||ivoprint.com/file/*/amenagement_stands_algerie_
||ivoprint.com/file/*/boite-communication-
||ivoprint.com/file/*/cadeaux_de_fin_dannee_
||ivoprint.com/file/*/impression_alger_
||ivoprint.com/file/*/imprimerie-alger.
||ivoprint.com/file/*/imprimerie_alger_
||ivoprint.com/file/*/imprimerie_algerie.
||ivoprint.com/file/*/promotion_immobiliere_
||jackypc.com/bann*.swf
||jasonsavard.com/js/jasonsavard.js
||jeanmarcmorandini.com/sites/jeanmarcmorandini.com/files/morandinisante.jpg
||jemangejemincis.fr/wp-content/uploads/*banner
||jemangejemincis.fr/wp-content/uploads/immune-
||jemontremalingerie.com/*.php
||jemontremesfesses.com/*.php
||jemontremontorse.com/*.php
||jemontremontorse.com/images/banners/
||jeretiens.net/wp-content/uploads/2020/10/amazon_prime_
||jeretiens.net/wp-content/uploads/2020/10/offre_amazon_prime_
||jeu-tarot-en-ligne.com/pubs/
||jeu.net/pub/
||jeu.video/bg/bg-
||jeu.video/bg_pb/
||jeunessedalgerie.com/photos/pub1.jpg
||jeux-gratuits.com/images/*/bandeau-
||jeux-hentai.com/bg/
||jeux-hentai.com/videos/
||jeux-mmorpg.com/habillage/
||jeux-mmorpg.fr/media/habillage/
||jeux-sexe-gratuit.com/img/
||jeux-sexe-gratuit.com^$media
||jeux-sexe-gratuit.fr/images/banners/
||jeux.org/vda/
||jeuxetcompagnie.fr/wp-content/uploads/*/Habillage-
||jeuxvideo.com/ope/
||jeuxvideo.com/pub/
||jeuxvideo.com/sponso/
||jeuxvideo.com/sponso_
||jeuxvideo.org/wp-content/themes/jv/habillage/
||jeuxvideo24.com/code_user_1.html
||jeuxvideo24.com/membres/bonsplan/
||jheberg.net/images/mp.png
||jobculture.fr/wp-content/uploads/*/cfp*.gif
||jobculture.fr/wp-content/uploads/*/eac*.gif
||journaldelenvironnement.net/images/pub_
||journaldesfemmes.fr/api/block/
||journaldu4x4.com/wp-content/uploads/*-banni%C3%A8re.
||journaldu4x4.com/wp-content/uploads/*-pub.
||journaldu4x4.com/wp-content/uploads/*.gif
||journaldu4x4.com/wp-content/uploads/*/300x250
||journaldu4x4.com/wp-content/uploads/*/banner-
||journaldu4x4.com/wp-content/uploads/*/pub-
||journaldu4x4.com/wp-content/uploads/*/publicit%C3%A9-
||journaldugeek.com/content/*/carrefour-desktop.js
||journaldugeek.com/wp-content/themes/*/habillages$image
||journaldumusulman.fr/wp-content/uploads/*.gif
||journaldumusulman.fr/wp-content/uploads/*/fond-
||journaldumusulman.fr/wp-content/uploads/*ban
||journaldumusulman.fr/wp-content/uploads/2021/04/kid.jpg
||journaldumusulman.fr/wp-content/uploads/2021/04/kidludik-top.jpg
||journaldunet.com/api/block/
||journaldupirate.com/vpn2.png
||journaldupirate.com/vpn4.png
||journalintime.com/static/pubs/
||judgehype.com/pub2/bg.php?
||juif.org/img/partners/
||jumia.*/static/cms/*/ads/
||jumia.*/static/cms/*?downsize=
||juristatic.com/public/js/Composant/Wengo/notify.js?
||juristatic.com/public/js/lib/*_popup.js?
||justgeek.fr/img/widgets/$image
||k2nblog.com/?$xmlhttprequest
||kacemb.com/kdda/sponsors/
||kairn.com/*/pub.
||kairn.com/files/pub/
||kalo.onvid.
||kamehashop.fr/partenaire/
||katibin.fr/pubs/
||katibin.fr/wp-content/uploads/*/600x100-
||katibin.fr/wp-content/uploads/*/BG_
||katibin.fr/wp-content/uploads/*/katibin-
||kelbillet.com/services/dfp_$xmlhttprequest
||keriximmo.net/_pub/
||keriximmo.net/images/habillage-
||kidiklik.fr/images/vendos/
||kimcartoon.*/scripts/xvideo.js
||kissanime.ru^$subdocument
||kiteboarder-mag.com/media/habillage/
||kits-graphiques-deluxe.com/images/pub1.jpg
||koaci.com/pub/
||kommunauty.fr/images/banniere_k-600x100.jpg
||konbini.com^*/xhabillage_
||korben.info/app/uploads/*/LogoAgarik_
||korben.info/app/uploads/*/mrf*.$image
||korben.info/app/uploads/*/seagate-
||korben.info/app/uploads/2015/12/ag.png
||korben.info/app/uploads/2018/06/CB1198675309-
||kyngseca.com/forum/images/pub.gif
||l.liberation.fr/img/promo/
||lacanausurfinfo.com/admin/images/pubs/
||lacanausurfinfo.com/ressources/pub/
||lacasadeel.net/banners/
||lacoccinelle.net/generic.js
||ladepeche.fr/js/ab.
||ladiagonale.net/wp-content/uploads/2023/02/pub_article.jpg
||ladmedia.fr/var/public/storage/images/teasers/
||lafermeduweb.net/images/promote/
||lafranceapoil.com^*.php$script
||lakroa.mg/images/pub/
||lamanchelibre.fr/habillage/
||lamanchelibre.fr/images/*-banniere-
||lamanchelibre.fr/images/teaser_phr_web.jpg
||lanationdj.com/wp-content/uploads/*/output_$image
||langochat.net/partenaires/
||lanouvellerepublique.fr/pub/
||lanutrition.fr/images/banners/
||laposte.net^*/scripts/pub_
||laprovence.com/sites/all/themes/lpv4/js/pubs.js
||laptopspirit.fr/js/suo.js
||laptopspirit.fr/wp-content/uploads/new/f22j.gif
||laptopspirit.fr^*/habillage-
||laradieuse.com/images/logo-ooreedoo.jpg
||lareclame.fr/wp-content/uploads/*/hbllg-
||largus.fr/*/includes/javascript/advertising/
||lasurfeuze.com/index.php?page=banner
||lasurfeuze.com/tagsky.php
||latribunedz.com/Contenu/files/bannersFile/
||launedalgerie.com/images/stories/U/buy%20now.jpg
||launedalgerie.com/images/stories/U/mah.jpg
||launedalgerie.com/images/stories/U/wiko.jpg
||lautomarche.com/wp-content/uploads/*/auto-pub-
||lautomarche.com/wp-content/uploads/*/pub-
||lautomarche.com/wp-content/uploads/2014/10/emerger-animation5-copie-31.gif
||lautomarche.com/wp-content/uploads/2014/10/flash-liqui-moly-kadiri-copie1.gif
||lautosurf.com/images/cdp
||laverite.mg/images/Autodiffusion-
||laverite.mg/images/pub-
||lcd-compare.com/images/*?nzkcheck=
||lcd-compare.com/images/main/*/pub.jpg
||le1er.net/pub-
||le2minutes.com/pub/
||leboncoin.fr^*-habillage-
||lebuteur.com/danone/
||lebuteur.com/data/gilette.jpg
||lebuteur.com/data/hs.jpg
||lebuteur.com/data/pub/
||lebuteur.com/interstitiel/Scripts/
||lebuteur.com/interstitiel/swf/
||lecafedugeek.fr/wp-content/uploads/2020/12/600x600-fr.png
||lecancer.fr/media/*/logo_partenaires_
||lechiffredaffaires.com/images/banners/
||lecho.be/ad/
||lecompagnon.info/promo/
||lecourrier-dalgerie.com/images/pub.gif
||lecourrier-dalgerie.com^*/Banni%C3%A8re-
||lecture-en-ligne.com/*/pubs.php
||ledemondujeu.com/pubcoin
||ledevoir.com/documents/image/pub/
||ledgerwallet.com/images/promo/
||lefigaro.fr/assets-components/partenaires/
||lefigaro.fr/com/bazachic/
||lefigaro.fr/com/cadre-emploi/
||lefigaro.fr/com/collectorsquare-box/
||lefigaro.fr/com/explorimmo_loc/
||lefigaro.fr/com/luisaviaroma/
||lefigaro.fr/com/mytravelchic-box/
||lefigaro.fr/com/store/
||lefigaro.fr^*/bazarchic/
||legagnant.com/files/banners/
||legalis.net^*/swf/pub_
||legazdeschiste.fr/images/banner_
||leguide.com^*/ad/
||lejournaldelemploi.dz/images/banners/
||lelectronique.com/images/xshopping-
||lelogicielgratuit.com/media/js/popupGenerator.min.js
||lemde.fr^*/partenaires/
||lemeilleurdupsg.com/pub/
||lemidi-dz.com/images/pub/
||lemondeinformatique.fr/ajax/recuperation-pub.php?
||lemoniteurdubatiment.be/images/mediafactory_
||lemoteurdusexe.com/images/*-shop.gif
||lemoteurdusexe.com/img/promo/
||lenetexpert.fr/footer-denis.jacopini-redacteur
||lenouvelliste.com/images/pub/
||lensois.com/wp-content/uploads/*/BMW-
||lensois.com/wp-content/uploads/*/LE-FIL-INFO-
||lensois.com/wp-content/uploads/*/MINI-
||leparisien.fr/manchettepub/
||leparisien.fr^*/partenaires/
||leparking-moto.fr/images/alter-
||leparking.fr/images/alter-
||leparking.fr/images/Habillage_
||leparking.fr/upload/partners/
||lepetiteconomiste.com^*/pub-
||lepetiteconomiste.com^*/swf_banniere_
||lepoint.fr/images/promo/
||lequipe.fr/*/js/popin$script
||lequipe.fr/basilic.php
||lequipe.fr/elements/img/promos/
||lequipe.fr/jambe/
||lequipe.fr/partenaires/
||lequipement.fr/epsigon/style/EkipPrixEnDirect/
||lequipement.fr/uploads/habillage/
||lequotidien-oran.com/img/pub.jpg
||lerepairedesmotards.com/img/pub/
||les-energies-renouvelables.eu/cssimg/site/*160.jpg
||les-horaires.fr/ajax/staytuned.popup.
||les-terrains.com/ajax/iframe/
||les-terrains.com/assets/background/
||les-terrains.com/bandeau_
||les-terrains.com/bd_images/
||les-terrains.com/images/link_
||les-terrains.com/images_pub/
||les-terrains.com^*.gif$image
||lesechos.fr/pratique/
||lesechos.fr/promo-solutions/
||lesimprimantes3d.fr/partenaires/
||lesmobiles.com/habillage/
||lesmobiles.com/img/mobile-banners/
||lesmobiles.com/img/popins/
||lesmobiles.com/img/skins/
||lesmobiles.com/img/slidebars/
||lesnumeriques.com/habillages/
||lesoirdalgerie.com/articles/*/dzauto.swf
||lespac.com/1/banners/
||lespagesmaghreb.com/assets/fransabank_pharma-
||lespagesmaghreb.com/campaigns/
||lespagesmaghreb.com/gollums/0000/8222/legrand.gif
||lespagesmaghreb.com/particles/$subdocument
||lesparrains.fr/images/lesParrains.fr/offers/habillage_
||lestrepublicain.com/modules/mod_flexbanners/
||letelegramme.fr/js/dfp_
||letopdusexe.net^
||letour.fr^*/partenaires.
||letoutx.com/pubs/
||letraitdunion.com/images/headset/
||letraitdunion.com/images/wallpaper/
||lettres-modeles.fr/include/$subdocument
||lexpress.fr/doc/minisites/laposte/
||lexpress.fr/doc/minisites/solution_business/
||lexpress.fr/doc/partenaires/
||lexpress.fr/pub/
||lexpressiondz.com/files/banners/
||lfp.fr/images/pub/
||lhebdoduvendredi.com/pubs/
||libe.com/libepartnerships/
||libellules.ch/infomaniak-hosted-by-black-transparent.png
||liberte-algerie.com/data/pub/
||libertyvf.*/libertyland/images/partenaire/
||libre.eu/homepage/relooking/
||lienscash.com/?ref=$subdocument
||lig.liberation.fr^
||ligloo.fr/images/CreditImmo300x250px.gif
||limametti.com/wp-content/uploads/2020/08/whatsapp-image-2020-08-27-at-10.06.48-300x200.jpeg
||limetorrents.*/static/images/limetorrents_ad.jpg
||linternaute.com/api/block/
||linternaute.fr/api/block/
||live.whassup.fr/*&campaign=
||livecad.net/img/pub_
||livefoot.fr/1800x1000-affiliation.
||livefoot.fr/images/habillage_
||lkeria.com/media/Polo-Sedan.jpg
||lkeria.com/media/publier-
||lnc.nc^*/habillage-lnc/
||lnr-dz.com/pub/
||lobourse.com/pub/
||location-etudiant.fr/pubs/
||logicielespion.com/wp-content/uploads/2017/11/BL-LE.png
||logicielmac.com^*/habillage/
||logicielmac.com^*/zpub/
||logicielmac.com^/pubs/
||logitheque.com/media/*-pub-
||logitheque.com/media/*/habillage/
||logitheque.com/media/*/zpub/
||logitheque.com/media/pubs/
||loractu.fr/uploads/ad/background/
||lotusnoir.info^*/images/pub/*_bandeau
||lotusnoir.info^*/images/pub/*_banniere
||lotusnoir.info^*/images/pub/*_skyscrapper
||lotusnoir.info^*/images/pub/ora-jeux-
||lyad.com/testrv/popdiv2.asp?
||lyoncapitale.fr/lyoncapx/
||lyonmag.com/medias/habillages/
||ma-reduc.com/campaigns/covering/
||ma-reduc.com/img/meahabillage/
||macbidouille.com/banners/
||maddyness.com/wp-content/uploads/2016/05/serre-numerique-maddyness.jpg
||made-in-algeria.com/_medias_files/pub_files/
||made-in-tunisia.net/_medias_files/pub_files/
||madeinfoot.com/pub/
||madstef.com^*/images/pubs/
||maghrebemergent.com/bannie
||maghrebemergent.com/images/banners/
||maghrebemergent.com/images/logosmarques/
||maghrebemergent.info/bannie
||maghrebemergent.info/images/banners/
||maghrebemergent.info/images/logosmarques/
||maghrebex.com/_medias_files/pub_files/
||maghrebstar.com/images/MSPUB.gif
||maidenfrance.fr/images/banniere-
||mailorama.fr^*/wearing/habillage_
||maison-travaux.fr/wp-content/uploads/*/bouton-300x160.
||maison-travaux.fr/wp-content/uploads/sites/8/2019/06/bouton.jpg
||maison-travaux.fr/wp-content/uploads/sites/8/2019/10/300x160-1.jpg
||maison-travaux.fr/wp-content/uploads/sites/8/2021/04/deco.jpg
||mameworld.info/net/pics/da.gif
||mamytwink.com/pub2/bg.php?
||manager-online.fr/images/sidebar/
||manga-news.com/js/_external.js
||manga-news.com/public/bans/
||manga-sanctuary.com/pub*/*.php?
||manga-versus.fr/wp-content/plugins/popup-builder/
||mangovideo.*/player/float.php
||mangovideo.*/player/html.php
||manifone.com/banner/
||mappy.com/*/files/campaigns/
||mappy.com/services/annoncesjaunes/
||margxt.fr/wp-content/uploads/2022/12/mgs-shop-2.jpg
||margxt.fr/wp-content/uploads/2022/12/mgs-shop.jpg
||marianne.net/photo/background-
||maroc1000.net/pub/
||matchendirect.fr/image/tux/
||matin.mg/wp-content/uploads/*/matin_
||mature-amateur.com^$script
||max-videos.com/tools/
||maxisciences.com/js/amazon/
||maxisexy.com/pub/
||maxxxblog.com/disclaimer-st.js
||mayottehebdo.com/images/banners/
||mayottehebdo.com^*/pub_bottom.
||med.tn/uploads/banners/
||media-ext.wanarun.net^
||media.freepik.com/sponsor/
||media.funradio.fr/online/image/*_skin-vip$image
||media.lelogicielgratuit.com/*/img/banner-
||media.peterhahn.fr/is/image/peterhahn/*_skyscraper_
||media.quetelecharger.com/*/img/banner-
||media.rtl.fr/online/image/*_skin-
||media.rtl.fr^*/image/*_habillage$image
||mediabong.*/campaign/
||mediabong.*/loader.js
||mediaguinee.org/wp-content/uploads/*-460x68-
||medialot.fr/wp-content/uploads/*/Logo-
||medialot.fr/wp-content/uploads/*/pub-
||medias.jds.fr/medias/direct/*/habillage_
||mediastay.net/delivery/
||mediscom.com/_medias_files/pub_files/
||mediscom.com/imagix/cv_annonceurs/
||meditationfrance.com/2018-images/topban-
||meetine.net/ban/
||meetine.net/bannieres300/
||meetine.net/bannieres728/
||meetmuslima.net/ban/
||meetmuslima.net/bannieres300/
||meetmuslima.net/bannieres728/
||mega-debrid.eu/images/cessfull.png
||meilleures-grandes-ecoles.com/*/int-mb/
||meilleures-grandes-ecoles.com/images/habillage/
||meilleures-grandes-ecoles.com/intertitiel/
||meilleures-licences.com/*/int-mb/
||meilleures-licences.com/images/habillage/
||meilleures-licences.com/intertitiel/
||meilleurmobile.com/scripts/home-mea.js
||meilleurmobile.com/scripts/var_xml_backgrounds.js
||meilleurmobile.com^*background$script
||meilleurs-masters.com/*/int-mb/
||meilleurs-masters.com/images/habillage/
||meilleurs-masters.com/intertitiel/
||meilleurstreaminggratuit.com/cgi-bin/snippet.cgi?
||melty.fr/wp-content/cache/min/1/affilizz.js
||memoireetvie.com^$subdocument
||mensuelautomobile.com/files/banners/
||mensup.fr/*/pub/
||mensup.fr/jeux-concours/$third-party
||mensup.fr/photo_cc/
||mes-dialogues.net^*/gaysize.gif
||mesbagages.com/images/habillage/
||mesbagages.com/images/pub/
||mesdialogues.net^*/gaysize.gif
||mesliensx.com/images/bannieres/
||mesnotices.fr/shopping/
||mesphotos.com/tirage-photo-numerique/image/*_habillage_*.jpg
||metaboli.fr/partners/gamekult/
||meteo.nc/images/stories/accueil/regie/
||meteo.pf/images/exemples/pub_
||meteo81.fr/datas/pubs/
||meteo81.fr/zones/
||metronews.fr/partenaires/
||mfteam.fr/wp-content/uploads/*/fond.png
||michelin.fr/data/public/field/image/
||midi-madagasikara.mg/pub/
||millenium.gg/images/contenu/habillages/
||millenium.gg/indexpub.php?
||minecraft.fr/wp-content/uploads/2019/09/acheter-
||minuteur-en-ligne.fr/pub/
||miroirsocial.com/uploads/images/partenaires/
||mister-auto.com^*/visuals/*_background_
||mitula.*/destacadosPisosSEM.
||mmzstatic.com/wp-content/uploads/*940$image
||mobile.matchendirect.fr/html_template/mobile/header_info.html
||mobilealgerie.com/600_600.php
||mobilealgerie.com/banniere_
||mobilealgerie.com/files/banners/
||mobilealgerie.com/js/defilbanner_interieur.js
||mobiles-actus.com/img/integrations/$image
||modding.fr/images/ldlc.jpg
||modding.fr/images/matnet_f.jpg
||mon-compte.org/img*compte
||mon-compte.org/img*connecte
||monaco.mc/pages/getbandeau.jsp?
||monbestseller.com/sites/default/files/pushs/
||monbestseller.com/sites/default/files/styles/push/
||mondedux.com/catcher/
||mondialrelay.fr/media/*/banniere-ducat
||mondissimo.com^*/bannerdisplay.asp?
||monpetitforfait.com/wp-content/uploads/*/ban
||monpetitforfait.com/wp-content/uploads/*/byoubn
||monpetitforfait.com/wp-content/uploads/*/hab
||monpetitforfait.com/wp-content/uploads/*/hbb
||montagnes-magazine.com/media/HABILLAGE/
||montelimar-news.fr/annonces/
||montelimar-news.fr/images_promos/
||montelimar-news.fr/inter1/
||montelimar-news.fr/inter2/
||montelimar-news.fr/pub1/
||montelimar-news.fr/pub2/
||moov.mg/fancybox/
||moov.mg/images/*-bg.jpg
||moov.mg/images/offres/
||moov.mg/images/pub/
||moov.mg/images/X8_Madagascar.jpg
||moov.mg/sites/default/files/styles/original/public/$image
||moto-net.com/images/decosite/habillage-
||moto-station.com^*Habillage*.jpg
||moto85.com/images/interface/livingrocskin.jpg
||moustiq.com^*/bans/
||movinstream.com/uploads/pubs/
||moxt.com/*.html
||mr-annonce.fr/images/pub/
||mrmondialisation.org/wp-content/uploads/*/banniere-
||mstx.com/top/bans/
||mtvnimages.com/habillage/
||mubawab-media.com/habillagesPictures/
||multiup.*/compiled_js
||musculaction.com/images/*-300x420.
||musculaction.com/images/*-960x90.
||musculaction.com/images/nutripure-
||musculaction.com/img/245x90-
||muslimette-magazine.com/wp-content/uploads/*/125X125-
||mvideoporno.xxx/wp-content/uploads/*/banner
||mvideoporno.xxx/wp-content/uploads/*/porno
||my-meteo.fr/web/site/ajaxPubs
||mybad.fr^*.gif
||mybloggertricks.googlecode.com/files/mbtlikebox2.js
||myfreesurf.com/partenaires/
||mymanga.io/ga/
||myzen.tv/images/banners/
||myzen.tv/images/OmmStudio.jpg
||narcity.com/assets/$script
||natoms.com/js/partner/
||nautiljon.com/pub*/*.php?
||nautisme.nc/pubs/
||neko-sama.fr/images/affiliate_
||neomag.fr/e-pubs/
||neozone.org/blog/wp-content/uploads/2018/02/ubersquare.jpg
||neozone.org/blog/wp-content/uploads/2018/05/ub2.jpg
||nestoria.fr/jsp/include/banners/
||netbeopen.com/clients/*/img/partners/
||netiris.fr/imgs/wengo/
||nextwarez.com/wp-content/uploads/*-300x250.
||nextwarez.com/wp-content/uploads/*/banner_rapidseebox_
||nikopik.com/wp-content/uploads/*/Pub-JeuxRouille.png
||nikozen.fr/wasnap_
||nintendo-master.com/fichiers/kelkoo_covers/
||nintendo-master.com/img/background/
||nintendo-master.com/img/default/fullsize_
||niooz.fr^$subdocument
||niquons.com/baner
||niquons.com/header/
||niveales.com/media/habillage/
||nordicmag.info/wp-content/uploads/*_habillage_
||norefer.com/images/echangedeclics.png
||norefer.com/images/fornobody.png
||norefer.com/images/legagnant.png
||nospartenaires.com/images/alloref.gif
||notretemps.com/images/annonceurs/
||notsmutty.com/notsmutty.
||notube.net/*sw.js
||nouvelobs.com/les-bons-plans-shopping/
||nouvelobs.com^*/iframe-boxes/
||nouvelobs.com^*/partenaria
||numerama.com/content/*/ban-expressvpn.
||numerama.com/content/*/incontent-expressvpn.
||numerama.com/content/*/sidebar-expressvpn.
||numerama.com/content/themes/*habillage_
||numeric.dz/IMG/swf/NUMERIC_KIA_MOTORSE_
||objectifgard.com/wp-content/uploads/*-banniere
||objectifgard.com/wp-content/uploads/*/613x154-
||objectifgard.com/wp-content/uploads/*/habillage-
||objectifgard.com/wp-content/uploads/*/top-affiche-
||official-film-illimite.*/wp-content/uploads/*/banner
||official-film-illimite.*/wp-content/uploads/*/Zonestream.jpg
||ogaming.tv/assets/img/shop/
||ogaming.tv/sites/*/files/backgrounds/
||ogaming.tv/upload/background/image/
||ogaming.tv/upload/partner/
||ohmydollz.com/pub2012/
||okpay.com/img/a/
||olivierdauvers.fr/wp-content/uploads/*-promoflash.gif
||omg.esprit-click.com^
||on-veut-du-cul.com/img/pub/
||on-veut-du-cul.com^*/partenaire/
||one.nbstatic.fr/media/external/
||online-xxxmovies.com^$script
||online-xxxmovies.com^*.gif
||onlinetri.com/graphics/Z3R0D_16WEB_ONLINETRI_TBAG_header.jpg
||onlinevoyance.fr^$subdocument
||onvasortir.com/fond$image
||onvasortir.com/habillage_$image
||onvasortir.com/pub/
||onvasortir.com/triogical_anime.gif
||openingstijdengids.nl/template/images/publi/
||openingsurengids.be/template/images/publi/
||openrunner.com/upor/bg/
||opensourcecms.com/demo/arvixe.php
||openspa.webhop.info/img/electrocrisan_
||openspa.webhop.info/img/sponsors/
||openstreetmap.org/assets/banners/
||opensubtitles.org/libs/js/jquery/jquery.bpopup.min.js
||opensubtitles.org^$subdocument,~third-party
||opensubtitles.org^*/banners/
||opex360.com/pub/
||opinion-assurances.fr/images/assurlandlink03_2016.gif
||opt.be/images/db/banner/
||orientation-chabab.com/images/banniere-
||orientation-chabab.com/img/pub.
||ostreaming.tv/images/btn_
||ostreaming.tv/player/
||otaku-attitude.net^*/okazu-manga.gif
||otakufr.co/wp-content/uploads/*-300x115-
||otakufr.co/wp-content/uploads/*/banner.
||ouedkniss.com/medias/images/
||ouestfrance-auto.com/widget/$third-party
||ouifm.fr^*/images/partners/
||oujdacity.net/kelkoo*.html
||outils-web.com/frm_menu_
||ovnis-direct.com/_media/img/medium/*banner-
||pagesjaunes-dz.com/pub/
||pagesjaunes.fr/js/pj_ad.js
||pagesjaunes.fr^*pub#position=
||pagesroses.co/bannieres/
||papvacances.fr/images/*-partenaire-
||papystreaming.*/bn-cs.gif
||parlonspiscine.com/pubs/
||partenaire.leparticulier.fr^
||partners.challenges.fr^
||passback.free.fr/console/html/pub.html
||passeportsante.net^*/controls/pub/
||passionlachasse.com/publi
||perfectgirls.*/*/|$script
||perfektdamen.*/*/|$script
||permispratique.com/photo/*_habillage_
||petit-bulletin.fr/multimedia/fond/
||petit-bulletin.fr^*/habillage
||petite-annonce-gratuite.com/encarts/bannieres/
||petitfute.com/img/partenaire/
||petitfute.com^*/images/pubs/
||pharmaciengiphar.com/sites/default/files/produits-
||pharmasite.fr/img/pub/
||pharmasite.fr/medias/pub/
||pharmnet-dz.com/img/pubs/
||pharmtroc.com/images/pub/
||php.blick.ch/static/*_blickdeal/
||phpsources.org/images_amazon/$image
||pictime.fr/boss/img/
||piecesauto.nc/pubs/
||pizzahut.fr/img/habillage_site.jpg
||plancul-gratuit.*/disclame-
||plancul-gratuit.*/disclamer.
||plancul-gratuit.*/popupPerso/
||plancul-paris.*/disclame-
||plancul-paris.*/disclamer.
||plancul-paris.*/popupPerso/
||planet-casio.com/*/Images/Banniere.png
||planet-casio.com/images/partenaires/
||planet.fr/partenaires/
||plateformemedia.com/pub/
||playe.vidto.
||plx.gameblog.fr^
||plx.tukif.com^
||pmd-vp-aka.canal-plus.com^
||pme-dz.com/wp-content/uploads/2019/07/01.jpg
||pme-dz.com/wp-content/uploads/2019/07/02-1.jpg
||pnc-contact.com/pub/
||pole-emploi.fr/accueil/image/mmlelement/pj/5b/ac/90/77/ffabtour-banniere-web-v50089.gif
||pole-emploi.fr/accueil/image/mmlelement/pj/62/a3/83/19/gif-rdv-de-ladie_pe35046.gif
||pole-emploi.fr/WebUnidialog//bandeaupieddepage/
||pons.com/p/files/dict_images/widgets/
||pooki.fr/img/integrations/habillage
||pooki.fr/js/popup.
||pop.porn.fr^
||pop3.porn.fr^
||porn.com^$xmlhttprequest
||porn.fr/v3/index.php?
||pornburst.xxx/assets/js/head.
||pornburst.xxx/nbjs/
||porndoe.com/movie/preroll/$media
||porndoepremium.com/video/fake.
||porno-gratuit.ws/boost/
||porno-gratuit.ws/images/catcher_
||porno-gratuit.ws/infopop.php
||pornvideospass.com^$script
||pornvideospass.com^*.gif
||pov-house.com/images/banners/
||prelude.me/public/pub/
||presse-citron.net/*/wp-content/*/habillage
||prix-portables.fr/js/suo.js
||prix-portables.fr^*/habillage-
||produits-asiatiques.com/img/asie-shopping
||produits-asiatiques.com/img/massage-chinois
||progonline.com/js/message_display.js
||projectfreetv.*?d=300x250
||promo.vador.com^
||pronosoft.com/*/bookmakers/unibet/
||pronosoft.com^*/bookmakers/bwin/
||protect-url.net/imgbup/
||ps3-infos.fr/p/
||psgenforce.net/upload/Bwin/
||pub.babygo.fr^
||pub.jeuxactu.com^
||pub.le360.ma^
||pub.lesinrocks.com^
||pub.macommune.info^
||pub.nyu-nyu.com^
||pxrbl.megafilms.me^
||pyrenees-passion.info/WP_img_ban/
||pyrenees-team.com/graphics/baniere/logo.jpg
||qariya.info/adv/
||qassa.fr/images/*/wallpaper/
||ra-sante.com/wp-content/uploads/2020/01/isosteo.gif
||rabbitfinder.com/bannieres/
||radinmalinblog.com/wp-content/uploads/*/pub_
||radio-monaco.com/images/banners/
||radio.fr/assets/js/clickperformance/RAD_station.release.js
||radiorcj.info^*/pub/
||rainanime.net/xvideo.js
||rajacasablanca.com/site/images/flash_banners/
||raje.fr/images/banners/
||rakuten.com/visuels/*-habillage.
||rapeporn.name^$script
||rapghetto.com/uploads/res.jpg
||rapidgator.net/images/pics/
||recette.supertoinette.com/150944/m/autopromo.jpg
||reclame.lequipement.fr^
||recreatisse.com/strumae/
||recreatisse.com/wp-content/uploads/2018/09/xamazon.png
||redirection-web.net/img/ewr-marque-blanche.gif
||redirection-web.net/img/google-a.gif
||reezocar.com/assets/img/vvv/
||references.lesoir.be/widget/
||referentiel.nouvelobs.com/file/rw300/
||reflectim.fr/wp-content/plugins/popup-builder/
||regie.hiwit.org^
||regie.story-fr.com^
||remiremontinfo.fr/pub/
||renault-safrane.com/banierre_partenaire/
||rencontres-coquines.jacquieetmichel.net/jm/?
||rencontresanslendemain.net/wp-content/uploads/*/banni%C3%A8re-
||rencontresanslendemain.net/wp-content/uploads/*/banniere-
||rennes-infos-autrement.fr/wp-content/uploads/2022/02/une-
||rennes-infos-autrement.fr/wp-content/uploads/2022/03/sangles-photo-creationacc.jpg
||rennes-infos-autrement.fr/wp-content/uploads/creationacc-portefeuille-cuir-souple.gif
||rennes-infos-autrement.fr/wp-content/uploads/pub-
||republicain-lorrain.fr/images/pub/
||restoconnection.fr/wp-content/uploads/*_banner_
||reverso.net^*/img/blockers/
||roadsexe.com/rs/
||roulettechat.fr/dynjs/geoloc
||roulettechat.fr/js/adsacwm.js
||roulettechat.fr^*/facebook-api-pub/
||routard.com/img/homepart/budget_air/
||routiers.com/image/routiers/pub/
||rpgfrance.com^*_pubRPGF.
||rpjf.com/pubs/
||rtc.be/images/banners/
||rtc.be/pub/
||rtl.be/ipcreate/widget/jeveux1truc/
||rtl.be/videos/player/vp_videoplaza.js
||rue89lyon.fr/wp-content/uploads/*habillage
||rue89lyon.fr^*/images/pub/
||ruedesjoueurs.com/images/articles-/promo/
||ruedesjoueurs.com/images/banners/
||ruedesjoueurs.com/images/campagnes/habillage/
||ruedufootball.com/images/partners/
||s-sfr.fr^*/pubns.
||s-sfr.fr^*/pubsa.
||s-sfr.fr^*/pubtb.
||s-sfr.fr^*/pubwm.
||s-sfr.fr^*/sky160navmulti.json?
||sabqpress.net/wp-content/uploads/2020/03/0.jpg
||sabqpress.net/wp-content/uploads/2020/03/mobilis.jpg
||sainte-marie-mineral.com/img/pub_
||saison-streaming.com/z-
||salaire-brut-en-net.fr/wp-content/*/img/banners/
||sanctuary.fr/pub*/*.php?
||sataid.net/banners/
||satim-dz.com/images2/
||satlinker.dz/iso_album/partenaires_
||satmag.fr/pub/
||saucissonsexe.com/wp-content/uploads/*.gif
||sbx.pagesjaunes.fr^
||scifi-movies.com/images/site/promo/
||scoopnest.com/content_rb.php?
||script-pag.com/demo/fr/images/pub/
||sdmy168.com/js/tujia.js
||sdv.fr/staticmacg/img/static/avosmac_
||securite.01net.com^
||seduireunhomme.fr/wp-content/uploads/*/Banner_
||sendspace.com/images/shutter.png
||seneweb.com/dynamic/modules/banners/
||senscritique.com/img/*/desktop.jpg
||seriesstreaming.fr/images/partenaire_
||serre-editeur.fr/images/banners/
||sexadonf.net/_images/$image
||sexadonf.net/web/hqlinks.gif
||sexadonf.net^$image,third-party
||sexe-i.com^$script,third-party
||sexeautop.com/js/tube.js
||sexefelin.com/images/*.gif
||sexgratuit.tv/tp/
||sexparadisiac.net/out/
||sexparadisiac.net/static/vod/
||sexparadisiac.net^*/img/pub.
||sfr.fr//arrow/banner?
||sfr.fr/arrow/banner?
||sfr.fr/eTagP/msg.jsp?
||sfr.fr^*/framePub_
||shink.*/img/downloadad.png
||shink.*/js/creative.js
||shoppingbox.liberation.fr^
||signification-prenom.com/images/myprenom-site.gif
||signification-prenom.com/Images/voyance-par-telephone.gif
||silicon.fr/wp-content/uploads/*/skin_
||site-de-cul.com/images/boost/
||skieur.com/media/HABILLAGE/
||skimagazine.fr/media/habillage/
||skitour.fr/campagnes/
||skitour.fr/divers/a/
||skitour.fr/divers/annonces/
||sky-animes.com/pubs/
||sky-animes.com/scripts/liens.php
||slideplayer.*/*/*/|$image
||snowsurf.com/media/habillage/
||sobusygirls.fr/uploads/editor/valentin.jpg
||societe.com/cgi-bin/coalesce?
||societegenerale.fr^*/Habillage/
||sofoot.com/img/sofoot_partenaires/
||soleilinvest.com/ima/prom/
||solimba.com/js/topbar.min.js
||solutions-numeriques.com/wp-content/uploads/*-banniere-
||solutions-numeriques.com/wp-content/uploads/*/habillage-
||soonnight.com/*_ban_partenaire/
||soonnight.com/intro.php?
||soonnight.com^*/bande_partenaires.png
||sortir-prod.s3.amazonaws.com/uploads/annonce/
||sosvirus.net/wp-content/uploads/*336x*.png
||soundlightup.com/wp-content/uploads/pub/
||sourdline.com/banniere/
||sous-la-mer.com/javascripts/sunder.min.js
||sp.nasdaq.com^
||space-blogs.net/include/pub_ra/
||sports.fr^*/habillage/
||sports.fr^*/partenaires/
||stade-lavallois.com/media/anime_logo_gcm_470x90_
||stade-lavallois.com/media/partenaires
||stade-lavallois.com/media/pavecorevatine470x90_
||stade-lavallois.com/media/pubrelaisalsace_
||static.ccm2.net/*/img/appstv/
||static.flashx.*/banner/
||static.flashx.*/img/player.png
||static.flashx.*/js/code.js
||static.lacentrale.fr/ressources/images/pages/home/spot_banner.jpg
||static.latribune.fr/media_right_column/1724839/banque-des-territoires.png
||static.lci.fr/assets/scripts/modules/ad.js
||static.lefigaro.fr/figads/
||static.mediafire.com/images/dl_
||static.neowebcar.com/app/nwc/pix/allianz-widget.jpg
||static.neowebcar.com/app/nwc/pix/cetelem-300.jpg
||static.pornovore.fr/droite/
||static.pornovore.fr/template/defaut/js/123soleil.js
||static.pornovore.fr/zboobz/
||static.rtl.fr/versions/www/*/css/skin.css
||static.rtl.fr^*/skin/$stylesheet
||static.rtl.fr^*/skin/promo/
||static.s-sfr.fr/export/bloc/*/sky*.json?
||static.s-sfr.fr/media*messageriecentral
||static.s-sfr.fr/media/accga.
||static.s-sfr.fr/media/accsky*.
||static.tellerium.com/livestreaming.html
||static.tellerium.com/pepitocaster.html
||static.tellerium.com/usca.html
||static.tellerium.com/wgt.html
||static.wanadoo.fr/webmail/*/meetic_$image
||static.weemove.com/pub/
||static.wii-info.fr/js/outils.js
||static2.vidto.$script
||statique.lamarseillaise.fr/images/actulegales.jpg
||statique.lamarseillaise.fr/images/francemarches.jpg
||statique.lnc.nc/_slider/promo.nc/
||stefgagnant.com^*ban
||storage.googleapis.com/kompagnion/$third-party
||strasbourg-tramway.fr/ban_
||strasbourg-tramway.fr/banner
||strcloud.*/mainstream0
||stream-island.*/bup/
||stream-island.*/pop/
||stream-island.*/pub/
||streambox.club/jsfeed/
||streamonsport.club/livesport.gif
||streamonsport.club/theme/300.png
||streamonsport.club/theme/600.png
||streamtape.*/adult2.js
||streamtape.*/mainstream3
||strtape.*/mainstream3
||sudhorizons.dz/images/banners/
||sunnabox.com/bundles/sunnaboxsalat/img/pub_
||supmag.fr/media/habillage/
||supplychainmagazine.fr/Annonces/
||sur-la-toile.com/images/modami_
||surace-jujitsu.fr/outils/images/pub/
||surf-prevention.com/*/300x300-
||surf-report.com/sites/default/files/wall_
||surf-report.com^*/files/weeman_*.jpg
||surf-report.com^*/wallpaper293x936-
||swisstools.net/*/images/pub/
||sylvainpellier.fr/bandeau/
||synonymes.com/add-img/
||synonymes.com/js/capping-horos.js
||synonymes.com/storpub/
||syskb.com/wp-content/uploads/*-ban.gif
||syskb.com/wp-content/uploads/2020/06/img_5_3_1.gif
||syskb.com^*/wordpress-notification-bar
||t-algerie.com/pub/
||ta-meteo.fr/include/$subdocument
||tag.yourupload.com^
||tahiti-infos.com/photo/*.gif$image
||tahiti-infos.com/photo/*_1083x90.
||tahiti-infos.com/photo/*_banie*.
||tahiti-infos.com/photo/*_banniere_
||tahiti-infos.com/photo/*_habillage_
||tahiti-infos.com/photo/banner_
||tahiti-infos.com/photo/d6757_korando_540x120px_1x.jpg
||tahiti-infos.com/photo/habillage_
||tahiti-infos.com/photo/heiva_pol_
||tahiti-infos.com/photo/mois_de_la_chance__
||tahiti-infos.com/photo/new_korando_new.
||tahiti-infos.com/photo/page_
||tahiti-infos.com^*/1083x
||tayo.fr/images/igraaal.gif
||tayo.fr/images/igrakl-en-bas.jpg
||tayo.fr/images/igrKalMid.jpg
||tchatche.com/123m?
||tcho.fr/assets/img/home_pub.
||team-aaa.com/upload/admin/a_d/
||team-iphone.fr/phpbbtip/images/pub/
||technikart.com/images/banners/
||techpowerup.com/reviyu
||telecharger-jeu-pc.com/layout/728x90
||telechargerunevideo.com/fr/js/aal.js
||telemb.be^*/image/banners/
||telemb.be^*/image/videos/*.mp4
||telemb.tv^*/image/banners/
||telemb.tv^*/image/videos/*.mp4
||telephoneannuaire.fr/resources/amz*.jpg
||telesatellite.com/images/900-600-cloner.jpg
||telesatellite.com/images/ab-bis-module-offert.jpg
||telesatellite.com/images/antennistes-2020.jpg
||telesatellite.com/images/banniere-
||telesatellite.com/images/bg_
||telesatellite.com/images/dc-
||telesatellite.com/images/fransat-
||telesatellite.com/images/lol-qui-rit-sort-prime-video.jpg
||telesatellite.com/images/module-tv-fransat.jpg
||telesatellite.com/images/noel-2019-telesatellite-
||telesatellite.com/images/scdfnjukia.gif
||telesatellite.com/images/soldes
||telesatellite.com/images/tcv-
||telesatellite.com/images/telefoot-
||telesatellite.com/images/telesat-
||telesatellite.com/images/telesat_module_fransat.jpg
||telesatellite.com/images/telesat_rmcsport.jpg
||telesatellite.com/images/telesatellite-soldes-2020-07.jpg
||telesatellite.com/images/the-boys-prime-video.jpg
||telesatellite.com/images/tivusat-2020_
||telesatellite.com/images/tls-rmc-sports-
||telesatellite.com/images/ts-rmc-sport.jpg
||telesatellite.com/images/tvc-
||telesatellite.com/images/tvcorner-
||telesatellite.com/images/un-prince-a-new-york-2-prime-video.jpg
||tendancehotellerie.fr/img/gif/
||tendancehotellerie.fr/img/jpg/
||tendancehotellerie.fr/spip.php
||tendanceouest.com/*/lightbox-
||tennisactu.net/*/encarts_partenaires/
||tennistemple.com/images/shop/bann/
||terre.tv/images/partenaires/
||terredauphinoise.fr/w-sm/media/td/coralie/pub_carburant.jpg
||test-achats.be/*/skins/
||test.sexeanonyme.com^
||tetesaclaques.tv/public/images/promo_
||textograto.com/iframe1.php
||tf1.fr/displaySlideIn.php
||tf1.fr/js/cobrandingPub/
||thedoujin.com^*.php
||thesiteoueb.net/uploads/banniere/
||thevid.*/style/medio/
||ticketac.com/upload/banniere/
||tignes.net/data/habillages/
||tlemcen-electronic.com/dfox.gif
||tlemcen-electronic.com/forum/vf.gif
||tlemcen-electronic.com/mf.swf
||toocharger.com/pub_
||tools.macg.co/widget-refurb/refurb-widget.js
||toolslib.net/assets/custom/img/4d5/
||toolslib.net/assets/img/placeholders/
||toomai.fr/img/banner/
||top-for-phone.fr/visuels/
||topachat.com/images/configo_*compos-
||topanalyse.com/pub/
||topjetm.net^*/img/pub.
||topliste-fr.com/filmsdivx.gif
||torrent9.*/rotation.js
||torrent9.*/vpn_
||toucharger.com/media/files/data/habillage/
||touchdownactu.com/wp-content/uploads/*_unibet_ban_
||tourmag.com/mymodule/$subdocument
||touslesprix.com/img_*/background/
||toutcash.com/images/bandeau-
||touteladomotique.com/pub/
||toutgagner.com/jeux-concours/specifique/img/
||toutmontpellier.fr/bannieres/
||toutpratique.com/imgs/pub/
||trackandnews.fr/wp-content/uploads/*/bg-
||tracking.easyzic.com^
||trafficzipper.com/rotatorShowBanners-
||tranquille-emile.com/wp-content/uploads/*/pub.jpg
||transactiondalgerie.com/images/banners/
||transporteurs.net/image/commun/boutique.gif
||transporteurs.net/image/transporteurs/pub/
||trekmag.com/media/habillage/
||tribunejuive.info/wp-content/plugins/smart-pop-up/
||tribunejuive.info/wp-content/uploads/2012/11/PCC_TribuneJuive.swf
||tribunejuive.info/wp-content/uploads/2012/12/wizo.jpg
||tribunejuive.info^*/module_pubs_
||tribunejuive.info^*/PubTribuneJuive.
||trictrac.net/documents/formats/background_
||trictrac.net/documents/originals/
||trimag.fr^*/tx_macinabanners/
||trixhentai.com/trixhentai.js
||troc-velo.com/images/pub/
||trou-fion.com^
||trovit.*/index.php/cod.get_premium/$xmlhttprequest
||trovitargentina.*/index.php/cod.get_premium/
||trucsdegrandmere.com/cbs.gif
||trucsweb.com^*/ban-$image
||trucsweb.com^*/ban_$image
||tsa-algerie.com/wp-content/uploads/*-ads.
||tube-teen.fr/tools/
||tubixe.com/site/images/*.gif
||tukif.com/webcams/
||turbo.fr/themes/turbo/img/333x50-
||turbobit.net/vbxpvz/
||turf-fr.com/images/*x250.
||turf-fr.com/include/img/*250x
||turfomania.fr/*-publicitaire/
||turfomania.fr/banniere-
||tuto-fr.com/pub/
||tutoriels-video.fr/wp-content/uploads/*/o2switch.png
||tv-express.com/regie/
||tv8montblanc.fr/docs/pub/pave1.jpg
||tv8montblanc.fr/photo/toorrisime.jpg
||tvcom.be/images/stories/bannierespub/
||tvcom.be/index.php?option=com_content&view=article&id=
||twitch.tv/track?
||twodollarclick.com/earnbanner.php?
||ubergizmo.com/banners/
||uhit.eu/iframe-secure.jpg
||uhit.eu/uhit.html
||unblocked2.vip/app/$script
||unblockproject.*/images/expressvpn
||undernews.fr/*/hip-2015_300.gif
||undernews.fr/*/NDH_2k15.gif
||undernews.fr/wp-content/uploads/*-ban.gif
||undernews.fr/wp-content/uploads/*_head.gif
||undernews.fr/wp-content/uploads/2016/06/bitdefender_23.gif
||undernews.fr/wp-content/uploads/2018/04/cyberghost-vpn_inPost.png
||undernews.fr/wp-content/uploads/2019/06/cyberghost_inpost.jpg
||une-recette.com/include/$subdocument
||unionrunningworld.com/upload/bannieres/
||unleashed.fr/media/habillage/
||unsimpleclic.com/wp-includes/js/wp-embed.min.js
||uploaded.net/img/as/
||uploaded.net/js2/*blo
||uploaded.net/video/
||uploadgig.com/static_/$media
||upp-auteurs.fr/annonces/
||urbeez.com/fond$image
||urbeez.com/habillage_$image
||urbeez.com/pub/
||vador.com/showm_
||vador.com/templates/notification/
||vakarm.net/css/sprite_vkm_2.css
||vakarm.net/pub/
||vakarm.net/statics/images/header/*_black.
||vakarm.net/statics/images/main/bg-
||vakarm.net^*/pub/
||vbulletin-ressources.com/forum/planethoster/
||velotaf.com/_themes/velotaf/habillage/
||ventsdouest.com/images/banners/
||ventsdouest.com/images/skins/
||viacredit.net/pub/
||viamichelin.*/img/partners/
||video.videos.vidto.
||videos-de-celebrites.com^$image,third-party
||videos-pornos.eu^$script
||videos.porndig.com/js/videojs.logobrand.js
||vidlox.*/js/$xmlhttprequest
||vidlox.*/video/
||vidmoly.to/static/vastAD.js
||viepratique.fr/wp-content/uploads/sites/*/Bloc_partenaire_
||village-libertin.com/site_rencontre/ban/
||vinted.*/promoted_closets/list?
||vinyculture.com/wp-content/uploads/*-banner-
||viral.onvid.
||virusphoto.com/bannieres/
||visiclic.fr/banniere/
||visual-pagerank.fr/pub/
||vitaminedz.com/images/general/pub-vitaminedz
||vocable.fr/images/banners/bannieres/
||voidspace.org.uk/images/banners/
||voirfilms.*/embediplayer-
||voirfilms.*/templates/*/300x600
||voirfilms.*/templates/*/habillage
||voiturego.com/ezoimgfmt/m.media-amazon.com/
||vosfemmes.com^$script,subdocument
||vostfr.club/system/banners/
||votrepromo.com/pub-
||voxmakers.fr/partenaires/
||voyages-sncf.com/ext/editorial/videos/
||voyages-sncf.com/sites/default/files/*_background_odv_
||voyeur-webs.com/promo/
||vtube.*/api/click/$popup
||vtube.*/api/spots/
||vtube.*/vtu_$script
||vulgarisation-informatique.com/upload/partenariat/
||vuplus.fr/img/cms/partenaire.jpg
||vuplus4k.com/wp-content/uploads/2017/11/02.png
||vuplus4k.com/wp-content/uploads/2017/12/cccam.png
||walfoot.be/pub/
||wamiz.fr/css/habillage/
||wastedamateurs.com/js/script.js
||wawacity.*/img/bopcs/
||web2.$subdocument,domain=0calc.com|0calc.es|0calc.fr|0calc.in|0calc.ru|0rechner.de
||web2.*/|$xmlhttprequest,domain=0calc.com|0calc.es|0calc.fr|0calc.in|0calc.ru|0rechner.de
||webcool69.com/toplist/bans/
||webfrance.com/images/*120135.
||webfrance.com/images/*120600.
||webfrance.com/images/*120max.
||webfrance.com/images/*145100.
||webfrance.com/images/*300250.
||webfrance.com/images/*3002502.
||webfrance.com/images/*56090.
||webfrance.com/images/*58090.
||webfrance.com/images/*72890.
||webfrance.com/images/*980250.
||webfrance.com/images/back*.
||webftp.ki-oon.com^
||weblettres.net/@images/pub/
||webmarchand.be/js/ov.js.php?
||webrankinfo.com/images/partenaires/
||webstar-auto.com/banners_pub/
||webstar-auto.com/documents/document_service_*.swf
||webstar-auto.com/iframe_autos_neufs_occasions.php
||webxfrance.org/images/bann_
||weemove.com/ressources/images/habillages/
||welovebuzz.com/wp-content/uploads/*-habillage-
||welovetennis.fr/medias/pubs/
||weshrak.com^*/imp.php?
||weshrak.com^*/pub.php?
||wgcdn.net/widget/
||whassup.fr/wp-content/uploads/*/banner_
||wheregoes.com/img/banners/
||whois-raynette.fr/*/domaine-libre-big.gif
||whynotclub.com/images/prelinker-
||widermag.com/media/habillage/
||wii-info.fr/ban/
||wii-info.fr/bane/
||wii-info.fr/p/
||wikimonde.com/get_aff.
||wikimonde.com/mo.js
||willemsefrance.fr/media/*/partenariat/
||winamax.fr/img/banners/
||winamax.fr/img/pub/
||windmag.com/media/habillage/
||winds-up.com/pub/
||worldissmall.fr/*/uploads/partenaires/
||wp.com/www.algerie-focus.com/*/banner-
||wp.com/www.algerie-focus.com/wp-content/uploads/2017/05/Sans-titre-12.jpg
||wp.com/www.echangedeclics.*/$image,script,domain=~echangedeclics.com|~echangedeclics.fr
||wp.com/www.echangedeclics.*/files/ban
||x1337x.*/js/script
||xavbox.com/ban/
||xbooru.com/x.
||xn--mto-bmab.fr/include/$subdocument
||xstarsnews.com/admin/gestion_bann/banniere.
||xstarsnews.com/banner-pub/
||yahoo.fr/wp-content/*/habillage/
||yanik.com/pubcitibar.jpg
||yeswefoot.com/annuaire.gif
||yggtorrent.*/assets/img/a/
||yggtorrent.*/assets/img/banner.jpg
||yggtorrent.*/assets/img/vpn_
||yimg.com/dh/ap/default/*/yahoolast.jpg
||yimg.com^*/default/*/Habillage_
||youjizz.com/exoa/
||youjizz.com^*/cache/
||yourbittorrent.com^$subdocument,~third-party
||yts.*/ypt.js
||yts.mx/*.gif
||z-barre.com/fonction/aff*.php
||zahradniarchitektura.com/wp-content/uploads/*-banner.
||zbporn.com/xdman/
||zbporn.com/zpi/
||zdnet.fr/images/base/addv.gif
||zebest-3000.com/*.html
||zestreaming.com/ban.jpg
||zetorrents.biz/z-
||zikinf.com/_services/noab.php?
||zinfos974.com/docs/images/bandeau_
||zone-annuaire.*/images/banniere_
||zone-numerique.com/pub/
||zone-streaming.fr/wp-content/uploads/amazon-video.jpg
||zone-telechargement.*/uploads/*iptv
||zone-telechargement.*/uploads/hola
||zone911.com/images/banners/
||zone911.com/images/logo-banniere/
||zonebourse.com/content_
||zonecss.fr/js/dmc_banniere_
||zoom-algerie.com/charte/images/klash16.swf
||zoom-algerie.com/images/amazigh-united-250.jpg
||zoomdici.fr/media/pub/
||ztat.net^*/affiliate/
||ecranlarge.com/*?$script
||edmi.nextinpact.com^
||nextinpact.com/bundles/mtm
||pam.nextinpact.com^
||rel.nextinpact.com^
||rel2.nextinpact.com^
||zam.nextinpact.com^
@@||static.eroprofile.com^*/common.js$script,~third-party
@@||static.eroprofile.com^*/jquery-$script,~third-party
@@||static.eroprofile.com^*/jquery.$script,~third-party
@@||static.eroprofile.com^*/json.js$script,~third-party
@@||static.eroprofile.com^*/tools.js$script,~third-party
||eroprofile.com^$script
@@||img.imgdone.com/app/lib/chevereto.min.js$script,~third-party
@@||img.imgdone.com/lib/Peafowl/js/scripts.min.js$script,~third-party
@@||img.imgdone.com/lib/Peafowl/peafowl.min.js$script,~third-party
||imgdone.com^$script
@@||imgpeak.com/js/jquery-1.7.1.min.js$script,~third-party
@@||imgpeak.com/js/jquery-ui-1.8.18.custom.min.js$script,~third-party
||imgpeak.com^$script
||istreamsport.com^$csp=frame-src 'none' http: https:
||pblv-plusbellelavie.fr^$csp=script-src 'self' 'unsafe-inline' apis.google.com www.ultimedia.com
||porndoe.com^$csp=img-src 'none' http: https:
||porndoe.com^$csp=media-src 'none' http: https:
||streamingqc.com^$csp=script-src 'self' 'unsafe-inline' *.google.com *.gstatic.com *.wp.com
||delivery.tf1.fr/pub$media,redirect=noopmp3-0.1s,domain=tf1.fr
||dnl-adv-ssl.tf1.fr^$media,redirect=noopmp3-0.1s,domain=tf1.fr
||loadshare.org/custom/$media,redirect=noopmp3-0.1s,domain=01fmovies.com
||slpubmedias.tf1.fr^$media,redirect=noopmp3-0.1s,domain=tf1.fr
||static.6cloud.fr^*.mp4$media,redirect=noopmp3-0.1s,domain=6play.fr
||tf1.fr/assets/js/build/lib/ad$redirect=noopjs,domain=tf1.fr
||vod.6cloud.fr/pub/*.mp4$media,redirect=noopmp3-0.1s,domain=6play.fr
||1movies.*/user/$popup
||batiactu.com/cap_pub/$popup
||biteautop.com^$popup,subdocument,~third-party
||capinfoproreport.batiactu.com^$popup
||datoporn.co^*.php?$popup
||ddl-island.*/xxx/$popup
||dm.html.net^$popup
||eclypsia.com^*/siteskin/$popup
||edenflirt.co/pdv/*/?comfrom=*&cf2=$popup
||emule-island.*/xxx/$popup
||filecrypt.cc^*.html?a=$popup
||film01stream.*/voir.php?$popup
||filmcomplet.*/?do=$popup
||filmsrip.*/?do=$popup
||go.filmstreaming1.$popup
||guide-du-travail.com/popupaudio.php$popup
||histoires-de-sexe.net/histoires-sexe-videos.php$popup
||hotvideo.fr/popup.php$popup
||jetanimes.com/wp-content/uploads/$popup
||liligo.*/compareSites/$popup
||links.fhsarl.com^$popup,third-party
||lkeria.com/redirect.$popup
||manga-news.com/redirection.php?$popup
||matchendirect.fr/tux/habillage/$popup
||mstx.com/top/$popup
||ostreaming.tv/*.php$popup
||out.streamcomplet.$popup
||partoch.com/redir/$popup
||permispratique.com/ads/$popup
||plancul.*/?id=$popup
||pokerstars.com^*/ad/$popup
||porno-gratuit.ws/trade/$popup
||porno-gratuit.ws/videos-gratuites.$popup
||promo.stream-films.fr^$popup
||promo.vador.com^$popup
||public.libertyvf.$popup
||rustica.fr/popunder/$popup
||scoopers.com/?o=$popup
||stream-island.*/xxx/$popup
||streamcomplet.*/play.php?$popup
||streamcomplet.*_redirect_$popup
||streamcomplet3.net/rt/$popup
||systemed.fr/popunder/$popup
||tahiti-infos.com/ads/$popup
||tchat-tarot.com/?partner=$popup
||tubave.com/redirect.$popup
||tube-teen.fr^$popup,script
||unblocked2.vip^*&$popup
||vfcomplet.org/*.php$popup
||watchfomny.tv/menu/$popup
||watchfomny.tv/pop/$popup
||yts.*/assets/$popup
###AD720x90
###ADS_1
###ADSblock
###AdBannerBT
###AdBanner_1
###AdBanner_2
###AdSense_Header
###AdsenseHAdBox
###AdsenseHAdBox2
###AdsenseHAdBox3
###AdvertisingBL
###Block_Pub_Right
###DFP-banniere_basse
###DFP-banniere_haute
###DFP-pave_bas
###DFP-pave_bas_2
###DFP-pave_bas_3
###DFP-vignette
###EmplPubDroite
###EmplPubGauche
###EmplPubHaut
###HAdSubBox
###HAdSubText
###HeadPub
###Headeraddescktop
###LeftAdDiv
###LeftAds
###MegaAd
###NFBannierePublicitaire
###PopOnlineAd
###PopOnlineMediaAd
###Pub728x90
###PubBas
###PubCarre
###PubFooter
###PubHead
###PubHeader
###PubHorizontaleInner
###PubHorizontaleMain
###PubIntersticiel
###PubPave
###PubTop
###PubliciteTop
###RecipeInnerBottomAd
###RightAdDiv
###RightAds
###VideoPub300x250
###Videoads
###_div-ad-1
###_div-ad-2
###_div-ad-3
###_div-ad-4
###a_728x90_ad
###abd-ad-div
###abd-ad-iframe
###abd-ad-iframe-wrapper
###ad-300_atf-label
###ad-300_btf-label
###ad-300_mtf-label
###ad-300x250_Pave_Bas_Desktop
###ad-300x250_Pave_Top_Desktop
###ad-300x600-2
###ad-300x600-bas
###ad-300x600-haut
###ad-300x600-milieu
###ad-728x90_MB_Bas_Desktop
###ad-728x90_MB_Top_Desktop
###ad-adhesive-footer
###ad-ban-bet-load
###ad-ban-load
###ad-banner_atf
###ad-banner_mtf-label
###ad-banners
###ad-before-content
###ad-bg-transparent
###ad-box300x250
###ad-box300x250_2
###ad-container-adaptive
###ad-container-zone-1
###ad-container-zone-2
###ad-desktop-ban
###ad-desktop-pav1
###ad-desktop-pav2
###ad-desktop-pop
###ad-desktop-skin
###ad-desktop-sky
###ad-dynamic-header
###ad-gate-2017
###ad-habillage
###ad-habillage-flash
###ad-habillage-load
###ad-hello-work
###ad-home1
###ad-iav-1
###ad-iav-2
###ad-iframe
###ad-inline-top
###ad-inline-top-left
###ad-inline-top-right
###ad-inread
###ad-inread-load
###ad-interstitial
###ad-lb-bottom
###ad-lb-top
###ad-ligatus-article-load
###ad-mega-banner
###ad-megaban2-load
###ad-mpu-middle
###ad-mpu-middle2
###ad-nav-tab
###ad-outstream
###ad-panel_1
###ad-panel_2
###ad-parallax
###ad-planetveo
###ad-rec-bet1
###ad-rec-bet1-load
###ad-rec-top1
###ad-rec-top1-load
###ad-rec-top2
###ad-rec-top2-load
###ad-rectangle-1-dst
###ad-rectangle-2-dst
###ad-rectangle1-load
###ad-rectangle2-load
###ad-rectangle3-load
###ad-sitebranding
###ad-sticky-container
###ad-top-main
###ad-top-main-2
###ad-top-network
###ad-watermark
###ad-zone-3
###ad-zone-4
###ad125
###ad125bl
###ad125br
###ad125ul
###ad125ur
###ad160b
###ad2-placeholder
###ad3
###ad336b
###ad4
###ad4x125
###ad728b
###adBoven
###adBoxFooter
###adComm
###adContainerParent
###adInPlayer
###adLeaderBoard
###adRechts
###adRechts2
###adSupport
###adTOP
###adTopBigsponsor
###adTopprodukt
###adTopsponsor
###ad_250x300
###ad_300_250_right
###ad_amz
###ad_ban_head
###ad_before_game
###ad_forum_below_threadlist
###ad_free_box
###ad_global_below_navbar
###ad_html
###ad_image
###ad_image_1
###ad_liste_bookmaker
###ad_location_bottom
###ad_location_bottom_right
###ad_location_sidebar_1
###ad_location_sidebar_2
###ad_location_sidebar_3
###ad_location_top_left
###ad_location_top_right
###ad_marketingbanner_1_placeholder
###ad_medium2
###ad_megaban
###ad_middle_page
###ad_mpu_1_placeholder
###ad_native_show
###ad_native_tv
###ad_placement_workopolis
###ad_rect_sub
###ad_rotation_match
###ad_smartphbig
###ad_video
###adcontainerAdSense
###adcontainer_1
###adcontainer_2
###adcontainer_recherche
###adcopy-inviz
###addspace
###adh_adform
###adikteev-mcontent
###adikteev-msuit
###adikteev_placement
###adleftgame
###admid1
###admid2
###admitad_div
###adnFloatbl
###adn_layerad
###adp_top_ads
###adpos2_1
###adpos2_2
###adpubhead
###ads-300x250
###ads-320x50-I1
###ads-320x50-I2
###ads-320x50-I3
###ads-320x50-I4
###ads-728x90-I2
###ads-970x60-I1
###ads-980x
###ads-container-1
###ads-content-bottom
###ads-content-top
###ads-loader
###ads-marge-1
###ads-marge-2
###ads-marge-3
###ads-marge-300x100
###ads-marge-300x250
###ads-medium-rectangle
###ads-top-728x90
###ads-top-banner
###ads125-box
###ads46860
###ads72890
###adsBox
###adsCarre
###adsHaut
###ads_1
###ads_2
###ads_300x250_wap
###ads_ban
###ads_combo
###ads_combo1
###ads_fin_article
###ads_gigaban
###ads_last
###ads_search
###ads_search_bar
###adselector-container
###adsence
###adsense-affix
###adsense-box-sty
###adsense-droite-001
###adsense-droite-002
###adsense-fiche
###adsense-liste1
###adsense-liste2
###adsense-liste3
###adsense-toggle-rel
###adsense3
###adsenseCSA
###adsense_blog
###adsense_blog1
###adsense_haut
###adsense_native
###adsense_pagination
###adsensenative
###adsforsearchGrid
###adsforsearch_content
###adsite-unders
###adsleft
###adspave
###adspromo
###adssouspost
###adswap
###adtech-banner
###adtech-banner_bottom
###adtech-habillage
###adtech-interstitiel
###adtech-pave
###adtech-pave_wr
###adunit-top
###adv-goog-336-1
###adv-goog-336-2
###adv320
###advBarMars
###advEnd
###advFooter
###advHeader
###adv_bg_clickurl
###adv_big_blocked
###adv_player
###adversitise
###advert-title
###advert01
###advert02
###advert_02
###advert_03
###advert_06
###advert_space
###advertisement-2
###advertisement-3
###advertising-disclosure-block
###advertising2-postroll
###advertising_label
###advertising_label_1
###advertising_label_2
###advertising_label_bottom
###advertsLeaderboard
###advideum
###advncdads-1
###advncdads-2
###advncdads-3
###advobj
###advpanel
###advsection
###adyoulike-articlebottom
###adyoulike-infeed
###affinfospecialechalons
###after-adv
###after-dfp-products
###anAdScCgp728x90
###anAdScGame120x600
###anAdScGame728x90
###anAdScGp300x250
###anAdScGp728x90
###anAdScHp728x90
###anAdScHpb728x90
###anAdScPgp728x90
###anAdScPpUg728x90
###anAdScUgGame728x90
###annonce_pub
###annonce_pub2
###annonce_pub3
###annonce_pub4
###annonce_pub_contenu
###annoncegoogle
###annoncepub
###appnexus-placement-afterArticleTextAd
###appnexus-placement-articleTextAd1
###appnexus-placement-articleTextAd3
###appnexus-placement-articleTextAd4
###appnexus-placement-endOfPageAd
###appnexus-placement-leaderboard
###appnexus-placement-newstickerAd
###appnexus-placement-rectangle
###appnexus-placement-sideBarAd
###appnexus-placement-teaser1
###appnexus-placement-teaser2
###appnexus-placement-topstoriesAd
###appnexus-placement-welcomeAd
###article-pub-content
###article_add468x60
###article_add_300x600
###article_add_980x200
###article_add_underarticle
###articles_advert_widget
###articles_advert_widget_container
###atlads_place_index_1
###atlads_place_index_main
###atlads_place_index_submain
###atlads_place_left
###atlads_place_right
###atlads_place_top
###balloonads
###balloonads2
###ban728
###ban_pub
###bandeau_pub
###bandeau_publicite
###banner-carbonads
###banner-pub
###banner970Criteo
###bannerLeaderboard
###bannerLeaderboardTop
###banner_pub
###banner_pub_0
###bannerad1
###banniere-pub-top
###bannierePub
###bannierePub2
###banniere_partenaire
###banniere_pub
###bas_pub
###betAds1
###bg_pub
###bigadvert
###blk_advert
###bloc-fondpub
###bloc-pub
###bloc-pub-droite-120-600
###bloc-pub-gauche-120-600
###bloc-pub-gauche-160-600
###bloc-pub-header
###blocPub300
###blocPub_CARRE_PUB
###blocPub_MEGABAN
###blocPublicitaire
###bloc_pub
###bloc_pub_carre
###bloc_pub_outer_float
###bloc_pub_p4_top
###block-acp-block-publicite-top
###block-fcbloc-publicite
###block-gc-ad-bloc-centre-1
###block-gc-ad-bloc-centre-2
###block-gc-ad-bloc-centre-3
###block-gc-ad-bloc-droite-1
###block-gc-ad-bloc-droite-2
###block-gc-ad-bloc-droite-3
###block-gc-ad-dhtml
###block-gc-ad-dhtml-mobile
###block-gc-ad-megaban-haut
###block-gc-ad-pave-haut
###block-gc-ad-pave_bas
###block-gc-ad-pave_haut
###block-gc-ad-purl
###block-pub-pav2
###block-pub-pav3
###block-rf-pub-middle
###block-rf-pub-middle2
###block_pub
###block_pub_article
###block_regie_pub_bas
###block_regie_pub_bas_article
###bloctopad
###bodyGoogleAnnounces
###bodyPanpub
###bonga-bottom-banner
###bonsplansprospect
###bottom-adv
###bottom-pub
###bottom-right-pub
###bottom_ad_space
###bottom_pub
###box-izipub
###box-pub-1
###box-pub-2
###box-pub-3
###box-pub-4
###box-pub-5
###bsa-block-125--125
###bsa-block-1920--1200
###bsa-block-250--250
###bsa-block-250--600
###bsa-block-300--250
###bsa-block-300--600
###bsa-block-336--280
###bsa-block-468--60
###bsa-block-728--90
###bsa-block-970--250
###bsa-block-970--90
###cadre_infoads
###cadre_pub_bas
###captchmeCapsuleContent
###carre-pub
###carre_pub
###carrepubHome
###cb_t1_before_content_ad
###colgauche_pub
###comment-ad
###commentad
###community-ad
###community-ad-unit
###container-pub
###container_pub
###container_pub_left
###conteneurPub
###conteneur_pub
###content_left_pub
###content_pub
###content_pub_carre
###contenu-text-publicite
###contenu_liens-sponso
###contextualAds
###contextuel-publicite-video
###coreads-wrapper
###criteoDiv
###criteoDiv1
###criteoDiv2
###criteoDiv3
###criteoad
###crocopush_banner
###current_side_ad
###custom-ad
###custom-fake-media-player
###data-ad-name
###data-ad-provider
###derperd-ad
###desktopAd
###desktopMessageAd
###dfp-banniere_haute
###dfp-habillage
###dfp-pave_bas
###dfp-pave_milieu
###dfp_banniere_bas
###dfp_banniere_haute
###dfp_droite-ga
###dfp_inread
###dfp_left
###dfp_right
###displayedPub
###div-ads
###div-gpt-ad-Banniere_Haute
###div-gpt-ad-Habillage
###div-gpt-ad-Pave_Article
###div-gpt-ad-Pave_Bas
###div-gpt-ad-Rectangle
###div-gpt-ad-banniere_haute
###div-gpt-ad-habillage
###div-gpt-ad-mainColumn_double
###divADV
###divHomeAd1
###divHomeAd2
###divHomeAd3
###divPub
###divPubAccueilGauche
###divPubEntete
###divPubRecetteDroit
###divPubRecettePortable
###divPublicityLateral
###div_banniere_pub
###div_for_adnplay
###div_invideo_ad
###div_pub_google
###dm_ads_Ban_desktop_bottom
###dm_ads_mobile_bottom
###dst_pub_728
###eShowPubTop
###ebuyclub-ad
###ecsc-ad-wrapper
###encart-adsense-top-single
###encart_pub
###encart_pub_image
###entete_pub
###exoad
###external-floater-ad-wrap
###favoris_pub_ligatus
###fecharads1-fx
###fecharads2-fx
###firstpost_ad
###fixe_plugin
###fixed-ads
###floated-ad
###foot_pub
###footer-ad-formation
###footer-advertising
###footer-pub
###footer-reklam
###footer_728x90_ad
###footer_haut-publicite
###footer_pub
###footerpub1
###footerpub2
###footerpub3
###footerpubs
###for_ad
###free_pub_head
###fuck-adb-enabled
###fullScreenAdBg
###game_leaderboard_container
###gbPub728bas
###general_subpub
###google-ads-1
###google-ads-2
###google-ads-3
###google-ads-4
###google-adsence-300-250
###google-dfp-middle
###google-dfp-right
###googleAdSense
###google_adds
###google_adsencetxt
###google_csa_ad_unit_RHS
###google_csa_box_RHS
###gpt-ad-300x250-300x600-bottom
###gpt-ad-728x90-970x66-bottom
###gpt-ad-habillage
###gpt-ad-inread
###gpt-leaderboard-top
###grid-pub
###habillage-mad
###habillage_pub
###haut_site_pub
###head-pub
###head_pub
###header-promo
###header-pub
###header-pub-banner
###header-pub-top
###header-standard-advert
###headerPUB
###headerPub
###header_728x90_ad
###header_bloc2_pub
###header_pub
###header_pub_contenu
###headerpub
###hideAd
###home-advert
###home-pub
###home-pushdownAd
###horizontal-pub
###hp-pub-block-980x200
###hp_ad_most-played
###hp_ad_top-right
###idpublicitepave
###iframe-anAdScPpNgb160x600
###iframe-pub-120x600
###iframe-pub-300x250
###iframe-pub-300x600
###iframepub
###iframesidebarpub
###ima-ad-container
###imagePubPave
###inReadVideo
###inads
###incontent_ad
###incontent_ad2
###incontent_ad3
###index_module_pub
###infinite-adslot-2
###infopopup > a > img
###infosad
###inlineaddesktop
###innerpub
###insidepage_ads
###intextad
###ipBlock-LargeAdBox
###ipBlock-mainAdBox
###j_ads
###jasmine-ad-wrapper
###js-MobileAd-insert
###js-game-leaderboard-bottom
###jw_video_popup
###keep-ads
###kk-adsense-bottom
###large-banner-ad
###large-banner-bottom-ad
###leaderboard.ads
###left-ads-rail
###left_slide_pub
###lht-advertising
###lht-space-ad
###libelle_pub
###liens_sponsorises
###loading-ad
###loop_advert
###loop_advert_container
###mainColRightPublireportage
###mb_moving_container
###mb_video_sponso
###mb_video_syncad_bottom
###md-media-overlay-ad
###meaPubContainer
###middle-publicite
###milieu_pub
###miniBoutiquePub
###mobileMessageAd
###mod-ad-msu-3
###modp-300600
###module_publicite
###monetiz-pub
###msgNoPub
###native_ad
###news-droite-publicite
###news_pub_centre
###nf-fixed-ads
###nuggadcontentadIF
###oPublicite
###om_ads-7
###overVideoAd
###over_video_ad
###pagelet_advertiser_panel
###partner-ads
###partner-ads2
###pave1_ad
###pave2_ad
###pave3_ad
###pave4_ad
###pavePub
###pave_pub
###pavepub
###photos_ad300
###pie_pub_google
###play-advert
###player-advvertising
###player-option-fake
###playerPub
###pm300x250
###pm728x90
###pmFooterBody
###pmFooterMain
###pmHeaderMain
###pmd300x600
###popup_pub
###post_id_pub
###posterAdContainer
###pre-1adv
###pre-2adv
###pre-ad
###product-ads
###psreklama
###pub-200x197
###pub-300-250
###pub-300-250-google
###pub-300x250
###pub-468-60-google
###pub-468x60
###pub-728
###pub-728-90-google
###pub-728-90-sous-categories
###pub-728x90
###pub-730x90
###pub-970x90
###pub-after-adownload
###pub-ban
###pub-banner
###pub-banner-content
###pub-banner-refresh
###pub-bottom
###pub-carasexe
###pub-caree
###pub-center
###pub-collante
###pub-dfp
###pub-dfp-footer
###pub-dfp-footer-fixe
###pub-dfp-pano-bottom
###pub-dfp-pano-top
###pub-dfp-prehome
###pub-dfp-rect-bottom
###pub-dfp-rect-cont
###pub-dfp-rect-middle
###pub-dfp-rect-sp1
###pub-dfp-rect-top
###pub-display-120x600
###pub-display-300x250
###pub-display-300x600
###pub-display-468x60
###pub-display-728x90
###pub-droite
###pub-footer
###pub-ftv-middle
###pub-habillage
###pub-haut
###pub-haut-adblock
###pub-head
###pub-header
###pub-large
###pub-left
###pub-main
###pub-middle
###pub-middle2
###pub-pave1-d
###pub-pave2-d
###pub-pave3-d
###pub-right
###pub-right-bottom
###pub-right-bottom-msg
###pub-right-top
###pub-right-top-ads-refresh
###pub-right-top-msg
###pub-sky
###pub-text
###pub-top
###pub-widget
###pub-widget2
###pub01
###pub1-passback
###pub120x600
###pub160
###pub160x320
###pub160x600
###pub2-passback
###pub250
###pub3-passback
###pub300
###pub300250
###pub300_adscreen
###pub300_home
###pub300x120
###pub300x250
###pub336Criteo
###pub336bas-criteo
###pub4-passback
###pub468x15
###pub468x60_centree
###pub468x60_droite
###pub468x60_gauche
###pub468x60_match
###pub468x60_text
###pub468x60_text2
###pub728
###pub728_ATF
###pub728bas
###pub728caracpub
###pub970acc
###pubAdBlockHabillage
###pubArticle
###pubAside
###pubAside2
###pubBandeau
###pubBanner
###pubBottom
###pubBottomRight
###pubCarre
###pubCenter
###pubChronique
###pubContainer
###pubDeclic
###pubDroite
###pubEncart
###pubEncart1
###pubEncart2
###pubFlash
###pubFloat
###pubFrame
###pubHaut
###pubHead
###pubHeader
###pubHorizontale
###pubImg
###pubLeft
###pubLigatus
###pubMiddle
###pubMiddleRight
###pubPartenaires
###pubPave2
###pubPosition1
###pubPosition2
###pubRight
###pubRight-show
###pubSidebarHaut
###pubTop
###pubTopPage
###pubVideo
###pub_1
###pub_300_100
###pub_300_250
###pub_300x250
###pub_300x250-1
###pub_300x250-2
###pub_460x60
###pub_468x60
###pub_728_90
###pub_728x90
###pub_728x90-1
###pub_728x90-2
###pub_articlefooter
###pub_ban
###pub_bandeau
###pub_banner
###pub_banniere_basse
###pub_banniere_haute
###pub_banniere_medium
###pub_bas
###pub_bas_droit
###pub_bas_gauche
###pub_bottom
###pub_brique
###pub_carre
###pub_carre_1
###pub_col_droite
###pub_col_right
###pub_column
###pub_container
###pub_contener_right
###pub_content
###pub_criteo
###pub_dfp_article
###pub_dfp_banniere_basse
###pub_dfp_banniere_haute
###pub_dfp_banniere_middle
###pub_dfp_droite_haute
###pub_dfp_flash_trans
###pub_dfp_habillage
###pub_dfp_pre_home
###pub_droite
###pub_droite_2
###pub_enbas
###pub_enbas1
###pub_entete
###pub_entete1
###pub_extensible
###pub_footer
###pub_footer_banner
###pub_gauche
###pub_gauche_2
###pub_geante
###pub_haut
###pub_head
###pub_header
###pub_header_chaine
###pub_header_droite
###pub_horizontale
###pub_interstitiel
###pub_leaderboard
###pub_lecteur
###pub_lecteur_0
###pub_left
###pub_megaban
###pub_megabanner
###pub_middle_home
###pub_pave
###pub_pave2
###pub_pave3
###pub_pave4
###pub_pave_article
###pub_pave_bottom
###pub_pave_top
###pub_plop-1
###pub_plop-2
###pub_plop-3
###pub_pole_position1
###pub_pupop
###pub_rectangle
###pub_rectangle_moyen_bas
###pub_right
###pub_slide_droite
###pub_soonight
###pub_square
###pub_texte
###pub_top
###pub_top_droit
###pub_top_gauche
###pub_ventre
###pub_voyage
###pubarticle2
###pubarticle3
###pubbanner
###pubbas
###pubbetween
###pubcarre
###pubcentrale
###pubchageapresmiddle
###pubchargeapres
###pubcol2
###pubcoldroite
###pubdetaillg
###pubdetaillg2
###pubdirect
###pubdirecte
###pubdroite
###pubdudessous
###pubflottante
###pubfooter
###pubfooter-md-lg
###pubfooter-sm
###pubfooter-xs
###pubgauche
###pubgoogle
###pubhaut
###pubheader
###pubhomeheader
###pubiframe_sky
###publ1c1te_300_250
###publ1c1te_728_90
###publicidad-videoancho
###publicidade
###publicidadlateral1
###publicidadlateral2
###publicite
###publicite-bas
###publicite-principale
###publicite2
###publiciteDeMesPartenaires
###publiciteHaut
###publicite_468_60
###publicite_728_90
###publicite_banniere
###publicite_banniere_haut
###publicite_droite
###publicite_gauche
###publicite_header
###publicite_liste_bookmaker
###publicite_orange
###publicite_right
###publicite_top
###publicite_txt
###pubmegaban
###pubnativepassback
###pubpreroll
###pubright
###pubsCommentGoodDeals
###pubsidebar
###pubsousmenu
###pubsousmenu-md-lg
###pubtop
###pubtopflex
###quads-ad3_widget
###quads-ad4_widget
###rail_ad3
###rectSlotAd
###reklaamacasino2
###reklam-160x600
###reklam-468x60
###reklam300x250
###reklam300x600
###reklamDiv
###reklam_mgid
###reklama2
###reklama3
###reklamarkaplan
###result_ad
###right-side-ad
###rightCol_ad
###rightReklamIc
###right_ad_3
###right_ad_4
###right_pub
###right_slide_pub
###rightadBorder3
###rightcolumn_160x600ad
###rightpubbox
###rightrail-ad-2
###rotate_textads_2
###roundPub
###sagreklam
###sbPubRegie
###script-fallback-pub336
###script-fallback-pub336bas-criteo
###section-ad2
###sg-pub-980x200
###shopper-widget-wrapper
###shopper_adsense
###show_banner_bottom_leaderboard
###show_banner_leaderboard
###sideBarGoogleAnnounces
###sideBar_pub1
###sideBar_pub1_content
###sideBar_pub1_title
###sideBar_pub2
###sideBar_pub2_content
###sideBar_pub2_title
###side_ad_container_B
###side_adv
###side_pub
###sidead2
###sideadcontent
###sidebar-bottom-pub
###sidebar-pub
###sidebar_advert_widget
###sidebar_pub_top
###sitePubTop
###skin_container_sidebar_ad
###skin_td_sidebar_ad
###slidepub
###small-banner-ad
###small-banner-bottom-ad
###sneaky-ad
###solreklam
###sp-entete-pour-la-pub
###spaceForPub
###splashbox-advcorner
###sponsor-block
###sponsor_google
###sponsor_sidebar
###sponsored-container
###sponsoredContainer
###sponsoredItemtop
###sponsoredProducts
###sponsoredResultitem
###squareadvertise
###standardAd0
###stickyDFP
###stop_ad
###subheader_pub
###tab-ad
###taboola-above-homepage-thumbnails
###tagPubBanniere
###tag_pub_footer
###teads_placement
###teaserPub
###thePubDiv2
###ticker_ad
###titre-publicite
###top-left-pub
###topAdContainer728
###topAdscenter
###top_player_adv
###top_pub
###top_side_pub
###topleftad
###toppub
###toppubbutton
###tower_pub
###tube_ad_wrap
###under-pl-ad
###user18div
###vHeader-pub
###vertical-ad
###vertical-ads
###videoOverAd300snd
###videoadv
###videoplayerpub
###wb_Adtext1
###wb_Adtext2
###werbeblock
###widget-pub-2
###widget-pub-3
###widget_box_pub
###wrapper-pub
###wrapper_inread
###youfoot-ad-banner
###zatvorit-reklamu-popup1
###zone-sponso
###zone_pub
###zone_pub1
###zone_pub2
##.ADS-cont
##.ADSContentMobile
##.ADSContentPC
##.ADSContentTablet
##.Ad160
##.Ad728
##.AdFree
##.AdUnit468x60
##.AdUnit728x90
##.Adds-Encart
##.AdsA
##.AdsArea
##.AdsB
##.AdsC
##.AdsTop
##.Ads_1
##.Ads_2
##.After-body-ads
##.AgAdCarousel_Container
##.AgAdCarousel_LightBox
##.AlertPub
##.AlertPubInside
##.ArticleContent-advertising
##.BannierePub
##.Bottom-Ad
##.BoxTextPub
##.CDInfopopIframe
##.GANO_adIookaz
##.GTRF_sponsoredLinks
##.LinkAds
##.MIXADVERT_NET
##.Middle-Ad
##.MobAdsHeader
##.PopSlot.inread
##.PostAd
##.PubAdAI
##.PubBox_300
##.PubTitle
##.Top-Ad
##.ad--desk
##.ad-bottom-text
##.ad-container
##.ad-desktop-header
##.ad-desktop-rectangle
##.ad-mark
##.ad-middle
##.ad-mobile-header
##.ad-sponsored
##.ad-uber
##.ad-upgrade
##.ad-visible
##.ad-website
##.ad-wrapper-middle
##.ad-wrapper-right
##.ad.banner
##.ad.banniere-haute
##.ad.billboard
##.ad.half_page
##.ad.isSticky
##.ad.onlyMobile
##.ad.placeholder
##.ad250heightreel
##.ad280height
##.ad300d
##.ad336b
##.ad336x280_sidebar
##.ad46860
##.ad730
##.ad730x90
##.ad970-wrapper
##.adBannerLeft
##.adBannerRight
##.adBlocTop
##.adBottom
##.adDisplay
##.adFootBox
##.adHeadingV2
##.adLinkText
##.adMobile
##.adSecw
##.adSide1
##.adSpace1
##.adSpace2
##.adSystem_ads
##.ad_970x90
##.ad__contents
##.ad__remove
##.ad_area_wrap
##.ad_column_wrapper
##.ad_form_contact
##.ad_global_sidebar
##.ad_header_728x90
##.ad_hidden
##.ad_holder_text
##.ad_location
##.ad_pave-1
##.ad_pave-2
##.ad_placholder
##.ad_sense
##.ad_showblock
##.ad_skin_left
##.ad_skin_right
##.ad_skyscrap
##.ad_smartphbig
##.ad_title_mimic
##.ad_txt_1
##.ad_txt_2
##.ad_vertical
##.ad_video
##.ad_visible
##.adavert-center
##.adbanner600active
##.adbit-display-ad
##.adbloc
##.adblock-spot
##.adblock1
##.adbox-inner
##.adbox180px
##.adbox200px
##.adbox3
##.adbox300px
##.adbps
##.adbusync
##.adbvert
##.adbw__wrapper
##.adc468
##.admag-block
##.admid2
##.ado-holder
##.ads--panorama
##.ads-250-desktop
##.ads-280
##.ads-300-300
##.ads-300-600
##.ads-300x400
##.ads-320x100
##.ads-468-60
##.ads-600x250
##.ads-600x90
##.ads-90-mobile
##.ads-970-90
##.ads-970x60
##.ads-article-next
##.ads-banniereBasse
##.ads-banniereHaute
##.ads-big
##.ads-bloc
##.ads-bloc__content
##.ads-bloc__label
##.ads-books
##.ads-box-inner
##.ads-box-outer
##.ads-container
##.ads-container-1
##.ads-container-2
##.ads-core-placeholder
##.ads-desktop__wrap
##.ads-download
##.ads-entete
##.ads-entry
##.ads-f-left
##.ads-f-right
##.ads-first
##.ads-fixed
##.ads-follow-next
##.ads-foot
##.ads-footerBanner
##.ads-group
##.ads-header-728
##.ads-heads
##.ads-in-page__wrapper
##.ads-information
##.ads-inner-video-title
##.ads-item-macro
##.ads-left-block
##.ads-ligatus-right
##.ads-linktext
##.ads-loc-holder
##.ads-lrec
##.ads-meta
##.ads-mobile__wrap
##.ads-pave
##.ads-paveBas
##.ads-paveBas2
##.ads-paveHaut
##.ads-peni
##.ads-player
##.ads-player-02
##.ads-plug-js
##.ads-popular-comments
##.ads-pub
##.ads-reco
##.ads-right-block
##.ads-search
##.ads-sidebar-left
##.ads-sidebar-right
##.ads-small-banner
##.ads-sponsored-text
##.ads-sqre1
##.ads-sqre2
##.ads-top-728x90
##.ads-track
##.ads-tracking-lrec
##.ads-tracking-top
##.ads-under-data
##.ads-under-data__main
##.ads-under-header
##.ads-video-zone
##.ads46860
##.ads72890
##.adsHabillage
##.adsHome
##.adsMega
##.adsMobile
##.adsPave
##.adsPost
##.adsPromo
##.adsSearchBottom
##.adsSearchLeft
##.adsSearchMiddle
##.adsSearchTop
##.adsSky
##.adsTitle
##.ads_actuly
##.ads_ban
##.ads_frame
##.ads_gigaban
##.ads_hr_style
##.ads_listvideos
##.ads_partners
##.ads_post_bit
##.ads_post_bit_first
##.ads_post_bit_last
##.ads_post_bit_middle
##.ads_single_bottom
##.ads_table
##.ads_vert
##.adsbanner
##.adsblockpop
##.adsbygoogle_desktop
##.adsbygoogle_wrap
##.adsbykyo
##.adsbyskyline
##.adsderecha
##.adsdisplay
##.adsence-billboard
##.adsense-ad-centered
##.adsense-ad-left
##.adsense-ad-right
##.adsense-bottom
##.adsense-bottom-mob-tab
##.adsense-bottom-normal
##.adsense-box-sty
##.adsense-footer
##.adsense-more
##.adsense-native-related
##.adsense-sidebar
##.adsense2
##.adsense300x600
##.adsense468
##.adsense_300
##.adsense__loading
##.adsense_blog
##.adsensetop
##.adsensetopleft
##.adsensetopright
##.adsfoot1
##.adsfoot2
##.adsforsearchGrid
##.adsforsearch_roba
##.adshare_belownav
##.adshare_firstpost
##.adshare_lastpost
##.adsholder
##.adsmovie
##.adsnews
##.adspave
##.adspopup
##.adspopupfilm
##.adspopupserie
##.adspromo
##.adsquare
##.adsrandom
##.adstop300
##.adsunits
##.adtest-color
##.adtimes
##.adtitle728
##.adtxtlegend
##.aduh__cntn
##.aduh__label
##.adum__cntn
##.adum__label
##.adv-placeholder
##.adv2
##.adv_block
##.advert_h_larg
##.advertisement-pub
##.advertisement2
##.advertisement_120x600
##.advertisement_250x250
##.advertiser-disclosure-block
##.advertising-box
##.advertising-box-full
##.advertising-item-bottom
##.advertising-placeholder-recommendation
##.advertisingLeft
##.advhead
##.advid
##.adwords_bottom
##.adwrapper
##.ady90
##.adziner-adzone
##.af_bloc_partners
##.amazon_pub
##.amk_adContainer
##.annnonces_partenaires
##.annonce_pub_contenu
##.annonces_google
##.antiadclass
##.ap-AdContainer
##.app_google_ad_box
##.article__ads
##.article__article-ads
##.article__article-mobile-ads
##.article__mobile-ads
##.article__pub
##.article_pub
##.aside-pub-300
##.ban-728
##.ban_pub
##.bandeauClosePub
##.bandeau_pub
##.bandeau_pub_630
##.bandeau_pub_centre
##.bandeau_pub_promo
##.banndar468x60
##.banner-ad-link
##.banner-adsense-holder
##.banner-leaderboard
##.banner_40X160
##.bannergroup_bannierepub
##.banners-adv
##.banniere_pub
##.barre_adsense
##.before-side-nav-ad
##.bg-adsense
##.bg_ads300x250
##.bi-ads-mobile
##.big-leaderboard
##.bigLogoAnnonceur
##.bigadbvert
##.bigadvert
##.bigbox-pub
##.bireklam
##.bireklam2
##.bireklam3
##.blc_ads_home
##.bloc-ads
##.bloc-ads-container
##.bloc-ligatus-300
##.bloc-ligatus-500
##.bloc-parution-ad
##.bloc-pub
##.bloc-pub-center-left
##.bloc-pub-side
##.bloc-pub2
##.blocPub
##.bloc_annonce_2_ad
##.bloc_pub_250
##.bloc_pub_250_s_marge
##.bloc_pub_300
##.bloc_pub_728
##.bloc_pub_header
##.bloc_pub_left
##.bloc_rightcol_pub
##.blocactucatpub
##.block-artwhere-ads
##.block-cPublicite
##.block-dm-ads-prisma
##.block-gc-ad
##.block-pub
##.block-pub-ban-btm
##.block-pub-ban-forum
##.block-pub-ens-th-forum
##.block-pub-fee1
##.block-pub-max-300x600
##.block-pub-partenaires
##.block-pubimage
##.block-rf-pub
##.block-with-ads-banner
##.block_ad_container
##.block_adtop
##.block_pub
##.block_pub1
##.block_pub2
##.block_small_pub
##.blockgrayad
##.blockpubiframe
##.blocpub
##.blocpubbas
##.border-box-ad
##.border_ads
##.bottom-ad-mob-tab
##.bottom-ad-normal
##.bottom-adv2
##.bottom-advertising
##.bottom_ad_con
##.bottompub
##.box-advertisement-bottom
##.box-advertisement-top
##.box-centered-ads
##.box-pubb
##.boxAdLeft
##.boxAdRight
##.boxAdTop
##.box_publicites
##.box_publicites2
##.box_publicites3
##.box_publicites_bg
##.boxadvert
##.breaking-ad
##.bumpable-ima-ad-container
##.bupgoogle
##.business-details-ads
##.buzz-ad-post
##.buzz-ad-post-top
##.buzz-ads
##.bxl-advert
##.cadre-162-pub
##.cadre-pub-google
##.cadre_pub
##.cadrepub
##.cadrepubfooter
##.campagnePUBcoldroite
##.cap-ads
##.cap-ads-mobile
##.cap-ads-placeholder
##.cap-ads-text
##.card--row-ads
##.carouselpub
##.carouselpub300
##.carouselpubf
##.carre_pub
##.carrepub
##.catAds
##.category__mobile-ads
##.closeStartAdZone
##.co-ads
##.col-advert
##.col-droite-pub-milieu
##.column_in_pub
##.common-ad-styling
##.container-ad
##.container-pubcarre
##.containerAds
##.container_pubcentrale
##.contenedorAds
##.conteneur_ligatus
##.conteneur_pub
##.conteneur_pub_250250
##.conteneur_pub_300250
##.conteneur_pub_footer
##.conteneur_pub_horiz
##.conteneur_pub_vertical
##.content-ad-bloc
##.content-pub-top
##.content_slide_pub
##.contenu-bloc-sponsorise
##.coreads-wrapper
##.coreads_habillage
##.cpm-advertisement
##.creatividad
##.criteo-ban
##.criteoad
##.ctn_ads_twins
##.cubes-ads
##.d-ad-megaBan
##.deck--below-ads
##.deck--top-ads
##.delayedAdvertising
##.description_ad
##.desktop-dsa
##.desktop-ff-ads
##.desktop-ff-ads__main
##.desktop-mobile-ads
##.desktop-mobile-ads__desktop
##.dfp-ads
##.dfp-slot-bas-banniere
##.dfp-slot-habillage
##.dfp-slot-megaban
##.dfp-slot.megaban
##.discoverAd
##.div-publiciteh
##.divAd_Header
##.divAdsBottom
##.div_ads
##.div_pub_728_90
##.dm_ads_InRead
##.dossier-pub
##.dp-ad-chrome
##.dp-ad-visible
##.drop-down-advert
##.drt-ad-url
##.drt-sponsor-block
##.drt-sponsor-data
##.e3lan
##.e3lan-below_header
##.e3lan-bottom
##.e3lan-cell
##.e3lan-post
##.e3lan-top
##.e3lan-widget-content
##.e3lan300-250
##.e3lan300-600
##.e3lanat-layout-rotator
##.ebam_ad
##.encart_pub
##.espace-pub-top
##.esv-pub-300-250
##.etiq-ads
##.expressAdBanner
##.facebook-twitter-ads-728-90
##.fakeAd
##.fake_embed_ad_close
##.fake_player
##.fdw-ads
##.fig-ad
##.fig-ad-pave
##.fig-native-ads
##.fig-wid-ads-img
##.fix_reklama
##.fixedAd
##.flash-ad
##.flayr-ad
##.fly_head_ad
##.footer--pub
##.footer-pub
##.footerAdsPaves
##.footerlinkad
##.footerpubleft
##.footerpubright
##.frame-ads-left
##.frame-ads-right
##.frame-ads-top
##.frameForMoney
##.ftAdPaves
##.ftv-ad-pave
##.full-width-add-footer
##.fun-adsense
##.g-ads-336-250
##.gamebot_ads
##.gametop_ads
##.google-ads-keylink
##.googleAdTag
##.googleAds468
##.google_ad2
##.gptAd
##.gr-ads-imu
##.gr-ads-imu-sticky
##.green-ad
##.gtm-pub
##.gutter-ads-container
##.gz_ads_title
##.h2-advert
##.hb__ad--bottom
##.hb__ad--content
##.hb__ad--header
##.hb__ad--side
##.head-advrtsmnt
##.head-pub
##.header-add-wrapper
##.header-adds
##.header-blocked-ad
##.header-box-ads
##.header-promo
##.header-pub
##.header-pub-class
##.headerBannerAds
##.headerPub
##.header_ad_3
##.header_ad_4
##.header_adv
##.header_bloc_pub
##.header_link_ads
##.header_pub
##.header_sponsors
##.header_top_ads
##.hidden-horizontal-pub
##.hide-pub-1000x90
##.hide-pub-300x250
##.hideStartAdZone
##.hmads_1x1
##.hmads_300x250
##.hnadszone
##.home-ad-region-2
##.home-career-side-ad
##.home-jobs-side-ad
##.home_pub
##.hori-advert
##.horizontal-pub
##.howtoads
##.ibd-videos-paid-ad
##.iframe_pub
##.iframeads
##.iklan
##.iklan1
##.iklan2
##.in_stream_banner
##.in_up_ad-area
##.inpage-adspace
##.inplayer_banners
##.insertPadList
##.insert_pub_center
##.inside-pub-container
##.inside_adv_section
##.istdg-sponsored
##.it-sponsor-site
##.item-ad-header
##.item-izipub
##.item-pubb
##.item-pubb-728
##.itemlist-block-pub
##.jeg_ad_module
##.jeg_ads_hide_desktop
##.jeg_ads_hide_phone
##.jeg_ads_hide_tab
##.jnews_article_bottom_ads
##.jnews_article_top_ads
##.job-ads
##.job_ads_container
##.js-ads-imu-sticky
##.js-smart-ad
##.js_DivPublicityLateral
##.jt-poublicidadContainer
##.kadmer-ad
##.kelkoo--publicite
##.la-une__mobile-ads
##.label-pub-span
##.labelPub
##.label_advertising
##.large-ad-center-close
##.large-left-ad
##.layout__adHeader
##.layout__adPlaceHolder
##.lazypubli
##.lbl-ad
##.leaderboard728
##.leftSideAds
##.left_middle_ad
##.left_top_ad
##.leftaddsense
##.leftmenupub
##.lftBigAds
##.lien_commerciaux_bann
##.lien_commerciaux_bann_texte
##.lien_sponso
##.lien_sponsorise
##.liens-sponsorises__external
##.liens_commerciaux
##.line-adv
##.link-background-advert
##.link-pub
##.list-ads-282
##.list-ads-468
##.listing_list_ad
##.little_pub
##.logo-right-ads
##.logo_pub
##.lrAds
##.ltas_adspot
##.m-adbanner
##.m-adbanner--megaban
##.m-adbanner--megabanfooter
##.m-adbanner--newsinread
##.m-adbanner--newsunder
##.mailPubHeader
##.map_fond_pub
##.marketing-container
##.masthead-overHeader
##.matador_dfp_channel_ad_widget
##.mb_video_syncad
##.mbanner-ad-wrapper
##.mdmAd-inner
##.media-pub-1-in-article-adsence
##.media-pub-2-in-article-adsence
##.megapub
##.midads
##.middle-publicite
##.mobile-ads__close
##.mobile-ads__main
##.mobile_ad
##.mobile_adhesion
##.mobile_instream_ad
##.mod-ad-middle
##.mod-ad-top
##.mod-ad-top-2
##.mod-advertisement
##.modAd
##.modalPub
##.module-pub
##.moduleAds728
##.module_epg_publicite
##.module_epg_publicite_level0
##.module_sponsored
##.moduletable-pub2
##.mom-ads-wrap
##.movie_728_90
##.mueveads
##.myAd
##.native_ad2
##.nativeads
##.navAd
##.nead-card
##.newads
##.nextread-advertisement
##.nf-aside-ads
##.nf-aside-ads__legal
##.nf-fixed-ads
##.nipnadszone
##.node-publicite
##.nosub-side-ad
##.nosub-side-ad-pos
##.null-ad
##.oa_bannerPub
##.oan_ad
##.oas-ad-160-600
##.oas-ad-728-90
##.oas-ads-box
##.oas-ads-box-in
##.oas-ads-buy
##.oboxads
##.oboxads-ad-widget
##.oboxads-outstream
##.ocultar-ad
##.of-ad-container
##.openx-billboard
##.orange-ad
##.ot_ads
##.outer_ads_left
##.outer_ads_right
##.outside120SkyAd
##.outside160SkyAd
##.outside300SkyAd
##.p-floating-ad-wrapper
##.p-with-floating-ad
##.padAdv
##.padscreen
##.page-head-ad
##.pageLoadAdBox
##.pagin_pub
##.pane-st-dfp-ads
##.panel-ads
##.panel_pub
##.panet-mars-adv-panel
##.parent_ad
##.partner-asset-left-ad
##.partner-asset-right-ad
##.partner-pub
##.pave-pub
##.pave_google_300_250
##.pave_pub
##.pave_pub2
##.paywall-widget-mosaic-ads
##.paywallAds
##.picads
##.pjsleads
##.placeholder-pub_dfp
##.player-adv
##.player-adx-block
##.player-pub
##.player-screen-ads
##.player-screen-ads-item
##.player-screen-ads-list
##.player-screen-ads-wrapper
##.player-sponsor-block
##.player__ads
##.player_bg_ad
##.playerpub
##.pmd-ads
##.pmd-ads-300x310
##.pmd-ads-300x600
##.pmd-ads-desktop
##.pmd-ads-mobile
##.pmd-ads-placeholder
##.pmd_dfp_ad
##.pmdfp-placer
##.pmdfp_habillage
##.po_wads
##.popupads
##.porn-videos-ads
##.position_pub
##.ppub300
##.promo-extend-pub
##.promo-google-300x600
##.promo-google-300x600_new
##.promo-partenaire
##.propads
##.pstAd
##.pstAdLegend
##.pub-1000x90
##.pub-1000x90-bottom
##.pub-1000x90-top
##.pub-138x200
##.pub-160-600
##.pub-290x200
##.pub-290x80
##.pub-300
##.pub-300-250
##.pub-300-250-600
##.pub-300-corp
##.pub-300x250
##.pub-300x250-bottom
##.pub-300x250-du-bas
##.pub-300x250-top
##.pub-300x600
##.pub-300x600-bottom
##.pub-300x85
##.pub-336x280
##.pub-468x60
##.pub-728
##.pub-728-90
##.pub-728x90
##.pub-730x90
##.pub-960x90
##.pub-970
##.pub-970x90
##.pub-980x200
##.pub-Adtech
##.pub-adsn
##.pub-after-download
##.pub-ban
##.pub-banner
##.pub-block
##.pub-bottom
##.pub-btns
##.pub-carre
##.pub-carre-smart-php
##.pub-condor
##.pub-container
##.pub-container-bas
##.pub-container-haut
##.pub-container-middle
##.pub-demipage
##.pub-detail-1
##.pub-double-bande
##.pub-droite-player
##.pub-fil-discussion
##.pub-gigaban
##.pub-half-width
##.pub-haut
##.pub-home-news-bloc
##.pub-img
##.pub-index
##.pub-index-gauche
##.pub-label
##.pub-ligatus-article
##.pub-megaban
##.pub-megabanner
##.pub-oan-rectangle-bottom
##.pub-oan-square-side
##.pub-partenaires
##.pub-pave
##.pub-promo
##.pub-push-produit
##.pub-rectangle-php
##.pub-replace
##.pub-right
##.pub-rotate-bottom
##.pub-sidebar1
##.pub-sidebar2
##.pub-single-top
##.pub-text
##.pub-top
##.pub-top-site
##.pub-trailer
##.pub0-if-commerciales
##.pub1-if-commerciales
##.pub160x600
##.pub242x90
##.pub300
##.pub300250
##.pub300250L
##.pub300250R
##.pub300_600
##.pub300_contenu
##.pub300a
##.pub300b
##.pub300c
##.pub300px
##.pub300sidebar
##.pub300single
##.pub300x250
##.pub300x250_home
##.pub336
##.pub336footer
##.pub350x250left
##.pub468
##.pub468100top
##.pub46860
##.pub468x60
##.pub468x80
##.pub600200
##.pub728
##.pub728-90
##.pub72890
##.pub72890-forum
##.pub728_90
##.pub728a
##.pub728b
##.pub728c
##.pub728x90
##.pub950
##.pub96590
##.pub970x90
##.pub980x90
##.pubAnnouncer
##.pubBanner
##.pubBannersContainer
##.pubBottomRight
##.pubBox
##.pubButton300
##.pubContainer
##.pubContent
##.pubFlash
##.pubGoodDeals
##.pubGoogle300
##.pubHabillage
##.pubHead
##.pubHeader
##.pubHeading
##.pubIframe
##.pubLarge
##.pubLeft
##.pubMobile
##.pubPadding
##.pubPave
##.pubRight
##.pubRight1
##.pubText
##.pubTitle
##.pubTop
##.pubTopContainer
##.pubVideo
##.pub_1000
##.pub_1000_center
##.pub_1000_center_1
##.pub_1000_center_2
##.pub_1000_liste
##.pub_120x600
##.pub_160_600
##.pub_160x600
##.pub_2_728
##.pub_300
##.pub_300-250
##.pub_300_250
##.pub_300_250_right
##.pub_300_250_right_interne
##.pub_300_600
##.pub_468
##.pub_468x60
##.pub_468x60_bas
##.pub_468x60_haut
##.pub_728
##.pub_728-90
##.pub_728_90
##.pub_article
##.pub_bande
##.pub_banner
##.pub_banner_bot
##.pub_banner_h
##.pub_banner_top
##.pub_bottom_post
##.pub_carre
##.pub_centre
##.pub_club
##.pub_container
##.pub_container_600
##.pub_droit
##.pub_droite
##.pub_encart_content
##.pub_forum
##.pub_head
##.pub_header
##.pub_header_banner
##.pub_info
##.pub_kelkoo
##.pub_leaderboard
##.pub_left
##.pub_left_content
##.pub_loader
##.pub_middle
##.pub_mobile
##.pub_mobile_une
##.pub_open
##.pub_outer
##.pub_pave
##.pub_plus
##.pub_premium
##.pub_prod
##.pub_rectangle_300x100
##.pub_rectangle_300x250
##.pub_rectangle_728x90
##.pub_rectangle_moyen_out
##.pub_rm_inter_posts_forum
##.pub_sky
##.pub_skyscraper
##.pub_slot
##.pub_square
##.pub_tag
##.pub_text
##.pub_timeline
##.pub_top
##.pub_topright
##.pub_vertical
##.pub_video
##.pub_vignette
##.pub_visuel
##.pubaccueildroite1
##.pubaccueilgauche1
##.pubads
##.pubadsense
##.pubarticle
##.pubaudessunews
##.pubb-336-1
##.pubb-336-2
##.pubbigsize
##.pubbottomvideo
##.pubcontainer
##.pubfond
##.pubimage
##.pubind1
##.pubind2
##.pubitem
##.publSbar
##.publarge
##.publicidad
##.publicidade-rodape
##.publicite
##.publicite-bas
##.publicite-box
##.publicite1
##.publicite2
##.publicite3
##.publicite4
##.publicite5
##.publiciteHeader
##.publicitePartenaires
##.publicite_1
##.publicite_2
##.publicite_3
##.publicite_4
##.publicite_468x60
##.publicite_5
##.publicite_droite
##.publicite_droite_600
##.publicite_gauche
##.publicite_horizontale_well
##.publicite_horizontale_wrapper
##.publicite_l
##.publicite_locale
##.publicite_mobile
##.publicite_mobile_300x250
##.publicite_mobile_cache
##.publicite_r
##.publicite_resp
##.publicite_sidebar
##.publicite_sous_slider
##.publicite_text
##.publiciteac
##.publiciteright
##.publicity
##.publicityBottom
##.publicityRight
##.publireportage
##.publireportageFront
##.publireportage_simple
##.pubovh
##.pubovh300
##.pubs-mini
##.pubs_over
##.pubs_over1
##.pubsidebar
##.pubsky
##.pubsoustag
##.pubtexte
##.pubwrapper
##.purple-ad
##.push-service-pub
##.question_page_ad
##.quickads_table
##.r-pub--banniere
##.r-pub--inread
##.r-pub--leader
##.ratio-ad-header
##.rd-widget-ads
##.regiePub
##.regiePub2
##.regiePub728
##.region-pubheader
##.reklaama-casino2
##.reklam-gizle
##.reklam-side
##.reklam-videoyan
##.reklam728x90
##.reklam_300_250
##.reklam_300x250
##.reklam_728_90
##.reklama-box
##.reklama_vip
##.reklambox
##.reklamgec
##.reklamlink
##.related-stories-ad-unit
##.release-mangas-pub
##.remove-ads-component
##.removeAds
##.remove_ads
##.replaceDelayedAds
##.responsive-house-ad
##.right-advertising
##.rightPub
##.rightRailAdContainer
##.right_ad_box2
##.right_adv_block
##.right_advertissment
##.right_middle_ad
##.right_top_ad
##.rigthpubvideo
##.ritBigAds
##.river-ad
##.row_pub
##.sag-reklam-120x600
##.scpe-pub
##.sd-ad-container
##.sd-ad-wrapper
##.sda-img-container
##.search_publicity_box
##.search_square_publicity
##.section-ads-center
##.separepub
##.shareaholic-ad
##.shareaholic-ad-content
##.shareaholic-canvas
##.shareaholic-dis-ad-col-2
##.shareaholic-dis-ad-contains-2
##.shopperAds
##.show-pub
##.show_banner_bottom_leaderboard
##.show_banner_leaderboard
##.shvertise-banner
##.sidbar-ad1
##.side-pub
##.side-pub-img
##.side_content_pub
##.side_slide_pub
##.sidebar-ads160
##.sidebar-adv
##.sidebar-header-pub
##.sidebar-middle-ad
##.sidebar-wrapper-advert
##.sidebarAdHome
##.sidebar_adds
##.sidebar_share_ads
##.sidebarpub350250
##.simple-ad
##.single-top-ads
##.single-top-ads-bloc
##.site-inner-ads
##.site-pub-interstitiel
##.site-pub-skin
##.site-pub-top
##.six-article-with-ad
##.skin_outer_ad
##.skyscraper-ad-2
##.smiliar_ads
##.snippet-publisher
##.soar-media-global
##.sol-reklam-120x600
##.span_pub_normal
##.special-banner
##.sponsor-inread
##.sponsor_leaderboard
##.sponsor_leaderboard-wrap
##.sponsor_sidebar
##.sponsored-amazon
##.sponsored-articles
##.sponsored-by__highlighted
##.sponsored-by__main
##.sponsored-by__main-wrap
##.sponsored-by__other
##.sponsored-by__outer
##.sponsored-fly
##.sponsored-fly__brand
##.sponsored-fly__close
##.sponsored-fly__head
##.sponsored-fly__head-outer
##.sponsored-fly__open
##.sponsored-panel
##.sponsoredLinksContainer
##.sponsoredLinksInfo
##.sponsoredPrisma
##.sponsored_banner
##.sponsorfooter
##.square-pub
##.squareadboxext
##.squareadevertise
##.squareadvertise
##.srcPub
##.srcPubZone
##.stackcommerce-widget
##.stage-advertising
##.stageAds
##.standard_adv_link
##.sticky-ad-holder
##.structure_wrapper-ad
##.subimageAd
##.tab-reklam
##.tableAds
##.tag-adverline
##.tag-sponsored-content
##.teaser-mpu
##.text_pub
##.texte_ads
##.texte_ads_plug
##.texte_pub
##.threadSponsor
##.thumb_player_pub
##.timeline-media--ad
##.tipps-content-ad
##.titrePub
##.toast-ad
##.top-ads-728-90
##.top-banner-pub
##.top-horizontal-pub
##.top-publicite
##.top-reklam-normal
##.top-side-pub
##.topAdvertContainer
##.topPub
##.top_banner_ads
##.top_pub_google
##.top_reklama
##.topbanneradvertise
##.topbarpub
##.topcenteradss
##.topleftad
##.toppubs
##.tp-ad--full-browser
##.tp-ad__container
##.tradingCenterAd
##.tuto-pub-ad-caption
##.txt-ads-center
##.txt-pub
##.txt-top-publicity
##.unForceAdBlock
##.underplayer_banner
##.upload-advert
##.ustreklam
##.vda-block
##.vda-title
##.vertical-ads-group
##.video-list-ads
##.videoOverAd300snd
##.videoOverAdBig
##.video_adp2
##.video_adp3
##.video_reklama
##.videocontrols-ads
##.view-publicites
##.vjs-onceux-ad-container
##.vud_ads
##.wads-script
##.wgt-publicite-300-250
##.wid-sponsor-banner
##.wide_add
##.widget-advert
##.widget-advert-300-600
##.widget-le_guide
##.widget-paruvendu
##.widget-pub
##.widget-pub-300x250
##.widget.ad
##.widget_advncdads
##.widget_box_pub
##.widget_keleops-adhalfpage
##.widget_om_ads
##.widget_positivr-sponsored-posts
##.widget_publicite
##.widgetadv
##.widgetpub
##.with-ad-top
##.with-corner-ad
##.wppasrotate
##.wrap-pub
##.wrapper.ad
##.wrapperPub
##.wrapper_pub_sidebar
##.xads-wrappe
##.xadv-invid
##.xadv-invid2
##.xplayer-banner-bottom
##.yourcolor-ads
##.zone_annonceurs
##.zone_pub_orange
##.zonepub
##[data-ad-position]
##[data-ad-text]
##[data-ads-core]
##[data-incontent-ad]
##[data-qwertize-zone]
##[data-testid="adTag"]
##[data-type="ad"][data-format]
##[data-type="ad"][data-publisher]
##[display-ad-location]
##[id*="_custom_ads-"]
##[id^="ad_block_"]
##[id^="ad_holder_text_"]
##[id^="adace_ads_widget"]
##[id^="ads_adnemo_"]
##[id^="ads_djezzy"]
##[id^="ads_mobilis"]
##[id^="ads_ooredoo"]
##[id^="adswidget1-quick-adsense"]
##[id^="adswidget2-quick-adsense"]
##[id^="adswidget3-quick-adsense"]
##[id^="adswidget4-quick-adsense"]
##[id^="block-views-affichage-publicit-block"]
##[id^="block-xiti_oas-"]
##[id^="codeneric_ad_widget-"]
##[id^="criteoDivPave"]
##[id^="dfp_ban_"]
##[id^="dfp_banner"]
##[id^="lig_wrapper_ad_"]
##[id^="ligatus-"]
##[id^="ligatus_"]
##[id^="pub-carasexe-"]
##[id^="pub_728x90_"]
##[id^="pub_dart_"]
##[id^="pub_google"]
##[id^="show_ads_"]
##[id^="sn_ads-"]
##[id^="widget_pub-"]
##[slot-id^="div-gpt-ad-"]
##a[class^="adsbutt_"]
##a[class^="mn-container-adsby"]
##a[href*="%2Fapi%2Fmpup%2F"]
##a[href*="&ad_unit="]
##a[href*=".ad2up.com/"]
##a[href*=".adbooth.com/"]
##a[href*=".adhoc1.net/"]
##a[href*=".adhoc2.com/"]
##a[href*=".adhoc2.net/"]
##a[href*=".adhoc4.com/"]
##a[href*=".adhoc4.net/"]
##a[href*=".adsbtrk.com/"]
##a[href*=".amazing-dates.com/"]
##a[href*=".asldating.link/"]
##a[href*=".atimaze.com/"]
##a[href*=".bdwafx.com/"]
##a[href*=".brucelead.com/"]
##a[href*=".club/clk?b="]
##a[href*=".concord.systems/"]
##a[href*=".digital2cloud.com/?"]
##a[href*=".djfiln.com/"]
##a[href*=".egresspath.com"]
##a[href*=".free-datings.com/"]
##a[href*=".frtyr.com/"]
##a[href*=".globwo.online/"]
##a[href*=".hop.clickbank.net"] > img
##a[href*=".hrtye.com/"]
##a[href*=".hsrvz.com"]
##a[href*=".hue2a.com/"]
##a[href*=".igraal.com/#parrain="] > img
##a[href*=".igraal.com/?parrain="] > img
##a[href*=".igraal.com/inscription?parrain="] > img
##a[href*=".infra.systems/"]
##a[href*=".irtyd.com/"]
##a[href*=".irtyf.com"]
##a[href*=".j0ss4np1c5.site/"]
##a[href*=".jads.co/"]
##a[href*=".kfiopkln.com/"]
##a[href*=".klkus.xyz/"]
##a[href*=".kmisln.com/"]
##a[href*=".leadzupc.com/"]
##a[href*=".leadzutw.com/"]
##a[href*=".madamecam.com/"]
##a[href*=".morbitempus.com/"]
##a[href*=".oopt.fr"]
##a[href*=".ourtoolbar.com"]
##a[href*=".performit.xyz/"]
##a[href*=".php?sp_promote="]
##a[href*=".plufdsb.com/"]
##a[href*=".pub2srv.com/"]
##a[href*=".rktch.com/"]
##a[href*=".sastech.ru/"]
##a[href*=".schjmp.com/"]
##a[href*=".smrtgs.com/"]
##a[href*=".starsx.fr/"]
##a[href*=".surge.systems/"]
##a[href*=".tkbo.com"]
##a[href*=".traffic.club"]
##a[href*=".ufinkln.com/"]
##a[href*=".utndln.com/"]
##a[href*=".voluumtrk.com/"]
##a[href*="//ads.ad-center.com/"]
##a[href*="//afftrack001.com/"]
##a[href*="//ammankeyan.com/"]
##a[href*="//go.mobtrks.com/"]
##a[href*="//go.oclasrv.com/"]
##a[href*="//jsmentry.com/"]
##a[href*="//jsmjmp.com/"]
##a[href*="//jsmptjmp.com/"]
##a[href*="//media.unibet.fr/redirect.aspx?pid="] > img
##a[href*="//mob1ledev1ces.com/"]
##a[href*="//nrg.red-by-sfr.fr/dynclick/"] > img
##a[href*="//propellerads.com/?rfd="]
##a[href*="//propellerads.com/publishers/?ref_"]
##a[href*="//toroadvertisingmedia.com/"]
##a[href*="//tracking.publicidees.com/clic.php?"] > img
##a[href*="//www.awin1.com/cread.php?"] > img
##a[href*="//www.trafficsan.biz/"]
##a[href*="/?a_aid="]
##a[href*="/a/display.php?"]
##a[href*="/ad_d.php?u="]
##a[href*="/adagency/"] > img
##a[href*="/adclick."]
##a[href*="/adclick?"]
##a[href*="/ads.php?ref="]
##a[href*="/ads/ad_link."]
##a[href*="/ads/click?"]
##a[href*="/ads?key="]
##a[href*="/adserver/iframe?"]
##a[href*="/adsrvmedia."]
##a[href*="/adstract."]
##a[href*="/adv-mybankai."]
##a[href*="/adver_link.php?"] > img
##a[href*="/advertisesimple.info/"]
##a[href*="/aff_c?offer_id="] > img
##a[href*="/afiliados.html?id="]
##a[href*="/afu.php?"]
##a[href*="/buy?a_aid="]
##a[href*="/click/?idadprint="]
##a[href*="/clickhabillage/"][target="_blank"]
##a[href*="/earn.php?zone="]
##a[href*="/go.php?a_aid="]
##a[href*="/goto.php?ads_id="]
##a[href*="/install-app?affid="]
##a[href*="/inter?implementation_id="]
##a[href*="/myAdd?id="]
##a[href*="/p_tools/promo.php?"]
##a[href*="/publieditorial/"]
##a[href*="/redirect.php?title="]
##a[href*="/redirect?partenaire="]
##a[href*="/redirect?tid="]
##a[href*="/redirect_bet.php?link="]
##a[href*="/redirect_pub.php?"]
##a[href*="/redirectionpub.php?id="]
##a[href*="/regiehab.php?"]
##a[href*="/rel/index.cfm?RST="]
##a[href*="/rel/index.cfm?TAD="]
##a[href*="/rotation_pdv.php?"]
##a[href*="/telechargement-rapide.php?"]
##a[href*="/tracking_campaign.php?"]
##a[href*="/www/delivery/"]
##a[href*="://adlipay.com/ref/"]
##a[href*="://adpv.com/?idpartner="]
##a[href*="://adskeeper.co.uk/"]
##a[href*="://adsoptimal.com/?"]
##a[href*="://c.tnkexchange.com/"]
##a[href*="://click.a-ads.com/"]
##a[href*="://code.tubeadvertising.eu/"]
##a[href*="://eroges.com/"] > img
##a[href*="://go.nordvpn.net/"] > img
##a[href*="://hilltopads.net/"]
##a[href*="://mk-cdn.net/"]
##a[href*="://mobidea.com/?r="]
##a[href*="://ouo.io/ref/"]
##a[href*="://ouo.press/ref/"]
##a[href*="://popcash.net/register/"]
##a[href*="://ptapjmp.com/"]
##a[href*="://smart.tubeadvertising.eu/"]
##a[href*="://syndication."] > img
##a[href*="://t.eroges.com/"]
##a[href*="://trustaffs.com/"]
##a[href*="://universalsrc.com/"]
##a[href*="://www.adexchangeguru.com/"]
##a[href*="://www.anrdoezrs.net/"]
##a[href*="://www.hentai-heroes.com/"]
##a[href*="://www.hentai-heroes.es/"]
##a[href*="://www.hentaiheroes.com/"]
##a[href*="://www.linkredirect.biz/"]
##a[href*="://www.proche2moi.com/"]
##a[href*="://www.rencontreslocales.com/?"]
##a[href*="://www.tubeadvertising.eu/?rf="]
##a[href*="://yllix.com/"]
##a[href*="?ad_id="]
##a[href*="FriendlyDuck.com/AF_"]
##a[href*="_728x90_bleach_adb"]
##a[href*="_728x90_bleachsx_adb"]
##a[href*="ads_random"]
##a[href*="adshostnet.com/"]
##a[href*="digadser.com/"]
##a[href*="fastclick.net/ad/"]
##a[href*="fducks.com/"]
##a[href*="friendlyduckaffiliates.com/"]
##a[href*="friendlyquacks.com/"]
##a[href*="https://relap.io/r?"]
##a[href*="marketgid.com/"]
##a[href*="medncom.com/regie/"]
##a[href*="popads.net/users/refer/"]
##a[href*="regie.medncom.com/"]
##a[href*="smartadserver.com/call/cliccommand/"] > img
##a[href*="smartadserver.com/h/cc?imgid="] > img
##a[href*="utm_medium=mega_banniere"] > img
##a[href*="weborama.fr/fcgi-bin/"]
##a[href*="wow-partners.com/click.php"]
##a[href*="xiti.com/go.ad?"]
##a[href="#tab-ad"]
##a[href="http://smarturl.it/warshipsint"]
##a[href="https://wo2viral.com/regarder.php"]
##a[href="https://wo2viral.com/stream.php"]
##a[href^=".adtng.com/"]
##a[href^=".bcvc.mobi/"]
##a[href^=".mfroute.com/"]
##a[href^=".mftracking.com/"]
##a[href^=".php/ads/"]
##a[href^=".php/annonce/ads/"]
##a[href^="//out.tubecorporate.com/"]
##a[href^="//prtord.com/"]
##a[href^="//www.poweredbyliquidfire.mobi/"]
##a[href^="/engine/go.php?file2="][rel="nofollow"][target="_blank"] > img
##a[href^="/engine/go.php?movie="][rel="nofollow"][target="_blank"] > img
##a[href^="/rdh?"]
##a[href^="://ad.zanox.com/"] > img
##a[href^="://manage.hostvn.net/aff.php?"] > img
##a[href^="ads.php?id="]
##a[href^="annonceur.php?id_banniere="]
##a[href^="http://142.91.159.218/"]
##a[href^="http://162.215.254.42/"]
##a[href^="http://178.175.132.130/"]
##a[href^="http://188.165.178.248/"]
##a[href^="http://3dxchat.com/?"]
##a[href^="http://4kmoviesclub.co/"]
##a[href^="http://acces.direction-x.com/a.php?"] > img
##a[href^="http://adprovider."]
##a[href^="http://ads.reflexcash.com/"]
##a[href^="http://ads.wui.fr/"]
##a[href^="http://ads2.contentabc.com/"]
##a[href^="http://adserver.sejt.com/"]
##a[href^="http://adv-mylegend."]
##a[href^="http://adv-myninja."]
##a[href^="http://adv-mypirate."]
##a[href^="http://affiliate.flipkart.com/"]
##a[href^="http://affiliate.r18.com/"] > img
##a[href^="http://afflight.postaffiliatepro.com/"]
##a[href^="http://ali.pub/"] > img
##a[href^="http://ali.ski/"] > img
##a[href^="http://altadefinizone.click/"]
##a[href^="http://api.adlure.net/"]
##a[href^="http://bestentrypoint.com/"]
##a[href^="http://bruceleadx2.com/"]
##a[href^="http://centredecontrole.biz/ads/"]
##a[href^="http://downloadity.net/"]
##a[href^="http://fave.co/"]
##a[href^="http://filesbride.com/"]
##a[href^="http://filesify.com/"]
##a[href^="http://fr.tuto.com/?aff="] > img
##a[href^="http://frtyd.com/"]
##a[href^="http://gamingadult.biz/"]
##a[href^="http://gamingaffiliation.com/"]
##a[href^="http://givemeclip.com/"]
##a[href^="http://js.bulkhentai.com/"]
##a[href^="http://lifeselector.com/game/listGames?"]
##a[href^="http://m.mobilerevenu.com/idw/"]
##a[href^="http://media.r18.com/"]
##a[href^="http://nfbusty.com/tube/featured?"]
##a[href^="http://partner.global-espace.com/"]
##a[href^="http://plateforme.flinteractive.fr/affiliation/lead/clic?"]
##a[href^="http://porno.pornocrados.com/"]
##a[href^="http://promo.avec.votresite.ca/?r="] > img
##a[href^="http://promo.vador.com/"]
##a[href^="http://reallygoodlink.free3dadultgames.com/"]
##a[href^="http://redir.bebi.com/"]
##a[href^="http://refer.ccbill.com/cgi-bin/clicks.cgi?"]
##a[href^="http://selfsrver.com/"]
##a[href^="http://sexgamedevil.com/?"]
##a[href^="http://spklmis.com/"]
##a[href^="http://t2lgo.com/"]
##a[href^="http://tool.acces-vod.com/"]
##a[href^="http://topadbid.com/"]
##a[href^="http://witalfieldt.com/"]
##a[href^="http://wlx-secure.com/"]
##a[href^="http://www.allopass.com/"] > img
##a[href^="http://www.apk-download-free.com/"]
##a[href^="http://www.ba-click.com/?ref="]
##a[href^="http://www.easyflirt-partners.biz"]
##a[href^="http://www.espace-plus.net/"]
##a[href^="http://www.gaddin.com/index.php?sponsor"] > img
##a[href^="http://www.gamingaffiliation.com/"]
##a[href^="http://www.hayleyssecrets.com/"]
##a[href^="http://www.jacquieetmichel-contact.com/?siteid="] > img
##a[href^="http://www.jacquieetmichel-contacts.com/?siteid="] > img
##a[href^="http://www.leguide.com/lettre/"]
##a[href^="http://www.movie4all.co/"]
##a[href^="http://www.onclickmega.com/"]
##a[href^="http://www.poweredbyliquidfire.mobi/"]
##a[href^="http://www.pubdirecte.com/script/"]
##a[href^="http://www.questiondivine.com/?ctid="]
##a[href^="http://www.rabbitfinder.com/refer."]
##a[href^="http://www.redlightcenter.com/"]
##a[href^="http://www.sexgangsters.com/?"]
##a[href^="http://www.superadexchange.com/"]
##a[href^="http://www.tradeadexchange.com/"]
##a[href^="http://xat.com/"]
##a[href^="http://xmediaserve.com/"]
##a[href^="http://yotefiles.com/"]
##a[href^="https://1fichier.com/?af="] > img
##a[href^="https://1xbet.sn/fr/?bf="] > img
##a[href^="https://ad.apps.fm/"]
##a[href^="https://ad.propellerads.com/"]
##a[href^="https://admin.thrixxx.com/affiliates/"]
##a[href^="https://ads.regie24h00.com"]
##a[href^="https://afflat3d1.com/"]
##a[href^="https://app.monetizze.com.br/"]
##a[href^="https://badoinkvr.com/?"]
##a[href^="https://blockadz.com/?"]
##a[href^="https://boomerang.club/ref/"] > img
##a[href^="https://checkout.hidemyass.com/affiliate.php?"] > img
##a[href^="https://click.hooligapps.com/?pid="]
##a[href^="https://clickadilla.com/?"]
##a[href^="https://clk.pvnsolutions.com/"]
##a[href^="https://dl-protect.link/request-access-url?"]
##a[href^="https://dl-protect.link/request-direct-url?"]
##a[href^="https://dl11a.club/"]
##a[href^="https://download.uphost.click/?"]
##a[href^="https://gadlt.nl/"]
##a[href^="https://go.alvexo.com/"]
##a[href^="https://go.blackbullmarkets.com/"] > img
##a[href^="https://go2cliks.net/"]
##a[href^="https://gofetishsex.com/?"]
##a[href^="https://hide.me/promotion/best-vpn-torrents/?friend="] > img
##a[href^="https://infokz.com/"]
##a[href^="https://iqoption.com/lp/"]
##a[href^="https://itrustzone.site/r.php?RID="]
##a[href^="https://jasper.ai?"] > img
##a[href^="https://join-adf.ly/"] > img
##a[href^="https://join.yanks.com/"]
##a[href^="https://jsecoin.com/o/?"]
##a[href^="https://kshop5.pro/"]
##a[href^="https://lecrocodeal.com/"] > .crocodeal-deal
##a[href^="https://lecrocodeal.com/"] > .wrapper-72890
##a[href^="https://lovaskin.eu/?aff="] > div
##a[href^="https://lp.swaven.com/"]
##a[href^="https://media.r18.com/"]
##a[href^="https://network.nutaku.net/"]
##a[href^="https://onclickads.net/"]
##a[href^="https://online-xxxmovies.com/?"]
##a[href^="https://partner.pcloud.com/r/"] > img
##a[href^="https://partner.zenmate.com/"]
##a[href^="https://plarium.com/"]
##a[href^="https://platform.jsecoin.com/?"]
##a[href^="https://publishers.propellerads.com/#/"]
##a[href^="https://rdsb2.club/"]
##a[href^="https://recommendedforyou.xyz/"]
##a[href^="https://secure.securitetotale.com/"]
##a[href^="https://secure.securitetotale.fr/"]
##a[href^="https://sharemyads.com/click.php?"]
##a[href^="https://shop.spyoff.com/signup/mb?packageId="] > img
##a[href^="https://snapmrsexe.com/lp/"]
##a[href^="https://store.mspy.com/affiliate.php"] > img
##a[href^="https://syndication.exdynsrv.com/"]
##a[href^="https://t.hrtya.com/"]
##a[href^="https://timesroadmapwed.com/"]
##a[href^="https://totlnkcl.com/"]
##a[href^="https://tpmr.com/r/"]
##a[href^="https://traceless.me/lp/"]
##a[href^="https://track.effiliation.com/servlet/effi.click?"] > img
##a[href^="https://tubexxxone.com/?"]
##a[href^="https://uploadgig.com/premium/index/"] > img
##a[href^="https://vimeonk.com/"]
##a[href^="https://vin.mecalife.com/?idaff="] > img
##a[href^="https://windscribe.com/?affid="] > img
##a[href^="https://wiztube.xyz/"]
##a[href^="https://www.clickadu.com/?"]
##a[href^="https://www.echangedebannieres.fr/click.php?"]
##a[href^="https://www.echangedebannieres.fr/index.php?id="]
##a[href^="https://www.eurodns.com/?utm_source="] > img
##a[href^="https://www.exoclick.com"]
##a[href^="https://www.g2a.com/r/"] > img
##a[href^="https://www.get-express-vpn.com/torrent-vpn/?"]
##a[href^="https://www.get-express-vpn.com/torrent-vpn?"]
##a[href^="https://www.indecentes-voisines.com/iv.php?"]
##a[href^="https://www.kqzyfj.com/"]
##a[href^="https://www.le-vpn.com/clients/aff.php?"]
##a[href^="https://www.lesfurets.com/redirect_partner?"]
##a[href^="https://www.my-privacy-protection.com/"]
##a[href^="https://www.onclickmega.com/"]
##a[href^="https://www.shareasale.com/u.cfm?"]
##a[href^="https://www.ucoz.net/?pguid="]
##a[href^="https://www.winamax.fr/landing/landing_leads.php?"] > img
##a[onclick*="//vimeonk.com/"]
##a[onclick*="/adserver/iframe?"]
##a[onclick*="FriendlyDuck.com"]
##a[onclick^="CustomWLAdServer."]
##a[target="_blank"][href*="/buy-vpn?"] > img
##div[ad-channel]
##div[ad-position]
##div[adonis-marker]
##div[class$="-adlabel"]
##div[class$="player-ad-container"]
##div[class*="300x250_advertisement_"]
##div[class*="advertisement-desktop_"]
##div[class*="advertisement-mobile_"]
##div[class*="view-ads-header-"]
##div[class*="view-id-ads_header_"]
##div[class*="view-id-ads_sidebar_"]
##div[class^="AdLayout-"]
##div[class^="AffiliateBadgeUi-"]
##div[class^="DisplayAd_"]
##div[class^="StickyAd-"]
##div[class^="aadsbutt_"]
##div[class^="ad-inside-post-"]
##div[class^="ad_200_"]
##div[class^="ad_468_"]
##div[class^="adace_ad_"]
##div[class^="adsInfo_"]
##div[class^="ads__ad_container"]
##div[class^="cards__card_ad-"]
##div[class^="desktop-add_"]
##div[class^="directadvert"]
##div[class^="homepage-square-ad"]
##div[class^="mn-container-adsby"]
##div[class^="offerAd"]
##div[class^="pub_tag_"]
##div[class^="quickads_"]
##div[class^="styles_advertising_"]
##div[data-ad-id]
##div[data-ad-name]
##div[data-ad-playerid]
##div[data-ad-position]
##div[data-ad-provider]
##div[data-ad-refresh]
##div[data-ad-sticky-follow]
##div[data-ad-tracking]
##div[data-ad]
##div[data-adfscript]
##div[data-ads-block]
##div[data-adspace-id]
##div[data-adv-formatid]
##div[data-advn]
##div[data-block-type="block:ads"]
##div[data-iab-tag]
##div[data-ligatus-container]
##div[data-native-ad-item]
##div[data-pmdfp-display]
##div[data-pmdfp-format]
##div[data-pub-appnexus]
##div[data-pub-siteid]
##div[data-radium] > [class^="ak_placement_"]
##div[data-rads-tracking]
##div[data-refadmob]
##div[data-sticky-ads]
##div[id$="textAdsBox"]
##div[id*="300x250_advertisement_"]
##div[id*="_div_ads_header_"]
##div[id*="_main_ads_header_"]
##div[id*="_section_ads_header_"]
##div[id^="M"][id*="Composite"]
##div[id^="PostAd"]
##div[id^="ad-adsensesidebar"]
##div[id^="ad-artspons_"]
##div[id^="adhese_sponsored"]
##div[id^="adhese_tijdpartner"]
##div[id^="ads_banner_"]
##div[id^="ads_block_"]
##div[id^="adsatlas-"]
##div[id^="adtrue_tag"]
##div[id^="adzerk-"]
##div[id^="amzn-native-ad"]
##div[id^="betAds"]
##div[id^="block-dfp-728-"]
##div[id^="block-dm-services-ads"]
##div[id^="block-views-ads-header-"]
##div[id^="block-views-ads-sidebar-"]
##div[id^="crt-"][data-criteo-id]
##div[id^="div-adt-"]
##div[id^="div-gpt-promo-"]
##div[id^="divsda-"]
##div[id^="dm_ads_Middle"]
##div[id^="exoNativeWidget"]
##div[id^="gabarit_pub"]
##div[id^="gpt-ad-banner"]
##div[id^="gpt-ad-masthead"]
##div[id^="gpt-ad-mpu"]
##div[id^="ipc-advert"]
##div[id^="lsadvert-"]
##div[id^="meloAd-"]
##div[id^="nativeAds_"]
##div[id^="optidigital-adslot-"]
##div[id^="parent-arcAds-"]
##div[id^="pub-dfp-"]
##div[id^="rafael_side_ads_widget-"]
##div[id^="sqweb_ad_control-"]
##div[onclick*="/regiedeep.php?"]
##div[onclick^="MyAdvertisements."]
##div[onerror="fuck_adblock()"]
##form[action^="http://163.172.219.174/"]
##gwd-doubleclick
##iframe[id^="ylt"][style][sandbox][width][height]
##iframe[name*="/adunblock_"]
##ins[data-ad-position]
##pub-megabanbas
##reklaamacasino2
##script[src^="http://www.pubdirecte.com/script/"]
##section[onclick*="/publicite-300-250/"]
##span[data-sponsor]
##table > tbody > tr > td > a[href="http://www.pubdirecte.com"]
##.SamRotator > .SamLink
##.samBannerUnit .SamLink
##.samBannerUnit .samItem
##div > [class][data-pos] > .SamLink
echoroukonline.com###Advertisement
bienpublic.com###AjaxCarreEditoIoomyz
algerie360.com###AlireAussi
belgique-tourisme.be,opt.be###BannerFrontpage
basketusa.com###Basketusa_Habillage
annoncesbateau.com###BlocPartenaires
eurosport.fr###Container_OAS_Right
amazon.fr###DAadrp
amazon.fr###DAr2
journaldelenvironnement.net###ExpoPermanente
lefigaro.fr###Fe_Gigaban
dsih.fr###Hab_banner
caradisiac.com###Habillage1
caradisiac.com###Habillage2
kijiji.ca###HeaderFeature > #FeatureContent
koaci.com###KPubSetTop
africanmanager.com###Layer1
nostalgie.be###Leaderboard_row
streamcomplet3.biz###PapaGooGorHDVid
installations-home-cinema.eu###Partenaire
scan-manga.com###TOPAMZ720
lepoint.fr###WRAP_BAN_ATF
mappy.com###a300x600
ahlaejaba.com,net-iris.fr,orange.fr,paruvendu.fr,radio.co.ma,zalotech.com###ad
annuaire-inverse-france.com,ecouter-en-direct.com,ed-protect.org,liveradio.fr,telecharger-jeu-pc.com###ad1
ecouter-en-direct.com,ed-protect.org###ad2
reverso.net###adBlockBnr
droidsoft.fr###addBlock
courrierlaval.com###add_bottom
courrierlaval.com,letraitdunion.com###add_top
zoneadsl.com###adfd
telechargerunevideo.com###adlbl
logitheque.com###adni_widgets-2
clicanoo.re###adress_utiles
bobvoyeur.com,djazairess.com,ecogine.org,tendancehotellerie.fr,zalotech.com###ads
ustart.org###ads_tall
cuisineaz.com###advi
finalclap.com###aff_tuto_com
dogzer.com###affichage_tag_58
zikinf.com###album
akeo.fr###amazon
millenium.gg###amazon_container
soap-passion.com###annonce
upp-auteurs.fr###annonce_a
upp-auteurs.fr###annonce_b
leberry.fr###appel_BR_home_BPI_Stonest
lejdc.fr###appel_JC_home_BPI_Stonest
lamontagne.fr###appel_MT_home_orange_fibre
lepopulaire.fr###appel_PC_home_BPI_Stonest
macbidouille.com###arch
nouvelobs.com###article-colonne-partenaires
autoreflex.com###arx_home_partenaires
comment-economiser.fr###astuce_pub
lanouvellegazette.be,laprovince.be,nordeclair.be###autovlan-widget
africanmanager.com###bLayer
lenouveleconomiste.fr###b_top
commentcamarche.com,commentcamarche.net###ba_position4
commentcamarche.com,commentcamarche.net###ba_right
top-for-phone.fr###background-cover
euro-2016-france.net###background-promo
meilleurmobile.com###backgrounddiv
deavita.fr###badHabbitsPopup
manga-news.com###ban970250
grandecran.fr###ban_big
cdmail.fr###bandeau
les-terrains.com###bandeauBas
degrouptest.com###bandeauFooter
manga-news.com###bangeante
appcake.net,boursier.com,lesaffaires.com,maliweb.net,nrj.fr###banner
football.fr,sports.fr###banner-full
jeuxvideo-live.com###banner-ig
hitradio.ma###banner2
jeuxdelajungle.fr###bannerGameSkyscraperRight
lil-life.com###bannerRightTop
clubpoker.net###bannerTopWrapper
nrj.fr###banner_bottom
infobebes.com###banner_container
gamesplanet.com###banner_data
lacanausurfinfo.com###banner_footer
jeuxvideo.com###banner_jv
betaseries.com###banner_left
tirage-gagnant.com###banner_promo
betaseries.com###banner_right
betaseries.com###banner_top
nticweb.com###banners
aliceadsl.fr###bannershop
cowcotland.com###bannertop
france-pittoresque.com,matchendirect.mobi###banniere
actu-environnement.com,emploi-environnement.com###banniereRight
lafranceagricole.fr###banniereTop
toutcash.com###banniere_top
jeux-gratuits.com###barre-partenaires
tennisactu.net###bgclicable
algerie360.com###bglink
neomag.fr###big-ad
neurozinzin.com###bigAdd
tetesaclaques.tv###bigBox
save.ca###bigboxgate
footballclubdemarseille.fr###bloc-direct-pub
gratuiciel.com,logitheque.com###bloc-droit-haut-250-250
gratuiciel.com,logitheque.com###bloc-droite-bas-250-250
gratuiciel.com,logitheque.com###bloc-milieu-300-250
graphistesonline.com###bloc-partenaires
leparisien.fr###blocMarketing
orange.fr###blocServices
maisonbrico.com###blocSponsor
batiactu.com###bloc_partenaire
ouest-france.fr###bloc_partenaires_sport
ouest-france.fr###bloc_pleine_page_1
ouest-france.fr###bloc_pleine_page_2
montelimar-news.fr###bloc_promos
meteoconsult.fr###bloc_pub_sommaire_terrestre
algerie360.com###bloc_pub_sprt
ouest-france.fr###bloc_shopping
commentcamarche.com,commentcamarche.net###bloc_sponsor
cap-public.fr###blocflottant
igen.fr###block-gsphere-refurb
lepetitjournal.com###block-larubriquesponsoriseinternational
lemouv.fr###block-lemouv_bloc-pub_ftv_right
lemouv.fr,mouv.fr###block-lemouv_bloc-pub_ftv_top
manga-news.com###block-up
lanutrition.fr###block-views-remote-products-block-home
voyages-sncf.com###block-vsct_vsca-megabanner
franceinfo.fr###block-zerobloc-pub-ftv-carre
dhnet.be###block26
dhnet.be###block31
bricoleurdudimanche.com###block_a_decouvrir
cowcotland.com###blocpub1
explorimmo.com###bob
soudure.fr###bodytopbanner
memoclic.com###bom_ban
pagesjaunes.fr###bons-plans
silicon.fr###boostToaster
liligo.fr###bottom-banner-smart
cuisineaz.com###bottomAd
rugbyfederal.com###bottom_768x90
cowcotland.com###bottom_pubN2
magicmaman.com###boutiqueRight
meilleurmobile.com###bouyguestelecom
moov.mg###box-link-left
moov.mg###box-link-right
flashresultats.fr,flashscore.fr###box-over-content-a
gala.fr###box-shopping
previmeteo.com###box_4_pub
lameuse.be,laprovince.be###box_immovlan
onlinetri.com###box_link_left
onlinetri.com###box_link_right
onlinetri.com###box_link_top
algerie360.com###boxes
conseils-courseapied.com###cadre-vignette-carnet
soonnight.com###cadre_partenaire
ktotv.com###campain-bandeau
piwee.net###campain_bg
lafranceapoil.com###cams
pooki.fr###cardTopSummaryPrices
scan-manga.com###carouselTOPContainer
sexeautop.com###catcher
android-dz.com###cb-bg-to
renovationettravaux.fr###cboxOverlay
ecranlarge.com###cgSidebarATF1
wanarun.net###chaussuresCarousel
sitedesmarques.com###check-also-box
ruedesjoueurs.com###classmentMobile
solutions-numeriques.com###clickable
jetanimes.com###clickfakeplayer
auchan.fr###cms-slot-disclaimerSlot
tukif.com###co_sponsor
soundlightup.com###colonnePub
renovationettravaux.fr###colorbox
signification-prenom.com###colpub > #bloc_forum
orange.fr###commercial-links
oujdacity.net###common-top-widget
matchendirect.fr###comparateur
geny.com###containerBanniere1mois
refurbgeneration.com###container_ebay
ca-anjou-maine.fr,ca-centrest.fr,ca-sudrhonealpes.fr###conteneur_PROMO_Gauche
voici.fr###content-right-shopping
guadeloupe-paradise.fr###content-shadow
boulanger.com###criteo_pageListe_middle
journaldunet.com###ctn_infeed
edcom.fr###decouvrirActu
amazon.fr###desktop-rhs-carousels_click_within_right
papvacances.fr###details-services
fluvore.com###download
boulistenaute.com###dropin
petitfute.com###dv_partenaire
webgirondins.com###encart-sky
ladepeche.fr###encart_dernieres_annonces
montelimar-news.fr###entreprises
maxifoot.fr###ep300z
maxifoot.fr###ep728
conseils-courseapied.com###equipement
cuisineetvinsdefrance.com###eshop300
ville-ideale.com###esspub
loractu.fr###estate-widget
easyvoyage.com###esv-pub-hp
moov.mg###extruderLeft1
liensporno.com###fakeplayer
israelmagazine.co.il###featgal
agroligne.com,auto-utilitaire.com,mobilealgerie.com###floatdiv
algeriepatriotique.com###flottante_droite
algeriepatriotique.com###flottante_gauche
test-mobile.fr###fondhabillage
forum.oujdacity.net###footer
amateur2sexe.fr###footer-boom
liberation.fr###footer-partners-box
lequipe.fr###footer_boutique
hardware.fr###footer_img
equirodi.be###ft_partners
ca-sudrhonealpes.fr###fullscreen
centerblog.net###gauche > iframe[width="300"][height="250"]
gameblog.fr###gbFnac300
gameblog.fr###gb_home_sponsor
gameblog.fr###gb_megaban
pagesjaunes.fr###goodDealsArea
dsih.fr###hab
bdgest.com,bedetheque.com###hab_click
bdgest.com,bedetheque.com###hab_click_side
banques-en-ligne.fr,bd-sanctuary.com,bioalaune.com,c8.fr,cine-sanctuary.com,comics-sanctuary.com,ffeminin.com,gamer-network.fr,jeux-mmorpg.fr,lequipement.fr,letelegramme.fr,nrj.fr###habillage
leparking.fr###habillage-pub
alternance.com,bac-es.net,bac-l.net,bac-pro.net,bac-s.net,bac-stg.net,brevetdescolleges.fr,devoirs.fr,doc-etudiant.fr,ingenieurs.com,marketing-etudiant.fr,mediaetudiant.fr###habillage-right
alternance.com,bac-es.net,bac-l.net,bac-pro.net,bac-s.net,bac-stg.net,brevetdescolleges.fr,devoirs.fr,doc-etudiant.fr,ingenieurs.com,marketing-etudiant.fr,mediaetudiant.fr###habillage-top
autobip.com###habillage_a
autobip.com###habillage_b
besac.com###habillage_cliquable
autobip.com###habillage_flash
buzzdefou.com,gerardmerinfo.fr###habillage_site
millenium.gg###habillagesite
geekopolis.fr###habitdroit
geekopolis.fr###habitgauche
football.fr,sports.fr###hablinkzone
clubpronostics.com###header-banner
ezgif.com###header-infoblock
mobiles-actus.com###header3
autojdid.com###header72890
lalibre.be###headerRelook
auto-utilitaire.com###header_3
lefaso.net###header_content_banner
lyonmag.com###header_empl
tomsguide.fr,tomshardware.fr###header_leaderboard
intellego.fr###header_top
dogzer.com###header_tr_banniere
pixmania.com###highlight-new
touslesprix.com###hleft
amateur2sexe.fr###home-p2
webcamtoy.com###home-sponsor
ma-reduc.com###home-top-offers
manga-news.com###homePromoEd
manageo.fr###homeSolutionsWrapper
tsa-algerie.com###home_immo
meilleurmobile.com###home_mea_1
meilleurmobile.com###home_mea_2
meilleurmobile.com###home_mea_3
videopornoinceste.xxx###horizontal-banner
lesoir.be###horoscope-promo
touslesprix.com###hright
confidentielles.com###hunt
avis-express.com###icegram_messages_container
madstef.com###idkey1ban
madstef.com###idkey2ban
mega-p2p.net###imCell_259
mega-p2p.net###imStickyBar_imObjectButton_03
ladepeche.fr,midilibre.fr###immobilier
freenews.fr###insidepic_widget
loisirados.com###intersticiel
conseils-courseapied.com###ja-banner
jeuxvideo-live.com###jeuAssocie
lavenir.net###jobat_content
whassup.fr###js-fixed-bar
lemonde.fr###js_deroule_ope
juritravail.com###jt-footerContainer
virginradio.fr###la-promo-showskin-a
lequipe.fr###la_boutique
booska-p.com###ladivvid
lafermeduweb.net###lastBar
flaticon.com###layer_coupon
webactus.net###leader-small
marketing-professionnel.fr###leader-wrapper
zdnet.fr###leaderBottom
zdnet.fr###leaderTop
agriaffaires.com,bloggif.com,lesoir.be,play3-live.com,topquizz.fr###leaderboard
rugbyfederal.com###left_sky
parolesmania.com###leftcolumn2 > .thinbox div[style="height: 600px;"]
lemonde.fr###lemonde-pub-logo_texte
lemonde.fr###lemonde-pub-pave_bas
lemonde.fr###lemonde-pub-pave_haut
lemonde.fr###lemonde-pub-pave_milieu
lemonde.fr###lemonde-pub-web_partenariat
grandecran.fr###les_pubs_locales
orange.fr###lienComPart
lfp.fr###lien_billeterie
besac.com###lien_brasserie_commerce
lachainemeteo.com###lig
footendirect.com###link-wrap-around
degroupnews.com###link_pub
journaldugeek.com###linkhabillage
a40ans.com###liste-webcams
millenium.gg###logo_droite
centreimmo.com###logos-partenaires
cdiscount.com###lpHeadlineMain.headlineWithoutLogo
laposte.net###lpn_pub_main
lamanchelibre.fr###marketing_top
hellokids.com###mask
gulli.fr###masthead
lafranceagricole.fr###materielOccasion
driverscloud.com###mc_cadrebottompub
driverscloud.com###mc_cadretoppub
jeuxvideo.com###mc_sponso
sfr.fr###meeticWrapper
goldenmoustache.com###mega-hab
cartimini.com###megaban-footer
channelbiz.fr,elwatan.com,franceantilles.fr,franceguyane.fr,glenatbd.com,itespresso.fr,lerevenu.com,ventsdouest.com###megabanner
autojournal.fr,autoplus.fr,lejournaldelamaison.fr,mariefrance.fr###megabanner_bottom
autojournal.fr,autoplus.fr,lejournaldelamaison.fr,mariefrance.fr###megabanner_top
jeuxvideo-live.com###meilleursPrix
jeuxvideo.com###menu_topventes
captchme.com###menubanner
leparisien.fr###meteo-immo
liligo.fr###midbanner
20min.ch###min_billboard
jeu.video###mobile_clic
w0rld.tv###modal
le-buzz.fr###modal_chrome
edcom.fr,lesmobiles.com###modals-container
challenges.fr###moneytag-INARTICLE-ATF
leparisien.fr###moteur-billetterie
zdnet.fr###mpuBottom
zdnet.fr###mpuTop
presse-citron.net,touchdownactu.com###mvp-leader-wrap
presse-citron.net,touchdownactu.com###mvp-wallpaper
api.solvemedia.com###myContent
agroligne.com###myModal
api.solvemedia.com###myVideo
p-nintendo.com###network > ul > .jm
vacanceo.com###new_travelbloc
net-iris.fr###ni-barreGroup
xrares.com###nuevoa
orange.fr###o_carrepub
orange.fr###oan_ora_1_300x250_hp.prospects
orange.fr###oan_ora_2_300x250_hp.prospects
net-iris.fr###offer
youtube.com###offer-module
e-wok.tv,mp4upload.com###overlay
gameblog.fr###overlayFnac
lebonfap.com###page-sexcam--roomlist
blogspot.com###pageflip
les-reponses.fr###pann_bas
lemonde.fr###panneau-programme-emploi
saucissonsexe.com###paragraphe
leparisien.fr###parisien-partenaires
geoflotte.com,redlist-db.be,soonnight.com###partenaire
tube-teen.fr###partenaire_img
tube-teen.fr###partenaire_link
batiactu.com###partenaire_premium
alalettre.com,annonces-automobile.com,fun-trades.com,hardware.fr,lemoteurdusexe.com,ouifm.fr,portail.free.fr,saucissonsexe.com,ucpa-vacances.com###partenaires
largus.fr###partenaires-aside
letour.fr###partenaires2
lexpress.fr###partenaires_crm
francoischarron.com###partipate_video_bottom
auchan.fr###partner--container
expat.com###partner-ajax-on-forum
cciaf.org###partner_content
miroirsocial.com,netbeopen.com,slateafrique.com###partners
sante-dz.com###partners-container
windsurfjournal.com###pave300x250
windsurfjournal.com###pave695x90
windsurfjournal.com###paves214x157
tube8.fr###pb_block
comptoir-info.com###pb_lb
comptoir-info.com###pb_sb
comptoir-info.com###pb_sq
charentelibre.fr,lindependant.fr###petitesAnnoncesBlock
topanalyse.com###pid_f
cinemay.vip###place_holder
hdss.watch,voirfilms.bz###playerOver
scan-manga.com###pob_haut
terre.tv###point_part
clicbienetre.com###popup
soonnight.com###popup_connect
sitedesmarques.com###posPub
aufeminin.com###precontent
hellokids.com###preroll
lequipement.fr###prixendirect_block
bobvoyeur.com###products-export
egaliteetreconciliation.fr###produits_en_vente
fluvore.com###prom
lacanausurfinfo.com###promo
ouedkniss.com###promo-header
journaldemontreal.com###promo-pkp
net-iris.fr###promote
youtube.com###promotion-shelf
01streaming.net,aliasdmc.fr,allocine.fr,annuaire-streaming.com,blablastream.com,centerblog.net,cocostream.rip,cpasfini.me,cpasmieux.buzz,elbilad.net,film01stream.ws,filmgratuit.net,filmzenstream.rip,iphonesoft.fr,jeux-2-filles.com,mac2sell.net,monstream.win,novaflix.me,novaflix.one,nrj.be,nrj.fr,nuked-klan.org,olivierdauvers.fr,orange.fr,papystreaming.win,planet-casio.com,planet-streaming.ws,redirection-web.net,science-et-vie.com,series-streamings.vin,service-public.fr,sortir47.fr,streampourvous.lol,terre.tv,tirexo.fun,topsitestreaming.top,toutpratique.com,turf-fr.com,val-de-marne.gouv.fr,vfserie.win,virtuoflash.com,vofilms.vin,voirfilms.al,voirfilms.bz,voirfilms.live,voirfilms.win,voirseries.co,voirseries.rip,wareziens.net,wawacity.nl,weserie.info,wifilix.club###pub
dici.fr###pub-background
francebleu.fr,franceinfo.fr###pub-ftv-top
jeu.net###pub0
alalettre.com,ledemondujeu.com,matchendirect.mobi,maxifoot-live.com,minuteur-en-ligne.fr,quiveutdufromage.com###pub1
ledemondujeu.com,minuteur-en-ligne.fr,musculaction.com,planeterenault.com,quiveutdufromage.com###pub2
musculaction.com###pub3
info-clipper.com###pubBando
telequebec.tv###pubBaniereContainer
voyageforum.com###pubColumn
telequebec.tv###pubIlotContainer
gamer-network.fr###pubLarge
xoo.it###pubRdc
betaseries.com,soundlightup.com###pubSidebar1
remede.org###pubSky
remede.org###pubSky2
algerie360.com###pub_300_acc
tele.premiere.fr###pub_a2d_pave
vo2.fr###pub_background
maxifoot-live.com###pub_bc
entrecoquins.com###pub_boutique
jeuxvideo.com###pub_carre1
emu-france.com###pub_casino_header
entrecoquins.com###pub_club
elwatan.com###pub_habillage_lien
soonnight.com###pub_imu
algerie360.com###pub_rand300a
algerie360.com###pub_rand300b
entrecoquins.com###pub_tatoo
ouest-france.fr###pub_wallpaper
histoire-pour-tous.fr###pubbott
paris-communiques.com,plateformemedia.com###publaterale
argentmania.com###publeft
troc-velo.com###publine
focus-numerique.com,lapresse.ca,les-terrains.com###pubs
algerie360.com###pubsousVid
lamanchelibre.fr###pubsuper
gamaniak.com###pubtopmenu
jeu.net###pubz
liligo.fr###pulledbanner
liligo.fr###pulledbanner-right-top
parolesmania.com###rectangle > .thinbox div[style="height: 250px;"]
igen.fr,macg.co,watchgeneration.fr###refurb-widget
lexpress.mu###region-user-second
radio-monaco.com###responsive-banner-slider
sante-dz.com###revenue-wrapper
pooki.fr###rightPartners
competition.dz###right_banner
rugbyfederal.com###right_sky
tomshardware.fr###rightcol_top
tomshardware.fr###rightcol_top_anchor
lesoir.be###rossel-imu-bottom
7sur7.be###rpVacature
slappyto.net###shadow
telesatellite.com###sheader
zapiks.fr###shop
aliceadsl.fr,laposte.net,portail.free.fr###shoppingBox
sfr.fr###shoppingWrapper
emu-france.com###sidebar-right a > img[style^="width:"]
mobigeeks.fr###sidebar-shell-2
lematin.ch###sidebarSky
forum.ad###sidebar_header
glenatmanga.com###signature_chinoise > a > span
jvn.com###skin
freeonline.org###skinlink
batiactu.com###skip-link
ezgif.com###sky
peterhahn.fr###skyscraper
france-alerte.com###slide
channelbiz.fr,itespresso.fr,silicon.fr###slider-partnerzone
maitresrestaurateurs.com###sliderPartenaire
otaku-attitude.net###smart-bann
sortirensemble.com###sondage_age
amazon.fr###sp_detail
amazon.fr###sp_detail2
animeka.com,europages.fr###sponsor
blogduwebdesign.com###sponsor250
esi.dz,sfr.fr###sponsors
monjardinmamaison.fr###sticker-video-popin
ruedesjoueurs.com###supersticiel
brain-magazine.fr###t_logo_pub
dinogaia.com###tableau_info
lelmanga.com###teaser3
tech2tech.fr###text-html-widget-20
psthc.fr###thc_amz_content
quick-tutoriel.com###the-post .warning
phpsources.org###titre_librairie
plancul-gratuit.fr,plancul-gratuit.org###toast-container
viewsurf.com###top-ban
liligo.fr###top-banner-smart
webgirondins.com###top-pub-header
itele.fr###topBanner
turbo.fr###topShopper
webstar-auto.com###top_body_right
gameblog.fr###top_sales_slider
elmoudjahid.com###topads
mac4ever.com###topappWidget
algeriepatriotique.com###topbanner_wrapper
freepik.com###topbar
savefrom.net###tplInstallNow + .install-now
dhnet.be###trackuity
cbanque.com###trk_promoforum
matchendirect.fr###tux728x90
matchendirect.fr###tux_centrale
matchendirect.fr###tux_liste_bookmaker
hclips.com,txxx.com###und_ban
igen.fr,macg.co,watchgeneration.fr###unepromo
flaticon.com###unicorn
verif.com###verif_pub_adsense_commander
verif.com###verif_pub_pave
verif.com###verif_pub_vignette
europages.fr###vipBox
systemed.fr###vitrineFabricants
sibnet.ru###vjs-overlayclip-container-box
vivastreet.com###vs-summary-300x250
rtl.be###w-leaderboard
marocannonces.com###wafasalf
fdesouche.com###wallpaper
pons.com###widget_difusion
creativejuiz.fr###widget_juiz_ads-2
turbo.fr###widget_shopper
wix.com###wixFooter
wix.com###wixfooter
footendirect.com###wrap-around
frequence-radio.com###wrap_pub_listing
qassa.fr###wrapper > div > a[class][style]
cnews.fr###wrapper-banner
casatv.ca###wrapperbanner
troc-velo.com###xpubpart
yahoo.com###yad-billboard
nordicmag.info###zox-wallpaper
alloforfait.fr###zzone
ivocommunication.com,ivoprint.com##.Ads
genybet.fr##.GGFODTBDCS
application-remuneratrice.com##.HB-Modal
estrepublicain.fr,lalsace.fr##.Iookaz
nouvelobs.com##.ObsBox-Ligatus
nouvelobs.com##.ObsPartners
bienpublic.com,lalsace.fr##.OffreHabitat
essonneinfo.fr##.Partenaire
jardiner-malin.fr##.Pblc
jardiner-malin.fr##.Pblc2
radiofrance.fr##.PopSlot
marmiton.org##.RCP__sc-i1pqes-4
marmiton.org##.SHRD__sc-juz8gd-2
marmiton.org##.SHRD__sc-oypy6n-0
frenchddl.com##.Usenet
amazon.fr##.a-link-normal[href*="&adId="]
journaldugeek.com##.aawp-product
shopping.fibladi.com##.accueil-derniere-annonce > #carou.well
driverscloud.com##.accueil_pubotherlan
allotech-dz.com##.active.progressModal
lagazettedescommunes.com##.actus-case-pub
lagazettedescommunes.com##.actus-home-right-pub
aerobuzz.fr,allodocteurs.fr,auchan.fr,courrierinternational.com,directvelo.com,dna.fr,e-sante.fr,fabriquer-des-meubles.fr,femmeactuelle.fr,freepik.com,gamer-network.fr,gqmagazine.fr,journalmetro.com,lachainemeteo.com,ladepeche.fr,lematin.ch,lequotidiendumedecin.fr,lopinion.fr,marques.expert,msn.com,p-nintendo.com,photo.fr,rue89lyon.fr,smail.fr,soundlightup.com,tetu.com,tripadvisor.fr,truecaller.com,ubergizmo.com,webtor.io,zapiks.fr##.ad
midilibre.fr,sudouest.fr##.ad-box
basketusa.com##.ad-large
vinyculture.com##.ad2
lastminute.com,t-algerie.com##.adContainer
fusac.fr##.adblock
msn.com,sourds.net##.adcontainer
reverso.net##.adcontent
gmx.fr,lebonguide.com,online-image-editor.com##.add
allostreaming-fr.com##.addInfos + a
vinyculture.com##.addLink
lejsl.com##.addPic
actustar.com,antoineguilbert.fr,clubic.com,cnews.fr,cvya.dz,floriankarmen.com,footespagnol.fr,fourchette-et-bikini.fr,hentaihaven.org,hostinger.fr,huffingtonpost.fr,jeune-independant.net,jooble.org,ldlc.com,leparisien.fr,lephpfacile.com,lequipe.fr,oujdacity.net,over-blog.com,p30day.com,pokestrat.com,raje.fr,replay.fr,shemsfm.net,sortiesdvd.com,stars-portraits.com,supertoinette.com,televiseurs.net,tonmanga.com,universalis.fr,viamichelin.be,viamichelin.ch,viamichelin.com,viamichelin.fr,webstar-auto.com,webstar-electro.com##.ads
cvya.dz##.ads-vert
hooper.fr,pooki.fr##.adsense
ipadsl.net##.adsl
jeux.org##.adtitle
fusac.fr,laposte.fr,lebonfap.com,lefigaro.fr,letagparfait.com,rajacasablanca.com##.adv
crawlclocks.com,fipradio.fr,francemusique.fr,girlsgogames.fr,jeu.fr,lesoir.be,lestrepublicain.com,midilibre.fr,monpetitforfait.com##.advert
decitre.fr##.advertise
lemoniteur.fr,skipass.com,telerama.fr##.advertisement
ccm.net,commentcamarche.com,commentcamarche.net,latribune.fr,traildesforts.com##.advertising
statistiks.fr##.adz
aufeminin.com##.af-block-native
permaculteurs.com##.aff
neko-sama.fr##.aff-wrapper
ed-protect.org##.affichier_lien > tbody > tr + tr[class]
mvideoporno.xxx##.affiliate
nestoria.fr##.afsDiv
pix-geeks.com,voiturego.com,zebulon.fr##.afxshop
detecteur.net##.alert-warning
homecinema-fr.com##.aliencable-link
sitesavisiter.com##.alj
leparking-moto.fr##.alter
amazon.fr##.amzn-safe-frame-container
tourhebdo.com##.annemp
madagascar-tribune.com##.annonce
sortir.eu##.annonce-container
estrepublicain.fr##.annonceLoc
estrepublicain.fr##.annonceOr
montelimar-news.fr##.annonce_bloc
batiactu.com,montelimar-news.fr##.annonce_immo
centre-presse.fr,lamontagne.fr,larep.fr,le-pays.fr,leberry.fr,lechorepublicain.fr,lejdc.fr,lepopulaire.fr,lyonne.fr##.annonce_prompteur
voyageforum.com##.annoncer_sur
autojournal.fr,autoplus.fr##.annonces-container
autojournal.fr,autoplus.fr##.annonces-container-sidebar
herault-tribune.com##.annonces-legales
leboncoin.fr##.apn-na
opnminded.com##.apnmndd-single
linternaute.com##.app_amazon_content
journaldunet.com,linternaute.com##.app_aside--content_commerce
neowebcar.com##.argus-logo
lejournaldelamaison.fr,mariefrance.fr##.article-context-produit
jeune-independant.net##.articleText > .large_rectangle
buzzly.fr##.article_pubtop
causeur.fr##.asa_product_box
msn.com##.aside-ad
nrj-play.fr##.aside-pub
telerama.fr##.auto-promo > a[target="_blank"]
lindependant.fr##.auto300X250
reezocar.com##.autopromo-container
buzzly.fr##.ayl-ad-article
nintendo-master.com##.back_content
animedigitalnetwork.fr##.background-click
katibin.fr##.background-cover
codeur.com##.badge-project-urgent
cnews.fr##.ban-bottom-desktop
bdgest.com,bedetheque.com##.ban-top
cnews.fr##.ban-top-habillage
archzine.fr##.banPlace1
agroligne.com##.ban_holder
largus.fr##.bandeau-annonce
pornovore.fr##.bandeau-vertical
les-terrains.com##.bandeauTrouve
handroit.com##.bandeau_header
01net.com##.bandeau_promos
syskb.com##.bandeaupub
cdmail.fr##.bandeauvert
iphone4.fr,jeux-mmorpg.com##.baner
bismirabbika.com,orientation-chabab.com##.bann
01net.com,1001jeux.fr,2conv.com,afrik-foot.com,afrik.com,afrikeco.com,expressio.fr,flvto.biz,glenatbd.com,hdnumerique.com,jizzbunker.com,journaldugeek.com,lautomarche.com,manga-news.com,medialot.fr,mesbagages.com,mob.org,orientation-chabab.com,photofiltres.fr,solutions-numeriques.com,telquel.ma,textnow.com,trimag.fr,ventsdouest.com##.banner
batiactu.com##.banner-background
jizzbunker.com##.banner-popup
lareclame.fr##.banner-url
afrik-cuisine.com##.banner1
judgehype.com##.bannerATF_container
darjadida.com##.banner_125x125
wheregoes.com##.banner_leaderboard
roadsexe.com##.banner_right
archzine.fr##.banner_sidebar
auto-utilitaire.com,mobilealgerie.com##.banner_sp
auto-utilitaire.com,mobilealgerie.com##.banner_sp_art
auto-utilitaire.com,mobilealgerie.com##.banner_sp_cat
bfmtv.com##.banner_top
cultivoo.com,laverite.mg,rtc.be,sudhorizons.dz##.bannergroup
liberte-algerie.com##.bannergroup_pave
emploitic.com,laverite.mg,maghrebemergent.com##.banneritem
turf-fr.com##.banners-con
actu-environnement.com,chouf-chouf.com,emploi-environnement.com,webfrance.com##.banniere
boulette.fr,envertetcontretous.fr##.banpub
soonnight.com##.bas_colonne
laposte.fr##.basic-pub
ebay.fr##.beta-placement
multiup.io##.bg-info
allkeyshop.com,goclecd.fr##.bg-link-left
allkeyshop.com,goclecd.fr##.bg-link-right
iladit.com##.bg-pub-interne
jeu.video##.bgClick
moov.mg##.bgTGC
ennaharonline.com##.big-ad2
lepetiteconomiste.com##.big-banner2
des-amours.com##.big-button
iphonesoft.fr,iphonetweak.fr##.bigPub
journaldemontreal.com##.bigbox-container
korben.info##.bigwrap-univers
01net.com,bfmtv.com##.billboard
autonews.fr##.bl-partner
auto-utilitaire.com,mobilealgerie.com##.blc_300x250_blanc
francefootball.fr##.bloc-autopromo
jeuxvideo.fr,jeuxvideopc.com##.bloc-best-sellers
jeuxvideo.com##.bloc-boutique-droite
programme-tv.net##.bloc-header-play
boursorama.com##.bloc-liens-partenaires
nouvelobs.com##.bloc-partenaires
nouvelobs.com##.bloc-partners
leparisien.fr##.bloc-pratique
capital.fr,challenges.fr##.bloc-services
aeroport.fr##.bloc-shopping
leparisien.fr##.blocPartenaire
auto-utilitaire.com,mobilealgerie.com##.bloc_728x90_brd
psychologies.com##.bloc_abo
reducavenue.com##.bloc_iab
lexpress.fr##.bloc_partenaire
tv5.org##.bloc_promomiddle
creativejuiz.fr,seloger.com##.bloc_pub
premiere.fr##.bloc_rightcol.bloc_rightcol_dealjour.groupon
public.fr##.bloc_rightcol_shopping
batiactu.com##.block-bati-pub
jeuxvideopc.com##.block-concours_en_cours
jeuxvideopc.com##.block-divers-partenairePremium
egora.fr##.block-egora-pub
francetvsport.fr##.block-ftv-loading-of-mad
d8.tv##.block-mozaic-pub
latribune.fr##.block-partner
lemonde.fr##.block-partners
nrj.fr##.blockDisplay
20minutes.fr##.blockLinkSkin-communication
laposte.net##.blockShopping
maison-travaux.fr##.blockUI
vakarm.net##.block_news_main_pub
lexpress.fr##.block_partner
cotemaison.fr,trictrac.net##.block_partners
mystere-tv.com##.blockrightpub
aveq.ca##.blog-sidebar a > img
voirfilms.al##.body-clickable
trocdestrains.com##.boite-partenaire-v
liligo.fr##.bottom-banner
jardiner-malin.fr##.boutiqueAd
franceculture.fr##.box-partner-link
challenges.fr,nouvelobs.com##.box-simulation-immo
banques-en-ligne.fr##.boxEliracashLNA
aujardin.info,telerama.fr##.boxpub
lepoint.fr##.branding
voyageforum.com##.breadcrumb
promos-algerie.com##.bstpar
beaute-test.com##.bt__ad
upload.ac##.btn-dl-plus
gamergen.com,generation-nt.com##.bup
pix-geeks.com##.bzkshop
20minutes.fr##.c-20-minutes-ad-bar-custom
lecho.be##.c-adh-connecthpwrapper
rtl.fr##.c-prebid
terrafemina.com##.c-product
750g.com##.c-pwned-gg
manomano.fr##.c0mvxYj.X0Q2rg, .nfJi5Z.X0Q2rg
metronews.fr##.campaign-push-wrapper
lejsl.com##.campaignImage
lacentrale.fr##.caradisiac
orange.fr##.carousel-hp-pub2
tomsguide.fr##.carousel-multi-css-side
psychologies.com##.carrousel_partenaires
emu-france.com##.cas_version_mobile_cache_grande_pub
comptoir-hardware.com##.cat_bons_plans_du_comptoir
phonandroid.com##.category-publicite
korben.info##.category-sponsor
girlsgogames.fr##.categoryBanner
cuisineaz.com##.cazAd
android-dz.com##.cb-sidebar-widget
ccm.net,commentcamarche.com,commentcamarche.net##.ccm_pugoo__sponso
grosbill.com##.cda-iab
maison-et-domotique.com,maxiapple.com##.cegg_widget_products
akelys.com##.cellulePUB
neowebcar.com##.cetelem
ecranlarge.com##.cgIncontentSlot
hclips.com,txxx.com##.chan_banner
dhnet.be,lalibre.be##.cinebelSmall
yahoo.com##.classickick
test-mobile.fr##.clickleft
test-mobile.fr##.clickright
test-mobile.fr##.clicktop
fourchette-et-bikini.fr##.cluj
bienpublic.com,dna.fr,estrepublicain.fr,lalsace.fr,ledauphine.com,lejsl.com,leprogres.fr,republicain-lorrain.fr,vosgesmatin.fr##.colStickyWrapperP2
seloger.com##.col_right__service
lequipe.fr##.colblock__item--promo
mediadico.com##.cold-bloc-video-generique
winds-up.com##.colpub
seasons.fr##.colsEditoMainMS
bitcoincours.com##.column-left-inner
tripadvisor.fr##.commerce
20minutes.fr##.communication
rtl.fr##.container-ads
pagesjaunes.fr##.containerPdsSitesPartenaires
strastv.com##.container_pubh_02
largus.fr##.conteneur-sas
quetelecharger.com##.content-bloc-pub
cotemaison.fr,lexpress.fr##.content_inside_partner
nintendo-master.com##.content_kelkoo_link
thebadbuzz.com##.contenu_pop
femmeactuelle.fr##.cosmoeus
lotusnoir.info##.countclick
boredpanda.com##.cover-banner
ma-reduc.com##.covering
egaliteetreconciliation.fr##.cpt-parw
egaliteetreconciliation.fr##.cpt-wrap
boulanger.com##.criteoEms
cyberguerre.numerama.com##.cyberguerre-end-block-post
basketsession.com##.d-mezz
igen.fr,macg.co,watchgeneration.fr##.deal-item
maison-et-domotique.com##.deal_daywoo
begeek.fr##.deals-container-widget
logitheque.com##.description + .telechargement
livescore.in##.detailLeaderboard
grosnews.com##.deuxcarres
replay.fr##.dfa
actu.fr,cinenews.be##.dfp
rtl.fr##.dfp-pave
nestoria.fr##.dfpDiv
equirodi.be##.div_pt_pub
linguee.com,linguee.fr##.dlTopBanner
mavanimes.co##.dmp_Player
doctissimo.fr##.doc-sticky-col-container
cuisineaz.com##.dynInFeed
oujdacity.net,passion-net.fr##.ebuzzing_box
echoroukonline.com##.ech-live__ads
gamekult.com##.ed__news-h--native
howtofix.guide##.eds-animate
tsa-algerie.com##.ekk-footer-ad-wrapper
maison-et-domotique.com##.elementor-widget-heading
maison-et-domotique.com##.elementor-widget-post_carousel_mod
lesmobiles.com##.emplacement__popin
batiactu.com##.emploi
femmeactuelle.fr##.encartAstro
xboxygen.com##.eneba
wp-infinity.com##.entry-featured
jemangejemincis.fr##.entry-footer
orange.fr##.eui-footer-banner
manga-news.com##.external-link
direct-radio.fr##.externe-right
maddyness.com##.extra-block
humanite.fr##.field-name-bloc-pub-1ere-sidebar-contenu-3
humanite.fr##.field-name-pub-sidebar-first-content
lefigaro.fr##.fig-adgps
lefigaro.fr##.fig-promo-jardin
lefigaro.fr##.fig-widget-satellite
lefigaro.fr##.figsco__ad__container
lefigaro.fr##.figsco__ads
lefigaro.fr##.figsco__ads__title
caradisiac.com##.filetPub
solvusoft.com##.fileviewpro
lefigaro.fr##.fim-annonces-similaires
lefigaro.fr##.fim-container-bloc-annonces
sky-animes.com##.fixe
sous-la-mer.com##.flexslider
francetransactions.com##.fondcliquable
football.fr##.football-oas-master
orientation-chabab.com##.footer
lavenir.net##.footer--partners
jeunesfooteux.com##.footer-actuly
pixelads.fr##.footer-partner
carrefour.fr##.footer-partner-banner
bx1.be,lephoceen.fr##.footer-partners
tube8.fr##.footerBanner
gameblog.fr##.footer__partners
orange.fr##.footer_autopromo
legagnant.com##.footer_banners
tukif.com##.footer_partner_container_wrapper
realmadrid.com##.footer_sponsors
cdiscount.com##.fpColFloatAddisplayBloc
positivr.fr##.front-page-featured_partnr-section-container
jizzbunker.com##.ftr-banners
mistergooddeal.com##.ftr_partners
mistergooddeal.com##.ftr_pub
filecrypt.cc,filecrypt.co##.fuab
algeriepatriotique.com,israelmagazine.co.il##.g-dyn
abidjanshow.com##.g1-ad
abidjanshow.com##.g1-banner
nautiljon.com##.gad
gamekult.com##.gamerprices-tab
phonandroid.com##.gm-vpn
voyages-sncf.com##.gondola-pub
voyages-sncf.com##.gondola__video
pagesjaunes.fr##.goodDealBlock
lesoir.be##.gr-panel--entreprise
lemondeinformatique.fr##.gradient-sponsor + .bloc-container
tube8.fr##.gridBanner
star7arab.com##.grid[style="width: 770px; height: 69px;"]
footmercato.net##.gtag
semageek.com##.h300
francetransactions.com##.hab
homecinema-fr.com##.hab_link
cbanque.com,clubpronostics.com,gratuiciel.com,lelogicielgratuit.com,logicielmac.com,logitheque.com,made-in-algeria.com,made-in-tunisia.net,maghrebex.com,mediscom.com,quetelecharger.com,toucharger.com##.habillage
senscritique.com##.habillage-banner
le2minutes.com,senscritique.com##.habillage-left
le2minutes.com,senscritique.com##.habillage-right
le2minutes.com##.habillage-top
cbanque.com##.habpage
envertetcontretous.fr##.halfpage
frandroid.com##.hb__ad
refurbgeneration.com##.head_ebay
avis-express.com,lnr-dz.com##.header-banner
europe1.fr##.header-space
medialot.fr##.header-sub
geek-malin.fr##.header-widget-area
peuple-vert.fr##.header__banner
lexpress.fr##.header_content_edito
vakarm.net##.header_logo + div > table tr > td > a[target="_blank"]
ouiounon.net##.headertitrelien[target="_blank"]
igen.fr,macg.co,watchgeneration.fr##.hello-bar
frandroid.com##.home-featured-plans-container
ouedkniss.com##.home-promo-footer
ouedkniss.com##.home-promo-header
lafermeduweb.net##.homePub
lagence.fr##.hor_banners
valeursactuelles.com##.horizons-va-sidebar
flvto.biz##.horizontal-ads
clubpronostics.com##.horizontal-banner
meteosun.com##.hotelteaser
rakuten.com##.hp--categories-populaires--pub
vide-greniers.org##.iad
lexpress.fr##.immo
pagesblanches.be,rtbf.be##.imu
vidoza.net##.in-block
tsa-algerie.com##.in-ooredoo
hitek.fr##.incontent
##.incontent-promo-blitz-container
promos-algerie.com##.infoconso-left
boursorama.com##.injected.block
quebeccoupongratuit.com##.inner-pub
zoomdici.fr##.innerArtAdd
toutpratique.com##.inner_partenaire
tchatche.com##.inside-banner
meilleures-grandes-ecoles.com,meilleures-licences.com,meilleurs-masters.com##.int-mb-fond
ajoutezvotresite.com##.interessant
bdgest.com,bedetheque.com##.interne-300x140
youscribe.com##.interpage
maison-travaux.fr##.intersticiel_block
maison-travaux.fr##.intersticiel_unilin
bienpublic.com,republicain-lorrain.fr##.iookaz
ed-protect.org##.ip-warning
frandroid.com##.is-corporate-mule.is-hidden-mobile
frandroid.com##.is-managing-ant
numerama.com##.is-terrible-chinchilla
frandroid.com##.is-unacceptable-parakeet
numerama.com##.is-wrong-porcupine
jeuxvideo.com##.item-home-accroche-sponso
largus.fr##.item-partenaire
trictrac.net##.item[style]
viamichelin.be,viamichelin.ch,viamichelin.com,viamichelin.fr##.itinerary-index-advertising
idf1.fr##.jcarousel
lacapitale.be,lameuse.be,lanouvellegazette.be,laprovince.be,nordeclair.be##.jobsregions
automobile-magazine.fr##.js-bloc-reezocar-event
dealabs.com##.js-idealo-section
trovit.fr##.js-loadPremium
cdiscount.com##.jsNoPrdtBloc
vivastreet.com##.kiwii-box-300x250
darty.com##.kmino-ad
fnac.com##.kmino-component
technplay.com##.kt-inside-inner-col
booska-p.com##.l-top__header
linguee.com,linguee.fr##.l_deepl_ad_container
agenceecofin.com##.land-management-sgs
faclic.com##.lbx_content
faclic.com##.lbx_overlay
lefigaro.fr##.le-figaro-ad-bar-custom
nouvelobs.com##.leGuideContainer
alvinet.com,hotmixradio.fr,jeu.fr,marques.expert,meteovista.be,radiox.com,rtbf.be##.leaderboard
mappy.com##.leftHabillage
20minutes.fr,femmeactuelle.fr,lemonde.fr##.leguide
actualitte.com##.lienExterne
laptopspirit.fr,prix-portables.fr##.lien_hab
laptopspirit.fr,prix-portables.fr##.lien_habillage
cine-media.fr##.lienbackground
foot01.com##.lig
trackitonline.org,trackitonline.ru##.liketable
pagesjaunes.fr##.linkPushEmbauche
voir-films.com##.links-bottom
voir-films.com##.links-top
mavieencouleurs.fr##.list-brands-carousel
team-aaa.com##.list-sponsors
tf1.fr##.list_promotions
lequipement.fr##.listepartenairecomplete
lesnumeriques.com##.ln__a-dc
algerie-eco.com##.local-home-300x600
msn.com##.logo > a[target="_blank"] > img[width="300"]
mavieencouleurs.fr##.logo-brand
caradisiac.com##.logosPartenaires
cdiscount.com##.lpMBan
ma-reduc.com##.m-coveringIab
cuisineactuelle.fr##.magazineBlock
allocine.fr##.main-banner
parlonspiscine.com##.margin_bottom[style="padding:5px;border:1px solid #8F8F8F;border-radius:5px 0px 5px 0px;box-shadow: 0px 0px 10px #000000;"]
leparisien.fr##.marketingParisien
driverscloud.com##.mcdescresumepub
driverscloud.com##.mcdescresumepubnews
mediacritik.com##.media-in-article-header
maison-et-domotique.com##.mediad
radio-m.net##.mega-banner
playtv.fr##.mega-sqrpub
kamaz.fr##.megaBan
hdnumerique.com,rugbyfederal.com##.megaban
courrier-picard.fr##.megaban-top
meilleures-grandes-ecoles.com,meilleures-licences.com,meilleurs-masters.com##.megabann
p-nintendo.com##.megabanner
fan-de-cinema.com##.megasquare
topsante.com##.menu-btn-pub
lesdebiles.com##.menu_droite_partenaire
lesdebiles.com##.menu_droite_thumb:first-child
auchan.fr##.merchandising-html__butterfly
kelkoo.fr##.merchandising-modules
igraal.com##.merchant__banner-wrap
elwatan.com##.mh-banner
euroiphone.eu##.middle-banner
ceesty.com,clkmein.com,cllkme.com,corneey.com,destyy.com,festyy.com,sh.st,shorte.st,skipp.io##.middle-container
bhmag.fr##.mini-pub
academiedugout.fr##.mod-promo--simple
meteofrance.com##.mod-publiinfos
etudiant.lefigaro.fr##.mod.breve.pave-bg
formation-dz.com##.mod_banners
le-buzz.fr##.modal-backdrop
leparisien.fr##.moduleNew300
lanutrition.fr##.moduletable-banner
rtl.fr##.money-talks
lemondeinformatique.fr##.mpu
zdnet.fr##.mpu-middle
gamekult.com##.mpubas-wrapper
ouedkniss.com##.mt-4.mt-md-6.home-front-store
allo-streaming.one##.mvic-btn
jetanimes.com##.mysticky-welcomebar-fixed
tchatche.com##.native-banner
cyberguerre.numerama.com##.native.ic-native
agroligne.com##.nbs-flexisel-container
directvelo.com##.news-banner
porndoe.com##.news-ticker-wrap
tsa-algerie.com##.newsfeed__ooredoo
ad4.fr##.nicebtn
echoroukonline.com##.no_design
msn.com##.non-empty-ad
moteurs-regionaux.com##.normalCoupProjo
valeursactuelles.com##.nos-partenaires
generation-nt.com##.ntSponsored
manjaro.fr##.nuxit
lenouveleconomiste.fr##.nveco-widget
lecho.be##.o-hpgrid__row-sponsoredcombo
orange.fr##.o__pub
eurosport.fr##.oas
football.fr##.oas-middle
nouvelobs.com##.obs-pub
01net.com##.od-tlc
01net.com,journaldugeek.com##.od-wrapper
livescore.in##.oddsPlacement
01net.com##.offers-selector
rakuten.com##.offersKelkoo
galaxynote.fr##.offre
leparisien.fr##.offresStage
ruedesjoueurs.com##.offretopsite
ouest-france.fr##.ofm-widget
numerama.com##.oopnative
wamiz.com##.orange
lefigaro.fr##.oto-blocvit
promos-algerie.com##.ourselection-right
lameuse.be##.outbrain_gocar
lameuse.be##.outbrain_jobsregions
programme-television.org##.p-aside--placeholder
programme-television.org##.p-inread--placeholder
euro-2016-france.net##.p-sky
programme-television.org##.p-top--placeholder
planeterenault.com##.p300
intermarche.com##.page-background
laposte.fr##.page-pub
ouedkniss.com##.page-top-1.py-3.home-land-header
ouedkniss.com##.page-top.d-print-none
lequotidiendumedecin.fr##.pane-ad
lefigaro.fr##.pane-bloc-ad
lesoir.be##.pane-bloc-partenaires
monbestseller.com##.pane-mbspush
lesoir.be##.pane-vacances-web-box
leparisien.fr##.parisien-section.pratique
lemonde.fr##.parmonster
lequotidiendupharmacien.fr##.parntners-holder
lemonde.fr##.parstreet
jeuxvideo.com##.part-boutique
portail.free.fr,sante-dz.com##.partenaire
lepoint.fr##.partenaire-block
lepoint.fr##.partenaire-grid
batiactu.com##.partenaire-wrapper
petitfute.com##.partenaire_mid
lachainemeteo.com##.partenaire_simple
lachainemeteo.com##.partenaire_simple_home
lachainemeteo.com##.partenaire_triple
boursorama.com,caradisiac.com,dunod.com,ficam.ma,lesechos.fr,lfp.fr,mangario.fr,nouvelobs.com,saint-etienne.fr##.partenaires
mistergooddeal.com##.partenaires-header
nouvelobs.com##.partenaires-services
constructeurdemaison.net,ffr.fr,gameblog.fr,hepatoweb.com,lexpress.fr,mensup.fr,swissquote.ch,turbo.fr##.partner
topsante.com##.partner-block
lequotidiendumedecin.fr##.partner-container
rtl.fr##.partner-mdl
phpboost.com##.partner-picture
caci.dz,lavenir.net,nintendo-master.com,ogaming.tv,savefrom.net##.partners
psg.fr##.partners-v2
leparisien.fr##.partners__lpbox-container
europe1.fr##.pave-sticky
grands-reportages.com,montagnes-magazine.com##.pavepub
footballclubdemarseille.fr##.pb-sidebar-article
envertetcontretous.fr##.pb300
supprimer-spyware.com##.phone_support_banner
pagesjaunes.fr##.place-reservee
tendanceaumasculin.fr##.placeholder
lexpress.fr##.placeholder--ban-atf-wrapper
presse-citron.net##.plan-list
pausefun.com##.plugin_sidebar
turf-fr.com##.pmu-block
lemonde.fr##.poops
e-wok.tv##.pop_parent
bongacams.com##.popover_spygasm
edcom.fr##.popup
zebrascrossing.net##.post--0
gamergen.com##.post-google
businessinsider.fr##.post-push
businessinsider.fr##.post-push-intel
strastv.com##.post_pub
leparking-moto.fr,leparking.fr##.premium
kelkoo.fr##.priceminister
buzzporn.net##.privacylinks
sport-equipements.fr##.product-photo
lanutrition.fr##.product-shop
nitrotype.com##.profile-ad
codeur.com##.project-option-premium
heures.be,hours.be,openingstijdengids.nl,openingsurengids.be##.promSB
heures.be,hours.be,openingstijdengids.nl,openingsurengids.be##.promSidebar
deco.fr,euro-2016-france.net,matchendirect.fr,pokaa.fr##.promo
challenges.fr,nouvelobs.com##.promo-bottom-art
gauleporno.xxx,pornburst.xxx##.promo-gauleporno
ouedkniss.com##.promo-loader
ouedkniss.com##.promo-loader-interstitial
matchendirect.fr##.promoApp
orange.fr##.promo_sur_etage
msn.com##.promobanner
wikiclic.com##.promocentered
meteosun.com##.promote_large
expressio.fr##.promoted-vcontainer
tf1.fr##.promoted_image
channelbiz.fr,itespresso.fr,silicon.fr##.promotion-box
ados.fr,afrik-cuisine.com,afrik-foot.com,afrik.com,afrikeco.com,agoravox.fr,agoravox.tv,annuaire-streaming.com,bhmag.fr,bienpublic.com,cciaf.org,centerblog.net,cio-online.com,commentreparer.com,construiresamaison.com,cuisineactuelle.fr,dictionnaire-synonymes.com,docteurclic.com,educatout.com,elbotola.com,elheddaf.com,elitepresse.com,ennaharonline.com,europages.ma,fan-de-cinema.com,femmeactuelle.fr,foot01.com,franceinfo.fr,franceinter.fr,gratuiciel.com,hellokids.com,ici.tou.tv,igen.fr,infoconcert.com,internetparsatellite.net,iphonesoft.fr,iphonetweak.fr,jeux-hentai.com,jeux-mmorpg.com,ktotv.com,lacapitale.be,lacentrale.fr,ladepeche.fr,lameuse.be,lanouvellegazette.be,laprovince.be,larousse.fr,lefigaro.fr,lemonde.fr,leprogres.fr,lesdebiles.com,lesechos.fr,lesoir.be,lexpress.fr,logicielmac.com,logitheque.com,loractu.fr,macg.co,macommune.info,mapiaule.com,maximiles.com,meilleurtaux.com,menara.ma,midilibre.fr,montelimar-news.fr,mots-croises.ch,nextinpact.com,nintendo-master.com,nordeclair.be,orange.fr,orange.mu,ouest-france.fr,over-blog.com,programme.tv,radio-monaco.com,radioclassique.fr,remede.org,sfr.fr,skirandomag.com,slate.fr,sofoot.com,soonnight.com,techno-science.net,telemb.be,telequebec.tv,tf1.fr,tsa-algerie.com,turbo.fr,vipsg.fr,watchgeneration.fr,yabiladi.com,yatahonga.com,zupimages.net##.pub
yggtorrent.ch,yggtorrent.do,yggtorrent.fi,yggtorrent.is,yggtorrent.la,yggtorrent.li,yggtorrent.lol,yggtorrent.nz,yggtorrent.qa,yggtorrent.re,yggtorrent.se,yggtorrent.si,yggtorrent.to,yggtorrent.wtf##.pub-box
lefigaro.fr##.pub-carrousel-mini
constructeurdemaison.net##.pub-content
1point2vue.com,direct-radio.fr##.pub-header
challenges.fr,sciencesetavenir.fr##.pub-home
lefigaro.fr##.pub-icone
bdgest.com,bedetheque.com##.pub-interne-top
lematin.ma##.pub-medium
yabiladi.com##.pub-read
lequipement.fr##.pub-revendeur
francebleu.fr##.pub-sidebar
01net.com,bfmtv.com,pagesjaunes.fr##.pub-title
horoscope.fr##.pub-transfo
lefigaro.fr##.pub-zoom
rueducommerce.fr##.pub1
cdiscount.com##.pubBloc
fsolver.fr##.pubCLS
meilleurmobile.com##.pubCarre
voyageforum.com##.pubColumn
niooz.fr##.pubDiv
cciaf.org##.pubDroite
lapresse.ca##.pubInterne
tuxboard.com##.pubMixte
meilleurmobile.com##.pub_combo
evous.fr##.pub_contenu
supportduweb.com##.pub_contenu_cr
mariefrance.fr,science-et-vie.com##.pub_dfp
aerobuzz.fr##.pub_image
influencia.net##.pub_large
dzsat.org##.pub_logo
space-blogs.net##.pub_ra
jeuxvideopc.com##.pub_refonte
loisirados.com##.pub_vip_0
internetparsatellite.net##.pubbas
tasante.com##.pubcontent
winds-up.com##.pubhaut
orangeinfo.fr,scifi-universe.com##.pubheader
heures.be,hours.be,openingstijdengids.nl,openingsurengids.be##.publSibar
lemondeinformatique.fr##.publi-info
24heures.ch##.publiBox
jeuxvideo.com##.publi_info
jeuxvideo.com##.publi_info + ul
aussitot.fr##.pubmidtext
algerie-focus.com##.pubpub
buzzly.fr##.pubright
cci.fr,tennisactu.net##.pubs
orangeinfo.fr##.pubside
lanutrition.fr##.push--shop
flvto.biz##.push-offer
femmeactuelle.fr##.push-partenaire
avcesar.com##.px_container
nouvelobs.com##.r89-partenariats--vertical
rakuten.com##.rads
rakuten.com##.radsV2
souk.ma##.rbanner-wrap
annuaire-inverse-france.com##.rborderpurple
negronews.fr##.rd-banner-header
imobie.fr##.rec_download
lemonde.fr##.reco_cross_site_outbrain
gonzai.com##.red-one-third
lacapitale.be,lameuse.be,lanouvellegazette.be,laprovince.be,nordeclair.be##.references
igen.fr,macg.co,watchgeneration.fr##.refurb
cdiscount.com##.regBloc
jds.fr##.regie_20
endirect24.com##.rek
jeux-e.com##.rek_ban
dhnet.be,lalibre.be##.relookingHtml
qwant.com##.result--ext
kelkoo.fr##.results-lrec
premsgo.fr##.results-sidebar
sante-dz.com##.revenue-wrapper
goldenboys.fr##.right-minipub
tube8.fr##.rightColBanner
mappy.com##.rightHabillage
joursferies.fr##.rightnav[style="background-color: #efefef;"]
darty.com##.rm-format
darty.com##.rm-product
abonnes.lemonde.fr##.rubrique_marque_fleuve
vista-xp.fr##.rules + script + .topic-actions + .clear + .post
lefigaro.fr##.s24-pub
lefigaro.fr##.s24-shopping
lefigaro.fr##.s24-thematique--igraal
telesatellite.com##.sad
yggtorrent.ch,yggtorrent.do,yggtorrent.fi,yggtorrent.is,yggtorrent.la,yggtorrent.li,yggtorrent.lol,yggtorrent.nz,yggtorrent.qa,yggtorrent.re,yggtorrent.se,yggtorrent.si,yggtorrent.to,yggtorrent.wtf##.safe_download
phpsources.org##.sample-lst
avito.ma##.sc-1p6rkuz-0.bdJKQF
senscritique.com##.sc-klass
ouedkniss.com##.search-top-1
batiactu.com##.selection-produitheque
lejournaldelamaison.fr,mariefrance.fr##.shoopingbox_products
likeup.fr##.shop-subscribe
programme-tv.net##.shopping
frandroid.com##.shortcodes-container
educatout.com##.showpub
korben.info##.side a[href*="://bit.ly/"]
jeuxvideo.com##.sideStore
gmx.fr##.sideadd
foot01.com##.sidebar img:first-child
ecranlarge.com##.sidebar-banner
wikiclic.com##.sidebar-promotion
businessinsider.fr##.sidebar-push
deavita.fr##.sidebar_banner
clicbienetre.com##.sidebar_block
tirage-gagnant.com##.sidebarclick
francemobiles.com##.simpleoFlashBanner
quebeccoupongratuit.com##.size_200_90
quebeccoupongratuit.com##.size_300_250
quebeccoupongratuit.com##.size_300_600
quebeccoupongratuit.com##.size_728_90
test-achats.be##.skin
funradio.fr,lesinrocks.com,rtl.fr##.skin-link
picmix.com##.sky
alvinet.com##.skyscraper
lequipement.fr##.skyscrapper-produit
infoconcert.com##.slider.container
ladiagonale.net##.slidingDiv2
lepoint.fr##.slotadm
lemoteur.fr##.slpartner
boursorama.com##.smart
telecharger-jeu-pc.com##.smartstore
slappyto.net##.sonicprice
echoroukonline.com##.soundcloud-related
playtv.fr##.span-sidebar
lefigaro.fr##.spec-ops-box
lagazettedescommunes.com##.spons
jeuxvideo.com,phonandroid.com##.sponso
findmysexfriend.com##.sponsoInside
blogduwebdesign.com,channelbiz.fr,europages.fr,itespresso.fr,shake.events,silicon.fr##.sponsor
yahoo.com##.sponsor-dd
novaplanet.com##.sponsor-home
novaplanet.com##.sponsor-home-square
novaplanet.com##.sponsor-top
telquel.ma,trovit.fr,tsa-algerie.com##.sponsored
tsa-algerie.com##.sponsored-by
francetvsport.fr##.sponsored-container
xstory-fr.com##.sponsorise
skyyart.fr##.sponsors
fifa.com##.sponsors-section
msn.com##.sponsorship
flvto.biz##.square-ads
msn.com##.startpage > div.refreshbody[style^="top:"]
lesmobiles.com##.stickyBestOffer
msn.com##.stripecontainer[data-section-id="stripe.msstore"]
imobie.fr##.support_guide_download_upper
lepetiteconomiste.com##.sw-banner
forum.sportytrader.com##.tableau_bleu
tomsguide.fr##.tabletoff
walfoot.be##.take-banner
diaspordc.com##.td-a-rec-id-content_bottom
autoalgerie.com##.td-banner-wrap-full
lexpress.fr##.teads__block
turbo.fr##.textPub
lexpress.fr##.thematic_widget
laposte.fr##.tile--flag--partner
france-alerte.com##.titre-publi
moteurs-regionaux.com##.titreCoupProjo
cinemotions.com##.titre_paragraphe + div[style="height:450px; margin-left:12px;"]
viamichelin.be,viamichelin.ch,viamichelin.com,viamichelin.fr##.toggle-adinmap
ecranlarge.com##.top-banner
jeretiens.net##.top-bar
euro-2016-france.net##.top-pub
gfycat.com##.top-slot
save.ca##.topAd
meilleurmobile.com##.topListingSp
lnc.nc,softonic.fr,undernews.fr##.topbanner
fan-de-cinema.com##.topmargin
instinct-voyageur.fr##.topsky
ca-briepicardie.fr##.total-cover
monpetitforfait.com##.tpa
yatahonga.com##.tpub
forum-actif.net##.tradeDoubler
expat.com##.travel-insurance
guide-cafetiere.com##.trawell-sidebar-sticky
qwant.com##.trends--general__info__text--brand
cpasbien.gs##.trusters
journaldemontreal.com##.tuileLivreRepasSante
lemonde.fr##.tuto-pub
lemonde.fr##.tuto-pub + [class$="_ad"]
lefigaro.fr##.tvm-ads-pave
lefigaro.fr##.tvm-boutique
lefigaro.fr##.tvm-boutique-iframe
lefigaro.fr##.tvm-reagir__pub
batiactu.com##.type-NAT_HOME
batiactu.com##.type-native
batiactu.com##.type-publi
topito.com##.type-shopping
classement.pro,tounet.com##.ubm_banner
juritravail.com##.ui-pnotify
cresus.dz##.uk-slideshow[style="height: 718px;"]
jeuxetcompagnie.fr##.umbg-overlay-link
blick.ch##.unblurred
autonews.fr##.uptogo
fibladi.com##.urad
excel-pratique.com##.vba_300
souk.ma##.vbanner-wrap
leparisien.fr##.venteprivee
d8.tv##.video-preroll
amateur2sexe.fr,pornovore.fr##.video-pub
valeursactuelles.com##.view-horizons-valeurs-actuelles
geste.fr##.view-id-partenaires
geste.fr##.view-partenaires
bioalaune.com##.view-pub
mariefrance.fr,science-et-vie.com##.viously-player
pornovore.fr,tukif.com##.vjs-toolbar
elmoudjahid.com##.vpub
positivr.fr##.vsly-player, .positivr-positivrtv-cta
brain-magazine.fr##.vv-hide
rtl.be##.w-content-details-ligatus
vidoza.net##.wait_buffer
journaldumusulman.fr##.wallpaper-link
slappyto.net##.webrox._300x250.centered
ballad-et-vous.fr##.widget > img[width^="300"][height="250"]
ballad-et-vous.fr##.widget > img[width^="300"][height="600"]
wikiclic.com##.widget-area
rtl.fr##.widget-leguide
jeuxvideopc.com##.widgetGA
monpetitforfait.com##.widget_custom_html
place4geek.com##.widget_text.widget.widget_custom_html
msn.com##.win10promo
directmatin.fr##.wrap_evenement
directmatin.fr##.wrap_pub_300_250
macg.co##.wrapper > a
papergeek.fr,phonandroid.com##.wrapper-banner
flaghit.com##.xd_footer
frandroid.com##.xiaomi-promo-block
boulistenaute.com##.xo-banner-ad-footer
lapresse.ca##.xtra
lepetiteconomiste.com##.zoom
alloforfait.fr##.zpart
lesmobiles.com##[action^="/regieV.php?"]
fdesouche.com##[class$="-link"]
ccm.net,commentcamarche.com,commentcamarche.net##[class$="_adsense"]
amazon.fr##[class*="-advertising-"]
amazon.fr##[class*="-sponsored-"]
ccm.net,commentcamarche.com,commentcamarche.net##[class*="_item--sponsor"]
leparisien.fr##[class*="ads-"]
silicon.fr##[class*="displayed_advertisers-"]
uploaded.net##[class*="pico-"]
winamax.fr##[class][onclick]
voyageforum.com##[class^="adShadow"]
narkive.com,tourte.org##[class^="ads_"]
webstar-electro.com##[class^="banner"]
sofoot.com##[class^="bloc-partenaires"]
doctissimo.fr##[class^="doc-ad-"]
forumconstruire.com##[class^="habillage"]
igen.fr,macg.co,orange.fr,watchgeneration.fr##[class^="lig_"]
voyageforum.com##[class^="offers"]
fulltv.tv##[class^="pub"]
ambiance-noel.fr,guide-piscine.fr##[class^="pub_"]
guide-piscine.fr##[class^="regie_"]
reverso.net##[class^="vda-"]
korben.info##[data-cfpa]
jeu.fr##[data-fallback-type="image"]
tripadvisor.fr##[data-feed-reason="SPONSORED"]
igraal.com##[data-ig-ga-cat="Ad"]
lemonde.fr##[data-partner="bienici"]
lessentiel.lu##[data-testid="Ad"]
qwantjunior.com##[data-testid="autopromoJuniorLink"]
toutvendre.fr##[href*=".kelkoogroup.net/"]
meteofrance.com##[href*=".xiti.com"] > img
filecrypt.cc,filecrypt.co##[href^="javascript:"]
fnac.com##[id$="-sponsored_products-0"]
voyageforum.com##[id*="billboardArround"]
blick.ch##[id^="appnexus-placement"]
comarketing-news.fr##[id^="comar-"]
3dnatives.com##[id^="dnati-"]
commentcamarche.com,commentcamarche.net,free.fr,journaldesfemmes.com,orange.fr,turf-fr.com##[id^="lig_"]
agate-france.com##[id^="pbad_"]
jeuxvideomoinschers.fr,tahiti-infos.com##[id^="pub_"]
toutvendre.fr##[onclick*=".kelkoogroup.net/"]
filecrypt.cc,filecrypt.co##[onclick] img
filecrypt.cc,filecrypt.co##[onmousedown]
filecrypt.cc,filecrypt.co##[onmouseup]
lesoir.be##a > [width="300"][height="250"]
basket-infos.com##a > img[alt^="Pub"]
maligue2.fr##a > img[alt^="Sponsor"]
medialot.fr##a > img[height="250"]
launedalgerie.com##a > img[src^="/images/stories/U"]
israelmagazine.co.il##a > img[width="238"]
ballad-et-vous.fr##a > img[width^="30"][height="250"]
ballad-et-vous.fr##a > img[width^="300"][height="500"]
ballad-et-vous.fr##a > img[width^="728"][height="90"]
cowcotland.com##a#habiclic
jeuxvideo.org##a.homepage_background
touslesdrivers.com##a.seo
algeriepatriotique.com##a[class][data-track][href]
voyageforum.com##a[class^="offer"]
zdnet.fr##a[data-track-action="partners_traffic_drivers"]
zdnet.fr##a[data-track-category="powercenter"]
thebadbuzz.com##a[href$="/boost.php"]
free-telecharger.lol##a[href$="php"]
sante-nutrition.org##a[href*="&pos="]
audiofanzine.com##a[href*="&ref="]
free-reseau.fr##a[href*="&tag=freereseaufr-"]
3dnatives.com,audiofanzine.com,lesimprimantes3d.fr##a[href*="&utm_"]
meilleures-grandes-ecoles.com,meilleures-licences.com,meilleurs-masters.com##a[href*="&utm_campaign="]
1001ebooks.com,1337x.biz,1337x.st,1337x.to,amairgil.cz,blablastream.com,cinemay.vip,cocostream.rip,cpasbien.fun,cpasfini.me,cpasmieux.buzz,enstream.plus,extreme-down.art,extreme-down.boats,extreme-down.moe,film01stream.com,film01stream.ws,filmgratuit.net,filmstreaming01.org,filmzenstream.cloud,filmzenstream.rip,filmzenstream.xyz,free-telecharger.lol,fullstream.plus,gktorrent.sh,hdss.watch,jmto.fr,mistergeek.net,monstream.win,moulins-de-flandre.fr,nemours-medieval.fr,novaflix.me,novaflix.one,ostreaming.biz,oxtorrent.ac,papystreaming.black,papystreaming.fyi,papystreaming.stream,papystreaming.win,planet-streaming.ws,series-streamings.vin,sokrostream.tube,streamingvf.cam,streamonsport.club,streampourvous.lol,tirexo.fun,topsddns.net,topsitestreaming.top,torrent9-super.com,vfcomplet.vip,vfserie.win,vofilms.vin,voir-films-series.com,voirfilm.top,voirfilms.al,voirfilms.bz,voirfilms.live,voirfilms.win,voirfilmstreaming.tv,voirseries.co,voirseries.rip,wawacity.nl,weserie.info,wifilix.club,wo2viral.com,x1337x.eu,x1337x.se,x1337x.ws,yggtorrent.co##a[href*=".php"]
meilleurs-hebergeurs.com##a[href*="/-"] > img
7-up.net,abidjan.net,algerie-eco.com,algerie-focus.com,algerie360.com,bigbike-magazine.com,bismirabbika.com,brain-magazine.fr,cnetfrance.fr,doukkalia.press.ma,freeonline.org,grimper.com,igen.fr,internetparsatellite.net,kiteboarder-mag.com,ktotv.com,lebonfap.com,letagparfait.com,macg.co,montagnes-magazine.com,mubawab.ma,nintendo-master.com,niveales.com,portail.free.fr,public.fr,radego.over-blog.com,skieur.com,skimagazine.fr,snowsurf.com,streaming-one.com,supmag.fr,tahiti-infos.com,telecharger-jeuxpc.fr,telesatellite.com,trekmag.com,unleashed.fr,upload.ac,vakarm.net,watchgeneration.fr,widermag.com,windmag.com##a[href*="//bit.ly/"]
clubic.com,lemonde.fr,sosiphone.com,supertoinette.com,tomtomax.fr##a[href*="//clk.tradedoubler.com/click?"]
abidjan.net,algerie-focus.com,algerie360.com,bc.vc,bismirabbika.com,direct-torrents.com,extratorrents.ch,gum-gum-streaming.com,igen.fr,instinct-voyageur.fr,israelmagazine.co.il,jeux.com,journaldumusulman.fr,lnc.nc,macg.co,orientation-chabab.com,proxylistpro.com,tendancehotellerie.fr,watchgeneration.fr##a[href*="//goo.gl/"]
sobusygirls.fr,toplien.fr##a[href*="//tracking.publicidees.com/"]
presse-algerie.net##a[href*="/?ad="]
amateur2sexe.fr,pornovore.fr##a[href*="/?id="]
artdeseduire.com##a[href*="/?part="][target="_blank"]
webactus.net##a[href*="/?utm_source="]
sosvirus.net##a[href*="/affiliate-"] > img
maghrebemergent.com,maghrebemergent.info##a[href*="/banners/click/"]
espritlib.com##a[href*="/goto_part.php?"]
nouvelobs.com##a[href*="/leguide-shopping."]
nouvelobs.com##a[href*="/les-bons-plans-shopping/"]
3dnatives.com,elwatan.com##a[href*="/linkout/"]
20min.ch##a[href*="/paidpost/"]
niquons.com##a[href*="/porno.php"]
20min.ch##a[href*="/postfinance_news/"]
igen.fr,macg.co,watchgeneration.fr##a[href*="/publicite/"]
exefiles.com##a[href*="/recommended/"]
centre-audition.com,easyzic.com,info-algerie.com##a[href*="/redirect."]
booska-p.com##a[href*="/rf/"][style]
20min.ch##a[href*="/sponsored/"]
zone-mania.com##a[href*="/telecharger/"]
gktorrent.sh,torrent911.pe,yggtorrent.tf##a[href*="/vpn"]
seneweb.com##a[href*="/xban/"]
rtl.be##a[href*="://ad.doubleclick.net/"]
channelbiz.fr,itespresso.fr,silicon.fr##a[href*="://pubads.g.doubleclick.net/"]
jeuxetcompagnie.fr##a[href*="://www.ludeek.com/"] > img
mistergooddeal.com##a[href*="=H_pub_"]
challenges.fr##a[href*="=partenariat&"]
nouvelobs.com##a[href*="?partner="]
challenges.fr,nouvelobs.com##a[href*="?partnerlinkid="]
voirseriestreaming.net##a[href*="?title="]
jemangejemincis.fr##a[href*="?utm_campaign="]
abcbourse.com,meteofrance.com##a[href*="?utm_source="]
deco-smart.com##a[href*="?utm_source=ds_shop"]
voyageforum.com##a[href*="_ads;"]
welovebuzz.com##a[href*="_adw&"]
jds.fr##a[href*="_clic.php?"]
metaboli.fr##a[href*="gametap.com/convergence/?"]
forum-vista.net##a[href*="http://www.liutilities.com/aff"]
jemangejemincis.fr##a[href*="leadpages.co/"]
nouvelobs.com##a[href*="leguide.com/"]
ebookdz.com##a[href*="offer?prod="]
beaute-test.com,cotemaison.fr,magicmaman.com,sports.fr##a[href*="smartadserver.com/call/cliccommand/"]
boursorama.com,zdnet.fr##a[href*="smartadserver.com/h/cc?imgid="]
fdesouche.com##a[href="#"] + img[src^="http://www.hostpic.org"]
lemonde.fr##a[href="#panneau-programme-emploi"]
clubic.com##a[href="#secondModal"]
corobizar.com##a[href="/g2a-link/"]
macg.co##a[href="/macg-skross"]
pmu.fr##a[href="/mon-pmu/easypari"]
dzzik.com##a[href="http://dzzik.OurToolbar.com/exe"]
e-sushi.fr##a[href="http://e-sushi.fr/agence-voyage-comparateur"]
dhnet.be,lalibre.be##a[href="http://fleurdelyst.be/"]
jemangejemincis.fr##a[href="http://jemangejemincis.com/cb/"]
undernews.fr##a[href="http://meilleurs-vpn.fr/"]
decodesign.space-blogs.com##a[href="http://www.bleuhabitat.fr/"]
space-blogs.net##a[href="http://www.bleuhabitat.fr/"] > img
leparking.fr##a[href="http://www.ligloo.fr"]
capital.fr##a[href="https://innoveralacampagne.fr"] > img
jemangejemincis.fr##a[href="https://track.webgains.com/"]
radioalgerie.dz##a[href="https://www.radioalgerie.dz/pub/"]
igen.fr,macg.co,watchgeneration.fr##a[href^="/ad-"]
avocat.fr,jeunesfooteux.com,ladepeche.pf,ophtalmo.tv,senioractu.com,zinfos974.com##a[href^="/ads/"]
tahiti-infos.com##a[href^="/ads/"] > .image
tunisie-news.com##a[href^="/artpublic/banniere/click3.php?"]
marianne.net##a[href^="/blogsecretdefense/ads/"]
leparisien.fr##a[href^="/bons-plans/"]
skitour.fr##a[href^="/campagnes/clic.php?"]
agroligne.com,zone911.com##a[href^="/component/banners/"]
babesxworld.com,cocogals.com##a[href^="/goto/"]
nrj.be##a[href^="/imu/click/"]
mayottehebdo.com##a[href^="/index.php?option=com_banners"]
immigrer.com##a[href^="/p/bannieres/"]
betaseries.com##a[href^="/partner/"]
telemagazine.fr##a[href^="/produits_contextuels/"]
lesnumeriques.com##a[href^="/publicite/"]
confidentielles.com##a[href^="/rc_787_"]
edcom.fr##a[href^="/regie"]
jeuxvideo.com##a[href^="/sponso/"] img
beaute-test.com##a[href^="/stat/clic.php?"]
kerix.net##a[href^="LienExterne.asp?"]
ladepeche.pf##a[href^="ads/"]
skitour.fr##a[href^="divers/a/out.php?"]
skitour.fr##a[href^="divers/annonces/out.php?"]
boursorama.com##a[href^="http://ads."]
oujdacity.net##a[href^="http://ads.oujdacity.net/"]
fdesouche.com##a[href^="http://amzn.to/"]
macg.co,watchgeneration.fr##a[href^="http://aos.prf.hn/"]
igen.fr##a[href^="http://aos.prf.hn/"] img
dhnet.be##a[href^="http://bf1.be/"] > img
korben.info##a[href^="http://bitly.com/2MZMxbb"]
premiere.fr##a[href^="http://clkde.tradedoubler.com/click?"]
only-iphone.fr##a[href^="http://fr.copytrans.net/copytranscontacts.php?utm_source="]
aufeminin.com##a[href^="http://hyperurl.co/"]
brunotritsch.fr##a[href^="http://rdinews.com/ads/"]
needsandmoods.com##a[href^="http://sigma-beauty.7eer.net/"]
lebonfap.com##a[href^="http://store.letagparfait.com/"]
fdesouche.com##a[href^="http://vplan.com/"]
watchfomny.tv##a[href^="http://watchfomny.tv/Pop/"]
peuple-vert.fr,scally.typepad.com##a[href^="http://www.amazon.fr/"] > img
alsacreations.com##a[href^="http://www.amazon.fr/gp/product/"]
djelfa.info##a[href^="http://www.djelfa.info/ar/click/"]
dzsat.org##a[href^="http://www.dzsat.org/forum/rbs_banner.php?"]
notre-siecle.com,perelafouine.com##a[href^="http://www.fredbaroussechacunsonstyle.com/"] > img
guide-piscine.fr##a[href^="http://www.guide-piscine.fr/scripts/gp_div_clic.php?"]
cowcotland.com##a[href^="http://www.ldlc.com#aff"] > img
dhnet.be,lalibre.be##a[href^="http://www.livepartners.be/affiliate/"]
lyonmag.com##a[href^="http://www.lyonmag.com/home/habillage/"]
meetmuslima.net##a[href^="http://www.meetmuslima.net/go/"]
topj.net##a[href^="http://www.rpjf.com/asp/lien.asp?"]
lefigaro.fr##a[href^="http://www.ticketac.com/?utm_source="]
webfrance.com##a[href^="http://www.webfrance.com/go/"]
free-proxy.fr##a[href^="https://account.cyberghostvpn.com?affiliate="]
hentaifr.net##a[href^="https://ahegao.fr"]
lemonde.fr##a[href^="https://analytics.barnebys.sh/?"]
yahoo.com##a[href^="https://beap.gemini.yahoo.com/"]
rugby365.fr##a[href^="https://bit.ly/"] > img
it-swarm-fr.com##a[href^="https://db.tt/"]
hentaifr.net##a[href^="https://drmanga.net"]
condor.dz##a[href^="https://e-faciliti.dz/"]
frenchweb.fr##a[href^="https://experiences.microsoft.fr/"]
lefigaro.fr##a[href^="https://go.babbel.com/"]
dailyuploads.net##a[href^="https://href.li/"]
it-swarm-fr.com##a[href^="https://m.do.co/"]
paruvendu.fr##a[href^="https://res.paruvendu.fr/"]
notre-siecle.com,perelafouine.com##a[href^="https://riskassur-boutique.com/"] > img
appsystem.fr##a[href^="https://shop.appsystem.fr/"] > img
journaldugeek.com##a[href^="https://shop.journaldugeek.com/go/"] > img
toplien.fr##a[href^="https://track.effiliation.com/servlet/effi.click?"]
fdesouche.com,lacoccinelle.net,wikimonde.com##a[href^="https://www.amazon.fr/"]
toplien.fr##a[href^="https://www.awin1.com/cread.php?"]
qwant.com##a[href^="https://www.bing.com/aclick?"]
qwant.com##a[href^="https://www.bing.com/aclk?"]
maison-et-domotique.com##a[href^="https://www.bons-plans-elise.fr/"]
mega-p2p.net##a[href^="https://www.clictune.com/"]
goole.fr##a[href^="https://www.ebay.fr/itm/"]
telecharger-jeuxpc.fr##a[href^="https://www.instant-gaming.com/"]
lalibre.be##a[href^="https://www.ipmstore.be/"] > img
bleachmx.fr##a[href^="https://www.leboncoin.fr/"]
castorama.fr##a[href^="https://www.needhelp.com/projet.php?"]
credit-agricole.fr##a[href^="https://www.onatousuncotefoot.fr/"]
solutions-numeriques.com##a[href^="https://www.solutions-numeriques.com/r/?"]
undernews.fr##a[href^="https://www.undernews.fr/redirect/"]
mr-bricolage.fr##a[href^="https://www.velux.fr/campagnes/offre-jumo?utm_source="]
braindamaged.fr##a[href^="index.php?adclick="]
upload4earn.org##a[href^="javascript:"]
windsurfjournal.com##a[href^="link,"]
quedustream.com##a[href^="streaming-series"]
savefrom.net##a[id][href][target][style]
petit-bulletin.fr##a[onclick^="_gaq.push(['_trackEvent'"]
ca-anjou-maine.fr,ca-centrest.fr,ca-sudrhonealpes.fr##a[onclick^="xiti_clic('N', 'Promo_"]
thefreeagent.fr##a[rel*="sponsored"]
achat-bitcoins.com##a[rel="nofollow"] > img
lejournaldelamaison.fr,maison-travaux.fr,mariefrance.fr##a[rel="sponsored"]
igen.fr,macg.co,watchgeneration.fr##a[style*="width: 100%;"]
mega-p2p.net##a[style*="width: 98%; height: 100%; inset:"]
jeu.video##a[style="position: fixed;top: 110px;left: 0;bottom: 0;width: 50%;"]
fusevideo.net##a[target="_blank"]
buzzporn.net,esoxiste.com,seriezone.org,upload4earn.org##a[target="_blank"] > img
israelmagazine.co.il##a[target="_blank"] > img[src$=".gif"]
lefigaro.fr##a[target="_blank"] > img[style="width: 463px; height: 170px;"]
maliweb.net##a[target="_blank"] > img[width="300"][height="100"]
maliweb.net##a[target="_blank"] > img[width="300"][height="200"]
forexmt4indicators.com##a[target="_blank"] > img[width="300"][height="250"]
forexmt4indicators.com##a[target="_blank"] > img[width="300"][height="385"]
forexmt4indicators.com##a[target="_blank"] > img[width="728"][height="90"]
footpy.fr##a[target^="_blank"] > [style="width:303px"]
footpy.fr##a[target^="_blank"] > [style="width:584px"]
gamergen.com,generation-nt.com##article .product
scan-manga.com##article[itemtype="https://schema.org/Product"]
dhnet.be##aside[id^="HALFPAGE_"]
dhnet.be##aside[id^="LEADERBOARD_"]
dhnet.be##aside[id^="RECTANGLE_"]
tchatche.com##banner
auto-utilitaire.com,mobilealgerie.com##body > a > img
trictrac.net##body > div + .row.align-center.section
lokan.fr##body:last-child > div#message
jeux-sexe-gratuit.com##canvas
domimmo.com##div#an-fin
domimmo.com##div#an-fin-legales
annuaire-horaire.fr##div#aq
pyrenees-team.com##div#link
gamopat-forum.com##div#wrapper > div#right img[src*="/11/03/61/79/"]
finansemble.fr##div.div_description_v2[style="max-width:750px;"]
kozikaza.com##div[class$="item--ad"]
net-iris.fr##div[class$="promo-container"]
newpharma.fr##div[class*="adh-banner"]
gauleporno.xxx,pornburst.xxx##div[class*="banner"]
lefigaro.fr##div[class*="mad__partenaire__"]
lefigaro.fr##div[class*="mad__pub__"]
rakuten.com##div[class*="rads_placement"]
leboncoin.fr##div[class="vl"]
booska-p.com##div[class][style^="background"]
lessentiel.lu##div[class^="ContentPage_insideFullTopPlaceholder"]
nrj.fr##div[class^="StyledAds"]
une-recette.com##div[class^="banniere"]
frandroid.com##div[class^="container_native_"]
maison-et-domotique.com##div[class^="deals"]
gamekult.com##div[class^="gk__ads"]
une-recette.com##div[class^="milieubanniere"]
algerie360.com##div[class^="pub300"]
algerie360.com##div[class^="pub600"]
algerie360.com##div[class^="pub728"]
la-tendinite.fr##div[class^="snp-"]
algeriepatriotique.com##div[class^="spu-"]
leboncoin.fr##div[class^="styles_ad"][id="generic"]
leboncoin.fr##div[class^="styles_ad"][id="outlined"]
mahjong.fr##div[class^="sub_jeu_160"]
mahjong.fr##div[class^="sub_jeu_300"]
mahjong.fr##div[class^="sub_jeu_72890"]
lemonde.fr##div[data-partner="barnebys"]
e-monsite.com##div[data-role="sp"]
e-monsite.com##div[data-role="sp2"]
edcom.fr##div[data-target]
net-iris.fr##div[id$="promo_container"]
maisonapart.com##div[id*="-pub-"]
maisonapart.com##div[id*="-publi-"]
welovetennis.fr##div[id*="banner-top"]
notebookcheck.biz##div[id] + div[class] > img:first-child
vakarm.net##div[id][onclick][style]
voyageforum.com##div[id][style*="float: left; height: 250px; width: 310px;"]
voyageforum.com##div[id][style="display: block; width: 850px; margin-top: -9px; height: 285px;"]
voyageforum.com##div[id][style="width: 850px; height: 127px; overflow: hidden; vertical-align: top;"]
routard.com,sfr.fr##div[id^="A2dEmplacement"]
korben.info##div[id^="alderaan-"]
toutvendre.fr##div[id^="bup"]
fan2.fr,mcm.fr,melty.fr,meltybuzz.fr,meltycampus.fr,meltyfashion.fr,meltyfood.fr,meltystyle.fr,meltyxtrem.fr,virginradio.fr##div[id^="container_A2_"]
frandroid.com##div[id^="container_native_"]
france2.fr,france3.fr,france4.fr,france5.fr,franceo.fr,francetv.fr,francetvinfo.fr,la1ere.fr,pluzz.fr##div[id^="eShowPub"]
developpez.com,developpez.net##div[id^="gabarit_megaban"]
lachainemeteo.com##div[id^="ob_footer"]
lachainemeteo.com##div[id^="ob_in-feed"]
dsih.fr##div[id^="pub"]
ouest-france.fr##div[id^="pub_native"]
ouest-france.fr##div[id^="pub_pave_article"]
universfreebox.com##div[id^="publicite-"]
musculaction.com##div[id^="pubsousmenu"]
pagesjaunes.fr##div[id^="push"]
cpasbien.fi,cpasbien.gs,gktorrent.sh,gktorrents.org,oxtorrent.nl,torrent911.pe##div[id^="vpn"]
zonebourse.com##div[id^="zpp"]
gamalive.com##div[style$="width:300px;height:250px;"]
ma-reduc.com##div[style*="/ads/"]
impotsurlerevenu.org##div[style*="float:right;width:300px;"]
superphysique.org##div[style*="text-align: center"][style*="width:250px"]
gamalive.com##div[style*="width:160px;height:600px;"]
judgehype.com##div[style*="width:300px;height:600px;"]
echoroukonline.com,maxifoot.fr##div[style*="width:468px;"]
livehost.fr##div[style*="width:728px"]
cheznous.fr##div[style*="width:728px; height:90px;"]
tayo.fr##div[style*="width:728px;"]
avito.ma##div[style="display: block; margin-bottom: 10px;"] > ._LaI0D
voyageforum.com##div[style="display: block; margin-top: 0px; width: 836px; margin-bottom: -7px; height: 285px;"]
androidpit.fr##div[style="float:left; width:976px; line-height:0; min-height:90px; margin-bottom:5px; text-align:center;"]
forum.gsmhosting.com##div[style="float:right; width:336px; height:560px; margin-left:10px"]
1fichier.fr##div[style="float:right;width:300px;height:600px"]
futura-sciences.com##div[style="height:250px; width:300px;"]
futura-sciences.com##div[style="height:90px; width:728px;"]
phpsources.org##div[style="margin-bottom:15px;"] > table > tbody
moov.mg##div[style="margin-top:5px;float:auto;width:100%;height:250px;text-align:center"]
supportduweb.com##div[style="margin:auto;margin-top:2px;width:728px;height:90px;"]
lafermeduweb.net##div[style="overflow: hidden; width: 336px; height: 280px; margin: 0 auto;"]
voyageforum.com##div[style="overflow: hidden; width: 454px;"]
auto-utilitaire.com##div[style="position:relative;width:728px;height:90px;"]
groupon.fr##div[style="width: 445px; margin: 8px auto; text-align: center; background-color: #fff; border: 1px solid #e4e4e4;"]
alternance.com,bac-es.net,bac-l.net,bac-pro.net,bac-s.net,bac-stg.net,brevetdescolleges.fr,devoirs.fr,doc-etudiant.fr,ingenieurs.com,marketing-etudiant.fr,mediaetudiant.fr##div[style="width:300px; height:250px;margin:10px; margin: 0 auto; padding:15px 0; clear:both;"]
koreus.com,picasion.com##div[style="width:300px;height:250px;"]
vacanceo.com##div[style="width:310px;height:270px;"]
rmc.fr##div[style="width:320px; height:280px; background:#000000; margin-top:20px; overflow:hidden;"]
orangeinfo.fr##div[style="width:336px;height:280px;margin-bottom:20px;"]
winamax.fr##div[style^="cursor: pointer; background:"]
voyageforum.com##div[style^="display: table; float: left; height: 250px; width: 310px;"]
echoroukonline.com##div[style^="display:inline-block;width:300px;height:250px;"]
geny.com##div[style^="width: 300px; height: 250px;"]
free-reseau.fr##div[style^="width: 728px; height: 90px;"]
forum-des-oranges.fr##div[style^="width: 728px;"]
echoroukonline.com##div[style^="width:200px; padding:2px; border:#AAA 1px solid;"]
copine-coquine.com##div[style^="width:300px;height:250px"]
echoroukonline.com##div[style^="width:728px;height:90px;"]
poki.com##div[width="160"][height="600"]
poki.com##div[width="300"][height="250"]
poki.com##div[width="728"][height="90"]
distrowatch.com##h2 > a > img
developpez.net##iframe[width="300"][height="250"]
developpez.net##iframe[width="728"][height="90"]
annonces-dz.com##iframe[width^="728"][height="90"]
freemindparlexemple.fr##img[alt="Banniere_ENI"]
abidjanshow.com##img[alt="PUBLICITE"]
medialot.fr##img[height="38"][width="300"]
jpost.com##img[src^="blob:"]
filecrypt.cc,filecrypt.co##img[style^="display:"]
faf.dz##img[style^="width: 720px; height: 90px;"]
guinee7.com##img[width="1015"][height="221"]
guinee7.com,mediaguinee.org##img[width="1080"][height="301"]
guinee7.com,mediaguinee.org##img[width="1080"][height="398"]
supplychainmagazine.fr##img[width="120"][height="240"]
ajoutezvotresite.com,jeu.fr##img[width="160"][height="600"]
guinee7.com,mediaguinee.org##img[width="1667"][height="250"]
avis-express.com##img[width="280"][height="425"]
algerie-eco.com,framboise314.fr,francoischarron.com,israelmagazine.co.il,jeu.fr,maliweb.net,soonnight.com,undernews.fr##img[width="300"][height="250"]
mediaguinee.org##img[width="300"][height="300"]
algerie-eco.com##img[width="300"][height="500"]
framboise314.fr,guinee7.com##img[width="300"][height="600"]
guinee7.com,mediaguinee.org##img[width="460"][height="60"]
supplychainmagazine.fr##img[width="468"]
abandonware-definition.org,abandonware-magazines.org,abandonware-videos.org,abandonware.org,comparatif-vpn.fr,genhit.com,israelmagazine.co.il,lankhor.net,space-blogs.net,undernews.fr##img[width="468"][height="60"]
mediaguinee.org##img[width="600"][height="62"]
israelmagazine.co.il##img[width="600"][height="90"]
mediaguinee.org##img[width="692"][height="100"]
mediaguinee.org##img[width="692"][height="85"]
mediaguinee.org##img[width="695"][height="86"]
algerie-eco.com,autosurfs.fr,framboise314.fr,francoischarron.com,jeu.fr,maliweb.net,mediacritik.com,norefer.com,tlemcen-electronic.com,undernews.fr##img[width="728"][height="90"]
mediaguinee.org##img[width="740"][height="161"]
mediaguinee.org##img[width="740"][height="185"]
mediaguinee.org##img[width="800"][height="150"]
emu-france.com##img[width="88"]
guinee7.com##img[width="958"][height="142"]
undernews.fr##img[width][height][alt$="VPN"]
bol.com##li.js_sponsored_product
leroymerlin.fr##li[data-product-list-id*="sponsored"]
bonjourmadame.fr##object[width="728"][height="90"]
bol.com##section.js_slot-sponsored-products
dealabs.com##section[data-track*="widget_pirates_carousel"]
virusphoto.com##table[width="300"][height="280"]
societe.com##table[width="303"] > tbody > tr > td[valign="top"][height="260"]
depannetonpc.net##td[align="left"][colspan="3"] > div[style="width:70%;"]
solutions-numeriques.com##td[onclick^="window.open('https://www.solutions-numeriques.com/r/?"]
people-looks.com##td[width="340"][height="265"][align="center"]
people-looks.com##td[width="980"][height="40"][bgcolor="#FFFFFF"]
web.archive.org##.placeholder-pub_dfp
frandroid.com##.is-big-rook.is-big-rookb.is-flex.is-align-items-center.is-justify-content-center.is-hidden-mobile
frandroid.com##.is-big-rook.is-big-rookb.mb-5.is-flex.is-align-items-center.is-justify-content-center.is-hidden-mobile
frandroid.com##.is-big-rook.is-big-rookb.mt-5.is-flex.is-align-items-center.is-justify-content-center.is-hidden-mobile
frandroid.com##.is-big-rook.is-big-rookh.is-hidden-mobile
1fr1.net,3oloum.com,7olm.org,ahladalil.com,ahlamontada.com,alamontada.com,arabepro.com,banouta.net,darkbb.com,easyforumpro.com,fcmulhousefans.com,forum2jeux.com,forumactif.com,forumactif.fr,forumactif.org,forumalgerie.net,forumpro.fr,forums-actifs.com,galoppourlavie.org,gid3an.com,jordanforum.net,lebonforum.com,orizzontescuolaforum.net,own0.com,passionmilitaria.com,sorcieremonique.com,superforum.fr,syriaforums.net,walkingdead-rpg.com,yoo7.com,ze-43eme.com##.croco_wrapper, [onclick^="_"], [onclick^="var"], [style*="position:relative; height: 90px;"]
1freebb.com,babaorum.info,bboard.it,bestforum4u.com,bestforumforyou.com,bestoof.com,bestthread.com,bigboardlive.com,bigforum4you.com,boardforyou.com,cforum.info,clicforum.com,clicforum.fr,coolforum.info,discuforum.info,discussionforyou.com,ebboard.com,fansforum.info,forum-box.com,forumdesfans.com,forumforever.com,forumserv.com,hereboard.com,hotforum4u.com,hotforumonline.com,leforum.cc,leforum.eu,leforum.tv,level52.com,lolforum.com,lolforum.info,majz.com,myforumlive.com,newforumlive.com,ogameteam.com,phpboard1.com,positiforum.info,quickforum.info,smileforum.info,soforums.com,theforumcity.com,topbboard.com,urtopic.com,vraiforum.com,webrpg.info,xoo.it,xooit.be,xooit.biz,xooit.cc,xooit.co.uk,xooit.com,xooit.eu,xooit.fr,xooit.info,xooit.org,xooit.org.uk,xooit.tv##body > div[id][style*="z-index: 99999999; height: 92px; width: 100%;"]
##iframe[style="border: 0; width: 728px; height: 110px;"]
##iframe[style="border: 0; width: 970px; height: 110px;"]
zebulon.fr##.penci-feed:has(a[href*="/sponso-"])
1fr1.net,3oloum.com,7olm.org,ahladalil.com,ahlamontada.com,alamontada.com,arabepro.com,banouta.net,easyforumpro.com,fcmulhousefans.com,forum2jeux.com,forumactif.com,forumactif.fr,forumactif.org,forumalgerie.net,forumpro.fr,forums-actifs.com,galoppourlavie.org,gid3an.com,jordanforum.net,lebonforum.com,orizzontescuolaforum.net,own0.com,passionmilitaria.com,sorcieremonique.com,superforum.fr,syriaforums.net,walkingdead-rpg.com,yoo7.com,ze-43eme.com#?#.post:-abp-has(.postprofile:-abp-contains(Contenu sponsorisé))
20min.ch#?#.clusterTop:-abp-has(.teaser:-abp-has(h3:-abp-contains(Paid Post)))
2ememain.be#?#.hz-Listing--list-item:-abp-has(.hz-Listing-priority:-abp-contains(Pub au top))
algerie-eco.com#?#.td_block_wrap:-abp-has(.block-title:-abp-contains(sponsorisés))
aliexpress.com,aliexpress.us#?#._2FypS:-abp-has(._1rKqn:-abp-contains(/AD|Annonce|إعلان/))
aliexpress.com,aliexpress.us#?#.search-item-card-wrapper-gallery:-abp-has([class^="multi--ax"]:-abp-contains(/AD|Annonce|إعلان/))
allocine.fr#?#.news-card:-abp-contains(Sponsorisé)
allocine.fr#?#.video-card-trailer:-abp-has([class*="sponso"])
allocine.fr#?#.video-card:-abp-has([class*="sponso"])
android-mt.com#?#.boutonlink:-abp-has(a:-abp-contains(/VPN|rencontre/))
android-mt.com#?#.bp-fin:-abp-has(a:-abp-contains(/VPN|rencontre/))
annonces.nc#?#annonces-post-detail:-abp-has(.bg-boosted)
auchan.fr##article.product-thumbnail:has(.product-thumbnail__sponsored)
betaseries.com#?#.blockSearch:-abp-has(.adsbygoogle)
blogdumoderateur.com#?#.breve:-abp-has(.breve-info:-abp-contains(Sponsorisé))
blogdumoderateur.com#?#.sticky:-abp-has(.sponsorise)
businessinsider.fr#?#.post-nonfeatured:-abp-has(.title-studio:-abp-contains(Contenu Sponsorisé))
ccm.net#?#.ccm_list_catch__item:-abp-contains(Sponsored)
cdiscount.com#?#.fpColFloatAddisplayBloc:-abp-has(.c-sponsoredMentions)
cdiscount.com#?#.o-block:-abp-has(.o-block__content:-abp-has(.c-sponsoredMentions))
cdiscount.com#?#div.o-block:-abp-has(div.u-mt-sm > svg)
cdiscount.com#?#li:-abp-has(.prdtBlocInline:-abp-has(.c-sponsoredMentions))
cdiscount.com#?#li[data-sku]:-abp-has(.c-sponsoredMentions)
clubic.com#?#.HeroListingCard2 > .grid-x:-abp-has(.post-label--sponso)
clubic.com#?#.posts:-abp-has(.post-label--sponso)
cnetfrance.fr#?#.riverPost:-abp-has(.tag-desktop:-abp-contains(Publicité))
commentcamarche.com,commentcamarche.net#?#.ccm_list_catch__item:-abp-contains(Annonces)
discordbots.org,top.gg#?#.bot-card:-abp-has(.lib:-abp-contains(Promoted))
discordbots.org,top.gg#?#.bot-card:-abp-has(.lib:-abp-has(img))
distrowatch.com#?#.News1:-abp-has(td:-abp-contains(Sponsored))
doctolib.fr#?#.dl-card:-abp-has(.dl-card-sponsored-pill)
dzgeek.com#?#li + .postbit:-abp-has(img[src$="/avatars/partenaire.png"])
ebay.fr#?#.sresult:-abp-has(.promoted-lv)
ebay.fr#?#[id^="nume_html_"]:-abp-has(.mfe-card-group:-abp-has(.mfe-card-group-title:-abp-contains(sponsorisées)))
ebay.fr#?#[id^="nume_html_"]:-abp-has(.mfe-header:-abp-has(.mfe-pull-left:-abp-contains(sponsorisés)))
extreme-down.art,extreme-down.boats,extreme-down.moe,free-telecharger.lol,gktorrent.sh,gktorrents.org,t911.tv,torrent9.fm#?#a:-abp-contains(/ANONYME|Anonyme|anonyme|PREMIUM|Premium|RAPIDE|Rapide|Usenet|VPN|Vpn/)
femmeactuelle.fr#?#.specialCard:-abp-has(a[href^="https://cosmoeus.fr/"])
flaticon.com#?#.soul-p:-abp-has(.footer-sponsor)
frandroid.com#?#.post-card:-abp-has(a[href^="https://native.humanoid.fr/"])
french-stream.*#?##banning
futura-sciences.com#?#.postcontainer:-abp-has(.username:-abp-contains(Publicité))
gameblog.fr#?#.highlight-item:-abp-has(.word-wrapper:-abp-contains(sponso))
gameblog.fr#?#.item.full.gameblog:-abp-has(.post-details:-abp-contains(sponsorisé))
gktorrent.sh,gktorrents.org,t911.tv,torrent9.fm#?#div[style]:-abp-contains(/ANONYME|Anonyme|anonyme|Usenet|VPN|Vpn/)
gktorrent.sh,gktorrents.org,t911.tv,torrent9.fm#?#table[style]:-abp-contains(/ANONYME|Anonyme|anonyme|Usenet|VPN|Vpn/)
hitek.fr#?#.news-bloc:-abp-has(.article-type:-abp-contains(Sponsorisé))
homify.fr#?#.photo__m:-abp-has(.top-label)
homify.fr#?#.premium-card:-abp-has(.top-label)
ici-londres.com#?#.articles_list_item:-abp-has(.category:-abp-contains(Sponsorisé))
igen.fr,macg.co,watchgeneration.fr#?#article:-abp-has(.sidebar-artitle:-abp-contains(/📣|📌/))
igen.fr,macg.co,watchgeneration.fr#?#article:-abp-has(h2:-abp-contains(/📣|📌/))
indeed.fr#?#.jobsearch-SerpJobCard:-abp-has(.sponsoredGray)
iphonesoft.fr#?#article:-abp-has(.date:-abp-contains(Sponso))
jeuxvideo.com#?#.anchorMiddleOne:-abp-has(.badge:-abp-contains(Sponsorisé))
jeuxvideo.com#?#.anchorWrapper:-abp-has(.cardHorizontalList__footer:-abp-contains(Sponsorisé))
jeuxvideo.com#?#.card:-abp-has(.badge:-abp-contains(Sponsorisé))
jeuxvideo.com#?#.item-small-pres:-abp-has(a:-abp-has(.sponsored-prefix))
jeuxvideo.com#?#li:-abp-has(a:-abp-has(.sponsored-prefix))
journaldugeek.com#?#.entry__item:-abp-has(.entry__img-container--sponso)
korben.info#?#.alderaan-sous-article:-abp-has(span:-abp-contains(publicité))
korben.info#?#[class*="sous-categories"]:-abp-contains(Lien partenaire)
korben.info#?#blockquote:-abp-has(a[href*="http://bit.ly/"])
korben.info#?#blockquote:-abp-has(a[href*="http://bitly.com/"])
korben.info#?#div > hr + article.type-post:-abp-has(header:-abp-has(a[href^="http://bit.ly/"]))
korben.info#?#div > hr + article.type-post:-abp-has(header:-abp-has(a[href^="http://bitly.com/"]))
korben.info#?#div[class*="sous-article"]:-abp-has(a[href^="http://amzn.to/"])
latribune.fr#?#.article-wrapper:-abp-has(.subheading:-abp-contains(Partenaire))
latribune.fr#?#.homepage-section.supplement-section:-abp-has(span:-abp-contains(Partenaires))
lebigdata.fr#?#.elementor-widget-wrap:-abp-has(a[href^="http://clickmetertracking.com/"])
leboncoin.fr#?#.undefined:-abp-contains(Sponsorisé)
leboncoin.fr#?#a[data-test-id]:-abp-has([class]:-abp-contains(/À la une|Sponsorisé|Urgent/))
lemonde.fr#?#.area--ops:-abp-has(p:-abp-contains(Contenus partenaires))
lemonde.fr#?#.bd__bloc:-abp-has(.bd__header:-abp-contains(Barnebys.fr))
leseclaireuses.com#?#.article.small:-abp-has(a[href*=".smartadserver.com"])
leseclaireuses.com#?#.gslide:-abp-has(a[href^="https://bit.ly/"])
lessentiel.lu#?#aside:-abp-has(div + span:-abp-contains(Publicité))
libhunt.com#?#.boxed:-abp-has(.tag:-abp-contains(Sponsored))
libhunt.com#?#.repo-component:-abp-has(label:-abp-contains(sponsored))
linfoweb.com#?#.isnotmobi:-abp-has(a:-abp-contains(sponsorisé))
linfoweb.com#?#tbody:-abp-has(i:-abp-contains(sponsorisé))
macommune.info#?#.box_article:-abp-has(.is-text-publi-infos)
macommune.info#?#.widget_article:-abp-has(.title_widget:-abp-contains(/PUBLI INFO|Publi-info/))
maison-islam.com#?#aside:-abp-has(.widget-title:-abp-contains(Publicité))
multiup.io#?#.panel-featured-success:has([alt="Usennet.nl"])
narcity.com#?#.article-thumbnail:-abp-has(a:-abp-contains(/Sponsored|sponsorisé/))
nextinpact.com#?#.us-bas-ctr:-abp-has(a[href^="https://www.cybertek.fr/"])
nextinpact.com#?#app-home-item:-abp-has(.article:-abp-has(.sponsored))
nextinpact.com#?#li[class="ng-star-inserted"]:-abp-has(.sponsored)
nicematin.com#?#section:-abp-has(.brand:-abp-contains(sponsorisé))
nocibe.fr#?#.proditem:-abp-has(.rm-sponsorise)
numerama.com#?#.container_native_sidebar:-abp-has(.sponsoring-icon)
numerama.com#?#.post-card:-abp-has(span:-abp-contains(sponso))
numerama.com#?#.post-grid:-abp-has(.sponsoring-icon)
on-mag.fr#?#.uk-margin-remove-last-child:-abp-has(div:-abp-has(span:-abp-contains(PUBLICITÉ)))
ouedkniss.com#?#.container:-abp-has(.o-section-heading:-abp-contains(/Sponsored|Sponsorisées|Stores à la une/))
phonandroid.com#?#li:-abp-has(a:-abp-contains(sponso))
positivr.fr#?#article:-abp-has(.sponsored-notice)
rakuten.com#?#[data-productid]:-abp-has(a[href^="/offer?action="])
businessinsider.fr#?##related-post-:-abp-has(a[href*="/contenu-sponsorise"])
santemagazine.fr#?#[data-identifier]:-abp-has(div:-abp-has(.sponsor-color))
sketchucation.com#?#.post:-abp-has(.postprofile:-abp-has(strong:-abp-contains(Ad Machine)))
sookbtp.com#?#.owl-item:-abp-has(figure:-abp-has(img[src^="publicites/"]))
starbike.com#?#.post.has-profile:-abp-has(.postbody:-abp-has(.adsbygoogle))
temp-mail.org#?#li:-abp-has(.inboxSenderEmail:-abp-contains(AD | Temp Number))
thesiteoueb.net#?#.panel:-abp-has(.panel-heading:-abp-has(.panel-title:-abp-contains(Publicité)))
tourmag.com#?#.wm-module:-abp-contains(Contenu sponsorisé)
tourmag.com#?#.wm-module:-abp-has(a[href^="https://www.hoteletlodgepro.biz/"])
tsa-algerie.com#?#.jwpv-desktop:-abp-contains(Publicité)
twitter.com#?#[data-testid="tweet"]:-abp-contains(Sponsorisé)
voyageforum.com#?#div[style*="width: 300px"]:-abp-contains(/Publicité|Publicités/)
voyageforum.com#?#div[style*="width: 300px"]:-abp-has(.adsbygoogle)
voyageforum.com#?#table[class="post"]:-abp-has(tbody:-abp-contains(/annonces|annonceurs/))
voyageforum.com#?#table[style="width: 300px;"]:-abp-has(a)
zataz.com#?#.custom-sidebar:-abp-has(h3:-abp-contains(/Partenaires|Publicité/))
||facebook.com/ajax/qm/
||facebook.com/tr/
||facebook.com/tr?
||facebook.net^*/fbds.js$third-party
||facebook.net^*/fbevents.js$third-party
@@|blob:$popup,domain=caf.fr|cerise-prim.fr|particulier.edf.fr
@@|http://ad4.fr^$~third-party
@@||123comparer.fr/photoProd/*00px/*-120x60-$image,domain=123comparer.fr
@@||123comparer.fr/photoProd/*00px/*-300-x-250-$image,domain=123comparer.fr
@@||action.metaffiliation.com/trk.php?mclic=$popup,domain=123comparer.fr
@@||ad-exchange.fr^$~third-party
@@||ad.doubleclick.net/ddm/trackclk/*tracking.lengow.com$popup,domain=123comparer.fr
@@||adimages.ch^$~third-party
@@||advertising.wellpack.fr/sites_annexes/optout/$~third-party
@@||adworks.fr^$~third-party
@@||affiliation.leboncontact.fr/template/Affiliation/$~third-party
@@||aluson-eclairage.fr^*-120x60-$image,~third-party
@@||ami2.com/resources/img/mysite/publicites/$image,~third-party
@@||archives-numerisees.ain.fr^*/httpd/ad
@@||assiste.com/Assiste/media/images/Ad-Aware_$image
@@||assiste.com^*_publicite_$image,~third-party
@@||aw-experience.com/banners/b0.png
@@||bannieres.telethon.fr/compteurs/$image,subdocument
@@||bourgogne-publicite.com/jeuxconcours/_bienpublic/$image,domain=bienpublic.com
@@||bs.serving-sys.com/Serving/adServer.bs?$popup,domain=guide-epargne.be
@@||cdn.ay.gy/static/image/$image,~third-party
@@||clic.reussissonsensemble.fr/click*.asp$domain=forfait-mobile-moins-cher.com
@@||compagniedelagare.com^*/image_resize.php?img=*/$image
@@||cowcotland.com/scripjs.php?files=*,jquery.lazyload-ad-$script
@@||cstatic.weborama.fr/js/advertiser/wbo_performance.js$domain=pmu.fr
@@||d2rbodpj0xodc.cloudfront.net/stories/*x$image,domain=steller.co
@@||diplomatie.gouv.fr^*?adtype=
@@||donnemoilinfo.com/tuto/Ad-Remover/img/Ad-remover$image
@@||dqndusk8a84ol.cloudfront.net/cache/js/*.js|$script,domain=worldsurfleague.com
@@||ebayrtm.com/rtm?RtmCmd&a=json&p=$script,domain=www.befr.ebay.be
@@||ebayrtm.com/rtm?RtmPreviewContent&$subdocument,domain=www.befr.ebay.be
@@||fatherandsons.fr^*/opecom/affiliation/
@@||francesurfinfo.com/affiliation/
@@||francetelevisions.fr^*/publicite/silverlight.php?
@@||gareautheatre.com^*/image_resize.php?img=*/$image
@@||gironde.fr/css/csspacker.jsp?css=$stylesheet
@@||gpsfront.aliexpress.com/queryGpsProductAjax.do?*&imageSize=$script,~third-party
@@||hostinger.fr/banners/*/hostinger-$image,~third-party
@@||images.meteoconsult.fr/images/meteoconsult2014/autopromo/paves/saisonnier/PRINTEMPS_$image
@@||images.newmedia.lu^*/adtech_video/
@@||koifaire.com/upload/*/300x250-$image,~third-party
@@||leseditionsdelagare.com^*/image_resize.php?img=*/$image
@@||livinglanguage.com/content/html5/games/*/js/pub.js$script
@@||lokalok.com*/advert/$image,script,~third-party,xmlhttprequest,domain=lokalok.com
@@||m2radio.fr/include/player/flash.swf?$domain=~live.m2stream.fr
@@||malakoffmederic.com/entreprise/*/affiliation/
@@||media*.musique.woopic.com^*/400x250/$image,domain=musique.orange.fr
@@||media2.ledevoir.com/documents/image/pub/abonnements2.gif|$image
@@||miztral.com/www/images/banners/header_short_$third-party
@@||mozfr.org/custom/img/*_300x250.png
@@||msf.fr/sites/www.msf.fr/modules/contrib/ad/$~third-party
@@||naruto-one.com/images/bannieres/$domain=otaku-attitude.net
@@||netavenir.com^$domain=zap-tele.com
@@||notre-planete.info/medias/pub_300x250.png
@@||partner.skiset.com/*/motor/*?sid=$subdocument,third-party
@@||partner.skiset.com/js/partnerIntegration.js$script
@@||partners.doctolib.fr/doctors/detect_partner_profile?$script,third-party,domain=aphp.fr
@@||partners.doctolib.fr^$subdocument,third-party
@@||pharmnet-dz.com/img/pubs/738_Conception%20sans%20titre%20(11).png
@@||planet-casio.com/images/ad/$image,~third-party
@@||premiere.fr/inextenso/uploads/300x150_$image,domain=premiere.fr
@@||prime-journal.online^*=com_acymailing&*&mailid=$popup
@@||publicwww.com/images/labels.$image,~third-party
@@||quefaire.be/annonces/imgads/$image
@@||reseauforum.org/*/modules/ad/serve.php?$domain=reseauforum.org
@@||restoconnection.fr/wp-content/uploads/2014/12/publicite-$domain=restoconnection.fr
@@||rockman.fr/Ads/$image
@@||s3.amazonaws.com/homad-global-configs.schneevonmorgen.com/hd-main.js?cache=$xmlhttprequest,domain=gmx.at|gmx.net|web.de|welt.de
@@||serrurier-menuisier-31-ad2.site-privilege.pagesjaunes.fr^$image,third-party
@@||static.caradisiac.com/img_site/autopromo/300x90_autopromo_depot_avis.png|$image
@@||static.jeux123.fr/ads/promo_$image,~third-party
@@||static.meilleur-mobile.com/images-product/logos-marchands/sprite_logosMarchands_120x60.png|$image
@@||static.s-sfr.fr/resources/custom/adsl/
@@||syndication.twitter.com/tweets.json?*&ids=*&lang=*&suppress_response_codes=$script
@@||videos-pub.ftv-publicite.fr/player/ad2play.js$domain=tv5mondeplus.com
@@||weborama.fr/wbo_performance.js$domain=pmu.fr
@@||wifeo.com/ads/promo/advertise-publicite.gif$image,domain=wifeo.com
@@||www.bluesteel.fr/affiliation/$~third-party
@@||www.bna.dz/media/djmediatools/cache/300x250-$image,~third-party
@@||www.bouyguestelecom.fr^*/catalog/product/cache/*/image/300x600/$image,~third-party
@@||www.les-terrains.com/images/chargement_en_cours.gif|$image,~third-party
@@||yospace.com/csm/*.mpd^$xmlhttprequest,domain=6play.fr
@@||a.lulucdn.com/js/$script,domain=lulustream.com
@@||ab.9xbud.com/extract|$xmlhttprequest,domain=9xbuddy.online
@@||ab.9xbud.com/token|$xmlhttprequest,domain=9xbuddy.online
@@||ajax.googleapis.com/ajax/libs/$script,domain=4anime.to|9anime.to|9xbuddy.online|adf.ly|adshr.ink|adshrinks.com|android-zone.ws|anime-loads.org|animevostfr.tv|anitube.cx|atomcurve.com|atominik.com|ay.gy|babblecase.com|casualient.com|cinemay.vip|coginator.com|cogismith.com|cracksurl.com|crichd.com|crichd.to|crichd.xyz|dailyuploads.net|databasegdriveplayer.co|direct-torrents.com|dlpsgame.com|drkvid.site|ecranlarge.com|ed-protect.org|europixhd.com|ezie.cc|file-up.org|filmpornofrancais.fr|foumovies.net|gamecopyworld.eu|gdriveplayer.me|gdriveplayer.to|gktorrent.sh|gnula.nu|gomo.to|gsurl.in|gsurl.me|gum-gum-streaming.com|infinite-streaming.live|ithepiratebay.com|j.gs|kaitect.com|kializer.com|kibuilder.com|kickassanime.mx|kimechanic.com|kinovibe.co|koora.vip|larati.net|lelscanvf.com|mavanimes.cc|mavanimes.co|mcloud.to|microify.com|mmoity.com|offmp3.com|onion.ly|onion.pet|ouo.io|ouo.press|picocurl.com|picons.eu|pintient.com|q.gs|quainator.com|quamiller.com|queuecosm.bid|replaymod.com|revivelink.com|riffhold.com|saison-streaming.com|segavid.com|shahidlive.co|shink.me|shon.xyz|simizer.com|simkl.com|skamaker.com|skamason.com|softmaroc.org|streamenvf.net|streaming15.shop|streamlive.to|strema.site|syrialive.online|syrialive.tv|t911.tv|theproxy.how|tinyium.com|toonanime.cc|toonanime.xyz|torrent9.fm|torrent911.ws|torrentdownload.info|twineer.com|ukpass.co|unblocked2.fun|unblocked2.vip|unblockit.boo|uppit.com|viahold.com|vializer.com|vidsrc.me|viwright.com|voirfilms.al|voirfilms.bz|voirfilms.live|wawacity.nl|xfilesharing.com|yabuilder.com|yacine-app.com|yacine-tv.com|yamechanic.com|yoalizer.com|yobuilder.com|yoineer.com|yoitect.com|zipansion.com
@@||akamai-video-content.com/hls$xmlhttprequest,domain=lvturbo.com|sblona.com|sbrapid.com|streamsb.com
@@||api-secure.solvemedia.com/papi/$image,script,domain=clik.pw
@@||bootstrapcdn.com^$script,stylesheet,domain=7-up.net|anitube.cx|clicknupload.click|clicknupload.co|clicknupload.red|direct-torrents.com|ettvdl.com|europixhd.com|ezie.cc|filerio.in|gktorrent.sh|gostream.pro|indishare.org|ithepiratebay.com|mavanimes.cc|mavanimes.co|onion.ly|onion.pet|sadisflix.lat|sadisflix.mom|sadisflix.wiki|shahidlive.co|snowfiles.com|streaming15.shop|t911.tv|theproxy.how|torrent9.fm|torrent911.ws|ukpass.co|uploadrar.com|uupbom.com|xfilesharing.com|youdbox.site
@@||cdn.fluidplayer.com^*/current/$script,domain=filmpornofrancais.fr
@@||cdn.jsdelivr.net^$script,stylesheet,domain=7-up.net|cigarlessarefy.com|databasegdriveplayer.co|filelions.com|filelions.site|infinite-streaming.live|japscan.lol|johntryopen.com|koora.vip|lelmanga.com|segavid.com|streamcdn.to|streaming-french.wiki|strema.site|theproxy.how|videobin.co|vincentincludesuccessful.com|voe.sx|voirfilms.al|voirfilms.bz|voirfilms.live|voirseries.co|voirseries.rip|yacine-app.com|yacine-tv.com
@@||cdn.jwplayer.com/libraries/$script,domain=movcloud.net
@@||choices.consentframework.com^$domain=frandroid.com
@@||clicknupload.click/js/$script,domain=clicknupload.co|clicknupload.red
@@||cloudflare.com/ajax/libs/$script,stylesheet,domain=11anim.com|7-up.net|adf.ly|adkami.com|adshr.ink|adshrinks.com|android-zone.ws|anime-loads.org|asd.cam|asd.homes|atomcurve.com|atominik.com|ay.gy|babblecase.com|casualient.com|cigarlessarefy.com|coginator.com|cogismith.com|cpmlink.net|cracksurl.com|databasegdriveplayer.co|ezie.cc|file-up.org|file-upload.net|file-upload.org|filemoon.sx|film-francais-vf.com|french-stream.es|gamecopyworld.eu|gdriveplayer.me|gdriveplayer.to|gktorrent.sh|ithepiratebay.com|j.gs|japscan.lol|johntryopen.com|kaitect.com|kializer.com|kibuilder.com|kimechanic.com|koora.vip|kooralive.info|larati.net|lvturbo.com|mavanimes.cc|mavanimes.co|mcloud.to|microify.com|mmoity.com|new.gdtot.dad|onion.ly|onion.pet|onlystream.tv|ouo.io|ouo.press|picocurl.com|picons.eu|pintient.com|q.gs|quainator.com|quamiller.com|queuecosm.bid|replaymod.com|riffhold.com|sadisflix.lat|sadisflix.mom|sadisflix.wiki|saison-streaming.com|sandup.co|sbanh.com|sblona.com|sblongvu.com|sbrapid.com|segavid.com|simizer.com|skamaker.com|skamason.com|streamsb.com|strema.site|syrialive.online|syrialive.tv|t911.tv|theproxy.how|tinyium.com|toonanime.cc|toonanime.xyz|torrent9.fm|torrent911.ws|twineer.com|ukpass.co|unblocked2.fun|unblocked2.vip|unblockit.boo|uploadrar.com|upstream.to|upvid.net|uqload.to|viahold.com|vializer.com|vidmoly.to|vidsrc.me|vincentincludesuccessful.com|viwright.com|voe.sx|voirfilms.al|voirfilms.bz|voirfilms.live|yabuilder.com|yacine-app.com|yacine-tv.com|yamechanic.com|yoalizer.com|yobuilder.com|yoineer.com|yoitect.com|youtube4kdownloader.com|zipansion.com
@@||cloudflare.com/cdn-cgi/scripts/*/cloudflare-static/rocket-loader.min.js$script
@@||code.jquery.com^$script,domain=adkami.com|ahvsh.com|animecomplet.com|blablastream.com|filelions.com|filelions.site|geneafrance.com|ianimes.org|indishare.org|japscan.lol|mixdrop.si|mp4upload.com|new.gdtot.dad|protect-mylinks.com|sandup.co|shahidlive.co|streamhide.com|streamhide.to|theproxy.how|tntendirect.com|torlock.com|unblocked2.vip|uploadrar.com|vidmoly.to|voirfilms.al|voirfilms.bz|voirfilms.live
@@||connect.facebook.net/fr_FR/all.js$script,domain=free-telecharger.lol
@@||content.jwplatform.com/libraries/$script,domain=animevostfr.tv
@@||disqus.com/embed.js$script,domain=jetanimes.com
@@||disquscdn.com^$script,domain=jetanimes.com
@@||film-francais-vf.com/assets/js/jquery-3.2.1.min.js$script,domain=saison-streaming.com
@@||firebaseio.com/.lp?$script,domain=cam4.com|cam4.fr
@@||fontawesome.com^$script,stylesheet,domain=7-up.net
@@||fonts.googleapis.com/css$stylesheet,domain=adshr.ink|adshrinks.com|gsurl.in|gsurl.me|jetanimes.com|mavanimes.cc|mavanimes.co|mega-p2p.net|onion.ly|protect-mylinks.com|site-de-streaming.com|tntendirect.com|upvid.net
@@||govad.xyz/js/jquery.min.js$script,domain=goved.org
@@||govad.xyz/player8/jwplayer.js$script,domain=goved.org
@@||jscloudflare.com/ajax/libs/$script,stylesheet,domain=11anim.com|file-upload.org
@@||mrsexe.com/api/video.6.6.3.min.js$script,domain=mrsexe.com
@@||playiri.com/player8/jwplayer.$script,domain=vidlooz.com
@@||playiri.com/player8/provider.$script,domain=vidlooz.com
@@||sdk.privacy-center.org^$script,domain=frandroid.com
@@||ssl.p.jwpcdn.com/player/v/$script,stylesheet,xmlhttprequest,domain=ahvsh.com|allviid.live|allviid.xyz|allviids.xyz|daktna.net|databasegdriveplayer.co|filelions.com|filelions.site|gdriveplayer.me|gdriveplayer.to|liiivideo.com|lvturbo.com|mcloud.to|movcloud.net|onlystream.tv|sbanh.com|sblona.com|sblongvu.com|sbrapid.com|segavid.com|streamhide.com|streamhide.to|streamsb.com|strema.site|supervideo.cc|theproxy.how|vadbam.com|vadbam.net|vedbam.xyz|vedbom.com|vidbam.org|vidhd2.com|vidhdr.com|vidlo.us|vidmoly.to|vidshar.org|vidspeed.net|vidspeeds.com
@@||st.chatango.com/js/gz/emb.js$script,domain=adkami.com|crichd.com|crichd.to|crichd.xyz|gdriveplayer.to|jetanimes.com|mavanimes.cc|mavanimes.co|otakufr.co|voiranime.com
@@||st.chatango.com^*/id.html$subdocument,domain=adkami.com|crichd.com|crichd.to|crichd.xyz|jetanimes.com
@@||static.uppcdn.com^$image,script,domain=uppit.com
@@||suggestqueries.google.com/complete/search?$script,domain=9xbuddy.online
@@||vjs.zencdn.net^$script,domain=hexload.com|streamcdn.to|streamlive.to|voirfilms.al|voirfilms.bz|voirfilms.live
@@||wp.com/*/build/lazy-images/$script,domain=animevostfr.tv|gum-gum-streaming.com
@@||wp.com/*/build/photon/$script,domain=animevostfr.tv|gum-gum-streaming.com|voircartoon.com
@@||wp.com/*/wp-includes/js/$script,domain=animevostfr.tv|gum-gum-streaming.com|voircartoon.com
@@||www.mrsexe.com/bower_components/jquery/dist/jquery.min.js$script,domain=mrsexe.com
@@||www.mrsexe.com/inc/clic.php?video=$script,domain=mrsexe.com
@@||www.mrsexe.com/jwplayer/jwplayer.$script,domain=mrsexe.com
@@||xcdnpro.com/plugin/epay/$script,domain=cam4.com|cam4.fr
@@||xcdnpro.com/web/js/$script,domain=cam4.com|cam4.fr
@@||xcdnpro.com/web/v2/app/js/$script,domain=cam4.com|cam4.fr
@@||gstatic.com/*/cast_sender.js$script
@@||gstatic.com/cast/sdk/libs/sender/1.0/cast_framework.js$script
@@||gstatic.com/recaptcha/$subdocument,xmlhttprequest
@@||recaptcha.net/recaptcha/$image,subdocument,xmlhttprequest
@@||www.google.com/recaptcha/api2/$subdocument
@@||youtube.com/iframe_api|$script
@@||youtube.com/s/player/*/www-widgetapi.js$script
@@||challenges.cloudflare.com/cdn-cgi/challenge-platform/$subdocument
@@||challenges.cloudflare.com/turnstile/*/api.js?$script
@@||hcaptcha.com/1/api.js?onload=$script
@@||hcaptcha.com/1/api.js?render=$script
@@||hcaptcha.com/captcha/*&host=$subdocument
@@||hcaptcha.com/captcha/*/hcaptcha.js$script
@@||hcaptcha.com/captcha/*/hcaptcha.min.js$script
@@||static.stormwall.pro/captcha.css$stylesheet
@@||static.stormwall.pro/jsav1.3.js$script
flasharch.com#@#.ad_area_wrap
payfit.com#@#.publicity
casualgame.hange.jp#@#a[href*="/adclick?"]
/ad-blocking-detector/*
/adblock-checker.
/adblockchecker.
/adblocker.blogads.
/check-blocker.
/kill-adblock/*
/noadblock.
/wp-adblock-dedect/*
_adblockdetector/
@@||abp.example.com^$generichide