Filter 1 000

Download as pdf or txt
Download as pdf or txt
You are on page 1of 56

17/11/21 18:51 filter_1_000.

txt

! Checksum: y/wDy2KuBpEndLi6NiVe1w
! Title: AdGuard Russian filter

! Description: Filter that enables ad blocking on websites in Russian language.

! Version: 2.0.57.84

! TimeUpdated: 2021-08-18T13:30:51+00:00

! Expires: 4 days (update frequency)

! Homepage: https://github.com/AdguardTeam/AdGuardFilters

! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE

!-------------------------------------------------------------------------------!

!------------------ General JS API ---------------------------------------------!

!-------------------------------------------------------------------------------!

! JS API START

#%#var AG_onLoad=function(func)
{if(document.readyState==="complete"||document.readyState==="interactive")func();else
if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);else
if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};

#%#var AG_removeElementById = function(id) { var element = document.getElementById(id); if (element


&& element.parentNode) { element.parentNode.removeChild(element); }};

#%#var AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; }


var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++)
{ if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };

#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements =


document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); };
};

#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) {


el.parentNode.removeChild(el); return; } el = el.parentNode; } };

! AG_removeCookie

! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie name')

#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new RegExp(a.slice(1,-1)):""!==a&&


(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")));a=function(){for(var
a=document.cookie.split(";"),g=a.length;g--;){cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!==d&&
(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var
h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var b=h.slice(f).join(".");if(b){var
c=d+"=",k="; domain="+b;b="; domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+";
expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+";
path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"}}}};a();window.addEventListener("beforeunload",a)};

! AG_defineProperty

! See https://github.com/AdguardTeam/deep-override

#%#var AG_defineProperty=function(){var p,q=Object.defineProperty;if("function"==typeof


WeakMap)p=WeakMap;else{var r=0,t=function(){this.a=
(r+=Math.random()).toString()};t.prototype.set=function(a,b){var d=a[this.a];d&&d[0]===a?
d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return this};t.prototype.get=function(a){var
b;return(b=a[this.a])&&b[0]===a?b[1]:void 0};t.prototype.has=function(a){var b=a[this.a];return b?
b[0]===a:!1};p=t}function u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e)
{this.a=a;this.i=b;this.c=d;this.f=e}function w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\
(.)/g;this.a=new p}function x(a,b){var d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return
z(d);var e={get:function(){var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?
c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c)){var
d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}
(this===b.a.b||D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c)
{if(this===b.a.b||D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var
d=b.g;d&&A(d)&&d.value===c?c=!0:(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else
c=F(b,c,this);return c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var
c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||g.g||
(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var
f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!0,h=f.b[l]);var n=y?
H(k,h):new u(c.c.b);I(k,n,c.c);n=new v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):
file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 1/56
17/11/21 18:51 filter_1_000.txt
(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=O
bject.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.

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 2/56
17/11/21 18:51 filter_1_000.txt

#%#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 ---------------------------------------!

!-------------------------------------------------------------------------------!

! Содержит доменные имена, использующиеся рекламными сетями.

||ljknem.com^$third-party

||sandelf.com^$third-party

||fooluminou.review^$third-party

||rzqdqw.com^$third-party

||refpakykgqyf.top^$third-party

||mobflow21.com^$third-party

||cobocritus.com^$third-party

||lxopfg.com^$third-party

||xketil.com^$third-party

||ogocvet.ru^$third-party

||blaindgatum.com^$third-party

||cdn.yanews24.com^$third-party

||yebmyp.com^$third-party

||r2gf0vo139.ru^$third-party

||kafar4.club^$third-party

||4251.tech^$third-party

||0001.best^$third-party

||trysnd.fun^$third-party

||aj2345.online^$third-party

||humoek.com^$third-party

||baklajansss.site^$third-party

||kq6lwk3m9g.ru^$third-party

||qotank.com^$third-party

||popadon.com^$document,popup

||gevnqh.com^$third-party

||r.2ad.wtf^

||ehfgifjjhdaejjajacj.ru^$third-party

||verwvy.com^$third-party

||5xanz2dxcn.ru^$third-party

||gldlwt.com^$third-party

||nasrispit.com^$third-party

||bmddea.com^$third-party

||ads2.pbxware.ru^

||couptoug.net^$document,popup

||playjusting.com^$third-party

||gafdelins.com^$third-party

||nplxa.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 3/56
17/11/21 18:51 filter_1_000.txt
||jsrlfg.com^$third-party

||1xroom.com^$third-party

||zbyynuew9g.ru^$third-party

||gzppit.com^$third-party

||main-ti-cod.com^$third-party

||ijvvsearfavi.mobi^$third-party

||eggyey.com^$third-party

||svedkan.com^$third-party

||ahtate.ru^$third-party

||fngurubob.com^$third-party

||uvpzll.com^$third-party

||ghjnpy.com^$third-party

||www-orbit-promo.ru^$third-party

||qntihf.com^$third-party

||mlgrtn.com^$third-party

||big6q4y2oy.ru^$third-party

||muzhskoy.xyz^$third-party

||turkish-ru.ru^$third-party

||r0wa9z6t8t.ru^$third-party

||afp.ai^$third-party

||bro1.biz^$third-party

||bfafhm.com^$third-party

||mhjcpn.com^$third-party

||clickiocdn.com^$third-party

||degjciidgieiaeigecb.ru^$third-party

||jqdnvg.com^$third-party

||mjnxku.com^$third-party

||rdrctgoweb.com^$third-party

||zyrji.com^$third-party

||ut.infoboom.life^$document,popup
||refpahrwzjlv.top^$document,popup
||zzxjlr.com^$third-party

||zargutivisor.info^$third-party

||nfztms.com^$third-party

||rhhmaq.com^$third-party

||ybej5ohp0x.ru^$third-party

||gritspera.mobi^$third-party

||78yvreh.site^$third-party

||ads-lot.ru^$third-party

||handred.ru^$third-party

||quqizo.com^$third-party

||ad.vidver.to^$third-party

||ad.vidverto.io^$third-party

||hedseted.ru^$third-party

||skopzijkari.mobi^$third-party

||fcwuye.com^$third-party

||jqk2me2mzf.ru^$third-party

||22pornz.site^$third-party

||xuthid.com^$third-party

||sharilon.site^$third-party

||istori.site^$third-party

||mikla.site^$third-party

||goryachie-foto.net^$third-party

||akolafovar.com^$third-party

||rbdiqz.com^$third-party

||the4.fun^$third-party

||newrrb.bid^$third-party

||tgdmpf.com^$third-party

||ece8c2alhz.ru^$third-party

||vionertelssat.pro^$third-party

||ylesmn.com^$third-party

||xtrackme.com^$third-party

||duper8flash.com^$third-party

||oaovcb.com^$third-party

||cbibhbghgdjbbageabd.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 4/56
17/11/21 18:51 filter_1_000.txt
||yenlqi.com^$third-party

||affpros.net^$third-party

||rluuva.com^$third-party

||zesdmn.com^$third-party

||ihfxao.com^$third-party

||essokosi.com^$third-party

||bspdyp.com^$third-party

||amads.xyz^$third-party

||leadgidads.ru^$third-party

||vioturallis.com^$third-party

||flowpubdom.info^$third-party

||bvl5bziz9d.ru^$third-party

||tcamav.com^$third-party

||ohgskf.com^$third-party

||static.aio.media^$third-party

||dbcwetd5akfpstw.ru^$third-party

||sdfbfaa.pro^$third-party

||eldos.xyz^$third-party

||hjjevg.com^$third-party

||gvfror.com^$third-party

||badumtsium.com^$third-party

||gamerickius.com^$third-party

||advertiseru.net^$third-party

||kijkxx.com^$third-party

||escatedint.work^$third-party

||hranakel.xyz^$third-party

||xokikdassjjhrn.com^$third-party

||tmnlsmvgrkoj.com^$third-party

||glygrebedu.pro^$third-party

||tmnlsmvgrkoj.com^$third-party

||autoizers.info^$third-party

||aqjlgsv7cvkzocg.ru^$third-party

||twtmle.com^$third-party

||kcycpp.com^$third-party

||2xclick.ru^$third-party

||bgjiihhebcbjhfdaiba.ru^$third-party

||pkndawf.pro^$third-party

||tta3w6e98cka.ru^$third-party

||mydomainab5.space^$third-party

||randiul.com^$third-party

||alli-ti-hunter.com^$third-party

||adl-hunter.com^$third-party

||ogtz5yn2u1.ru^$third-party

||bhiesfffga.com^$third-party

||ogtz5yn2u1.ru^$third-party

||8245.digital^$third-party

||nrqqjb.com^$third-party

||adl-hunter.com^$third-party

||69qa.club^$third-party

||fast-hunter.com^$third-party

||acmetex.ru^$third-party

||prdlam.com^$third-party

||kkmacsqsbf.info^$third-party

||zswzri7ju3.ru^$third-party

||xxyolk.com^$third-party

||zswzri7ju3.ru^$third-party

||ksdbbf14.online^$third-party

||mountrs.com^$third-party

||sthjoq.com^$third-party

||multibux.org^$third-party

||wevjjiolpse.mobi^$third-party

||bpkbqp.com^$third-party

||advmusic.com^$third-party

||boetwu.com^$third-party

||rnldustal.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 5/56
17/11/21 18:51 filter_1_000.txt
||dtashjvcjswq.info^$third-party

||sm-ini2.com^$third-party

||node.sm-dafa.com^$third-party

||infoboom.life^

||7nkbwdf1uq.ru^$third-party

||33a89nw03k.ru^$third-party

||biocdn.net^$third-party

||xsa2zq7q2l.ru^$third-party

||tiz.jsite.top^$third-party

||news-network.ru^$third-party

||alboist7crphfrg.ru^$third-party

||boostingads.com^$third-party

||prod.html5-ads.vk-apps.com^

||bhghfsa.info^$third-party

||3kbktygzr5.ru^$third-party

||betemolgar.com^$document,popup

||reashr.com^$third-party

||mp3dance.today^$third-party

||lidplay.net^$third-party

||bcvideod.com^$third-party

||atlaqs.com^$third-party

||allowandgo.link^$third-party

||jlpbyt.com^$third-party

||porno365go.com^$third-party

||2fk0iss45c.ru^$third-party

||voqonea.ru^$third-party

||alwsaz.com^$third-party

||yqg0rv8p35.ru^$third-party

||pion.loveserials.net^$third-party

||jrs2igoimq.ru^$third-party

||iupgxu.com^$third-party

||6jfvnf69jx.ru^$third-party

||rmraos.com^$third-party

||u7kgr54jr7.ru^$third-party

||ymjfhg.com^$third-party

||minsk-news.info^$third-party

||jvgjrb.com^$third-party

||mbhjaeg.info^$third-party

||qiklsv.com^$third-party

||hwmonitor-ru.ru^$third-party

||adlook.me^$third-party

||adrun.ru^$third-party

||pwwghcyzsn.info^$third-party

||memtkh.com^$third-party

||b6c6k88qe1.ru^$third-party

||64a720ae27981a3.com^$third-party
||farantitid.racing^$third-party

||zgxrht.com^$third-party

||gswtol.com^$third-party

||yxhstwzjbu.info$third-party

||sayhinews.com^$third-party

||traffer.biz^$third-party

||tophitbit.com^$third-party

||bpioqb.com^$third-party

||ikinbugen.com^$third-party

||bgkecb.com^$third-party

.potopy.ru^$third-party

||wvrney.com^$third-party

.vipko.ru^$third-party

||fqurmqe6agjyofb.ru^$third-party

||icjceddecjdgbaaaafc.ru^$third-party

||bfgvqx.com^$third-party

||bs-dante.ru^$third-party

||adverd.ru^$third-party

||nklgfgs.info^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 6/56
17/11/21 18:51 filter_1_000.txt

||8zp3wtw7783xta3n.com^$third-party

||hfajdjhicjcchhbeaeh.ru^$third-party

||ypnciu.com^$third-party

||prime-hunage.com^$third-party

||supreme-hunter.com^$third-party

||6598kn9gpf.ru^$third-party

||riqosf.com^$third-party

||asennessterfter.mobi^$third-party

||baxofalis.com^$third-party

||nativerent.ru^$third-party

||sobakapi2sa8la09.com^$third-party

||pmxsvdb.pro^$third-party

||hbihjeebhghcdeeeaef.ru^$third-party

||yoajqj.com^$third-party

||vp1.zkshfbdg.info^$third-party

||advertmi.ru^$third-party

||epnclick.ru^$third-party

||flwvnby8fspljrr.ru^$third-party

||infoboom.club^$third-party

||b9msljkxf96s.ru^$third-party

||hfiorasadions.mobi^$third-party

||whhrux.com^$third-party

||cbfhghb.pro^$third-party

||trofvid.com^$third-party

||trofvido.com^$third-party

||extrablocks.ru^$third-party

||mpsuadv.ru^$third-party

||tut.prosmotrov.net^$third-party

||whiteboxdigital.ru^$third-party

||rtb.mts.ru^$third-party

||alixil.ru^$third-party

||nsminuu.mobi^$third-party

||ddcfzd.com^$third-party

||zkdkvnzsdxge.info^$third-party

||go.zdos.ru^$third-party

||alli-tcod.com^$third-party

||tune-up.site^$third-party

||hvcbkr.com^$third-party

||edxhxu.com^$third-party

||ad.letmeads.com^$third-party

||af755b27b5e472.com^$third-party

||yourclk.com^$third-party

||goijjderaqio.pro^$third-party

||npush.site^$third-party

||bnlif.com^$third-party

||cdnkimg.com^$third-party

||viimad.com^$third-party

||clmawdd9chhcaii.ru^$third-party

||adshunter.fra1.digitaloceanspaces.com^$third-party

||qpxohp.com^$third-party

||kwmwva.com^$third-party

||rkomf.com^$third-party

||ndroip.com^$third-party

||mxshuh.com^$third-party

||yheyg94gjv2o.ru^$third-party

||murqyi.com^$third-party

||okgvtr.com^$third-party

||nsrealbig.ru^$third-party

||cszz.ru^$third-party

||42791bdc2481f6c.com^$third-party
||vkekyx.com^$third-party

||c3h5cae95p.ru^$third-party

||flinter.pro^$third-party

||zteikg.com^$third-party

||zfoffp.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 7/56
17/11/21 18:51 filter_1_000.txt

||noticetoday.site^$third-party

||kenizg.com^$third-party

||prime-hunter.com^$third-party

||infovps.site^$third-party

||rdrceting.com^$third-party

||ccalgf.com^$third-party

||kotikinar2ko8tiki09.com^$third-party

||m62rtkpf.de^$third-party

||go2of.com^$third-party

||pushtora.com^$third-party

||rwpypf.com^$third-party

||aj2208.online^$third-party

||zaeavr.com^$third-party

||reidancis.com^$third-party

||jrvdga.com^$third-party

||yettyz.com^$third-party

||hxguqogewaicf42s.in.net^$third-party

||clx.ru^$third-party

||epaaab.com^$third-party

||vendigamus.com^$third-party

||7jzic2hylf.ru^$third-party

||vfunls.com^$third-party

||theroswaf.com^$third-party

||d-ughwashes.ru^$third-party

||ckgnoy.com^$third-party

||pdvacde.com^$third-party

||bp5hq5jivj.ru^$third-party

||22ei7q8l12.com^$third-party

||wysmmq.com^$third-party

||rkft2sdl8b.ru^$third-party

||bimsld.com^$third-party

||piddwwf.pro^$third-party

||alefrfobkoxbgaf.com^$third-party
||lubowitz.biz^$third-party

||cnfgggj.info^$third-party

||qfhmhhj.info^$third-party

||tarnifotum.com^$third-party

||all-cod.com^$third-party

||fasferesa.com^$third-party

||adlook.me^$third-party

||topisiders.ru^$third-party

||4nb437eugn.ru.com^$third-party

||pvngnfe.pro^$third-party

||aserverstats.com^$third-party

||oqwrba.com^$third-party

||rhvfma2exjudfv.ru^$third-party

||mstcs.info^$third-party

||etpsn.com^$third-party

||xksqb.com^$third-party

||jincodiks.com^$third-party

||safebrowsdv.com^$third-party

||xtransferme.com^$third-party

||advmedia.by^$third-party

||z.cdn.trafficdok.com^$document,popup

||mtvekq.com^$third-party

||qcroag.com^$third-party

||takidd.site^$third-party

||okiol.pro^$third-party

||mobpartnerka02.ru^$third-party

||oownik.com^$third-party

||damskiy.xyz^$third-party

||trailerfilma.online^$third-party
||rekagrorb.bid^$third-party

||uzttnr.com^$third-party

||f6dy9wgfbf.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 8/56
17/11/21 18:51 filter_1_000.txt

||3qk4s31iy0.rest^$third-party

||nzafj0fqsy.rest^$third-party

||trailerfilma.online^$third-party
||nffkfg.com^$third-party

||enbpvt.com^$third-party

||kwtrdd.com^$third-party

||ieydkx.com^$third-party

||trafstats.ru^$popup

||ptigjkkds.com^$third-party

||bjdsfgg.pro^$third-party

||rnwbrm.com^$third-party

||adp4wb.ru^$third-party

||fdrhbw.com^$third-party

||rb.ras1.site^$third-party

||sehtjv.com^$third-party

||budaicius.com^$third-party

||badamareus.com^$third-party

||honeenatrus.com^$third-party

||95thalj5.ru^$third-party

||haderilovas.com^$third-party

||eaenjwd1cmftxjk.ru^$third-party

||gretavilis.com^$third-party

||ttudsdf.pro^$third-party

||tamerliqus.com^$third-party

||wsbnk.com^$third-party

||betsonsport.ru^$third-party

||inoprosport.su^$third-party

||g52bxi1v1w.com^$third-party

||q5e40b17ii.ru^$third-party

||y8z.org^$third-party

||adward.agency^$third-party

||budvawshes.ru^$third-party

||ipiech.com^$third-party

||bek5qstfnr.club^$third-party

||newscode.online^$third-party

||infocode.tech^$third-party

||informer.link^$third-party

||netflopin.com^$third-party

||kataprius.com^$third-party

||yxswtummev.info^$third-party

||novizna.xyz^$third-party

||quaruzon.com^$third-party

||kataprius.com^$third-party

||ejhijgfghbeeidddadb.ru^$third-party

||ghhioew.pro^$third-party

||storage.onlinetv.media^$third-party

||sereendipit.com^$third-party

||sdmot.ru^$third-party

||qfhzki.com^$third-party

||ovnbnsf.pro^$third-party

||q*-publick.club^$third-party

||talkmego.com^$third-party

||erandex.com^$third-party

||woryuc.com^$third-party

||exobafrgdf.com^$third-party

||ynyy83za4i.ru^$third-party

||inpiza.com^$third-party

||s6mf2ru8h1.ru^$third-party

||2gwzdkjrtb.ru^$third-party

||mypagestats.online^$third-party

||dwbogv.com^$third-party

||striglusor.com^$third-party

||marketplacepro.ru^$third-party

||rifflingo.com^$third-party

||uymjbn.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 9/56
17/11/21 18:51 filter_1_000.txt

||iulftx.com^$third-party

||eqmx04n5s0.ru^$third-party

||yhhbtavgpuo.com^$third-party

||nklrfqgz.com^$third-party

||qerusgreyt.com^$third-party

||fast-hunter.com^$third-party

||bukolii.ru^$third-party

||west.click^$third-party

||traf2me.ru^$third-party

||vifzod.com^$third-party

||qbhyczr5hw.ru^$third-party

||bigbonga.com^$third-party

||fbcctf.com^$third-party

||kopterka.ru^$third-party

||rutad.ru^$third-party

||fbpopr.com^$third-party

||o3lqkuk5vq.ru^$third-party

||etqigt.com^$third-party

||pt0zhwhc26.ru^$third-party

||1rt0n.news^$third-party

||mp-block.com^$third-party

||superfloooow.com^$third-party

||djhsfka.info^$third-party

||deemnnc2ebecekx.ru^$third-party

||mavenlohi.com^$third-party

||shornunicorn.icu^$document,popup
||phytotyper.com^$document,popup

||rtb.trade^$document,popup

||tend-new.com^$third-party

||iidfxj.com^$third-party

||qakdki.com^$third-party

||franeski.net^$third-party

||z.cdn.trafficlide.com^$third-party

||trafficlide.com^$third-party

||daklatasvir.su^$third-party

||mp3vizor.com^$third-party

||mp3bars.com^$third-party

||annrdf.com^$third-party

||yycjho.com^$third-party

||ivnakaa.pro^$third-party

||traficon.pro^$third-party

||dzrs3yuexz.com^$third-party

||h7fy4ur0in94g016.in.net^$third-party

||giprnh.com^$third-party

||ebjfjdaagjhdchgfacg.ru^$third-party

||wcgthe.com^$third-party

||unfeaecmhszmsx.com^$third-party

||kvcd7w375h.ru^$third-party

||vzrufh.com^$third-party

||park.realadev.ru^$third-party

||luyfrk.com^$third-party

||v.tzbox*.xyz^$third-party

||tcrybv.com^$third-party

||xguqeh.com^$third-party

||instreamatic.com^$third-party

||ankunding.biz^$third-party

||zismone.ru^$third-party

||promoggaqjkd.ru^$third-party

||rstbtmd.com^$third-party

||uuaauw.com^$third-party

||rrolawcats2bsl4b.in.net^$third-party

||ueopf.com^$third-party

||ggtraf.com^$third-party

||securemoney.ru^$third-party

||bigrstr.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 10/56
17/11/21 18:51 filter_1_000.txt

||adv.pilseta24.lv^$third-party

||deeppquiz.ru^$popup

||dynaads.net^$third-party

||lpirha.com^$third-party

||qlnomb.com^$third-party

||tgaqxo.com^$third-party

||earnmore.su^$third-party

||dzubavstal.com^$third-party

||050y9lhe8p.com^$third-party

||5pr1sfzsl9.com^$third-party

||passtechusa.com^$third-party

||vastroll.ru^$third-party

||7x7br2h1ujdoi391.in.net^$third-party

||vniwis.pro^$third-party

||nukftb.com^$third-party

||qlnomb.com^$third-party

||socgate.ru^$third-party

||mstngh.com^$third-party

||tr6rfgjix6tlr8bp.info^$third-party

||am-schedule.ru^$third-party

||vsbfwrg.pro^$third-party

||zxsddfs.pro^$third-party

||fxfahn.com^$third-party

||icilfj.com^$third-party

||rzjirk.com^$third-party

||ivpraz.com^$third-party

||messiupal.com^$third-party

||urchinflare.com^$third-party

||glattepush.com^$third-party

||earzow.com^$third-party

||spylees.com^$third-party

||info-megarules.ru^$third-party

||k3node.com^$third-party

||reclame.io^$third-party

||watieb.com^$third-party

||spdfkvk.pro^$third-party

||ckcsuk.com^$third-party

||hbfqcy.com^$third-party

||cosdkaa.pro^$third-party

||4n1hqmcoms.rest^$third-party

||isodhsd.pro^$third-party

||ojpem.com^$third-party

||8q2g560ynxlkz9rm.in.net^$third-party

||fermerrekrb.bid^$third-party

||gagelivius.com^$third-party

||brevandolius.com^$third-party

||gentlemenius.com^$third-party

||zezvty.com^$third-party

||csnem.ru^$third-party

||rocketme.top^$third-party

||kdkdkd.pro^$third-party

||umcbbt.com^$third-party

||starikanadstarikan.ru^$third-party

||atovub.com^$third-party

||0u48ltm1ok.ru^$third-party

||virnews.club^$document,popup

||prfctmney.com^$third-party

||knwekg.com^$third-party

||vftbnl.com^$third-party

||patroposalun.pro^$third-party

||wrfiwa.ru^$third-party

||swnmuh.ru^$third-party

||mkkliq.com^$third-party

||ivhnnw.com^$third-party

||cycsfe.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 11/56
17/11/21 18:51 filter_1_000.txt
||ozdpxc.com^$third-party

||ublrfs.com^$third-party

||gmoshk.com^$third-party

||txcmjo.com^$third-party

||wtzgaa.com^$third-party

||uzmdfi.com^$third-party

||pdjvsha.pro^$third-party

||big-hunter.com^$third-party

||bctwe.com^$third-party

||playframe.ru^$third-party

||jux9ms4vc7.ru^$third-party

||rtscix.com^$third-party

||toxy9ikenenxtf0f.com^$third-party

||ddb0c3b17298fd1.com^$third-party
||ailpielei.com^$third-party

||unzpc.com^$third-party

||ahaclub.ru^$third-party

||chsrkred.com^$third-party

||q0yxfvuo32.ru^$third-party

||bezelbuzz13.live^$document,popup
||almasatten.com^$third-party

||wimyrea.ru^$third-party

||bcnewltd.club^$third-party

||veminoi.ru^$third-party

||2track.info^

||disp-x.space^$third-party

||papatyrodum.com^$third-party

||browser1.ru^$third-party

||ddxmgy.com^$third-party

||ad.zima.kg^$third-party

||8c9cz5kp0o.com^$third-party

||9haa5i5j2hw10u.com^$third-party

||zusbzr.com^$third-party

||phwten.com^$third-party

||newales.ru^$third-party

||icbwyfg.pro^$third-party

||6esfc37938pur4.com^$third-party

||vast.videocdn.tv^

||ackhoo.com^$third-party

||gadgettest.ru^$third-party

||portakamus.com^$third-party

||tekaners.com^$third-party

||helvetinus.com^$third-party

||jmpmedia.club^$third-party

||jaskolski.biz^$third-party

||basenews7.com^$document,popup

||bestdealfor1.life^$document,popup

||click.zmctrack.net^$document,popup

||masddf.pro^$third-party

||goodcode.me^$third-party

||3mfm7jef91.ru^$third-party

||mahidevrat.com^$third-party

||sarimsol.com^$third-party

||denlorian.com^$third-party

||nzixhx.com^$third-party

||sravniali.ru^$third-party

||ivnsssc.pro^$third-party

||smiinformeri.online^$third-party
||vir70n.news^$third-party

||admitad-connect.com^$third-party
||utimg.ru^$third-party

||banners.adfox.ru^$third-party

||banners.adfox.net^$third-party

||hdbcode.com^$third-party

||hbhook.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 12/56
17/11/21 18:51 filter_1_000.txt
||torren.eu^$third-party

||svekolasg.pro^$third-party

||adtraf.pro^$third-party

||wwclickserv.club^$third-party

||wwopenclick.space^$third-party

||sghmho.com^$third-party

||epushclick.com^$third-party

||pushebrod.com^$third-party

||xg2o402yyy.ru^$third-party

||nzafj0fqsy.rest^$third-party

||oldrrb.bid^$third-party

||yanabmw.ru^$third-party

||welldanius.com^$third-party

||nzhfk.com^$third-party

||susfvjh.pro^$third-party

||ngjzmt.com^$third-party

||adversting.riamedia.com.ua^$third-party

||cybugim4bdzqhwl.ru^$third-party

||arcadianis.pro^$third-party

||as62wl63346.rest^$third-party

||janndfsc.pro^$third-party

||wpnjrm.com^$third-party

||jd01estvpr.club^$third-party

||trafficdok.com^$third-party

||wwsphj.com^$third-party

||shpovaw8wu.ru.com^$third-party

||abeets.ru^$third-party

||viadata.store^$third-party

||adwels.ru^$third-party

||xshop3.ru^$third-party

||gxxcbj.com^$third-party

||codezp1.com^$third-party

||ubar-pro4.ru^$third-party

||offergate.pro^$third-party

||vqd51a5.biz.ua^$third-party

||bubblevard.com^$third-party

||newmedia.live^$third-party

||ucurtatus.com^$third-party

||bmgo.life^$third-party

||vornz.com^$third-party

||actpx.com^$third-party

||gigbc.net^$third-party

||fegortius.com^$third-party

||igtdovf.pro^$third-party

||ijdjvaa.pro^$third-party

||ec2-44-233-143-239.us-west-2.compute.amazonaws.com^$document,popup

||meatthe.ru^$third-party

||oc734yaw3w.rest^$third-party

||reu5uut0.top^$third-party

||ssdbkv4qtq.xyz^$third-party

||jajnhd.com^$third-party

||dcwacl.com^$third-party

||clickbaza.com^$third-party

||islandofadvert.com^$document,popup

||debitcrebit669.com^$document,popup

||cematuran.com^$third-party

||bergfi.com^$third-party

||vhajaja.pro^$third-party

||1tdscpamedia.xyz^$third-party

||casualshark.com^$third-party

||umwiba.com^$third-party

||aagqrr.com^$third-party

||bfbdfjjacgddcajcej.ru^$third-party

||neyacpa.pro^$third-party

||digitaltarget.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 13/56
17/11/21 18:51 filter_1_000.txt
||2am0yc33wt2e.ru^$third-party

||tneduf.com^$third-party

||foiozzs.pro^$third-party

||soilebol.com^$third-party

||dnoyrz.com^$third-party

||bs.commontools.net^$third-party

||refractionius.com^$third-party

||bdbdqkxkdb.com^$third-party

||1k3static.com^$third-party

||sellaction.net^$third-party

||uezbshzpdcbb.info^$third-party

||listonnw.pro^$third-party

||adtech-digital.ru^$third-party

||fgsffil.pro^$third-party

||oijkse.com^$third-party

||pqrtd9hhtu9x.info^$third-party

||mnogodiva.ru^$third-party

||knkqjmjyxzev.info^$third-party

||kvidcq.com^$third-party

||wwgdwl.com^$third-party

||bd05qvt.co.ua^$third-party

||qirnz.com^$third-party

||jin0cbonpi.ru^$third-party

||xq5tf4nfccrb.info^$third-party

||kbtzxl.com^$third-party

||sblftg.com^$third-party

||hdacode.com^$third-party

||serconius.com^$third-party

||rcvlink.com^

||jmk16zzbpqt0.org^$third-party

||trafficbc3.host^$third-party

||otogkg.com^$third-party

||platformbot.xyz^$third-party

||zashtorkino.ru^$third-party

||realbig.pro^$third-party

||asing.ru^$third-party

||bigoff.info^$third-party

||bigpigcz.club^$third-party

||oschgds.pro^$third-party

||sfsudsf.pro^$third-party

||vgjackpot5.com^$popup

||tirsmile.pro^$popup

||redarianman.com^$third-party

||go.xl.ua^$document,popup

||go.ukrleads.com^$document,popup

||mdyhb.com^$third-party

||adstime.org^$third-party

||admitad-connect.com^$third-party,domain=~admitad.com

||fqab5xq7qlgt.info^$third-party

||ftd2q1g8id1z.ru^$third-party

||you-cant-win.com^$third-party

||adbean.ru^$third-party

||kolest.pro^$third-party

||quantumpers.com^$third-party

||cloudfastads.ru^$third-party

||2sfygwfxvsxv.info^$third-party

||hgbn.rocks^

||admulti.com^

||inti24.com^$third-party

||glt1fogiank3.ru^$third-party

||luckyads.tech^$third-party

||hgofcd.com^$third-party

||cxjrsb.com^$third-party

||embraceable-venom.eu^$third-party

||zrcir.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 14/56
17/11/21 18:51 filter_1_000.txt
||wvghl.com^$third-party

||pthokfs.pro^$third-party

||fitfatdeals.com^$third-party

||waitor.info^$document,popup

||mobilebanner.ru^$third-party

||woazowup.net^$third-party

||2vaxwkujrfwh.info^$third-party

||svekolka.com^$third-party

||bchaser.info^$third-party

||advgalaxy.com^$third-party

||rvt2687sqo9o.ru^$third-party

||bigunok.club^$third-party

||bjrfnps4efhldfj.ru^$third-party

||truenat.bid^$third-party

||ezpush.me^$third-party

||ezvbegy1wtxv.ru^$third-party

||jvljpv.com^$third-party

||parandeya.com^$third-party

||mirnauk.ru^$third-party

||aafdcq.com^$third-party

||2tdsprofit.in^$third-party

||idhvbfj.pro^$third-party

||vai1hqegr2ou.ru^$third-party

||pkqeg5z3xffs.info^$third-party

||ifhei9zzyu2r.ru^$third-party

||i6h1x9ss5wtv.ru^$third-party

||ybcrwm.com^$third-party

||edugrampromo.com^$third-party

||c5dls1in4l1e.ru^$third-party

||lovad.pro^$third-party

||baaeobgdaxdvsa.com^$third-party

||luuming.com^$third-party

||dejionsite.pro^$third-party

||aliadvert.ru^$third-party

||tpjsqt.com^$third-party

||bveyge.com^$third-party

||fuojuw.com^$third-party

||sphjtw.ru^$third-party

||qmsdxo.ru^$third-party

||flipflap.pro^$third-party

||huffson-delivery.com^$third-party

||infoblog.site^$third-party

||hqrsuxsjqycv.info^$third-party

||goontex.com^$third-party

||subendorse.com^$third-party

||srigbxxv.com^$third-party

||frsuli.com^$third-party

||info.invistionik.ru^$third-party
||rgqxbf.com^$third-party

||ogclick.com^$third-party

||1klink.ru^$third-party

||purpulium.com^$third-party

||apucdt.com^$third-party

||ortermodown.ru^$third-party

||eadgxy.com^$third-party

||haeechihhfajibdfaef.ru^$third-party

||one-xjygn.world^$document,popup

||sunburgh.com^$third-party

||igdgsfa.pro^$third-party

||news-code.com^$third-party

||escense.ru^$third-party

||domnovrek.com^$third-party

||fe4r7k22y68p.info^$third-party

||bict.pro^$third-party

||gioorrs.pro^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 15/56
17/11/21 18:51 filter_1_000.txt
||zfsfkp.com^$third-party

||meborangot.ru^$third-party

||ogeri.ru^$third-party

||atavas.ru^$third-party

||robcohatru.ru^$third-party

||newrrb.bid^$third-party

||activepr.ru^$third-party

||activepr.info^$third-party

||obldomain.ru^$third-party

||gqedxf.com^$third-party

||v1-c73e.kxcdn.com^$third-party

||zrlcr.com^$third-party

||cdn*.swaxis.com^$third-party

||43711cffd26816e.com^$third-party
||azzpbn.com^$third-party

||brekdok.com^$third-party

||ad4xh85llhcbfis8.com^$third-party

||11flexiblebig9.website^$third-party

||login-megafon.ru^$third-party

||cadimavume.com^$third-party

||znu1ertrovgs.org^$third-party

||thathersevengid.ru^$third-party

||bzrpvk.com^$third-party

||yandexbrowser2019.ru^$third-party

||5vul2bdy.store^$third-party

||zetrade.net^$third-party

||ijacgw.com^$third-party

||wmip.ru^$third-party

||targetseek.ru^$third-party

||7ix.ru^$third-party

||travel2pic.xyz^$third-party

||mm.n3w1d0ma1n^$third-party

||rrf.fat1domain1^$third-party

||as.gooodloooking.com^$third-party

||zh.tiredduck.com^$third-party

||shp.0n3dmn.com^$third-party

||0u.fastdmn0.com^$third-party

||da.realdmn.com^$third-party

||qumagee.com^$third-party

||kontik28.ru^$third-party

||apprefaculty.pro^$third-party

||qqbook.ru^$third-party

||newsofworld.club^$third-party

||vw.xxxmshel.org^$third-party

||primebc1.website^$third-party

||fzhxi.com^$third-party

||ensurania.com^$third-party

||sedretonhar.ru^$third-party

||fabricmedia.ru^$third-party

||glossingly.com^$third-party

||aj1907.online^$third-party

||octclck.xyz^$third-party

||klsdee.com^$third-party

||reg88.ru^$third-party

||windowmentaria.com^$third-party

||24productions.info^$third-party

||armi.media^$third-party

||wjgohz.com^$third-party

||gecatikonstantin.ru^$third-party
||pornogoogle.info^$third-party

||v1rton.news^$third-party

||zzznews.ru^$third-party

||7wwchtqe.ru^$third-party

||advmusic.net^$third-party

||torshartontding.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 16/56
17/11/21 18:51 filter_1_000.txt
||bxzjytu2elwokof.ru^$third-party

||bigsex.gdn^$third-party

||metrika.traff.space^$third-party
||trfmxt.com^$third-party

||freshis.ru^$third-party

||aliru5.ru^$third-party

||fafc5ra6.ru^$third-party

||aj1913.online^$third-party

||orjzy.com^$third-party

||tapnetwork.ru^$third-party

||tapcreatives.host^$third-party

||jullssc.pro^$third-party

||ad.1k3.com^$third-party

||rongeundhis.ru^$third-party

||kira5.ru^$third-party

||1bfc228b50a902db.com^$third-party

||wellbc6.website^$third-party

||cdn.debitcrebit669.com^

||refpaumckl.top^

||1xredrdyg.world^

||vuwgt.com^$third-party

||jerredsite.pro^$third-party

||4736.in^$third-party

||bannerboo.com^$third-party

||prelstar.ru^$third-party

||dytupr.com^$third-party

||r5jpkacq.ru^$third-party

||sminewsnet.ru^$third-party

||sveklon.com^$third-party

||oblivinfo.ru^$third-party

||comin.co^$third-party

||pehot.pro^$third-party

||nshes.ru^$third-party

||mhggzg.com^$third-party

||qqjar.ru^$third-party

||qqshoe.ru^$third-party

||rezhiv.ru^$third-party

||smart-tds.info^$third-party

||cpamedia.info^$third-party

||s.newsportalssl1.top^$third-party

||tirqeso.ru^$third-party

||selectroduced.com^$third-party

||somuboteso.com^$third-party

||perrabritsed.ru^$third-party

||369bd3a861d8c27.com^$third-party
||unixfuture.com^$third-party

||qqmilk.ru^$third-party

||itrigra.ru^$third-party

||bigdate.biz^$third-party

||hunterdelivery.com^$third-party

||fadeaibgfihegegjadc.ru^$third-party

||antiblock.info^$third-party

||eti-code.com^$third-party

||plyfoni.ru^$third-party

||wpad.farm^$third-party

||szimh.com^$third-party

||fast12g.com^$third-party

||izrelo.ru^$third-party

||hapket.ru^$third-party

||orncks.pro^$third-party

||grett.pro^$third-party

||aj1058.online^$third-party

||meqxh.com^$third-party

||69v.club^$third-party

||milliardytv.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 17/56
17/11/21 18:51 filter_1_000.txt
||content.mql5.com^$third-party

||jojonewwss.pro^$third-party

||infoguardru.info^$third-party

||img-perli.com^$third-party

||kymirasite.pro^$third-party

||thethi.ru^$third-party

||krotovroman.ru^$third-party

||mibmcbm.com^$third-party

||cassns.pro^$third-party

||cdn.movieads.ru^$third-party

||mirtrailer.ru^$third-party

||vak345.com^$third-party

||lant.pro^$third-party

||frvid.ru^$third-party

||loders.club^$third-party

||devtizer.ru^$third-party

||pushs.site^$third-party

||vip-p0rtal.services^$third-party
||fat1domain1.com^$third-party

||zzznews.ru^$third-party

||gyfwz.com^$third-party

||hpvvn.com^$third-party

||friendlybcs.pro^$third-party

||sweetbc4.club^$third-party

||u2bmco.com^$third-party

||eebfffjegjajjiacaci.ru^$third-party

||efhabjaabgfbbegjacj.ru^$third-party

||iwqzrm.com^$third-party

||vyborexperta.ru^$third-party

||liluwoms8.ru^$third-party

||mypictures-versii.info^$third-party

||obb.domohoziaka.ru^$third-party

||vipblogers.ru^$third-party

||mpau.biz^$third-party

||190282.xyz^$third-party

||virt0n.news^$third-party

||ablenctionalle.info^$third-party
||oblivmt.site^$third-party

||myconst.net^$third-party

||roundfortred.ru^$third-party

||rbck.st3pst3p.com^$third-party

||hottopnow.com^$third-party

||mywinspin.ru^$third-party

||championwin.ru^$third-party

||advtracker.ru^$third-party

||verdoledran.ru^$third-party

||mosstc.pro^$third-party

||mrakosy.ru^$third-party

||ts-ads.icu^$third-party

||parnuxi.biz^$third-party

||bwbw2kje848hsmla.ru^$third-party
||5edeb195868e2195.com^$third-party

||clicks-cloud.ru^$third-party

||a6lxbeui.ru^$third-party

||pirt.pro^$third-party

||frolvid.ru^$third-party

||didnrep.ru^$third-party

||enmbg.com^$third-party

||dqzuy.com^$third-party

||aj1713.online^$third-party

||0a4bcef12091ce7.com^$third-party
||fqwgi.com^$third-party

||admediator.ru^$third-party

||dl6pkf7e.ru^$third-party

||tinnaveran.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 18/56
17/11/21 18:51 filter_1_000.txt
||cdn.hunteryvely.com^$third-party
||erileni.ru^$third-party

||threedrive.su^$third-party

||skwstat.ru^$third-party

||kinoaction.ru^$third-party

||onemontay.ru^$third-party

||hephedronwa.ru^$third-party

||bcprn.club^$third-party

||xyz0k4gfs.xyz^$third-party

||dycej.com^$third-party

||sm-ini.ru^$third-party

||heprisitho.ru^$third-party

||kipyn.com^$third-party

||berentain.ru^$third-party

||tantheretrec.ru^$third-party

||aj1616.online^$third-party

||tertmateruse.ru^$third-party

||wsvay.com^$third-party

||gold-mir.com^$third-party

||wp-tk.ru^$third-party

||brilliantbc9.club^$third-party

||ezcore.pro^$third-party

||s.clickiocdn.com^$third-party

||xoor.ru^$third-party

||5visions.com^$third-party

||mypictures-onlinemaxpark.info^$third-party

||dintronferow.ru^$third-party

||jkhad.com^$third-party

||ceafdgcdfcheibdfabf.ru^$third-party

||gapinubuso.com^$third-party

||630e51faf9a53693.com^

||zyf03k.xyz^$third-party

||rzviy.com^$third-party

||adbutton.net^$third-party,redirect=nooptext,important

||mahaphanin.ru^$third-party

||ldkdierujjfmcn.club^$third-party
||rekl2.ru^$third-party

||adrek4.ru^$third-party

||awreert.ru^$third-party

||andrectesit.ru^$third-party

||paleseyi.ru^$third-party

||redatastore.ru^$third-party

||kewithrittit.ru^$third-party

||fineg.pro^$third-party

.adonweb.ru^$third-party

.adv-multithreading.info^$third-party

.allalla.com^$third-party

.cpa1.ru^$third-party

.ecommtools.com^$third-party

.endplace.info^$third-party

.gameleads.ru^

.is.traff-numerical.info^

.piccash.net^

.script-root.info^

.sexplaycam.com^$third-party

.tovarro.com^$third-party

.tpm.pw^$third-party

.webhop.net^

.work-proxy.info^$third-party

.yourbesttraf.info^

//oyy.ru^$third-party

//pp1.ru^$third-party

//www.oyy.ru^$third-party

/check.php?user_id=$third-party

/getThumbs?uid=$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 19/56
17/11/21 18:51 filter_1_000.txt
/newcode/?kf=$third-party

://*.a-akamaihd.com^$third-party

://epn.bz^$third-party

://gj7.ru^$third-party

://jhf.ru^$third-party

://kma.biz^$third-party

http://red.by^$third-party

http://w7.ru^$third-party

http://wq3.ru^$third-party

octopusads.net

us6odtasve.ru

||00bloggers.ru^$third-party

||01n2e3pac2.com^$popup

||029qz3xam2qq.xyz^$popup

||0427d7.se^$third-party

||0483bm4mlow8.xyz^$popup

||0664ic555p.com^$popup

||goldawm.xyz^$third-party

||0816bvh.ru^$third-party

||hpyue.com^$third-party

||uektb.com^$third-party

||mega-bc.info^$third-party

||0916video.ru^$third-party

||10cd.ru^$third-party

||oderyuk.info^$third-party

||10root25.website^

||1177ea804fbd7d1430c4.date^$third-party

||123fvd.com^$third-party

||1bestgoods.com^$third-party

||1biznes.net$third-party

||1cb4faaf56af2497ac01.date^$third-party

||1mint1.info^$third-party

||covivado.club^$third-party

||1pop.ru^$third-party

||1rtl.info^$third-party

||newdomain.center^$third-party

||1rtlfor.info^$third-party

||1sputnik.ru^$third-party

||1traf.com^$third-party

||1traf.ru^$third-party

||1traff.ru^$third-party

||1txt.ru^$third-party

||1under.ru^$third-party

||lapatiya.info^$third-party

||2.kaktakkk.ru^

||20d625b48e.se^$third-party

||24new.ru^$third-party

||24open.ru/*?from=

||2da2.ru^$third-party

||2manygirlzhere.org^$third-party

||2under.ru^$third-party

||2vulkan.com^$third-party

||2xclick.ru^$third-party

||33portala.ru^$third-party

||34bogatirya.ru^$third-party

||3647.tech^$third-party

||37.220.26.135^$third-party

||37.220.26.136^$third-party

||37.220.26.137^$third-party

||3file.info^$third-party

||3lucosy.com^

||3mtr.ru^$third-party

||3rs.ru/extraffic$third-party

||3under.ru^$third-party

||46.17.40.55/pv/$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 20/56
17/11/21 18:51 filter_1_000.txt
||468.vologdainfo.ru^

||4allclick.ru^$third-party

||4kids.com.ua/img/advr/

||4smi.ru^$third-party

||52.210.16.150^$redirect=nooptext
||5licosy.com^$third-party

||61861486484.ru^$third-party

||66.ru/show/$third-party

||69i.club^$third-party

||69m.info^$third-party

||6a9c7d514c81589.com^

||6likosy.com^$third-party

||7-link.ru^$third-party

||77.247.178.41^$third-party

||777-888.ru^$third-party

||78.140.134.198^$third-party

||78.140.149.216^$third-party

||7cdf78unokr7.ru^$third-party

||7dvd.ru^$third-party

||7gomedia.ru^$third-party

||7metodik.ru^$third-party

||7offers.ru^$third-party

||7out.ru^$third-party

||7porn.ru^$third-party

||7rtv.com^$third-party

||87.242.91.*/adfox/

||87.242.91.*/prepareCode?

||88.85.75.147^$third-party

||88.85.77.92^$third-party

||89eb01f7f8503aef.com^$third-party

||8coins.net^$third-party

||8test.ru^$third-party

||8testov.ru^$third-party

||91.207.192.31^$third-party

||92ec94d51076357.com^$third-party
||95.211.125.226^$third-party

||95.213.231.34^$third-party

||9fine.ru^$third-party

||a.ava.com.ua^

||a.fobos.tv^$third-party

||a.jurnalu.ru^

||a.kubik3.ru^

||a.mayakinfo.ru^$third-party

||a.ruporn.me^$third-party

||a.sdska.ru^$third-party

||a.thairesort.ru^$third-party

||a24help.ru^$third-party

||aa-ds.ru^$third-party

||aahvz.top^

||aahvz.top^$third-party

||abdmi.ru^$third-party

||abs-cdn.org^$third-party

||abs-static.org^$third-party

||abs.firstvds.ru^$third-party

||abusieux.com^

||academand.com^

||acales.ru^$third-party

||acdnpro.com^$third-party

||aceadsys.net^$third-party

||actiflex.org^$third-party

||actionads.ru^$third-party

||actionpay.ru^$third-party

||actionrtb.com^$third-party

||actionteaser.ru^$third-party

||active.interzet.ru/log.php?

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 21/56
17/11/21 18:51 filter_1_000.txt
||activepr.ru^$third-party

||ad-ck.ru^$third-party

||ad-emea.doubleclick.net/

||ad-tizer.net^$third-party

||ad-tool.com^$third-party

||ad-words.ru/contextad/

||ad.dumedia.ru^$third-party

||ad.edugram.com^$third-party

||ad.hutor.ru^

||ad.outstream.today^$third-party

||ad.oyy.ru^$third-party

||ad.tbn.ru^$third-party

||ad.vo-media.ru^$third-party

||ad.yadro.ru^$third-party

||ad1game.ru^$third-party

||ad2.rambler.ru^

||ad2games.com^$third-party

||ad3.rambler.ru^

||ad4sell.com^$third-party

||adafazerub.com^$third-party

||adavz.xyz^$third-party

||adbart.ru^$third-party

||adbean.ru^$third-party

||adbid.pl^$third-party

||adbidgo.com^$third-party

||adblender.ru^$third-party

||adblockotsosal.ru^$third-party

||adbmi.com^$third-party

||adbn.ru^

||adbomb.ru^$third-party

||adbutton.net^$third-party

||adcamp.ru^$third-party

||adcast.ru^$third-party

||add.in.ua^$third-party

||adddpc01.ru^$third-party

||addmob.info^$third-party

||addweb.ru^$third-party

||addynamo.com^$third-party

||adeclc.com^$third-party

||adfill.me^$popup

||adforce.ru^$third-party

||adforce.team^$third-party

||adfox.ru^$third-party

||adfun.ru^$third-party

||adhands.ru^$third-party

||adhub.ru^$third-party

||adinfo.ru^$third-party

||adjs.ru^$third-party

||adkraft.ru^$third-party

||adlabs.ru^$third-party

||adlabsnetworks.com^$third-party

||adland.ru^$third-party

||adlift.ru^$third-party

||adlmerge.com^$third-party

||adlook.net^$third-party

||admachina.com^$third-party

||admaster.net^$third-party

||admaxer.ru^$third-party

||admelon.ru^$third-party

||admilk.ru^$third-party

||admitlead.ru^$third-party

||admixer.net^$third-party

||admulti.$third-party

||admxr.com^$third-party

||adname.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 22/56
17/11/21 18:51 filter_1_000.txt

||adne.info^$third-party

||adnetpartner.com^$third-party

||adnova.ru^$third-party

||adone.ru^$third-party

||adoneast.ru^$third-party

||adpartner.pro^$third-party

||adplus.io^$third-party

||adpod.in^$third-party

||adpremium.ru^$third-party

||adpro.com.ua^$third-party

||adprofy.com^$third-party

||adreaction.ru^$third-party

||adrecreate.com^$third-party

||adregain.ru^$third-party

||adriverm.narod2.ru^$third-party

||adrock.ru^$third-party

||adrock.ua^$third-party

||adroll.com^$third-party

||adru.net^$third-party

||adsbc.pp.ua^$third-party

||adselector.ru^$third-party

||adsellers.net^$third-party

||adsentiz.ru^$third-party

||adserver1.

||adservone.com^$third-party

||adsgid.com^$third-party

||adshop.ru/adshop/?

||adsliv.ru^$third-party

||adsmmgp.com^$third-party

||adsmo.ru^$third-party

||adssyscom.com^$third-party

||adstock.pro^$third-party

||adstock.ru^$third-party

||adsyst.biz/$third-party

||adsyst.net^$third-party

||adsyst.ru^$third-party

||adtags.pro^$third-party

||adtelligent.com^$third-party

||adtraff.ru^$third-party

||adultpay.net^$third-party

||adulttiz.com$third-party

||adulttraffic.ru^$third-party

||adv-first.ru^$third-party

||adv-target.ru^$third-party

||adv-views.com^$third-party

||adv.vz.ru^

||adv01st.com^$third-party

||adv225489.ru^$third-party

||adv457895.ru^$third-party

||adv679854.ru^$third-party

||adv758968.ru^$third-party

||adv859672.ru^$third-party

||advaction.ru^$third-party

||advadnetwork.me^$third-party

||advagava.su^$third-party

||advancets.org^$third-party

||advant.ml^$third-party

||advanter.ru^$third-party

||advarkads.com^$third-party

||advbroker.ru^$third-party

||advcache.ru^$third-party

||advclicks.net^$third-party

||advcoder.ru^$third-party

||advdn.ru^$third-party

||adveasy.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 23/56
17/11/21 18:51 filter_1_000.txt

||advelogy.ru^$third-party

||adverdata.net^$third-party

||adverigo.com^$third-party

||advert.polonsil.ru^$third-party

||advertise.ru^$third-party

||advertland.ru^$third-party

||advertlink.ru^$third-party

||advertoly.com^$third-party

||advertone.ru^$third-party

||advertop.ru^$third-party

||advertshot.ru^$third-party

||advertstar.ru^$third-party

||advertte.com^$third-party

||adverttraf.com^$third-party

||adverweb.ru^$third-party

||advg.agency^$third-party

||advgame.org^$third-party

||advideo.ru^$third-party

||advjump.com/jpromo/$third-party

||advkino.ru^$third-party

||advmaker.net^$third-party

||advmaker.su^$third-party

||advon.net^$third-party

||advredirect.net^$third-party

||advrush.com^$third-party

||advvideo.com^$third-party

||adward.ru^$third-party

||adwidgets.ru^$third-party

||adwile.net^$third-party

||adwolf.ru^$third-party

||adxgeeks.com^$third-party

||adxxx.com^$third-party

||adylalahb.ru^$third-party

||aerontre.com^$third-party

||afdads.com$third-party

||afficent.com^

||affiliate.astraweb.com^

||affiliates.a2hosting.com^

||afili.ru^$third-party

||afterview.ru^$third-party

||afuiw.com^$third-party

||agent.privatbank.ua/branches$third-party

||agent.privatbank.ua/gadget$third-party

||agitazio.com^$third-party

||agranis.ru^$third-party

||agro.net.ru^$third-party

||ahial.top^

||ahoff.ru^$third-party

||aiadvi.com^$third-party

||aif.ru/iframes/$third-party

||aimgd.com^$third-party

||ainterme.com^$third-party

||airlead.ru^$third-party

||aixcdn.com^$third-party

||ajaxbig.ru^$third-party

||ajpxs.xyz^$third-party

||ajx130.online^$third-party

||akabo.ru^$third-party

||akamaihd.site^$third-party

||aknice.info^$third-party

||aksessuarov.ru^$third-party

||albanmagnit.ru^$third-party

||alemobile.ru

||alfainternet.su^$third-party

||alfatarget.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 24/56
17/11/21 18:51 filter_1_000.txt

||ali-bestshop.ru^$third-party

||ali-crm.ru^$third-party

||alibestru.ru^$third-party

||alienradar.ru$third-party

||aliexpress-internet.ru^$third-party

||aliexpresskupit.ru^$third-party

||aliru1.ru^$third-party

||aliru2.ru^$third-party

||aliru3.ru^$third-party

||aliru4.ru^$third-party

||alishop*.ru^$third-party

||alishop7.ru^$third-party

||all-news.net.ua/informers/

||allbn.net^$third-party

||allergiya-na.ru^$third-party

||allibestru.ru^$third-party

||allmt.com$third-party

||allmysource.ru^$third-party

||allnewspoint.com/static/js/informer.js

||alloffs.ru^$third-party

||allowac.com^$third-party

||allpopular.org^$third-party

||allsiemens.com^$third-party

||alltereg0.ru^$third-party

||alltheladyz.xyz^$third-party

||alltizer.ru^$third-party

||alltop100.ru^$third-party

||allzdorovy.ru^$third-party

||almosto.com

||alpari.ru^$third-party

||alphacash.biz^$third-party

||alslz.top^$third-party

||altpubli.com^$third-party

||am-investor.ru^$third-party

||amazingcl.ru^$third-party

||amigo-biz.ru^$third-party

||amnatu.info^$third-party

||amzbr.com^$third-party

||an.webvisor.org^$third-party

||analyticsncc.net^$third-party

||analyzethis.ru/informer.cgi?

||andase.com^$third-party

||andsedrit.com^$third-party

||anevod.ru^$third-party

||anews.cc^$third-party

||animesector.ru/picz/

||animeyes.ru^$third-party

||aniruyt.ru^$third-party

||anobufefig.com^$third-party

||anyfiles.ru^$third-party

||aorta-net.com^$third-party

||api-keks.com^$third-party

||api.bonusberry.ru^$third-party

||api.smartadv.ru^$third-party

||api.ztgm17.ru^$third-party

||api9.net^$third-party

||apirelay.ru^$third-party

||apitech.ru/*/rotator.js$third-party

||apitech.ru/Rotator/

||apiyandex.site^$third-party

||appgrade.ru/server/$third-party

||appsflybeta.biz^$third-party

||aprelite.com^

||apytrc.com^$popup

||aq.prices25.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 25/56
17/11/21 18:51 filter_1_000.txt

||aqcmri.xyz^$third-party

||arbadgika.ru^$third-party

||ardeta.ru^$third-party

||ardiver.ru^$third-party

||armame.info^$third-party

||as.stat.su^$third-party

||asdhit.com^$third-party

||asiantraffic.net^$third-party

||asidecasev.com^$third-party

||asketo.ru^$third-party

||askfuelads.com^$third-party

||askmarket.net^$third-party

||aso1.net^$third-party

||asopla.com/sys/js/$third-party

||asowp.com^$third-party

||asrety.com^$third-party

||associazio.com^$third-party

||associeta.com^$third-party

||asuler.ru^$third-party

||atamjanebyl.biz^$third-party

||atlassolutions.com^$third-party

||atshops1.ru^$third-party

||attivertura.com^$third-party

||auaop.com^$third-party

||audtd.com^$third-party

||aurabom.ru^$third-party

||autodealer.ru/includes/button.php?

||autodengi.com^$third-party

||autonet.ru/extra/autoclub_informer.aspx

||autonewspron.me^$third-party

||autoreg.ru/images/

||autoteaser.ru^$third-party

||autoua.com^$third-party

||av-by.ru^$third-party

||avacd.us^$third-party

||avazone.ru^$third-party

||avcyr.com^$third-party

||avdego.net^$third-party

||avia.ru/*.shtml

||avifilm.ru/new/

||avmul.space^$third-party

||avpris.ru^$third-party

||avxcore.com^$third-party

||awempire.com/ban/$third-party

||awesomeredirector.com^$popup

||awmengine.net

||axlpf.xyz^$third-party

||aymcsx.ru^

||azartaffiliates.com^$third-party
||azartcash.com^$third-party

||azartdaddy.com^$third-party

||azartplay.com^$third-party

||azbns.com^$third-party

||azmdy.com^$third-party

||azmnp.com^$third-party

||azrimet.info^$third-party

||azsin.ru^$third-party

||aztu.ynfolstw.xyz^$third-party

||azvozac.ru^$third-party

||b.ddestiny.ru^

||b.dotbrataev.ru^$third-party

||b.nude-moon.xyz^$third-party

||b.sweet-hd.com^$third-party

||b2bcontext.ru^$third-party

||b2bvideo.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 26/56
17/11/21 18:51 filter_1_000.txt

||b81x63nc.ws.md^$third-party

||ba2b687.se^$third-party

||bablogon.net^$third-party

||babyboomboomads.com^$third-party
||backromy.com^

||bakteso.ru^$third-party

||balks.pro^$third-party

||baltchd.net^$third-party

||ban-host.ru^$third-party

||ban.mirorgazma.ru^

||ban.xxxvid.ru^

||banamau.com/sys/js/$third-party

||banamertur.com^$third-party

||banerator.net^$third-party

||banerator.silvercdn.com^$third-party

||banki.ru/_export/informers/

||banner-in.net$third-party

||banner-media.ru^$third-party

||banner.kiev.ua$third-party

||banner.lbs.km.ru^

||bannerbook.ru^$third-party

||bannerbro.ru^$third-party

||bannerd.ru^$third-party

||bannerka.ua^$third-party

||bannernetwork.net^$third-party

||banners.getiton.com^

||bannersold.eu^$third-party

||bannet.fryazino.net^

||bannuncio.com^$third-party

||banreklama.ru^$third-party

||bantex.ru^$third-party

||bantiz.ru^$third-party

||bara-banner.com^$third-party

||barbys.ru^$third-party

||barpe.ru^$third-party

||barraien.com^

||basetts.com^$third-party

||bashirian.biz^$third-party

||bazenatuzu.com^$third-party

||bb.tidopro.biz^$third-party

||bbeeejafhacbigaeih.ru^$third-party

||bbeljxm2dvwnfib.ru^$third-party

||bbfabeagadcfbjfbgh.ru^$third-party

||bbvc2.com^$third-party

||bbvever.com^$third-party

||bc05.ru^$third-party

||bcggo.ru^$third-party

||bcoolandjustrelax.org^$third-party

||bdros.com^$third-party

||bdwbxmzmpu.ru^$third-party

||bdzhhjnml.pw^$third-party

||be-mine.ru^$third-party

||bearsandfish.com^$third-party

||beboo.ru^$third-party

||beboss.ru/informer/

||bedowntoft.com^$third-party

||beerboms.ru^$third-party

||beetraf.ru^$third-party

||belole.ru^$third-party

||belos2nez5hka.ru^$third-party

||belosne6zhka.ru^$third-party

||bequri.com/sys/js/$third-party

||berdent.com/sys/$third-party

||beroll.ru^$third-party

||berryfico.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 27/56
17/11/21 18:51 filter_1_000.txt

||best-cargo.ru^$third-party

||bestadlinks.ru^$third-party

||bestbestgirlz.in.net^$third-party

||bestclick.ru/sokz.php?

||bestdevchenki.pw^$third-party

||bestdoska.ru^$third-party

||bestnews.biz^$third-party

||bestnewsforbest.com^$third-party
||bestreferat.ru/images/b/

||besttochka.ru^$third-party

||beta.mediafort.ru^$third-party

||betimogolef.com^$third-party

||bf41f552ceb9a150ee17.date^$third-party

||bgclck.me^$third-party

||bgrndi.com

||bidtraffic.ru^$third-party

||bigbord.net^$third-party

||bigclick.me^$third-party

||bigleads.ru^$third-party

||biglion.ru/general/js/partnership.js.php$third-party

||bigsyst.xyz^$third-party

||bin40.com^$third-party

||bing0.ru^$third-party

||bingp.ru^$third-party

||bingq.ru^$third-party

||binmedia.ru/js/$third-party

||binmedia.su^$third-party

||binpartner.com/branding/$third-party

||bioxtubes.com^$third-party

||bistr4.ru^$third-party

||bistroduy.ru^$third-party

||bizcom.com.ru^$third-party

||bizua.com^$third-party

||bizweb.ru/button.php?

||bj.su/calculator/$third-party

||bjpwv.com^$third-party

||bk.goodline.info^$third-party

||bkrkv.com^$third-party

||blablabla.pp.ua^$third-party

||blafo.ru^$third-party

||blckads.me^$third-party

||blessdi.com^

||block.s2block.com^$third-party

||block.s2blosh.com^$third-party

||blogan.ru^$third-party

||blogarbik.ru/?p=$third-party

||blogun.ru^$third-party

||bn.ohah.ru^

||bn.orthodoxy.ru^

||bnbir.xyz^$third-party

||bnstero.com^$third-party

||bobi-bobi.info^$third-party

||bobi-mobi.info^$third-party

||bobrilla.com^

||bodaybo.net^$third-party

||bodyclick.net^$third-party

||bodykaa.ru^$third-party

||bogopo.biz^$third-party

||bokroet.com^$third-party

||bold-in.ru^$third-party

||bolshoykush.ru^$third-party

||bombeers.ru^$third-party

||bondzgi*.$third-party

||bongacash.com^$third-party

||bongobono.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 28/56
17/11/21 18:51 filter_1_000.txt

||boobzi.com^$third-party

||boogieiwoogie.ru^$third-party

||booking.com/deal.html^$third-party

||boolff.com^$third-party

||boom.1ccbt.com^$third-party

||boostervideo.ru^$third-party

||borncash.com/?ref=$third-party

||boroto.ru^$third-party

||bossmoney.ru^$third-party

||botkano.info^$third-party

||bposterss.net^$third-party

||bpyxg.com^$third-party

||bqugumvxc.biz^$third-party

||brandarium.net^$third-party

||brandomatic.ru^$third-party

||braviration.ru^$third-party

||brdmin.com^$third-party

||breedac.com^$third-party

||brlxlpe8pmdgqv.ru^$third-party

||brndrm.com^$third-party

||brokeloy.com^$third-party

||broklam.com^$third-party

||browser-onlytv.ru^$third-party

||brtmout.pro^$third-party

||brtom.ru^$third-party

||bseen2.biz^$third-party

||bshjzxt3apcciws.ru^$third-party

||bsvideo10.ru^$third-party

||buawdshes.ru^$third-party

||buckridge.link^$third-party

||bufupacamo.com^$third-party

||bugaga.ru/uploads/new/planetarii.jpg

||bugaga.tut.by^

||bumaikr.com^$third-party

||bussters.com^$third-party

||busyprice.ru^$third-party

||buytraf.ru^$third-party

||buzzoola.com^$third-party

||bvcpedy6dyjgkkl.ru^$third-party

||bvf.ru/upchk/

||bvyvk.space/vv/$third-party

||bw95vpjda.ru^$third-party

||bwjtldk6flxispz.ru^$third-party

||bx.neolabs.kz^$third-party

||bxjch.top^

||byeej.com^$third-party

||byrgin.ru^$third-party

||bytde.com^$third-party

||byzgoso.ru^$third-party

||bzlwe.com^$third-party

||c.cpa5.ru^$third-party

||c.cpa6.ru^$third-party

||c.cpl1.ru^$third-party

||c.cpl2.ru^$third-party

||c704655a9050bdcc.com^$third-party

||cafddfcagfegjchbabd.ru$third-party

||cajkov.ru^$third-party

||camadmin.ru^

||campeut.com^$third-party

||caperning.com^$third-party

||capliman.com^$third-party

||caragots.com/

||cartponi.tk^$third-party

||carveac.com^$third-party

||cash-website.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 29/56
17/11/21 18:51 filter_1_000.txt

||cashandfavor.ru^$third-party

||cashimtrap.com^$third-party

||cashprom.ru^

||catalog.deport.ru/btn.php?

||catwhatsup.org^$third-party

||cbanners.virtuagirlhd.com^$third-party

||cbbgdep.biz^$third-party

||cbbvi.com^$third-party

||cbgunpz3aoayscg.ru^$third-party

||cbn.tbn.ru^$popup

||ccbaehjabejaegdeebe.ru^$third-party

||cda.0-shiny.com^$third-party

||cdcwn.xyz^$third-party

||cdfgdafijhcbjejeabf.ru^$third-party

||cdn-my1.ru^$third-party

||cdn-my3.ru^$third-party

||cdn-my4.ru^$third-party

||cdn-my5.ru^$third-party

||cdn-rtb.sape.ru^$third-party

||cdn.actiflex.org^$third-party

||cdn.amzuu.com^$third-party

||cdn.malokacha.club^$third-party

||cdn.planeta-online.tv/advvp/

||cdn.steambets.net^$third-party

||cdn1now.com^$third-party

||cdn2now.com^$third-party

||cdn5now.com^$third-party

||cdn7.network^

||cdn7.rocks^$third-party

||cdn7.space^$third-party

||ceespc.biz^$redirect=nooptext,important

||ceespc.biz^$third-party

||cehiswasreb.ru^$third-party

||cellbux.com^$third-party

||cepereh.ru^$third-party

||ceregete.com^$third-party

||cettente.com^

||cettenu.com^

||cfsdtzggpcmr.com^$third-party

||chabg.top^$third-party

||chajv.top^$third-party

||cheaptop.ru^$third-party

||checkbl.ru^$third-party

||chevlaga.ru^$third-party

||chickenkiller.com^

||chief-con.pro^$third-party

||chistochisto.com^$third-party

||cholaga.ru^$third-party

||choose-a-lady.biz^$third-party

||choozalady.pw^$third-party

||chtoumenja.biz^$third-party

||chursida.ru^$third-party

||chyatikho.info^$third-party

||chygam.ru^$third-party

||ciattedrof.ru^$third-party

||cifrovik.ru/publish/open_article/

||cinemahd.info^$third-party

||cityads.com^$third-party

||cityads.ru^$third-party

||cityadspix.com^$popup,third-party

||civitik.com^$third-party

||ckqby.com^$third-party

||cl3orbelen.ru^$third-party

||cl4tsalepi.ru^$third-party

||cl5tudale.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 30/56
17/11/21 18:51 filter_1_000.txt

||clarm.ru^$third-party

||clcktm.ru^$third-party

||clcktms.ru^$third-party

||clclcl.ru^$third-party

||clearac.com^$third-party

||cleen.ru^$third-party

||clhko.top^$third-party

||click-da-click.com^$third-party

||click.ad1.ru^

||click2sell.eu^$third-party

||click4girlz.pw^$third-party

||clickads.name^$third-party

||clickandjoinyourgirl.com^$third-party

||clickbux.ru^$third-party

||clickcashmoney.com^$third-party

||clickhere.ru^$third-party

||clickhereforfun.org^

||clickov.com^$third-party

||clickscapture.com^$third-party

||clicktoclick.ru^$third-party

||clickunderad.com^$third-party

||clickvip.ru$third-party

||cliennes.com^

||clients.cdnet.tv/lockadb.php$popup

||clipta.com/informer/

||clme.biz^$third-party

||clvw.net^$third-party

||cmix.org^$third-party

||cmoneba.ru^$third-party

||cms-skin.com^$third-party

||cmsmodnews.com^$third-party

||cndmye.ru^$third-party

||cndmyt.ru^$third-party

||cndmyu.ru^$third-party

||cnyharo.ru^$third-party

||co.cc/img/affiliates/

||cobrand.ria.com^$third-party

||code.barrior.online^$third-party
||code.barrior.ru^$third-party

||code.curs.net.ua^$third-party

||code.vh45130.eurodir.ru^

||code.xidx.org^$third-party

||codeenter.ru^$third-party

||codeonclick.com^$third-party

||coinsup.com^$third-party

||colimavdar.ru^$third-party

||collanetti.com^

||com.com/*/Ads/

||com495.ru^$third-party

||comgran.ru/topsite/button.php?

||connection36.com^$third-party

||contactreserve.com^$third-party

||contactsin.com^

||contema.ru^$third-party

||content.printdirect.ru^$third-party

||context-art.ru^$third-party

||context.hotline.ua^

||context.meta.ua^$third-party

||contextbar.ru^$third-party

||contextrtb.com^$third-party

||conusmedia.com^$third-party

||convergator.net^$third-party

||coolsor.ru^$third-party

||copylon.space^$third-party

||corkery.biz^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 31/56
17/11/21 18:51 filter_1_000.txt

||corpore.ru^$third-party

||costaction.com/refers/$third-party

||counter.megaindex.ru^$third-party

||countlog.com/rp/mc

||cpaevent.ru^$third-party

||cpam.pro^$third-party

||cpateaser.ru^$third-party

||cpatext.ru^$third-party

||cpatrck.net^$third-party

||cpazilla.ru^$third-party

||cpgweb.net^$third-party

||cpiyz.com^$third-party

||cpl1.ru^$popup,third-party

||cpm.worldoftanks.com^$third-party

||cpmsolution.ru$third-party

||cppgf.com^$third-party

||cprekl.com^$third-party

||cqhciif9bjtplrc.ru^$third-party

||crackac.com^

||crackzplanet.com/*.gif

||crapka.ru^$third-party

||crateac.com^

||creara-media.com^$third-party

||creara-media.ru^$third-party

||creatives.livejasmin.com^$third-party

||creofive.com^$third-party

||creofun.com^$third-party

||crpoy.com^

||crutop.nu^$third-party

||cry.ru/sexclub/

||csaster.ru^$third-party

||cshi.ru^$third-party

||csjuq.com^$third-party

||ctr-media.info^$third-party

||ctr-media.net^$popup,third-party
||ctyzd.com^$third-party

||cubicmedia.net^$third-party

||cufcw.com^$third-party

||cunderdr.net^$third-party

||cup2board.gold^$third-party

||curker.ru^$third-party

||cusok.ru^$third-party

||cvdow.com^$third-party

||cxmolk.com^$third-party

||cydownsand.pro^$third-party

||cyhtr.com^$third-party

||cys.ru/button.png?url=

||d-agency.net^$third-party

||d-ughwashes.ru^$third-party

||d0wnloads.ru^$third-party

||d1jl096lp4cce0.cloudfront.net^$third-party

||d1mib12jcgwmnv.cloudfront.net^

||d30gt5larl1k8h.cloudfront.net^$third-party

||d3td6g0k30g56f.cloudfront.net^$third-party

||d9c47b2e6aec5c8dbdab.date^$third-party

||daccrois.com^$third-party

||dadafilehost.com^$third-party

||dafferes.com^

||dafficha.com^

||danilidi.ru^$third-party

||daopz.top^$third-party

||darkweb.su/peklama/

||dartimyl.com^$third-party

||dasterx.ru^$third-party

||data.neosmi.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 32/56
17/11/21 18:51 filter_1_000.txt

||datamind.ru^$third-party

||dataur.ru^$third-party

||dating-cart.com^$popup

||dating-exchange.com^$third-party
||davarello.com^$third-party

||dcplayeza.pw^$third-party

||dcplayf.com^$third-party

||dddevki4u.com^$third-party

||delightcash.com^$third-party

||delivery.adrecover.com^$third-party

||delphisources.ru/pages/scripts/recl_

||delta.mediafort.ru^$third-party

||denezhnyie-rucheyki.ru^$third-party

||deobp.com^$third-party

||depositphotos.com/js_c/widget-ext.js$third-party

||deskmony.info^$third-party

||dev4enki.com^$third-party

||devaxi.org^$third-party

||devkiforyou.org^$third-party

||dewife.ru^$third-party

||df.mmo001.info^$third-party

||dfasxm.biz^$third-party

||dfebr.com^$third-party

||dfehnb.xyz^$third-party

||dflfnrmi.xyz^$third-party

||dfmnbv.pro^$third-party

||dgulden.ru^

||dhygr.com^$third-party

||digisat.ru/*.gif

||digisets.com^$third-party

||digital-forest.info^$third-party
||dimprive.com^$third-party

||dingdarop.pro^$third-party

||dinthorop.ru^$third-party

||dintsupnejec.ru^$third-party

||dioperu.com^$third-party

||dircash-promost.com

||directadvert.net^$third-party

||directlnk.org^$third-party

||directnow.me^$third-party

||directtogo.ru/media/content/*.js$third-party

||directtogo.ru^$image,third-party
||dirkino-traff.ru^$third-party

||disklaimer.ru^$third-party

||disredi.ru^$third-party

||ditabu.pro^$third-party

||dizzyac.com^$third-party

||djchfgacdfaaadfdc.ru^$third-party

||djpff.top^$third-party

||djuzsbnnm.biz^$third-party

||dl.qcash.ws$third-party

||dlfja.gdn^$third-party

||dload.net.ru/*.gif

||dlyamedikov.ru^$third-party

||dmoid.top^$third-party

||dndd.ru^$third-party

||dneczsx.com^$third-party

||dnovaku.ru^$third-party

||dnudg.com^$third-party

||do.am/stat^

||doctorsh.ru^$third-party

||doichering.ru^$third-party

||domentino.ru^$third-party

||domertb.com^$third-party

||dommio.ru/partner_*.php$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 33/56
17/11/21 18:51 filter_1_000.txt

||domvkq.net^$third-party

||doortrade.ru^$third-party

||dopiku.biz^$third-party

||doptik.ru^$third-party

||doramobi.info^$third-party

||doskki.com^$third-party

||dostavka.ru^$third-party

||dosugcz.info^$third-party

||dosugcz.net$third-party

||dounwil.ru^$third-party

||download.mediaplay.ru^$third-party

||dreamlog.ru^$third-party

||dreampartners.ru^$third-party

||dreamteaser.ru^$third-party

||dreimer.ru^$third-party

||dreti.ru^$third-party

||drivenetwork.online^$third-party
||drivenetwork.ru^$third-party

||drozhdeni.ru^$third-party

||drtraff.ru^$third-party

||drulelet.ru^$third-party

||dskrt.net^$third-party

||dt00.net^$domain=~marketgid.com|~mgid.com|~thechive.com

||dt07.net^$domain=~marketgid.com|~mgid.com|~thechive.com

||duck.wings-dark.services^$third-party

||duhtate.ru^$third-party

||dunta.ru^$third-party

||dunyavid.net^$third-party

||dvanaro.ru^$third-party

||dxracers.accountant^$third-party
||dyrxq.rfskbylbsf.xyz^$third-party

||dyzha.com^$third-party

||e-links.ru/pr/?

||e-partner.ru^$third-party

||e-place.ru/v/

||e5mbjzv.com^$third-party

||eaqci.com^

||earnshill.com/images/$popup

||easy.mmoney.services^$third-party

||eatp.evztib.xyz^$third-party

||ebazucebid.com^$third-party

||eberalofe.pro$third-party

||ebmzp.top^$third-party

||ebuvpopku.ru^$script,third-party
||ecadikenaz.com^$third-party

||ecapolefud.com^$third-party

||ecgawdakfa.biz^$third-party

||echo.12cpm.com^$third-party

||echo.andumb.com^$third-party

||echo.biasdo.com^$third-party

||echo.scund.com^$third-party

||echo.teasernet.com/

||econrus.ru^$third-party

||ecsebo.ru^$third-party

||ecsexyp.info^$third-party

||ed98512111bb19e5.in.net^$third-party

||edge-dl.andomedia.com^$third-party

||edibegedol.com^$third-party

||edirect.efind.ru^$third-party

||eebcbdca7331314.com^$third-party
||effad.ru^$third-party

||effectfree.net^$third-party

||efmeni.ru^$third-party

||efngeka8czukzyb.ru^$third-party

||efpark.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 34/56
17/11/21 18:51 filter_1_000.txt

||efresa.ru^$third-party

||eg.light2gr0w.me^$third-party

||egocefabus.com^$third-party

||ehntqzv1apeizca.ru^$third-party

||eijwpxc.net^$third-party

||eioxy.top^$third-party

||ejdbebdeghajgdicadc.ru^$third-party

||ejevika.com^

||ejfuh.com^$third-party

||ejmovec.ru^$third-party

||ekkhgwp5atpuxdq.ru^$third-party

||ekod.info^$popup

||ekod.info^$third-party

||ekulavabuf.com^$third-party

||elephant.fotostrana.ru^$third-party

||elevoy.ru^$third-party

||eliterudating.com

||elle.alljournal.ru^$third-party

||elnpe.com^$third-party

||elparmo.ru^$third-party

||elvidro.ru^$third-party

||emboba.info^$third-party

||emu.ilovemp3.top^$third-party

||enamadugib.com^$third-party

||enfreine.com^

||engine.*.medialand.ru/

||engine.turboroller.ru^$third-party

||enot.k-yroky.ru^$third-party

||entimee.com^

||epartner.ru^$third-party

||eqfgc.com^$third-party

||eqtaxag.ru^$third-party

||eradek.ru^$third-party

||erahost.ru/partner/$third-party

||ergs4.com^$third-party

||ero2you.com^$third-party

||eroksen.ru^$third-party

||eropays2.com^$third-party

||erotikdeal.com^$third-party

||erotraf.com^$third-party

||eroxdating.com

||err.cloudbit.rocks^$third-party

||errtmotmw.pw^$third-party

||esc-team.com^$third-party

||esliga.ru^$third-party

||estiques.com^

||et-cod.com^$third-party

||et-code.ru

||etarg.ru^$third-party

||etcodes.com^$third-party

||etrase.info^$third-party

||ettalhap.com^$third-party

||eu.market-place.su^$third-party

||euadw.com^$third-party

||eudcqm.uihdlx.xyz^$third-party

||eurostyle-express.com/$third-party

||evaff.com^$third-party

||eventlittrecet.ru^$third-party

||eventwisparwil.ru^$third-party

||evlega.ru^$third-party

||evovasalup.com^$third-party

||evsembu.com^$third-party

||ewtofu.ru^$third-party

||ex6.ru^$third-party

||exaccess.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 35/56
17/11/21 18:51 filter_1_000.txt

||excalatom.com^$third-party

||exchange.newsnet.in.ua^$third-party

||exchangenews.ru^$third-party

||exo.kiev.ua^$third-party

||exoticads.com^$third-party

||expert.ruab.ru^$third-party

||exta-z.ru^$third-party

||extad.org^

||externalmedia.ru^$third-party

||extfiles.net^$third-party

||ezaktak.ru^$third-party

||ezaste.ru^$third-party

||ezotizer.ru^$third-party

||f2.ru/iframe

||faceblum.ru^$third-party

||fafc5ra5.ru^$third-party

||fair.ru/*/i.php?

||fairfax.com.au^$~stylesheet,third-party

||fairlink.ru^$third-party

||fairypays.com^$third-party

||faktino.ru^$third-party

||faktozhe.ru^$third-party

||faktty.com^$third-party

||falcoware.com^$third-party

||falobo.ru^$third-party

||fantasy.d2.ru/showban*.php?

||fapuzomuso.com^$third-party

||fas.catholicgreatestinterpret.xyz^$third-party

||fast2load.ru^$third-party

||fastcpm.ru^$third-party

||fastpopunder.com^$third-party

||fastsex.ru^$third-party

||fbcjk.com^$third-party

||fbvwtb.biz^$third-party

||fdsur.com^$third-party

||fe.feedbackrights.com^$third-party

||febwinter.com^$third-party

||fer-ta.com^$third-party

||fermasosedi.biz/reflink/$third-party

||fextor.ru^$third-party

||fialet.com^$third-party

||fifwin.com^$third-party

||file-bit.net/free$third-party

||file-bit.net/images/banners$third-party

||file-online.ru^$third-party

||filecontrol.ru^$third-party

||filepost.ru^$third-party

||filmplus.ru^$third-party

||fingoty.com/sys/js/$third-party

||firelove.ru^$third-party

||firsttrack.ru^$third-party

||fitfas.ru^$third-party

||fjjuo.com^$third-party

||fkehg.com^$third-party

||flambo777.ru

||flapoint.ru^$third-party

||flasher.ru/data/images/swf/

||fleshlight-russia.com^$third-party

||fleshyourlight.com^$third-party

||flipdigital.ru^$third-party

||flipflapflo.$third-party

||float-l.ru^$third-party

||flygo.ru^$third-party

||flysat.com/resim

||fmates.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 36/56
17/11/21 18:51 filter_1_000.txt

||fnbmlwip.biz^$third-party

||focuscoat.com^$third-party

||foganonura.com^$third-party

||fogtrack.net^$third-party

||footbolka.ru^*partner=$third-party

||for.health-net-lady.ru^$third-party

||forcetraf.com^$third-party

||forex4you.org/?affid=$third-party

||forex4you.org/flash/partners/$third-party

||fortedrow.pro^$third-party

||fortsould.pro^$third-party

||fortuka.com^$third-party

||forum.globusevent.ru^$third-party

||fotkidepo.ru^$script,third-party
||fotocash.ru^$third-party

||fotos.ua^$script,third-party

||fotostrana.ru/signup/?land=1$third-party

||fotostrana.ru/start/$third-party
||fotrento.com^$third-party

||foundtr.com^$third-party

||fouoh.com^$third-party

||fovs.qkvipgloy.xyz^$third-party

||fperefo.ru^$third-party

||fpmef.com^$third-party

||franecki.net^$third-party

||freddyman.com^

||freeavalanche.ru^$third-party

||freeexchange.ru^$third-party

||freewm.ru/js/bonus_code.php?

||fresh-video.com^$third-party

||freshnews.su^$third-party

||frfgn.xyz^$third-party

||frrtrr.banggirls.ru^$third-party
||frzaj.com^$third-party

||fsdwd.xyz^$third-party

||fseed.ru^$third-party

||fsfrz.xyz^$third-party

||fstredirr.com^$third-party

||ftrnum.club^$third-party

||fueox.us^$third-party

||funtrop.com/sys/js/$third-party

||fx-trend.com^$third-party

||fxcast.com^$third-party

||fxmag.ru/poster$third-party

||fytboti.ru^$third-party

||fznpq.com^$third-party

||fzwoa.com^$third-party

||g-tv.ru/ivi.php?host=$third-party

||g2a.com/promo/widget/$third-party

||g4p.redtram.com^

||gagacon.com^$third-party

||gagnifie.com^$third-party

||gainclick.biz^$third-party

||gakogedifoda.ru^$third-party

||galaxymeet.ru^$third-party

||game-tester.ru^$third-party

||game.vulcan-casino.com^$third-party

||gamedl.ru^$third-party,domain=~playground.ru

||gameteaser.ru^$third-party

||gamingpartners.org^$third-party

||gamsano.info^$third-party

||gatewey.net^$third-party

||gawxf.com^$third-party

||gbaseby.ru^$third-party

||gbs.gamingmedia.ru$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 37/56
17/11/21 18:51 filter_1_000.txt

||gcjehafhajjhcdicaeb.ru^$third-party

||gcuter.ru^$third-party

||gddrio.com^$third-party

||gde-luchshe.ru/widget/$third-party

||gdeslon.ru^$third-party

||gearnews.info^$third-party

||gegmanu.info^$third-party

||geotraff.com^$third-party

||gerberka.com^$third-party

||gerpkshe.com^$third-party

||get-ads.ru^$third-party

||get-click.net^$third-party

||get-click.ru^$third-party

||get.promofor.me^$third-party

||get35.com^$third-party

||getb.7ya.ru^

||getelem.ru^$third-party

||getfon.ru^$third-party

||gethit.ru^$third-party

||getrotad.ru^$third-party

||getrotag.ru^$third-party

||getrotas.ru^$third-party

||getrotaw.ru^$third-party

||gettopup.com^$third-party

||gettraff.com^$third-party

||getuplinks.ru^$third-party

||gewrrpygsd.biz^$third-party

||gfjhgfjfebhccgafaed.ru^$third-party

||gfstrck.com^$third-party

||ggsaffiliates.com^$third-party

||ghxadv.com^$third-party

||gigamega.ru^$third-party

||gigapeta.com/reg?r=

||ginads.com^$third-party

||gingardo.com^$third-party

||giosany.com^$third-party

||giotyo.com^$third-party

||giraff.io^$third-party,domain=~echo.msk.ru

||girl-ceases.info^$third-party

||girlstalks.ru^$third-party

||giveawayoftheday.com/ticker/

||gj7.ru^$third-party

||gjslm.com^$third-party

||gkzba.com^$third-party

||glamurka.net^$third-party

||globalstars.ru^$third-party

||globalteaser.com^$third-party

||globalteaser.ru$third-party

||globaltizer.ru^$third-party

||glojune.biz^$third-party

||glordd.com^$third-party

||glouposek.ru^$third-party

||glowpok.rawr.gold^$third-party

||glumifo.ru^$third-party

||gmyvids.com^$third-party

||gnezdo.ru^$third-party

||go.jetswap.com^$third-party

||go.media-x.ru^

||go2vulcan.com^$third-party

||go7me.ru^$third-party

||go7media.ru^$third-party

||go8me.ru^$third-party

||goallurl.ru^$third-party

||gobf.ru^$third-party

||gobzonet.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 38/56
17/11/21 18:51 filter_1_000.txt

||gocdn.ru^$third-party

||gogetlinks.net^$third-party

||gogo4girlz.com^$third-party

||gogousenet.com^$third-party

||gohillgo.com^$third-party

||golayazv.com^$third-party

||gold-music.ru/informer

||gold-wm.ru^$third-party

||gold.ibiza-court.com^$third-party

||gold.legalidioms.com^$third-party

||golden-fishka.com^$popup,third-party

||goldline.pro/media$third-party

||gomakemerich.com^$third-party

||gomakemerich2.com^$third-party

||gomsa.ru^$third-party

||gomtdatacom.xyz^$third-party

||gonews*.net^$third-party

||good-traf.ru^$third-party

||good-traff.ru^$third-party

||goodadvert.$third-party

||goodkind.ru^$third-party

||goodlooknews.net^$third-party

||goodsblock.dt00.net^$third-party
||goodsbrowser.com^

||googlsyndication.com^$third-party

||goon.ru^$third-party

||goossb.com^$third-party

||gorgasal.co^$third-party

||gos-kanal.ru^$third-party

||goto.astdn.ru^$third-party

||gotoredr.com^$third-party

||gotostat.ru^$third-party

||gotraff.ru^$third-party

||gotriki.com/sys/js/$third-party

||govazd.am/bn/

||govazd.am/cgi-bin/pro.cgi

||gowoman.ru^$third-party

||goyetteconnelly.bid^$third-party
||gpjph.com^$third-party

||gqer.ru^$third-party

||gramovi.info^$third-party

||grand-casino.com/?$third-party

||gratifymecorrect.com^$third-party

||grattis.ru/promo/$third-party

||greate2.com^$third-party

||grebibablo.com^$third-party

||gredinatib.org^

||grednomex.pro^$third-party

||greeentea.ru^$third-party

||greenfelder.link^$third-party

||grofku.com/sys/js/$third-party

||grouteg.com^$third-party

||grovel.ru^$third-party

||grt01.com^$third-party

||grt02.org^$third-party

||grteab.com^$third-party

||gsmonitor.ru^$third-party

||gt.lazyengines.com^$third-party

||guanoaps.pro^$third-party

||guktuti.ru^$third-party

||gvahh.top^$third-party

||gvapp.ru^$third-party

||gws.ru/gwscnt/?

||gwxpv.com^$third-party

||gynax.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 39/56
17/11/21 18:51 filter_1_000.txt

||h.lastras.ru/v/$third-party

||h12.ru/images/

||haa66855mo.club^$popup

||haa66855mo.club^$third-party

||hahaha.ovh^$third-party

||hahedttont.pro^$third-party

||hahemla.com^$third-party

||hakiloporet.com^$third-party

||haln.info^$third-party

||hamphlete.com^

||hannist.com^

||haphiterton.ru^$third-party

||harolmo.ru^$third-party

||hay-borsa.ru^$third-party

||hd3pi8cv.com^$third-party

||hdat.xyz^$third-party

||hdtracker.ru^$third-party

||healthynews03.ru^$third-party

||hedthertsu.pro^$third-party

||hedvid.com^$third-party

||hellywood.ru^$third-party

||helpls.ru^$third-party

||henharat.ru^$third-party

||her-ber.top^$third-party

||hermes-studio.net^$third-party

||heroeswm.ru^$object,third-party

||hesrepsa.com^$third-party

||hewoman.info^$third-party

||hgbn.space^$third-party

||hgfsdzfs.com^$third-party

||hhit.xyz^$third-party

||hiaaheddgjdfgabiafc.ru^$third-party

||hid24.com^$third-party

||hindisupref.ru^$third-party

||hiopdi.com^$third-party

||hit-sales.ru/js/$third-party

||hit-star.ru^$third-party

||hitlist.ru^$third-party

||hitter.ru^$third-party

||hivideoworld.com^$third-party

||hjgajfbhiefjigafafc.ru^$third-party

||hjiss.com^$third-party

||hkbpt.com^$third-party

||hkeig.com^$third-party

||hlu9tseh.men^$popup

||hnikna.ru^$third-party

||hnixr.com^$third-party

||hochu-deneg.ru^$third-party

||holder.com.ua^$third-party

||holm.ru^$third-party

||homenick.biz^$third-party

||homrus.net^$third-party

||host4media.com^$third-party

||hosting-ninja.ru/_inc/images/sale/$third-party

||hostingcatalog.com/banner.php?

||hotinga.ru^$third-party

||hotsexmeet.ru^$third-party

||hottod.info^$third-party

||hotworldnews.ru^$third-party

||hpcyk.com^$third-party

||hq-films.ws^$third-party

||hromasoma.com^$third-party

||hts.ru/?affid=$third-party

||huminfakt.ru^$third-party

||hushodo.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 40/56
17/11/21 18:51 filter_1_000.txt

||hyndir.com^$third-party

||hypersell.ru^$third-party

||hzfcx.top^$third-party

||i-adv.biz^$third-party

||i-sol-geo.ru^$third-party

||i.i.ua/r/

||i.j2j.ru^

||i.mabila.ua/$domain=~mabila.ua

||iadv.biz^$third-party

||iadvert.net^$third-party

||iberacon.com^

||ibifa.biz^$third-party

||ibishic.ru^$third-party

||ibizne.ru^$third-party

||ice-media.ru^$third-party

||iclbodnew.pro^$third-party

||iclckk.com^$third-party

||icmil.ru^$third-party

||icq-window.$third-party

||icqwindow.$third-party

||ictowaz.ru$third-party

||idaschop.ru^$third-party

||idpojar.ru^$third-party

||idvd.su^$third-party

||idwrx.com^$third-party

||ieuhd.com^$third-party

||ifnime.ru^$third-party

||iframepay.com^$third-party

||igetsend.ru^$third-party

||ignitna.info^$third-party

||igoistochka.ru^$third-party

||igra3k.ru/ref$third-party

||igraplus.com^$third-party

||igrayvmeste.ru^$third-party

||igrun.com/?$third-party

||igvuw.com^$third-party

||iholot.ru^$third-party

||iiutq.xyz^$third-party

||ijldfpgu.biz^$third-party

||ijnocom.ru^$third-party

||ijquery11.com^$third-party

||ijrah.top^

||ijrah.top^$third-party

||ikiif.com^$third-party

||ili.pp.ua^$third-party

||ilysa.ru^$third-party

||im6-tub.com^

||images.stardock.com/store/

||imagesatlantic.com^$third-party

||imarker.ru^$third-party

||imazicusez.com^$third-party

||img.carnage.ru/i/main/$object

||img.labirint.ru/design/partner/banners_for_inst/$third-party

||img.ruclicks.com/ruclicks

||img1458.r.worldssl.net^$third-party

||img1461.r.worldssl.net^$third-party

||imgg.dt00.net

||imho.ru^$third-party

||iminevanez.com^$third-party

||impressionsme.net^$third-party

||imrk.net^$third-party

||imtowoz.ru^$third-party

||imwarwi.ru^$third-party

||imwhite.ru^$popup

||imzhv.xyz^

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 41/56
17/11/21 18:51 filter_1_000.txt

||incstone.com^$third-party

||incstone.top^$third-party

||indcoest.com^$third-party

||indemandads.com^$third-party

||inetlog.ru^$third-party

||inetrek.com/cgi-bin/

||inextlink.com^$third-party

||inf.wqa.ru^$third-party

||inferalton.com^$third-party

||infiplay.ru/*a=$third-party

||info.tm/$third-party

||info.webalta.net/reliancebutton?
||info1park.ru^$third-party

||info33.info^$third-party

||infocentro.ru^$third-party

||infomir.pw^$third-party

||informers.openmedia.com.ua^$third-party

||informers.ukr.net^$third-party

||infotor.me^$third-party

||inhadhen.com^$third-party

||inskinmedia.com^$third-party

||instantcash.ru^$third-party

||intel.com/b/

||intelligencehost.net^$third-party

||intelliworker.kupivip.ru^$third-party

||intencysrv.com^$third-party

||interbuddies.com^$third-party

||interesno-nazhimy.ru/informer/$third-party

||interfax.pw^$third-party

||intim.love^$third-party

||intimmag.ru^$third-party

||intimshop.ru*&partner=$third-party

||intimshop.ru^$script,third-party
||intimznaki.tomsk.ru^$third-party
||invest-pool.ru^$third-party

||invest-system.net^$third-party

||ip2phrase.com/ip2phrase.asp?

||ipapin.info^$third-party

||ipgettraff.info^$third-party

||ipgold.ru^$third-party

||iphone-caviar.ru*entranceId$third-party

||iphonetopsite.ru^$third-party

||ipml-qvr8go.ru^$third-party

||ipurl.ru^$third-party

||iqkbi.top^$third-party

||iqok.ru^$third-party

||iqsns.top^$third-party

||iqsoh.ru^$third-party

||iqtewa.ru^$third-party

||irboga.info^$third-party

||irdanen.ru^$third-party

||iredirr.com^$third-party

||irleti.com^$third-party

||irozl.com^$third-party

||islamclick.ru^$third-party

||iso100.ru^$third-party

||isonlynews.net^$third-party

||ispeakvideo.ru^$third-party

||istcs.top^$third-party

||it-pearl.com^$third-party

||it.tagslimit.com^$third-party

||itageli.ru^

||itcgin.net^$third-party

||itempana.site^$third-party

||itrajy.ru^$popup,third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 42/56
17/11/21 18:51 filter_1_000.txt

||itsibdi.info^$third-party

||ivanie.com^$third-party

||ivetki.ru^$third-party

||ivoxua.socratos.net^$third-party
||iwhha.top^$third-party

||ixtyted.ru$third-party

||iygac.com^$third-party

||iygke.com^$third-party

||izcity.com/js/norton_izcity.js

||izdagda.ru^$third-party

||izdatra.ru^$third-party

||izitizi.ru^$third-party

||izmyatin.info^$third-party

||japan.leit.ru/button.php?

||jaymedianetwork.com^$third-party
||jazg97clb.ru^$third-party

||jbugk.com^$third-party

||jcnqc.us^$third-party

||jcomusic.com^$third-party

||je.revolvermaps.com/$third-party
||jeculdfores.ru^$third-party

||jekson44.ru^

||jet3.ayola.net/cn.php?

||jfhoq.com^$third-party

||jhrwekjrowegm.com^$third-party

||jimdo.com/s/img/aff/

||jjipgxjf.com^$third-party

||jlist.com/feed.php?affid=$third-party

||jljnh.top^$third-party

||job-info2015.ru^$third-party

||job.ws/_bann/

||jofbu.com^$third-party

||johnsitsi.pro^$third-party

||jonjo.ga^$third-party

||jopd.ru^$third-party

||joycasino.com^$third-party

||joylandcasino.com/promoredirect?$third-party

||jpkwk.top^$third-party

||jq2.avpris.ru^$third-party

||jrdcd.biz^$third-party

||js.einfo.by/?

||js.gdsln.ru^$third-party

||js.goods.redtram.com$third-party
||js.novatizer.com$third-party

||js.textshift.net^$third-party

||jsc.idealmedia.io^$third-party

||jsn.24smi.org/

||juppser.ru^$third-party

||justmi4.co.in^$third-party

||justonsrep.com^$third-party

||jutulep.com^$third-party

||jvs.price.ru^$third-party

||jvvqm.us^$third-party

||jwmyba.biz^$third-party

||jwvwak1a.com^$third-party

||jxxgg.top^$third-party

||jzqce.com^$third-party

||k5evib.ru^$third-party

||kaa.gorodkirov.ru/kaFile$third-party

||kadam.net^$third-party

||kagortus.ru^$third-party

||kak-bit-new.ru^$third-party

||kaktakkk.ru^$third-party

||kaliba.alivesex.ru^$third-party

||kalooga.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 43/56
17/11/21 18:51 filter_1_000.txt
||karaokepesni.ru^$third-party

||karasutanu.com^$third-party

||kartinka.com.ua/$third-party

||katzewazup.org^$third-party

||kavkazweb.net/tc.cgi?

||kazmedia.su^$third-party

||kbllskkwvp.pw^$third-party

||kdiso.ru^$third-party

||kdsk32lfa.xyz^$third-party

||kedmuchdedi.ru^$third-party

||kedwithert.ru^$third-party

||keeporhard.com^$third-party

||keitush.ru^$third-party

||keqrd.top^$third-party

||keyti.ru^$third-party

||kfrfr.life^$third-party

||kfrpr.club^$third-party

||kfrqr.club^$third-party

||kfryur.club^$third-party

||khermesi.ru^$third-party

||khesino.ru^$third-party

||khilane.ru^$third-party

||khoteris.ru^$third-party

||khudagi.info^$third-party

||khvfg.com^$third-party

||kibaneba.ru^$third-party

||kilkiva.ru^$third-party

||kilonefast.net^$third-party

||kilopog.com^$third-party

||kimosai.com/sys/js/$third-party

||kimus.ru^$third-party

||kinak.top^$third-party

||kinder.ru/buttons/*.asp?

||kinderfinder.ru^$third-party

||kinfly.ru^$third-party

||kinobol.ru^$third-party

||kinoclub.org^$third-party

||kinolib.com/img/rand_logo.php?

||kinomagnitamana.ru^$third-party

||kinomir.kz/rtr

||kinopromobase.ru^$third-party

||kinopushka.xyz^$third-party

||kinorama.tv/$third-party

||kinotraff.ru^$third-party

||kinott.com^$third-party

||kinott.ru^$third-party

||kintohis.com^$third-party

||kioskas.lt/rex/pop.php?

||kisakuku.org^$third-party

||kissmyads.biz^$third-party

||kistured.com^$third-party

||kit5hgver.com^$third-party

||kitchenfilm.ru^$third-party

||kitopr.com^$third-party

||kjaay.com^$third-party

||kkkiski4u.com^$third-party

||kkpur.xyz^$third-party

||kleo.ru/cgi-bin/

||kliklink.ru$third-party

||klikmoney.net$third-party

||klivz.com^$third-party

||klonedaset.org^

||klyunker.ru^$third-party

||kmndj.top^$third-party

||knewy.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 44/56
17/11/21 18:51 filter_1_000.txt
||knopka.trade^$third-party

||koelpin.biz^$third-party

||koiper.com^$third-party

||kokos.click^$third-party

||kolendrin.ru^$third-party

||kolet.pro^$third-party

||kolezeynews.ru^$third-party

||kolobok.us/button/

||komisite.ru/images/ban*.gif

||kont-news.com^$third-party

||kontenka.ru^$third-party

||kontera.com^$third-party

||konverta.ru^$third-party

||korenizsemi.net^$third-party

||koreniztreh.net^$third-party

||korenizvosmi.net^$third-party

||koromi.ru^$third-party

||korovkasms.ru^$third-party

||kosibablo.ucoz.ua^$third-party

||kost.tv^$third-party

||kotengens.net^$third-party

||koviovius.com^$third-party

||kpdn.ru^$third-party

||kpqnj.top^

||krasisa.info^$third-party

||krasnyepyatnanakozhe.ru^$third-party

||kreepo.com/sys/js/$third-party

||kriteriatika.ru^$third-party

||krolikplatit.ru^$third-party

||krutilka.net^$third-party

||krutomaiki.ru*/?rid=$third-party
||krytilka.ru^$third-party

||ksjdkjh.ru^$third-party

||kuhni.kuhnisiblings.ru^$third-party

||kuhnisister.ru^$third-party

||kupibonus.ru/*partner=$third-party

||kuponyua.ru^$third-party

||kurilo.pro^$third-party

||kuveres.com^$third-party

||kv.by/img/$object

||kxqvnfcg.xyz^$third-party

||kypivukypi.ru^$third-party

||l0b.ru^$third-party

||labadon.com^$third-party

||lactonssofut.ru^$third-party

||lactotof.ru^$third-party

||ladyads.ru^$third-party

||ladycash.ru^$third-party

||ladyclicks.ru^$third-party

||ladypay.ru^$third-party

||ladyshopping.ru^$third-party

||ladytizer.org^$third-party

||ladyya.ru^$third-party

||lalabla.biz^$third-party

||lamise.ru^$third-party

||lamma.24ex.net^$third-party

||langosh.biz^$third-party

||lantocha.ru^$third-party

||lapeduzis.org^$third-party

||lareson.com^$third-party

||lasttopreg.top^$third-party

||latlfa.biz^$third-party

||lbbanners.com^$third-party

||lbn.ru/cgi-bin/

||lc2ads.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 45/56
17/11/21 18:51 filter_1_000.txt
||lcads.ru^$third-party

||ldnxy.xyz^$third-party

||leadgid.go2cloud.org^$third-party

||leads.su^$third-party

||leadsleader.ru^$third-party

||leadtopays.com^$third-party

||leadzu.com^$third-party

||league-of-legends.ru^$third-party

||leashac.com^$third-party

||lecnet.info^$third-party

||ledhatbet.com^$third-party

||ledinika.ru^$third-party

||ledsitling.pro^$third-party

||leforma.com^$third-party

||legandruk.com^$third-party

||lenta-novostei.com^$third-party

||lenty.ru^$third-party

||leoban.ru^$third-party

||leokross.com^$third-party

||letimsnami.ru^$third-party

||letitbit.net/skymonk$third-party
||letitsoft.com^$third-party

||letmelook.net^$third-party

||letorrent.org^$third-party

||letsjanua.com^$third-party

||letsjanuary.com^$third-party

||letssex.$third-party

||leuxq.com^$third-party

||level1cdn.com^$third-party

||levelpay.ru^$third-party

||lfd-media.ru^$third-party

||libo.ru/rat/img/

||lichyela.ru^$third-party

||lidicando.com^$third-party

||liex.ru^$third-party

||lifejoornal.ml/tizshow.php

||lifemeet.biz^$third-party

||lifewild.ru^$third-party

||likemagazine.ru^$third-party

||likondok.com^$third-party

||limaten.info^$third-party

||limonads.net^$third-party

||limoncash.com^$third-party

||lineoflife.ru^$third-party

||lingospot.com^$third-party

||link.ru^$third-party

||link2you.ru/usertools/$third-party

||linkexchange.$third-party

||linkfeed.ru^$third-party

||linkforyoud.com^$third-party

||linkhelp.clients.google.com/tbproxy/lh/wm

||linkmyc.com^$popup

||linkpeoples.com^$third-party

||links-wm.ru^$third-party

||linkslot.ru^$third-party

||linktraff.ru^$third-party

||linkunder.ru^$third-party

||linkwall.ru^$third-party

||linkwithin.com^$third-party

||linkwmr.ru^$third-party

||linkword.biz^

||linkword.ru^$third-party

||linodo.ru^$third-party

||linono.ru^$third-party

||lioil.club^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 46/56
17/11/21 18:51 filter_1_000.txt
||list.ru/img/buttons/

||listat.biz^$third-party

||litiumo.com^$third-party

||littel.biz$third-party

||littel.net^$third-party

||liveclix.net^$third-party

||livedecmov.com^$third-party

||livedecnow.com^$third-party

||livedecwow.com^$third-party

||liventernet.ml^

||liverail.com^$third-party

||livesmi.com^$third-party

||livesurf.ru^$third-party

||ljteas.com^$third-party

||llladiez.click^$third-party

||lmymere.info^$third-party

||loader-tor.ru^$third-party

||loadmoney.ru^$third-party

||log2.ru^$third-party

||logethy.com^$third-party

||login.tracking101.com^

||loginbox.ru^$third-party

||logsoc.ru^$third-party

||lol.bash.org.ru^

||lolper.ru^$third-party

||loltrk.com^$third-party

||lolxm.xyz^$third-party

||loneday.com

||look-reklama.ru^$third-party

||lookszone.ru^$third-party

||lopiner.ru^$third-party

||lopireto.com^$third-party

||loponop.com^$third-party

||lopuut.ru^$third-party

||loqara.info^$third-party

||lordofads.com^$third-party

||loronap.info^$third-party

||lostplanetcdn.com^$third-party

||love-our.ru^$third-party

||loveadvert.ru^$third-party

||lovn.ru^$third-party

||lpmde.xyz^$third-party

||lpwre.top^$third-party

||lqela.ru^$third-party

||lrcs.info^$third-party

||ltcraft.ru^$third-party

||luisardo.com^$third-party

||lux-bn.com.ua^$third-party

||luxads.net^$third-party

||luxcash.ru^$third-party

||luxup.ru^$third-party

||luxupadva.com^$third-party

||luxupcdna.com^$third-party

||luzynka.ru^$third-party

||lvkwz.com^$third-party

||lvodomi.info^

||lvuic.com^$third-party

||lycodz.com^$third-party

||lycosu.com^$third-party

||lydiz.com^

||lylxuot.pltqbcgsq.biz^$third-party

||lyryjpjof.biz^$third-party

||m-shes.ru^$third-party

||m0zdeb.ru^$third-party

||m3oxem1nip48.ru^

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 47/56
17/11/21 18:51 filter_1_000.txt
||m4clicks.com^$third-party

||m81jmqmn.ru^

||ma-static.ru^$third-party

||mabila.ua^$third-party

||madcash.biz^$third-party

||madite.info^$third-party

||madnet.ru^$third-party

||magariusaqmuri.cf^$third-party

||magic-traff.com^$third-party

||magicanfy.com^$third-party

||magicintim.ru^$third-party

||magna.ru^$third-party

||magnomita.com^$third-party

||mail.banklife.ru^$third-party

||mail.ru/r/adid/$third-party

||mainadd.com^$third-party

||mambo.kiev.ua^$third-party

||mamypos.com^

||manchina.xyz^$third-party

||manfys.com^$third-party

||manuelu.com^$third-party

||marchtv.ru^$third-party

||margadoncat.com^$third-party

||marketgid.com^$third-party

||marketgid.info^$third-party

||marketingsolutions.yahoo.com^$third-party

||marketnews.pw^$third-party

||maschina.xyz^$third-party

||mastertarget.ru^$third-party

||mastervesti.ru^$third-party

||masudel.com^$third-party

||mateast.com^$third-party

||maus77.ru^$third-party

||maxato.com^$third-party

||maxbetslots.com/?ref=$third-party

||maxforta.com^$third-party

||maxpark.com^$third-party

||maxplan.ru^$third-party

||maxtrust.ru^$third-party

||maxwino.ru^$third-party

||mayert.link^$third-party

||mayka.kz/co/js/$third-party

||mayvbm.com^$third-party

||mazetin.ru^$third-party

||mazuma.ru^$third-party

||mbzl-pro.xyz^$third-party

||mcbag.top^$third-party

||mchost.ru/?referer=$third-party

||mcljm.top^$third-party

||mctqu.com^$third-party

||md5s.ru^$third-party

||mdeih.com^$third-party

||mdvkn.com^

||me.networkandfaces.com^$third-party

||mecash.ru^$third-party

||med-rul.ru^$third-party

||medads.ru^$third-party

||media-active.ru^$third-party

||media-vip.com^$third-party

||media.goldline.pro^$third-party

||media.kahoxa.ru^$third-party

||media.nakanune.ru/images/banners/

||mediabaf.ru^

||mediabanner.net^$third-party

||mediacartel.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 48/56
17/11/21 18:51 filter_1_000.txt
||mediacontext.$third-party

||mediacot.com^$third-party

||mediadar.ru^$third-party

||mediaget.com/torrent.php?r=

||mediainform.net^$third-party

||medialand.$third-party

||medianaft.com^

||medianaft.ru^$third-party

||medianetworks.ru^$third-party

||mediaplex.com^$third-party

||mediaportal.ru^$third-party

||mediarich.cc$third-party

||mediarich.us^$third-party

||mediarotate.com^$third-party

||mediatoday.ru^$third-party

||mediatraffic.com.ua^

||mediaunder.info^$third-party

||mediaunder.org^$third-party

||mediaunder.us^$third-party

||mediavenus.com^$third-party

||mediawayss.com^$third-party

||mediayoutube.com^$third-party

||medicinetizer.ru^$third-party

||medigaly.com^$third-party

||medrol.ru^$third-party

||medshowtiz.ru^$third-party

||medtiz.com^$third-party

||meelba.com^$third-party

||meendo.ru^$third-party

||meendocash.com^$third-party

||mega-polza.ru^$third-party

||megaban.com.ua^

||megabc.info^$third-party

||megabestnews.net^$third-party

||megafingroup.com^$third-party

||meganewss.ru^$third-party

||megaopen.ru^$third-party

||megartb.com^$third-party

||megatizer.com^$third-party

||megatizer.ru^$third-party

||megatraf.biz^$third-party

||megaweb.su/softblok^$third-party
||megogo.1ru.tv^

||mekadr.com^$third-party

||menflirt.ru/?$third-party

||meofur.ru^$third-party

||mercatos.ru^$third-party

||mestkom.ru^$third-party

||metaffiliation.com^$third-party

||metaliners.ru^$third-party

||metallicheckiy-portal.ru/imgrek/
||metaprofit.net^$third-party

||metertna.ru^$third-party

||mezima.com^

||mfatallp.com^$third-party

||mg.yadro.ru^$third-party

||mglsk.com^$third-party

||mgtz.ru/key/$third-party

||mhzaj.com^$third-party

||micro-win.com^$third-party

||mimizet.ru^$third-party

||minidoc.ru^$third-party

||minitds-*.info^$third-party

||miokoo.com^$third-party

||mipagerank.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 49/56
17/11/21 18:51 filter_1_000.txt
||mipwm.com^$third-party

||mirongotrof.ru^$third-party

||mirorgazma.ru/?partner=$third-party

||misqb.xyz^$third-party

||missrich.net^$third-party

||mix1traff.ru^$third-party

||mixadvert.com^$third-party

||mixmarket.biz/$third-party

||mixtraff.com^$third-party

||mjavagames.ru$third-party

||mkavkaz.ru^$third-party

||mlfun.org.ua/images/ban

||mlgame.ru/?ref=$third-party

||mlgame.ru/images/banners

||mmassa.com^$third-party

||mmcispartners.com^$third-party

||mobalert.net^$third-party

||mobatori.com$third-party

||mobatory.com^

||mobi-bobi.info^$third-party

||mobi-mobi.info^$third-party

||mobiads.ru^$third-party

||mobiile-service.ru^$third-party

||mobile-click.biz^$third-party

||mobioffers.ru^$third-party

||mobisway.info^$third-party

||mobitema.ru$third-party

||modastro.ee^$third-party

||modelatos.com^$third-party

||moe.video^$third-party

||moevideo.biz^$third-party

||moijs.com^$third-party

||moipep.com/sys/js/$third-party

||mokuz.ru/vipcounter/

||molefefiseranis.ru^$third-party

||molesi.info^$third-party

||monbonsai.info^$third-party

||money-domen.com^$third-party

||money-in-net.ru^$third-party

||money.loveplanet.ru/nb/

||moneymaiker.ru

||moneysyst.biz$third-party

||moneytrap.ru^$third-party

||moogle.ru^$third-party

||moovy.ru/b*.php?

||morar.biz^$third-party

||more427.net^$third-party

||morkovo4ki.org^$third-party

||mostinfo.net/img/top/

||mostopana.ru^$third-party

||motoadvert.ru^$third-party

||movdec.com^$third-party

||moviead.ru^$third-party

||moviead55.ru^$third-party

||moviecash.ru^$third-party

||mp-a.info^$third-party

||mp-b.info^$third-party

||mp-https.info^$third-party

||mpay1.info^$third-party

||mpay3.info^$third-party

||mpay69.biz^$third-party

||mpay69.com^$third-party

||mpay69.pw^$third-party

||mpays.pw^$third-party

||mptri.net$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 50/56
17/11/21 18:51 filter_1_000.txt
||mqmh.uihdlx.xyz^$third-party

||mrbasic.com^

||mrelko.com^$third-party

||msrv.su^$third-party

||mt-data.ru$third-party

||mtdata1.ru$third-party

||mtdata10.ru$third-party

||mtdatahaba.rocks^$third-party

||mtwbedsl.biz^$third-party

||muchhetont.ru^$third-party

||muhtoni.ru^$third-party

||mujuclaster.ru^$third-party

||mukipol.com^$third-party

||multimedia-boom.com^$third-party
||multirek.ru^$third-party

||multonly.ru^$third-party

||muposa.com^$third-party

||mutrik.com^$third-party

||muttr.ru^$third-party

||mvuhy.space^

||mwcvu.com^$third-party

||mxcount.com^$third-party

||mxttrf.com^$third-party

||my-adv.ru^$third-party

||my-dirty-hobby.com/getmdhlink.$third-party

||my-img.ru^$third-party

||my.electricbalance.com^$third-party

||my.golosplus.ru^$third-party

||myadrotate.ru^$third-party

||myads.ru^$third-party

||myanimetop.com/button.php?

||mybasilsoup.com^$third-party

||mybce.top^$third-party

||mycdn4.ru^$third-party

||mycpm.ru^$third-party

||mydirtyhobby.com/getmdhlink.$third-party

||mydirtyhobby.com^*.php?*&goto=join$third-party

||myfishsoup.com^$third-party

||myiphone.be^$third-party

||mykaren.ru^$third-party

||mykinotochka.ru^$third-party

||mynagor.com^$third-party

||mynewdomen.ru^$third-party

||mynikolaev.vn.ua^$third-party

||myonionsoup.com^$third-party

||mypagerank.*/*?

||mypictures-onlinegood.info^$third-party

||myserials.club^$third-party

||myshopthings.com/partner$third-party

||mytizer.com^$third-party

||mytizer.ru^

||mytomatosoup.com^$third-party

||mytraf.info^$third-party

||mytraf.ru^$third-party

||mywhite.ru^$third-party

||n.adonweb.ru/

||n.vestey.ru^$third-party

||n.vn-chk777.com^$third-party

||n1219adserv.xyz^

||n1307adserv.xyz^

||n130adserv.com^$third-party

||n161adserv.com^$third-party

||n74s9.com^$third-party

||nadavi.net^$third-party,domain=~torg-ua.mail.ru|~torg.mail.ru

||namogemi.ru^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 51/56
17/11/21 18:51 filter_1_000.txt
||nanofantiki.edigest.ru^$third-party

||narod-vrach.ru^$third-party

||nasdfg.com^$third-party

||nasimke.ru^$third-party

||native.ext.media^$third-party

||nativeroll.tv^$third-party

||navaxudoru.com^$third-party

||nbolame.ru^$third-party

||ncbqi.com^$third-party

||ndkes.com^$third-party

||ndyzz.com^$third-party

||nehuha.ru^$third-party

||nenrk.us^$third-party

||neosap.ru^$third-party

||nepalon.com^$third-party

||nepeoripa.biz^$third-party

||neqky.com^$third-party

||neroom.ru^$third-party

||nest.net.ru^$third-party

||nest.ru.net^$third-party

||nethatriheg.ru^$third-party

||netsled.net^$third-party

||network-t.net^

||new.traffic.ru^$third-party

||new.zalizo.pp.ua^$third-party

||new4.me^$third-party

||newhdfilms.ru^$third-party

||newisnews.info^$third-party

||newlostrek.ru^$third-party

||newportal.com.ua/informer/$third-party

||news-super.com^$third-party

||news.1ru.tv^$third-party

||news.govorjat.ru^$third-party

||news.pustgovorjat.ru^$third-party

||news.rk345dno.ru^$third-party

||news.trendovo.com.ua^$third-party

||news2you.ru$third-party

||newsfeed.net.ua^$third-party

||newsonlynews.com^$third-party

||newsportal1.com^$third-party

||newsportal2.ru^$third-party

||newsportal3.ru^$third-party

||newsportal4.ru^$third-party

||newsportal7.ru^$third-party

||newsprom.ru/img/

||newsteaser.ru^$third-party

||newstizer.ru^$third-party

||newsvidnews.info^$third-party

||newtizz.net^$third-party

||nextclick.com.ru^$third-party

||nextclick.com.ua^$third-party

||nextgame.ru^$third-party

||neyrvru.wmbgc.xyz^$third-party

||nfscharts.nfshome.com/track.php?id=

||ngads.com^$third-party

||nhotewi.ru^$third-party

||nhqqv.space^$third-party

||nhsb.rjjtf.biz^$third-party

||nickhel.com^$third-party

||nightdate.ru$third-party

||nigvbyd.net^$third-party

||nihewfi.net^$third-party

||ninavyg.ru^$third-party

||ningme.ru^$third-party

||nitroflare.com/img/banners/$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 52/56
17/11/21 18:51 filter_1_000.txt
||nitsano.ru^$third-party

||nlserver.xyz^$third-party

||nnavigation.info^$third-party

||nnn.ru^$third-party

||nnoxzo.rfskbylbsf.xyz^$third-party

||nnu.re^

||nnvkh.com^$third-party

||node.market-place.su^$third-party

||noletdint.com^$third-party

||nolix.ru/jads.php$third-party

||nostalgia.onego.ru^

||not-only.info^$third-party

||noteru.com/tizer/$third-party

||novbrom.com^$third-party

||novem.pl^$third-party

||novfox2.com^$third-party

||novosti.dn.ua/$object

||novoteka.ru$third-party

||novwolf.com^$third-party

||now09.ru^$third-party

||now73.ru^$third-party

||nqtxg.xyz^$third-party

||nqvlw.com^$third-party

||nrzcj.top^$third-party

||num-link.ru^$third-party

||numbers.md^$third-party

||numen.ru/button/?

||nutkaekwcm.ru^$third-party

||nvjqm.com^$third-party

||nvsey.com^$third-party

||nwmum.com^$third-party

||nxstx.top^$third-party

||nya.tessko.ru^$third-party

||nyrevi.ru^$third-party

||nyx.su/informers/

||nyyed.com^$third-party

||nztrt.top^$third-party

||obhodsb.com^$third-party

||obigre.ru^$third-party

||obislame.ru$third-party

||obitel.org^$third-party

||obkatra.ru^$third-party

||obladv.ru^$third-party

||obliv.online^$third-party

||oblivki.biz^$third-party

||oblivochki.biz^$third-party

||oblvk.ru^$third-party

||obmen.starstudio.org.ua^$third-party

||obmennik.ws/img/promo/$third-party

||obmnt.com^$third-party

||obovsemonline.ru^$third-party

||obsudam.ru^$third-party

||ocatdog.live^$third-party

||ocatdog.today^$third-party

||ochze.com^$third-party

||oconner.biz^$third-party

||oconner.link^$third-party

||octobird.com^$third-party

||octoclick.net^$third-party

||octozoon.org^$third-party

||odinkod.ru^$third-party

||odnobi.ru^$third-party

||odtoxup.ru^$third-party

||oezto.com^$third-party

||ofapes.com^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 53/56
17/11/21 18:51 filter_1_000.txt
||ofenop.ru^

||office.ad1.ru^$third-party

||offshp.ru^$third-party

||oftatsit.com^$third-party

||ofughrop.pro^$third-party

||ogbwqq.gkwtk.xyz^$third-party

||ogeri.ru^$third-party

||ognyvo.ru^$third-party

||ohnooo.ru^$third-party

||oindaa.com/sys/js/$third-party

||oiokewfkjnvq.com^$third-party

||oiya.ru^

||ojooo.com^$third-party

||okoshechka.net^$third-party

||okserial.club^$third-party

||olimpbanners.info^$third-party

||olivka.biz^$third-party

||olizyr.com^

||oltonve.ru^$third-party

||omasovizac.com^$third-party

||omotorax.ru^$third-party

||omsama.info^$third-party

||omynews.net^$third-party

||onadvert.ru^$third-party

||onatozo.info^$third-party

||one-klick.ru^$third-party

||one.lg.ua^$third-party

||one.ru/cgi-bin

||onedrive.su^$third-party

||onelead.ru^$third-party

||onenima.com^$third-party

||onepixshare.ru^$third-party

||oneund.com^$third-party

||oneund.ru^$third-party

||onivenapud.com^$third-party

||online-path.com^$third-party

||online.koko-ko.com^$third-party

||online.mik123.com^$third-party

||onlinim.ru^$third-party

||only4men.ru^$third-party

||onlytrailer.ru/embed/$third-party

||onvix.tv^$third-party

||ooredrr.com^$third-party

||opekom.ru^$third-party

||open.by/bnrs/

||openads.ab-daily.by$third-party

||openlinks.ru^$third-party

||openunder.net^$third-party

||openx.com^$third-party

||openx.org^$third-party

||orbit*.lun.ua^$third-party

||orbitum.com/promo/$third-party

||oreshki-news.net^$third-party

||oriondigital.ru^$third-party

||ortetse.ru^$third-party

||os340.com^$third-party

||osdoma.xyz^$third-party

||osnn.work^$third-party

||osqbk.com^$third-party

||osrones.ru^$third-party

||otclick-adv.ru^$third-party

||otinekocin.com^$third-party

||otm-r.com^$third-party

||otmolod.ru^$third-party

||oupox.club^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 54/56
17/11/21 18:51 filter_1_000.txt
||outwitch.com^$third-party

||ovbnb.com^$third-party

||ovintic.ru^$third-party

||ovtopli.ru^$third-party

||owebmoney.ru^$third-party

||owkkdsfg.com^$third-party

||ownadne.ru^$third-party

||oxlerco.info^$third-party

||oxn.gerkon.eu^$third-party

||oxredex.ru^$third-party

||ozdau.top^$third-party

||ozjga.top^$third-party

||oznibal.ru^$third-party

||oznul.com^$third-party

||ozon.ru/?partner=$third-party

||ozon.ru/PartnerTwinerNew.aspx$third-party

||oztumte.ru^$third-party

||ozwvd.com^$third-party

||p-rank.info/*?

||p-rank.org/pr.php?

||p.biasdo.com^$third-party

||p2p.bz^$third-party

||pabhaco.ru^$third-party

||pabrashu.info^$third-party

||pacode.org^$third-party

||padla.xyz^$third-party

||pajigkcel.work^$third-party

||palandan.com^$third-party

||palantir.in/showban*.php?

||pammru.net^$third-party

||pandre10.ru^$third-party

||panoll.com^$third-party

||parabit.ru^$third-party

||parabolla.net^$third-party

||parafiliya.ru^$third-party

||paramedjo.com^$third-party

||parhadat.com^$third-party

||paripartners.online^$third-party
||parthetwo.ru^$third-party

||partner-earning.com^$third-party
||partner.eviton.ru^$third-party

||partner.gde.ru^$third-party

||partner.iobit-team.ru/accounts/*/banners/$third-party

||partner.join.com.ua^$third-party
||partner.mediametrics.ru^$third-party

||partnerearn.net^$third-party

||partnergateway.liga-stavok.com^$third-party

||partnerki4you.ru^$third-party

||partners.agoda.com^

||partners.vsemayki.ru^

||partniorka.com^$third-party

||partycasino.com^*?wm=$third-party

||partypoker.com^*?wm=$third-party
||pay-hit.com^$third-party

||payfery.ru^$third-party

||paymonsters.biz^$third-party

||paywoman.ru^$third-party

||pbcde.com^$third-party

||pbid.iforex.com^$third-party

||pbnet.ru^$third-party

||pc-software.ru^$script

||pcads.ru^$third-party

||pctext.ru^$third-party

||pecaning.com^$third-party

||pelckw.qjudpxkisv.xyz^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 55/56
17/11/21 18:51 filter_1_000.txt
||pelicanprogram.com^$third-party

||pelicansource.com^$third-party

||pentoch.com/sys/$third-party

||penza-online.ru/cgi-bin/userstats.pl?

||people-group.su^$third-party

||peptido.ru^$third-party

||pereval.net^$third-party

||perfecttds.net^$third-party

||perfmelab.com^$third-party

||perinstallcash.com^$third-party

||personalki.net^$third-party

||peyzamo.ru^$third-party

||pfrve.xyz^$third-party

||pftfk.com^$third-party

||pgold.info^$third-party

file:///C:/Users/Administrador/Documents/_PDF/filter_1_000.txt 56/56

You might also like