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

! Checksum: 03MeKPdOA1Fh4JxYBCQ9Vw
! Diff-Path: ../patches/23/23-s-1711647541-3600.patch
! Title: AdGuard Ukrainian filter
! Description: Filter that enables ad blocking on websites in Ukrainian language.
! Version: 2.0.4.16
! TimeUpdated: 2024-03-28T17:32:41+00:00
! Expires: 10 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!-------------------------------------------------------------------------------!
!------------------ General JS API ---------------------------------------------!
!-------------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||document.readyState==="interactive")func();else if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);else if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
#%#var AG_removeElementById = function(id) { var element = document.getElementById(id); if (element && element.parentNode) { element.parentNode.removeChild(element); }};
#%#var AG_removeElementBySelector = function(selector) { if (!document.querySelectorAll) { return; } var nodes = document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length; i++) { if (nodes[i] && nodes[i].parentNode) { nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return; var elements = document.querySelectorAll(selector); for (var i = 0; i < elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if (fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
!
! AG_removeCookie
! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie name')
!
#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;){cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var b=h.slice(f).join(".");if(b){var c=d+"=",k="; domain="+b;b="; domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+"; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT";document.cookie=c+b+"; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT"}}}};a();window.addEventListener("beforeunload",a)};
!
! AG_defineProperty
! See https://github.com/AdguardTeam/deep-override
!
#%#var AG_defineProperty=function(){var p,q=Object.defineProperty;if("function"==typeof WeakMap)p=WeakMap;else{var r=0,t=function(){this.a=(r+=Math.random()).toString()};t.prototype.set=function(a,b){var d=a[this.a];d&&d[0]===a?d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return this};t.prototype.get=function(a){var b;return(b=a[this.a])&&b[0]===a?b[1]:void 0};t.prototype.has=function(a){var b=a[this.a];return b?b[0]===a:!1};p=t}function u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e){this.a=a;this.i=b;this.c=d;this.f=e}function w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\(.)/g;this.a=new p}function x(a,b){var d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return z(d);var e={get:function(){var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c)){var d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}(this===b.a.b||D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c){if(this===b.a.b||D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var d=b.g;d&&A(d)&&d.value===c?c=!0:(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else c=F(b,c,this);return c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||g.g||(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!0,h=f.b[l]);var n=y?H(k,h):new u(c.c.b);I(k,n,c.c);n=new v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):(q(f.b,l,m),g&&A(g)&&(M(m,g.value,f.b),E(k,g.value,c.c))))}}}function E(a,b,d){G(b)&&(b=H(a,b),I(a,b,d))}function F(a,b,d){var e=a.g;if(!e){e=B(a.a.b);if(null!==e&&(e=N.call(e,a.i)))return e.call(d,b);if(!O(a.a.b))return!1;a.g={value:b,configurable:!0,writable:!0,enumerable:!0};return!0}return M(e,b,d)}function H(a,b){var d=a.a.get(b);d||(d=new u(b),a.a.set(b,d));return d}function A(a){return"undefined"!==typeof a.writable}function J(a,b,d){for(var e=0,c=d.length;e<c;e++){var h=d[e];h in a&&(b[h]=a[h])}}function z(a){if(a){var b={};J(a,b,P);return b}}function M(a,b,d){if(A(a))return a.writable?(a.value=b,!0):!1;if(!a.set)return!1;a.set.call(d,b);return!0}var P="configurable enumerable value get set writable".split(" "),K=P.slice(0,2),L=Object.getOwnPropertyDescriptor,O=Object.isExtensible,B=Object.getPrototypeOf,D=Object.prototype.isPrototypeOf,C=Object.prototype.__lookupGetter__||function(a){return(a=Q(this,a))&&a.get?a.get:void 0},N=Object.prototype.__lookupSetter__||function(a){return(a=Q(this,a))&&a.set?a.set:void 0};function Q(a,b){if(b in a){for(;!w.hasOwnProperty.call(a,b);)a=B(a);return L(a,b)}}function G(a){var b=typeof a;return"function"===b||"object"===b&&null!==a?!0:!1}var R;return function(a,b,d){R||(R=new w);var e=R;d=d||window;var c=new u;a+=".";var h=c||new u;for(var g=e.g,k=e.j,f,l,m;a;){f=g.exec(a);if(null===f)throw 1;f=f[0].length;l=a.slice(0,f-1).replace(k,"$1");a=a.slice(f);(f=h.h[l])?m=f.c:(m=new u,f=new v(h,l,m),h.h[l]=f);h=m}if(!f)throw 1;a=f;a.f=b;E(e,d,c)};}();
!
! AG_abortOnPropertyWrite(property, debug)
! Aborts execution of a script when it attempts to write the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyWrite('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyWrite=function(a,b){var c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeSet:function(){b&&console.warn("AdGuard aborted property write: "+a);throw new ReferenceError(c);}});var d=window.onerror;window.onerror=function(e){if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has caught window.onerror: "+a),!0;if(d instanceof Function)return d.apply(this,arguments)}};
!
! AG_abortOnPropertyRead(property, debug)
! Aborts execution of a script when it attempts to read the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyRead('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyRead=function(a,b){var c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeGet:function(){b&&console.warn("AdGuard aborted property read: "+a);throw new ReferenceError(c);}});var d=window.onerror;window.onerror=function(e){if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has caught window.onerror: "+a),!0;if(d instanceof Function)return d.apply(this,arguments)}};
!
! AG_abortInlineScript(regex, property, debug)
! Aborts execution of an inline script when it attempts to access the specified property
! AND content of the <script> element matches specified regular expression.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode');
!
! @param regex regular expression that the inline script contents must match
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in document)return document.currentScript;var a=document.getElementsByTagName("script");return a[a.length-1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted execution of an inline script"),new ReferenceError(e);}});var f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!0;if(f instanceof Function)return f.apply(this,arguments)}};
!
! AG_setConstant('property.chain', 'true') // defines boolean (true), same for false;
! AG_setConstant('property.chain', '123') // defines Number 123;
! AG_setConstant('property.chain', 'noopFunc') // defines function(){};
! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true};
! AG_setConstant('property.chain', 'falseFunc') // defines function(){return false};
!
#%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function(){};else if("trueFunc"===a)a=function(){return!0};else if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a)){if(a=parseFloat(a),isNaN(a)||32767<Math.abs(a))return}else return;var b=!1;AG_defineProperty(e,{get:function(){return a},set:function(c){if(b)var d=!0;else void 0!==c&&void 0!==a&&typeof c!==typeof a&&(b=!0),d=b;d&&(a=c)}})};
! JS API FINISH
!
!-------------------------------------------------------------------------------!
!------------------ Common banner names ----------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of generic blocking rules.
!
! Good: .org/ads/
! Bad: .org/ads/$domain=example.org (for instance, should be in speficic.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/175774
! https://github.com/AdguardTeam/AdguardFilters/issues/175766
/rtb/kodik_instream?$xmlhttprequest
.com/vast.php?$xmlhttprequest
! https://github.com/AdguardTeam/AdguardFilters/issues/172328
/load-xml/?id=*&roll=$xmlhttprequest
! AdFactor
.com/services/?id=$script,third-party
! mobiads.pro
/resources/js/sticker.js?$third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/150343
! many players
.xml?v=3.0&external_subid=
! rutor mirrors
/esh-kichum.js
! luckyads.tech - 'Lucky' at advertising domain tab's name
/render?surfer_uuid=$third-party
! ads2.bid / AdProfex
/json/?*=*%2C690%$xmlhttprequest,third-party
/json/?user_id=*&site_id=*&blocks=$third-party
!
! rezka.ag
/point/?method=video_link&xl=$xmlhttprequest
! AdsWell.ru
! `window.adswellBaseDomain`
! https://damskiy.xyz/vendor/lib/oY.js
! https://muzhskoy.xyz/vendor/lib/Ep.js
.xyz/vendor/lib/$third-party,script
!
/L?tag=*_clickunder&$all
/j/v3.php?id=$xmlhttprequest
/mbp/pre/*$third-party,script
/wcm/?sh=$third-party,script
! from adware
/?goto=sitereg&atp=*&plid=*&bnid=$all
!
/jquerymin18.js
! NeverBlock
/nb/fl.js
! Fake push-notifications
/api/scripts/universal?id=$script,third-party
! uBar.pro
/appUbarButton.js
! offergate.pro
/api/content/js?blockid=*&sourceid=$script,third-party
!
&div=DIV_DA_
/luntic.php?q=
/js/utarget.js
! page with printed '404 not found' like ascii art
?uid=*&p=*&fmt=*&box_border=*&fghover=
! https://github.com/AdguardTeam/AdguardFilters/issues/42008
! Ads on a lot of click-bait sites
.ru/js/context.php?id=*&c=$script,third-party
.com/rq.jsp?$script,third-party
! armi.media
/bbqcode?saitDomain=*&referrer=*&clientWidth=$script
! x-tds.com
-tds.com/?id=*&h=*&l=*&r=
! webmasterskyi.com
/resources/draw_ad_script.js|$third-party
!
.site/*.js?referrer=$third-party
.xyz/get_code?w=
! `sc.setAttribute('data-mrmnd-tag', 'iam');`
/mbp/pre/*?sid=$script,third-party
/cu/pre/*?sid=$script,third-party
/dbp/pre/$script,third-party
!
/jquery-2.3.1.min.js?ref=*&pef=
! uCoz/Clan.su ads
! adb detect
/.s/src/crit_image.js
/.s/src/aw3bg1vw57wwpi.js
/.s/src/5bs387qwpyw73.js
/.s/src/282bde48fz.js
/.s/src/a3gj754wp9t73.js
/.s/flash/bnr/*
||ucoz.*/cgi/uutils.fcg?*&r=
! For popups. + scriptlet in 'general_extensions.txt'
/\.s\/src\/[a-z0-9]*.js/$domain=plasma.3dn.ru
/(\.com|.at.ua|\.clan\.su|\.ru|narod\.ru|3dn\.ru|\.net|my1\.ru|do\.am|moy\.su|\.info|\.tv|mrcmirgorod\.com\.ua|\.su)\/\?[A-Za-z0-9%]{80,}$/$script,domain=rezzoclub.ru|comicsgeek.ru|narod.ru|3dn.ru|at.ua|clan.su|igrul-ka.ru|kino-torrent.net|tc-image.3dn.ru|selezen.net|my1.ru|do.am|moy.su|jetvis.ru
/(\.com|.at.ua|\.clan\.su|\.ru|narod\.ru|3dn\.ru|\.net|my1\.ru|do\.am|moy\.su|\.info|\.tv|mrcmirgorod\.com\.ua|\.su|\.org\.ua|usite\.pro)\/[A-Za-z0-9_%]{3,12}\?[A-Za-z0-9%]{70,100}$/$script,domain=rezzoclub.ru|comicsgeek.ru|narod.ru|3dn.ru|at.ua|clan.su|free-dream.ru|igrul-ka.ru|kino-torrent.net|tc-image.3dn.ru|selezen.net|my1.ru|do.am|moy.su|jetvis.ru|fanofnfs.3dn.ru|kubik3.ru|paravozik.tv|greenflash.su|play-force.ru|megomult.ru|rub.org.ua|pokatushki-pmr.ru|usite.pro
/(\.com|.at.ua|\.clan\.su|\.ru|narod\.ru|3dn\.ru|\.net|my1\.ru|do\.am|moy\.su|\.info|\.tv|mrcmirgorod\.com\.ua|\.su|\.org\.ua|usite\.pro)\/[A-Za-z0-9_%]{3,12}\/.*\?[A-Za-z0-9%]{70,100}$/$script,domain=rezzoclub.ru|comicsgeek.ru|narod.ru|3dn.ru|at.ua|clan.su|free-dream.ru|igrul-ka.ru|selezen.net|my1.ru|do.am|moy.su|jetvis.ru|fanofnfs.3dn.ru|kubik3.ru|paravozik.tv|greenflash.su|play-force.ru|megomult.ru|rub.org.ua|elektronika56.ru|staroetv.su|pro-zakupki.ru|usite.pro
/ucoz\.(net|org|ru|com|ua)\/[A-Za-z0-9_%]{3,12}\?[A-Za-z0-9%]{70,100}$/$script,domain=ucoz.net|ucoz.org|ucoz.ru|ucoz.com|ucoz.ua
/ucoz\.(net|org|ru|com|ua)\/[A-Za-z0-9_%]{3,12}\/.*\?[A-Za-z0-9%]{70,100}$/$script,domain=ucoz.net|ucoz.org|ucoz.ru|ucoz.com|ucoz.ua
/usite\.(pro|org|ru|com|ua)\/[A-Za-z0-9_%]{3,12}\/.*\?[A-Za-z0-9%]{70,100}$/$script,domain=usite.pro
!
||ucoz.*/?*%21*%3B$script,~third-party
.*.ru/bpoint/src/vvpl.js?$third-party
.ru/bpoint/bnr/blocks/vastvpaid_player.js
/avXntA/ik47z/4I4Irk?%21$script
/clan.su\/\?[A-Za-z0-9]+%21.+%5E/$script
/porebl/?Izo84uQ4=*%$script
/tG3a8U7s/?x37gWsOk=
/uglobjs/?w3j0s9tL=
||ucoz.net/bnr/blocks/vastvpaid_player.js
!
/dear_code/*/goclick?t=*&ref=
/embed_code/*/goclick?t=*&ref=
://*.pp.ua^$script,third-party
://csp-*.ru/*/*/*/*/*/$script,third-party
! https://github.com/AdguardTeam/AdguardFilters/issues/20285
.ru/resources?key=$script,third-party
! medicineteaser.ru / medteaser / medtizer ads
.info/v2/show/?*=*&*;*&*=$script,third-party
.info/show/?*=*&*=*&*=*%20*%20*&$third-party
.ru/show/?*=*&*=*&*=*%20*%20*&$script,third-party
.ru/show/?*=*&*=*%D0*|%20*&$third-party
.ru/show/?*&block_id=
.ru/show/?*=*&*=*&*=*&$script,third-party
.ru/show/?*=*=*&*=*::*&$script,third-party
.ru/show/?block_id=
! BBQ
/admin-ajax.php?action=bbq_default_code_url&rnd=
/sm?saitDomain=*&referrer=
! kodik.cc
/vast-ad/*/manifest.xml
/vast-adv/*/manifest.xml
/vast-advert/*/manifest.xml
/vastad/*/manifest.xml
/vastadv/*/manifest.xml
! RealBig
.com/rotator.min.js|
.live/rotator.min.js|$third-party
.pro/rotator.min.js|$third-party
.ru/rotator.min.js|$third-party
.today/rotator.min.js|$third-party
! ads.red (`var ca_domain`)
.ru/code/*.js|$third-party
.ru/static/module_sticker.min.js
.ru/static/pc_static.min.js
.ru/static/pc_sticker.min.js
.ru/static/static_pc.min.js
.ru/static/static.min.js?$third-party
.ru/static/sticker_pc.min.js
.ru/static/sticker.min.js?$third-party
.ru/static/sticker.js?$third-party
! tnAdditionalParams
/cu3.php$script,third-party
/0core.js?*=
/0jquery.js?*=
/1script.js?*=
/6code.js?*=
/6core.js?*=
/6init.js?*=
/6script.js?*=
! AnyADs
/ssp-bn.min.js
! tds.ru
?frm=script&se_referrer=
! AdPlus
/smartrotator.js?referrer=
!
/img/amigo.
! Tizer Divizion
.com/myout.php?g=
.net/myout.php?g=
.ru/myout.php?g=
! window.AD_DOMAIN_URL_SYS*
.club/?*=*&*=*&*=*&*=$script
.com/?*=*&ids=*&r=
.com/?*=:&ids=*&r=
.com/js/v1.2/script.min.js|$third-party
.info/?*=*&ids=*&r=
.info/?*=:&ids=*&r=
.info/js/v1.2/script.min.js|$third-party
.org/?*=*&ids=*&r=
.org/?*=:&ids=*&r=
.org/js/v1.2/script.min.js|$third-party
.pro/?*=*&ids=*&r=
.pro/?*=:&ids=*&r=
.pro/js/v1.2/script.min.js|$third-party
.ru/?*=*&ids=*&r=
.ru/?*=:&ids=*&r=
.ru/js/v1.2/script.min.js|$third-party
.top/?*=*&ids=*&r=
.top/?*=:&ids=*&r=
.top/js/v1.2/script.min.js|$third-party
!
.biz/next.html?$third-party
.com/next.html?$third-party
.gold/next.html?$third-party
.info/news.js|$third-party
.pro/news.js|$third-party
.pw/next.html?$third-party
.ru/news.js|$third-party
.ru/next.html?$third-party
.ru/output/index/$script,third-party
.ru/output2/index/$third-party
/img/rekl/*
!
.*.com/show.html?$script
.com/*?uid=*&p=*&fmt=htm&lng=**&tid=1
.net/show/?id=*&r=
.pro/up/?id=*&r=
.site/show/?id=*&r=
.space/show/?id=*&r=
!
/cdn-cgi/pe/bag2?r[]=*interfax.info
/cdn-cgi/pe/bag2?r[]=*interfax.pw
/cdn-cgi/pe/bag2?r[]=*umekana.ru
/cdn-cgi/pe/bag2?r[]=*xvhvm.top
/cdn-cgi/pe/bag2?r[]=*yjuqi.top
! MxAdNews
/w*/dyn_data/app.js?$~third-party
!
/handler_static/js/vast.js
!
/news/?mobtop=*&ref=
/news/?ref=*&bn=*&sid=*&mobtop=
/view/?sid=*&bn=*&ad=*&ref=
! http://goblin-online.ru/ http://freerutor.org/
/asddsa/lc.php?pubId=$script
/banner_lc.php?pubId=$script
/banner_lp.php?pubId=$script
/lc.php?pubId=$script,third-party
/lp.php?*pubId=$script,third-party
! Советник Яндекс.Маркет
/sovetnik.webpartner.
! TeaserNet
.com/*.js?p=*&amp;b=
.com/inc/angular.js
.pw/inc/angular.js
.space/inc/angular.js
.top/inc/angular.js
.ua/inc/angular.js
/static/foobar.js?p=*&amp;b=
/static/foobar.js?p=*&b=
! popular popup
! example: https://forum.adguard.com/index.php?threads/19513/
://www.*.xyz/*?*&key=$popup,third-party
! tizer24
/show/?block_id=
! TeaserLady
rtl.*/init.js?$third-party
! SlickJump ads
/js/sjplugin.js
! viboom.com ads
.*/video/get/?platformId=*&sig=*&vbmuid=*&data=$third-party
.*/video/get/?userId=*&sig=*&vbmuid=*&data=$third-party
.com/player/|$third-party
.ru/player/|$third-party
//rotator.*.*/video/?platformId=*&*&height=*&sig=$script
!
/bens/vinos
/bens/*/vinos.js?
/bens/vinos.js?
/bens/somejscode.js
!
/a.php?id=*&loc=*&ref=
/b?size=*&catgry=$script,third-party
/code/partners.php?id=$third-party
/code/bshow.php?id=*&dimension=
/news/?bn=*&ref=
/output/index/*$other,script,third-party
! Example: inforesist.org
/cdn-cgi/pe/bag2?r[]=*%2Fan.yandex.ru
/cdn-cgi/pe/bag2?r[]=*c8.net.ua
! TeaserNet/VisitWeb ads
! Example: publicagent.ru
.space/tds.php?$third-party
.top/*.html?b=*&ref=*&prot=*&mkey=
.top/ajax/?b=*&f=*&p=
/flickr/photo?url=$script,third-party
://*.*.org/xx?*&clu=*&mb=$redirect=nooptext,important
://*.*.org/xx?*&clu=*&mb=$script
://vw.*.org/v/*_*_$redirect=nooptext,important
://vw.*.org/v/*_*_$script
://*.*.biz/x2/$script,third-party
://*.*.biz/xa/$redirect=nooptext,important
://*.*.biz/xa/$script
://*.*.biz/xj/$redirect=nooptext,important
://*.*.biz/xj/$script
://*.*.biz/xx?$redirect=nooptext,important
://*.*.biz/xx?$script
://*.*.biz/xy/$redirect=nooptext,important
://*.*.biz/xy/$script
://*.*.com/xj/$redirect=nooptext,important
://*.*.com/xj/$script
://*.*.info/v/$redirect=nooptext,important
://*.*.info/v/$script
://*.*.xyz/v/$script
://*.*.xyz/vv/$script,third-party
://v.*.com/vv/$script,third-party
://v.*.info/v/$redirect=nooptext,important
://v.*.info/v/$script
://v.*.tv^$script,third-party
://vv.*.online/v/$script
! VisitWeb ads
! Example: http://svetmonet.ru/2098.html
.space/xx?*&bid=$script,third-party
http://*.*.pw/v/$third-party
http://*.*.space/v/$third-party
http://*.*.space/v?$third-party
http://*.*.space/vv$third-party
http://*.*.space/x?$third-party
http://*.space/*&bid=$third-party
http://v.*.com/*&bid=$third-party
http://v.*.com/v/$third-party
http://v.*.com/v?$third-party
http://v.*.com/vv?$third-party
http://v.*.com/x?$third-party
! Example: http://www.traht.org/
/static/bc.js?
! megatrack.info
/bn.php?s=
sb.php?s=$script
! Sample: http://ero.aslanova.ru/
.com/jsonp.php?b=*&ref=
.info/embed_code/*/goclick?ref=
.pw/embed_code/*/goclick?ref=
! TeaserNet
! Sample: http://manystars.ru/
/\.com\/jsonp\.php\?[A-Za-z0-9]{300,}/$third-party
.club/jsonp.php?b=
.com/native.php?b=
.net/jsonp.php?b=*&ref=
.pro/native.php?b=
.pw/jsonp.php?b=
.space/jsonp.php?b=
.top/jsonp.php?b=*&ref=
.us/jsonp.php?b=
.xyz/jsonp.php?b=
/?bn=*&ad=
! Sample: http://podpl.football-plyus.net/leftunit.pl?4051
http://*.ru/leftunit.pl?
! Kadam ads
/kadam.base.min.js?
!
.bid/pjs/$script
&adtype=
&afftraf=
&clientype=*&adid=
&foiffs=
&lc_format=map_inset_ad&
-120x600
-160x600
-234x60.gif
-336x280
-360x110.
-ad-manager/
-bin/ivw/cp
-blog.org/layer/layer.js
-click.ru/adv_out
-content/adsys/
-defonce.com/th.
-dosug-nu.com/v?
-down.ru/pd.
-media.net/adj/
-na-dosuge
-rebels-ads/
-stats.video.
-stdlauncher.js
.120x600
.160x600
.300x250
.336x280
.cf/get-image?image=$third-party
.com/160_
.com/728_
.com/clk.js|
.com/in.htm?wm=$third-party
.com/pt/t?&d=
.com/pv.js
.com/px/?bc=
.com/rtr/1
.com/rtr/2
.com/rtr/3
.com/rtr/4
.com/rtr/5
.com/rtr/6
.com/rtr/7
.com/rtr/8
.com/rtr/9
.info/baner/
.info/clk.js|
.info/init.js?$third-party
.ippi?g=
.kz/clk.js|
.kz/rtr/1
.kz/rtr/2
.kz/rtr/3
.kz/rtr/4
.kz/rtr/5
.kz/rtr/6
.kz/rtr/7
.kz/rtr/8
.kz/rtr/9
.net/activity;
.net/clk.js|
.net/layer-*.js
.net/pop.js|
.net/rtr/1
.net/rtr/2
.net/rtr/3
.net/rtr/4
.net/rtr/5
.net/rtr/6
.net/rtr/7
.net/rtr/8
.net/rtr/9
.netmng.
.nuffnang.*.js
.nuggad.*.js
.org/clk.js|
.org/rtr/
.php?zoneid=*&loc=
.ru/baner/
.ru/clk.js|
.ru/code.php?id=
.ru/icq.js
.ru/images/re/*.jpg?
.ru/pop.js|
.ru/rtr/1
.ru/rtr/2
.ru/rtr/3
.ru/rtr/4
.ru/rtr/5
.ru/rtr/6
.ru/rtr/7
.ru/rtr/8
.ru/rtr/9
.su/clk.js|
.tizers.
.trafmonster.
.tuvideogratis.*.js
.tv/baner/
.tv/clk.js|
.tv/rtr/1
.tv/rtr/2
.tv/rtr/3
.tv/rtr/4
.txtfull.com/script.
.ua/banners
.ua/clk.js|
.ua/pop.js
.ua/rtr/5
.ua/rtr/9
.unicast.*.js
.untang.*?
.wrating.*.js
.xyz/get.php?
/.adserv/*
/120x600
/240x200_
/240x350_
/240x400.gif
/240x400.jpg
/336x280
/468_60_2.gif
/468_80_6.gif
/468by60
/468vpn.gif
/468x60i.gif
/468x60r
/728x90ru.jpg
/970x60.jpg
/__ads_left.php
/_banner_.gif
/_ui/ad/*
/aamsz=*/acc_random=
/abmw.asp?z=
/abmw.aspx
/acc_random=*/aamsz=
/ad*.js?link
/ad-local.
/ad.aspx
/ad.html
/ad.pl?z
/ad/?id=
/ad/frame
/ad/google
/ad/header
/ad/inad
/ad/init
/ad/lrec
/ad/mercury
/ad/rectangle
/ad/serve
/ad/skyscraper
/ad/sponsor
/ad/text
/ad/view
/ad1.html
/ad2.aspx
/ad2.html
/ad300.htm
/ad_250x
/ad_300x
/ad_js.php
/ad_os.php?
/adfactory.
/adfarm.
/adfox.asyn.code.ver3.js
/adhandler/*
/adjs.php?
/adland.php
/adman.js
/adman/image/*
/adman/www/*
/adnetwork.
/adriver.
/adriver_
/ads-1.js
/ads.php?
/ads.pl
/ads/frame
/ads/freewheel/*$domain=~nba.com
/ads/hp/*
/ads/html
/ads/pa/*
/ads/paid
/ads/right
/ads/text
/ads/top
/ads/www
/ads2.html
/ads2.php
/ads_banner/*$third-party
/adspaces.
/adtop.js
/adv.aspx
/adv/adv.js
/adv/JSblock.php
/adv_out.$script
/advertisers/*
/adworks.
/adx.js
/affiliatelinks.
/affiliates/banner
/afimages.
/afisha_banner/*
/app/ads.js
/as3adplayer.
/baner1.gif
/baner_final.gif
/baneru/*
/bannar.jpg
/banner/functions.js
/banner/get/*
/banner10.gif
/banner100.gif
/banner3.gif
/Banner468-60.gif
/Banner_200x400
/bannerbottom
/BANNERI/*
/bannermedia/*
/bannerREK.gif
/banners*swf$domain=~gnezdogluharya.ru
/banneru/*
/bannery-
/begun.js
/bitrix/spread.php?
/bnrsrv.*?
/bodyclick.
/bs.mybb.ru/*
/bw_adsys.
/cgi-bin/adv.fcgi?
/cgi-bin/iframe/*
/clickheat.
/clickunder.js
/clk2.js|
/cnwk.1d/ads/*
/code/brand_show.php$third-party
/code/pops.js
/codes/*.js|$third-party
/com_artbannersplus/*
/commercials/*
/cs/ads/*
/css/branding_*.css$domain=~citigroup.com
/ctxtlink/*
/cu2.php?block_data$third-party
/dc_ads.
/delivery/ag.php
/delivery/avw.php
/din_new6.php?code=*&bid=*&linkdest=
/display_ads.
/dontblockthis/*
/event.ng
/files/baner*.jpg
/files/baner_
/files/bannerfile
/fotostrana_partners_
/fullgames.ru/*$object
/get_top_banner.php
/getad.aspx
/getad.js
/getad.php?
/getad.php|
/getad?n=
/getrank.net/pr*.php
/google_adsense.
/google_adsense_
/homepage_ads/*
/i.li.ru/_sl_/*$script
/idevaffiliate/*
/iframe_ads?
/iframer.php?$third-party
/images/ad.
/images/ad1.
/images/ad125.
/images/ad2.
/images/ad4.
/images/ad5.
/images/ad_
/images/amigo.
/images/ban/*
/images/baner.gif
/images/bn/*
/images/promo_b/*
/images/rek/*
/images_jtads/*
/img/b468_60
/img/bn/*
/img/partnerka/*
/img/recl/*
/img/sponsor/*
/img/topad_
/in.php?id=$third-party
/informer11.js
/interstitial.wind.js
/jabox/jabox
/jabox_js/*
/js-ad.php
/js.ng/c
/js.ng/s
/js.php?sid=
/js/ad_eo_
/js/advertising/*
/js/branding-rotator.js
/js/clickunder/*
/js/clk.js|
/js/code.php?id=
/js/pop-up.js$third-party
/js/rek.js|
/js/vk.php$third-party
/label-advertisement.
/linkexchange/*
/linkshare/*
/lp2/go.php?file=
/mainbanner.gif
/mirmaek/*.gif$image
/mnetorfad.js
/mod/adman/*
/netcat/modules/banner/*
/newclk.js|
/news/?ref=*&mobtop=
/oasisi-*.php?
/openx/www/*
/OurBanners/*
/pagerank.$image
/pagerank/*$image
/partner_banners/*
/pict/baner.gif
/pix/ad/*
/Pop-under.js
/popuptraf
/position=*/aamsz=
/promo/banner2.jpg
/promo/vulkan/*
/promos/banner.php
/prre.ru/bout.php?
/prre.ru/wout.php?
/pseudocounter.js
/Qcash.Simple14.Extended4.LCU.js
/rankem.cgi?action=
/rax.ru/*
/rec_ad1.
/reclama_*.jpg
/redtram.
/rek1.js|
/reklama1.js
/reklama2/*
/richarbuz.
/richmedia.adv?
/rightadclick.php
/rnb.php?id=informer
/rotator/*.js$third-party
/Rotator/ads/*
/rotator/banner/*
/rotator/rotator.js
/rotban/img/*$image
/rotban/rotator.js
/ru-n4p/*.js
/ua-n4p/*.js
/scripts/clickjs.php
/shared/promos/*
/show/out.php?t=*&async=1&v=$third-party
/showlayer.
/smartlinks.
/soft/baner_
/spc.php?
/spcjs.php?
/specials/htads/*
/splash/page_header/*
/sponsor-right.
/sponsor-top.
/sponsor_images/*
/sponsoring/*
/sponsorship_
/style/branding.css
/sun*_ajax.js|
/swf_banners/*
/TeaserBlock.site.js
/templates/_ads/*
/tizermoya.php
/tizermoyad.php
/tizers.
/tizers/*
/traforet-*.js
/traforet.js
/tx2.ru/*
/tx_macinabanners/*
/upload/bx/*
/uploads/baner/*
/uploads/bnr/*
/uploads/clk.js|
/us-adcentre.
/vendshow/*
/vertical_banners/*
/view/banner/*/zone?zid=
/viewt.js
/vkshow1.php$third-party
/vottbanner
/vr-ad.png
/vsemayki_
/warlog.$domain=~ganjawars.ru
/xap.ru/*$script
120x600.
120x600b
160x600-
160x600.
2010/ads/
468x15.h
468x60.g
468x60.h
468x60.j
468x60.s
468x60a.
468x60ba
728banne
728x90.g
728x90.h
728x90.j
728x90.p
728x90.s
728x90px
768x60.gif
8080/ads/
://*.*.com/init.js?$third-party
://news.*rekl*.ru/show/*.js|$third-party
://tds.$script
^clickunder=
_120_600
_120x600
_160x290
_160x600
_336x280
_580x100
_600x100.png
_610x120.gif
_728.gif
_728by90
_ad.aspx
_ads/script.
_ads?pid=
_adspaces/
_adsys.js
_banner.gif
_banner120_2.gif
_banner_rotator.php
_box_ads/
_sponsored_links.
ban_click
ucoz.ru/informer/
||carambis.ru/static/new/programs/promo/$third-party
||iframe.tvzavr.ru/action/window/*?autoplay=1$third-party
||iframe.tvzavr.ru/iframe/index.html?cid=*&autoplay=1$third-party
||megogo.net/e/*?autoplay=1$third-party
||n*adserv.com/vast.xml
||videosafe.tv/video/embed/*?autoplay=1$third-party
||vk.com/rtrg$third-party
||dondlo.$third-party
/rttr*.min.js$~third-party
!-------------------------------------------------------------------------------!
!------------------ Common general hiding rules---------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains generic element hiding rules that block ads.
!
! Good: ##.adv
! Bad: example.org##.adv (should be in specific.txt)
!
!
! rutor mirrors
###psyduckpockeball
! Browsers ads
##a[href^="https://ya-distrib.ru/r/"]
!
! Ads in likemore-fe.go.mail.ru widget
##.mywidget__col > a.mywidget__link_advert
! Ads on uCoz sites
##div[id^="_u_ablock_"]
!
##.ipsAdvertisement
##.adv-news-within
##div[id^="yandex_rtb"]
##a[href^="https://ad.letmeads.com/"]
##div[data-adv-type="dfp"]
##body #vid_vpaut_div
##.adsbyyottos
##.flat_pm_outgoing
###Ad2
###AdText
###Ad_Top
###Adfox_Banner
###AdvertFieldBottom
###AdvertFieldCenter
###AdvertFieldTop
###Advertisement
###AdvertisingTopLine
###BanHolder28-1
###BannerDiv
###BannerGBottom
###BannerGCenter
###BannerGIMG
###BannerGTop
###BannerH2Left
###BannerHIMG
###BannerHLeft
###BannerUnderBroChat
###JaboxAdBarOuter
~ukr.net###JobInformer
###METABAR_IFRAME
###MarketGidComposite1001
###PopUpWnd
###PopWin
###PopWin_popupsu_notds
###RichBanner_center
~kids.t-online.de###Tadspacehead
###__adIframe
###ad-200
~madame.lefigaro.fr###ad-container
###ad-content
###ad-slides
###ad-wrapper
~tphousing.com###ad1
###ad2
~absoluteradio.co.uk###ad3
###ad4
###ad7
~natgeo.tv###ad728x90
~jobs.wa.gov.au,~pricewatch.com###adContainer
###adHeadBanner
###adL
###adP
~ran.de###adTop
###adWrapper
~academics.de###ad_container
###ad_help_link
###ad_hide_mask_ad_0
###ad_hide_mask_ad_1
###ad_square
~amnestyusa.org,~drownedinsound.com###ad_wrapper
###adbns
###adf_notifiers_wrap
~mercurynews.com,~siliconvalley.com###adposition3
~fotonews.join.ua###adriver_banner
###adsCSS
~metblogs.com,~oreilly.com###adspace
###adt
###advRightBox
~mobile-review.com###advblock
###advbroker_place_1
###advbroker_place_10
###advbroker_place_2
###advbroker_place_3
###advbroker_place_4
###advbroker_place_5
###advbroker_place_6
###advbroker_place_7
###advbroker_place_8
###advbroker_place_9
###advertbox
~zlatestranky.cz###advertise
~ping-timeout.de###advertisement
~letidor.ru,~uscbookstore.com###advertising
###advertising_floater
###advertisment
~markt.de###adverts
###advrich
###advunder-top
###adzerk3
###app-banners
###b_top-banner
###ban_zone_4
###banerHead
###banner-container
###banner-container-240x400
###banner-header-bottom
###banner-placeholder
###banner-top
###banner-top-2
###banner-top-3
###banner-top-4
~flickr.com###banner-wrap
###banner240
###banner300_250
###banner3_wraper
###banner_2
###banner_box
###banner_carousel
###banner_column
~airpano.com,~airpano.ru###banner_container
###banner_container_bayru
###banner_container_ch
###banner_div
###banner_head
###banner_journals
###banner_notes
###banner_place_1_wrap
###banner_title
###banner_top
###banner_top2
###bannerlayer
###banners-for-study
###banners_bottom
###banners_left
###banners_right
###banners_rot
###banners_rot_block
###bannner_header
###bbccom_mpu
###bbccom_storyprintsponsorship
###bg_banner_l
###bg_banner_r
###bl_top_reklama
###bl_top_reklama2
###bottom-banners
###bottomBanners
###bottom_advert
###bottom_commercial
###branding_block
###branding_flash
###brandtop
###breklama
###buttonad
~filecheck.ru###contentAd
~maximonline.ru###content_ad
###cpa-system-banner
###ctl00_Main3_bannerDiv
###ctl00_abot_bb
###ctl00_atop_bt
###ctnAdsRight
###divFlashTeaser
###dle-content #lp-block-1
###dle-content #sip22
###dle-content .cb_dav_container
###dle-content .download_inner
###dle-content .mad22-search
###dle-content .modul-sp_main
###dle-content .search_result
###dle-content > #down-up
###dle-content > noindex > span
###dle-content noindex > div.central
###dle-content noindex > table[style]
###explosive_banner_1240
###f_advert
~discuss.com.hk,~uwants.com###featuread
###floating_banner_bottom
~investopedia.com###footer_ads
###from_our_sponsors
###gad
###google_ads_frame1
###googleadbox
~uwcu.org###head-ad
###head-banner
~cmt.com###header_ad
###header_banner
###icq_place
###informers-168
###isviVideoBlock
###jobukrnet
###leader-sponsor
###left_ban
###left_ban2
###left_ban_micro
###left_reklama
###leftbanners
###lt-topbanner
###mailru_game_leftclicks
###mailru_game_righgtclicks
~mediaget.com###mediaget_box
###mpu
###n_Ad
###nolix
###partnerIframe
###player_ads_block
###poptrafWin
###preS_BANNERID
###preS_BANNERID2
###premium-banner-1
###premium-banner-2
~bipbip.co.il###printads
###promo > div.box
###promo > div.t_box
~flickr.com###promo-ad
###promo_bottom > div.box
###promo_bottom > div.t_box
###qcash-extended-block
###r_banner
###rekblock
###rekl
###reklamblok-2
###right-banner
###right-banner-2
###rightS_BANNERID
###right_reklama
###rightbanners
###rotating_banners
###sape_style
###sapetext
###section-sponsors
###showad
###showcase_links
###showcase_links_beg
###showcase_links_end
###showcase_posters
###showcase_posters_beg
###showcase_posters_end
~facebook.com,~japantoday.com###sidebar_ads
###skyscraperad
###slon_partner_widget
###smart_banner
###sp22
###splinks
###spons_left
###sponsor-search
###sponsor_panSponsor
###sponsor_recommendations
###sponsoradd
###sponsorbar
###sponsorbox
~worldsbestbars.com###sponsored
###sponsored-ads
###teaser_block_div
~hm.com###teasers
###teasers-sidebarleft
###teasers-top
###tizerclik
###tizeri_vnizu
###top-advert-block
###top-advert-block-second
~neowin.net###topBannerAd
~morningstar.se###top_ad
###top_banner
~trusted.ru###top_banners
###topad
###topads
###topbanners
###toplogo_banner
###tpl_vertbanner_block
###trans_ad_box
###vBanner
###vi_ad
###viboom
###videoPageAds
###vkMsg
###widget_floatbanner
###wsllc_rotator
###yahoo_ads_2010
###yandex_ad
###zm_banner
~co-operative.coop##.AdBox
~backpage.com##.AdInfo
~superbikeplanet.com##.AdTitle
~ph4.ru,~swanseacity.net,~wrexhamafc.co.uk##.Advert
##.Banner240
##.Banner240 > a
##.Banner240 > img
##.Banner240 > object
##.Banner710
##.Banner710 > a
##.Banner710 > img
##.Banner710 > object
##.Banner780
##.Banner780 > a
##.Banner780 > img
##.Banner780 > object
##.BannerKnopka
##.BannerKnopka2
~love.mail.ru,~mamba.ru,~samsoftik.ru##.BannerTop
##.BannerVertMargin7
##.MPU
##.SponsorCFrame
##.ad-block-240x400
~assetbar.com##.ad-button
##.ad-sputnik-wrapper
##.ad21
~itavisen.no##.ad468
~ksl.com##.adBox
~mycareer.com.au##.adContainer
~superbikeplanet.com##.adDiv
~mercurynews.com,~siliconvalley.com##.adElement
~superhry.cz##.adHolder
##.adModule
~marktplaats.nl##.adSummary
~bipbip.co.il##.adText
~ksl.com,~superbikeplanet.com##.adTitle
##.adWrapper
~nirmaltv.com##.ad_Right
~moyareklama.ru,~panarmenian.net##.ad_body
##.ad_left
##.ad_left_block
~leboncoin.fr,~moyareklama.ru,~subito.it##.ad_links
~didaktik-der-mathematik.de##.ad_right
~chinapost.com.tw##.ad_space
~leboncoin.fr##.ad_text
##.ad_top_panel
##.adbg
##.adblockcenter
~superbikeplanet.com##.addiv
~linux.com##.adframe
##.adhere
##.adhered
~northjersey.com##.adholder
~epey.com##.adi
~backpage.com##.adinfo
~hotrod.com,~superchevy.com##.adleft
~hgh14x.com,~bipbip.co.il##.adlist
##.admarker
~bipbip.co.il,~quoka.de##.adpic
##.adprice
##.adright
##.ads739x90
##.ads_ban
##.adsenseblock
~rinkworks.com##.adtable
##.adv-post
##.advBrand
##.adv_bl
##.adv_to_hide_holder
##.advert-horizontal
##.advert__banner
~browsershots.org##.advert_list
~inboxdollars.com,~gazeteyenigun.com.tr,~andkon.com,~masseurporn.com,~wired.com##.advertisement:not(body)
##.advertiser
~macwelt.de,~redmondpie.com##.advertisment
##.advertka
##.adverts
~calgaryherald.com,~montrealgazette.com,~vancouversun.com,~windsorstar.com##.adwrapper
##.affiliate
##.ah-teaser-wrapper
##.ammblock
##.appgrade_banners
##.appwidget-journalpromo
##.artbannersplus
##.b-ad-block-vertical
##.b-ad-rightBanner
~irr.by##.b-advert
##.b-app-banner-list
~news.rambler.ru##.b-article-aside__banner
~esetnod32.ru##.b-banner
##.b-banner-240x400
##.b-banner_slide
##.b-branding__flash
##.b-hbanner
##.b-journalpromo-container
##.b-resizable-ads-area
##.b-revolver-bann
##.b-section_banners
##.b-side-banner
##.b-slando
##.b-tbl_banner_links
##.b-tizer
##.b-vacancy-bannerplace
##.b-wrap_banner
##.bDown
##.bFiles
##.b_top-banner
##.ban-border
##.ban250
##.ban468b
##.ban468w
##.baner_block
##.banex-banner
##.banfoot
##.banner-border-wrap
##.banner-head
##.banner-hold
##.banner-link-left
##.banner-link-right
##.banner-link-top
##.banner-mid
##.banner-place
##.banner-r
##.banner-side
##.banner-square
##.banner-top-film
##.banner-work-in
##.banner240
##.banner240_10
##.banner2_right
##.banner300x100
##.banner300x250
##.banner640
##.bannerBlock
##.bannerPlace
##.bannerRight
##.bannerTipe
##.bannerTop
##.banner_240x400
##.banner_bg_bottom_link
##.banner_bg_top_link
##.banner_center
##.banner_panel
##.banner_place
##.banner_topss
##.bannerblock
##.bannerflash23
##.bannerfootbox
##.bannerhead
##.bannerin
##.banners-top
##.banners1
##.banners2
##.banners_list
##.bannertop
##.banwth
##.bbanner
##.bc-adv
##.bc_adv
##.bc_adv_container
##.bc_adv_container_2
##.bc_adv_container_3
##.bc_adv_i
##.bc_adv_inside_container
##.bloc_rek
~bigtracker.ru##.block_ad
##.blockadwide
##.bnr_r2
~ixbtlabs.com##.bottom_ad_block
##.bottom_banner
~filmz.ru##.bottombanner
##.carambis_hbanner_336
##.cb_avd_container
##.cb_footer_sponsor
##.cb_vad_container
##.centerBttmBann
##.clips-adv
##.cnnMosaic160Container
~theology.edu##.contentAd
##.contentadcontainer
##.contextBanner
##.diet-banner
##.dircash_button
##.div_reklamma
##.firmach_form_rifform
##.fixed-reklama
##.flat_ads_block
##.h-footer-banner
##.h_banner
##.hbanner
##.head-ad
##.header-advertisement
~photobucket.com##.headerAd
##.header_ad_center
##.homep_banner
~radaronline.com##.horizontal_ad
##.ig_banners_container
##.ins_banner-part
##.left-banner
##.leftBanns
##.left_ads_block
##.left_back_banner2
##.left_bnr
##.logo_advert
##.marketgidV
##.marketgidVr
~mediaget.com##.mediaget
~driver.ru##.mid_ad
##.middleads
##.mobile-sponsoring
##.mod22-search
##.mod_banner
##.modul-one-search
##.modul-search
~corrieredicomo.it##.module-ad
##.module-one-search
~dolinacharlotty.pl,~gamespot.com##.mpu
##.mpuHolder
##.ms_inside_block
##.msk-banner-block
##.msk-onair-advert-block
##.mywidget-content-ad
##.one-search
##.one-search6
##.oteaser
##.pbaner
##.post_inner_banner
##.postads-bw-bkg2
##.premium_adv
##.publicidad
##.q_teaser_wrapper
##.qc-one-search
##.qc_search
##.r_banner
##.rastyazka
##.rebrand_clickable
##.reclama
##.reclama_v
##.rek_table
~cheb.ru,~forum.zarulem.ws,~na-svyazi.ru##.rekl
##.rekl5
##.reklama123
##.reklamapolos
##.results_sponsor
##.right_back_banner2
##.right_banner_premium
##.rightrecl
##.rkl
##.s_adv
##.skyad
##.slidebar-banner-block
##.sp_one_search
##.sp_one_search1
##.sp_one_search2
##.sp_one_search3
##.sp_search
##.sp_search2
##.sp_search3
##.sp_search_table
##.sponsor-top
##.sponsorTop
##.sponsor_horizontal
##.sponsor_top
##.sponsorbox
~excite.eu##.sponsoredtextlink_container
##.statcounter
##.subs-top-banner
##.surbis_banner
##.teasers_horizontal
##.tizerblock
##.top-sponsors
##.top-teasers
##.topAd
##.topBannerMainPage
##.topBanns
##.top_ad2
##.top_banners
##.top_megabanner
~pchome.com.tw##.topad
##.topbanner2
##.topbannerbg
##.tpl_bottom_banners
##.tzrlnd_td
##.videoAd
##.visitweb_block
##[name="Ad_Image"]
##a[href*=".twkv.ru"]
~globalteaser.ru##a[href*="globalteaser.ru"]
##a[href*="sapmedia.ru"]
##div.article-content-full-inner > div[onmouseover]
##div.bannerbg
##div.topbaner
##div[id^="AdFox_banner_"]
##div[id^="CGCandy"]
##div[id^="admixer_"]
##div[id^="ads_games_"]
##div[id^="beroll_rotator"]
##div[id^="cpa_rotator_block_"]
##div[id^="lp_banner_"]
##div[id^="smi2adblock"]
##div[id^="smi_teaser_"]
##div[id^="teaser_70"]
##img[src*="rmbn.ru/banners/"]
~dropmefiles.com##noindex .download_btn
##noindex > .cb_vda_container
##noindex > .d-link
##noindex > div#promo
##noindex > div#promo2_bottom2
##noindex > div#promo_bottom
##noindex > div.down
##noindex > div.download
##noindex > div.search_result
##noindex > div[onmouseout]
##noindex > nofollow > table[onmouseout^="this.bgColor"]
##td[id^="advtd"]
!
!-------------------------------------------------------------------------------!
!------------------ Advertising networks ---------------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of third-party advertising networks domains.
! Note, that we only put rules that block full domains here and not URL parts (there's `general_url.txt` for that). Also, it must be domains that are used in a third-party context.
!
! Good: ||doubleclick.net^$third-party
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||adssubdomain.legitwebsite.com^ (should be in adservers_firstparty.txt)
!
||marketer.lv^$third-party
||programmatica.com^$third-party
||ufouxbwn.com^
||gaveasword.com^
||gsimvqfghc.com^$third-party
||cajbdciiefegiifciabc.world^$third-party
||gainifyads.com^$popup,third-party
||qkyspzfxnc.ru^$third-party
||monetizer.guru^$third-party
||1wiipr.xyz^$document
||bcdjcjjhgfiejgfjhah.world^
||proppellerads.ru^
||usesentry.com^
||fzgrpqktmq.com^
||igbfwa.com^
||ippstuet.com^
||aigenstud.com^
||vst.videolink.site^
||ippscriptbear.com^
||roomrentpast.com^
||builthuosefor.com^
||hciaicdbiahibedhae.world^$third-party
||gomtdata.com^$third-party
||ad2the.net^
||get2.fun^
||teachmeiwnd.com^
||appscriptshark.com^
||adtscriptshark.com^
||pastrentroom.com^
||appscriptduck.com^
||maxrilla.com^
||stteeruptowind.com^
||infostuet.com^
||s.cummerata.link^
||cchbdata.net^
||bngtrak.com^$all
||fnasmpygwa.com^
||o1qry0qq83.com^
||fft.delovoemesto.ru^
||xhivjkfghj.com^$third-party
||tlxjuj.com^$third-party
||dpjrba.com^
||appcodedark.com^
||appcodepnik^
||flyroll.ru^
||adstreamer.ru^$third-party
||videohead.tech^
||openssp.ru^
||079301eaff0975107716716fd1cb0dcd.com^
||gimnsr.com^
||wensonk.com^
||smatr.net^
||tailstories.biz^
||hhdjcabafaejaibaaaeg.world^
||givemelink.cc^
||mediabrama.com^$third-party
||ehqaobjhna.com^$third-party
||istmvh.com^
||talktomeplease.biz^
||bzgmcqqfxd.com^
||ejxosoryso.ru^
||all-audio.pro^$all
||rbfive.bid^
||nwhoxwpuj6.com^
||trackclicksplz.site^$third-party
||b.we-are-anon.com^$all
||sofq.site^$document
||iceprogs.ru^$document
||voidnetwork.cloud^
||tds.bid^$third-party
||streetuptowind.com^
||sarafan.fun^
||newrotatormarch23.bid^
||rbfour.bid^
||prft1pub.com^
||mobdrom.ru^
||wishesen.com^
||cchdbond.com^
||hhooyivpxq.com^
||mrgreekroad.com^
||clicksfordsm.com^
||ynlfpyeifc.com^
||videoprodavec.ru^$third-party
||doprodavec.ru^$third-party
||ippcodepink.com^
||ippcodeblack.com^
||mediametrics.ru^$third-party
||dqwzhseasq.com^
||vst.dfn-network.pro^
||mediasystems.am^$third-party
||adtcodepink.com^$third-party
||knowens.com^
||m-setup.net^
||pheasantnt.com^
||coml.be^$all
||news-molixo.cc^$all
||cdn.smachnakittchen.com^
||snsv.ru^
||s2517.com^
||bvbypswhds.com^
||ads.digitalcaramel.com^
||advwomennews.ru^
||dallworldnews.ru^
||vasia.bluentated.racing^
||laimroll.ru^
||burningpushing.info^
||clicktroute.com^
||riamiavid.com^
||octolinkcom.me^
||clickatdcode.com^
||aclicktds.org^$third-party
||top-js-metrics.top.my.ua^$third-party
||cdn.umh.ua^$third-party
||adversting.riamedia.com.ua^$third-party
||go.xl.ua^$all
||a.ava.com.ua^
||add.in.ua^$third-party
||adpro.com.ua^$third-party
||banner.kiev.ua$third-party
||context.hotline.ua^
||context.meta.ua^$third-party
||exchange.newsnet.in.ua^$third-party
||fotos.ua^$script,third-party
||holder.com.ua^$third-party
||i.mabila.ua^$domain=~mabila.ua
||kartinka.com.ua^$third-party
||kosibablo.ucoz.ua^$third-party
||lux-bn.com.ua^$third-party
||mabila.ua^$third-party
||mambo.kiev.ua^$third-party
||mediatraffic.com.ua^
||obmen.starstudio.org.ua^$third-party
||orbit*.lun.ua^$third-party
||pusk.ua^$third-party
||rec2000.at.ua^$third-party
||recreativ.com.ua^$third-party
||s.holder.com.ua^
||salesdoubler.com.ua^$third-party
||svc.kartinka.com.ua^
||tds.org.ua^$third-party
||teaser.meta.ua^$third-party
||worldofrest.com.ua^$third-party
||zakladka.org.ua^$third-party
||clickwhitecode.com^
||virtonnews.com^$third-party
||info.emoment.com^$third-party
||ext.week.news^$third-party
||readto.ru^$third-party
||adwile.com^$third-party
||lentainform.com^$third-party
||mpuls.ru^$third-party
||newseek.org^$third-party
||rb.infox.sg^$third-party
||sv-pr.ru^$third-party
||svitnews.com^$third-party
||uuidksinc.net^
||ferdarius.com^
||gbf77po03m.com^$third-party
||tat3ayogh6.com^
||cau1aighae.com^
||bc-news.net^
||bngdyn.com^
||cnb.cnews.ru^
||api-fangarma.utyug.media^
||dr5.biz^
||kasfas.com^
||abqjst.com^
||servetraff.com^
||adwist.ru^$third-party
||advertronic.io^$third-party
||temporarympay.com^
||pb.plat.services^
||ouqyid.com^
||adservob.com^$third-party
||adnitro.pro^$third-party
||planet-news.ru^$third-party
||hunterers.com^
||dominantroute.com^
||zpcode11.com^
||zpgetworker11.com^
||fpzpmx.com^
||nkstkp.com^
||riseup-t-code.com^
||fartmoda.com^$third-party
||feneteko.com^$third-party
||fiobio.ru^$third-party
||kejasosy.com^
||cdn.neon.click^
||news.truth.delivery^
||swfly744.info^
||brocode3s.com^
||membrana.media^$third-party
||aj2517.bid^
||evlsn.com^
||native-cdn.com^
||api.native-track.com^
||batecrowle.click^
||weednewspro.com^
||setka.media^
||brocode1s.com^
||gibevay.ru^
||zxwnlg.com^
||futureocto.com^
||newnns.com^$third-party
||jlzbnl.com^
||w716eb02n9.ru^
||fvtyhe.com^
||esdykv.com^
||skcrtxr.com^
||opnbwg.com^
||ehmqlr.com^
||h5r2dzdwqk.com^
||qdrmui.com^
||na0z0thlap.com^
||rqnvci.com^
||lodenbud.com^
||llyvjs.com^
||dn3hksy6kf.com^
||xvnitu.com^
||4mlhn1ocg4.com^
||pgusgyzdfpj.ru^
||aglurj.com^
||ndegj3peoh.com^
||ijkcmm.com^
||6t5n9h77m8.com^
||xveenk.com^
||hsgdyq.com^
||cdn.dsmstats.com^
||a2nn5eri7ce.com^
||ouvyil.com^$third-party
||stcvhf.com^$third-party
||mxzijg.com^
||jelfmtsr5i.ru^
||fquqhe.com^
||zbtlgd.com^$third-party
||eozjqg.com^
||rchkup.com^
||mobileadx.ru^$third-party
||bidvol.com^$third-party
||vk-ads.ru^
||krut.link^$third-party
||jcyjly.com^
||qhdhtd.com^
||fuyviz.com^
||ouo3ophlpm.ru^
||pxpfnbe1t1.com^
||hdbcome.com^
||lenta.sparrow.ru^
||stcvhf.com^
||pmi1yarhxx.com^
||ztvzfq.com^
||go.zdos.ru^$all
||ouhastay.net^$all
||ixcbqp.com^
||autous.ru^$third-party
||admile.ru^$third-party
||mrrvmp.com^
||spots.ru^$all
||byevkj.com^$third-party
||y8lsyibocd.ru^$third-party
||tobaltoyon.com^
||chicgar.info^
||iwe.ktvgv.com^
||vnrvss.com^
||shvhse.com^
||n3owhe6qa4.com^
||pdayyocpnvh.ru^
||jlxsgk.com^
||0p1ohj2f5f.ru^
||7ad.media^$third-party
||mikellli.com^
||ddyipu.com^
||markreptiloid.com^
||qprskl.com^
||ftylpm.com^
||fuzvjy.com^
||zslhmw.com^
||alsmdb.com^
||vjdciu.com^
||ulyvjty4rd.com^
||pushadv.biz^
||ugyyod.com^
||mshues.com^
||3ez1ja1uq3.ru^
||exfjpw.com^
||vkwaeo.com^
||pkoqeg.com^
||6c5xnntfvi.com^
||kapitalrus.ru^
||portoteamo.com^
||r9ljguu1k4.ru^
||exaleprn.com^$third-party
||timefeathered.fun^
||kwtyuv.com^
||o4svlxhjun.xyz^
||1p3opxwwet.ru^
||vyocqq.com^
||banganet.com^$third-party
||qeclsl.com^
||jdmodr.com^
||mibmcbm.com^
||zykumw.com^
||realpush.digital^$third-party
||rbthre.work^
||catsnetwork.ru^$third-party
||zzfoms.com^
||adghndou0sdh.ru^
||adblocksosal.ru^$third-party
||unhwav.com^
||servw.bid^
||retharitus.com^
||rfpozf.com^
||2022welcome.com^
||ipqolj.com^$third-party
||v.cdn4.life^
||kertzmann.com^
||6leaofqkh9.ru^$third-party
||srv224.com^$third-party
||cwyxyw.com^$third-party
||k0r2eokjm6.ru^$third-party
||cxtvli.com^$third-party
||sytxao.com^$third-party
||5moxhf6z8c.ru^$third-party
||killtarget.biz^$third-party
||killtarget.com^$third-party
||killtarget.pro^$third-party
||tpizy1uy3x.ru^$third-party
||tick-tock.net^$third-party
||hhnhxu.com^$third-party
||subxpk.com^$third-party
||rygfjv.com^$third-party
||qdb6gd3nth.ru^$third-party
||ofbjgf.com^$third-party
||powferads.com^$third-party
||kyefakwa.com^$third-party
||namystal.com^$third-party
||taumeln.com^$third-party
||zkbkat.com^$third-party
||j1oxqq05ry.ru^$third-party
||temporarympay.com^$third-party
||1qi.info^$all
||elonreptiloid.com^$third-party
||q0mn5t187u.ru^$third-party
||uwdvcn.com^$third-party
||rotarb.bid^$third-party
||bogrex.com^$third-party
||cozibaneco.com^$third-party
||ssp.bidvol.com^$third-party
||azfitn.com^$third-party
||zysheptany.com^$third-party
||mybmrtrg.com^$third-party
||sitewithg.com^$third-party
||fatlossremedies.com^$third-party
||brodmn.com^$third-party
||xcec.ru^$third-party
||ssso.ru^$third-party
||dfnetwork.link^$third-party
||naucaish.net^$all
||rbtwo.bid^$third-party
||kwgefe.com^$third-party
||contrivenus.com^$third-party
||g4news.biz^$third-party
||admondom.ru^$third-party
||pardompus.ru^$third-party
||banner.aismo.ru^$third-party
||mainad-codpp.com^$third-party
||aeowrb.com^$third-party
||octonew.me^$third-party
||c153yb4hps.ru^$third-party
||ljsiir.com^$third-party
||infomix.best^$third-party
||widjet.analnoe.tv^$third-party
||feetct.com^$third-party
||poptyto.ru^$third-party
||xhzspi.com^$third-party
||qq86tbqodk.ru^$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
||xketil.com^$third-party
||ogocvet.ru^$third-party
||blaindgatum.com^$third-party
||cdn.yanews24.com^$third-party
||4251.tech^$third-party
||aj2345.online^$third-party
||humoek.com^$third-party
||kq6lwk3m9g.ru^$third-party
||popadon.com^$all
||2ad.wtf^
||verwvy.com^$third-party
||nasrispit.com^$third-party
||ads2.pbxware.ru^
||couptoug.net^$all
||playjusting.com^$third-party
||gafdelins.com^$third-party
||nplxa.com^$third-party
||1xroom.com^$third-party
||zbyynuew9g.ru^$third-party
||gzppit.com^$third-party
||main-ti-cod.com^$third-party
||eggyey.com^$third-party
||svedkan.com^$third-party
||ahtate.ru^$third-party
||qntihf.com^$third-party
||mlgrtn.com^$third-party
||big6q4y2oy.ru^$third-party
||muzhskoy.xyz^$third-party
||r0wa9z6t8t.ru^$third-party
||afp.ai^$third-party
||bro1.biz^$third-party
||mhjcpn.com^$third-party
||jqdnvg.com^$third-party
||mjnxku.com^$third-party
||rdrctgoweb.com^$third-party
||zyrji.com^$third-party
||refpahrwzjlv.top^$all
||zzxjlr.com^$third-party
||nfztms.com^$third-party
||rhhmaq.com^$third-party
||ybej5ohp0x.ru^$third-party
||ads-lot.ru^$third-party
||handred.ru^$third-party
||quqizo.com^$third-party
||ad.vidver.to^$third-party
||fcwuye.com^$third-party
||jqk2me2mzf.ru^$third-party
||22pornz.site^$third-party
||goryachie-foto.net^$third-party
||the4.fun^$third-party
||newrrb.bid^$third-party
||ece8c2alhz.ru^$third-party
||ylesmn.com^$third-party
||xtrackme.com^$third-party
||duper8flash.com^$third-party
||yenlqi.com^$third-party
||affpros.net^$third-party
||rluuva.com^$third-party
||ihfxao.com^$third-party
||amads.xyz^$third-party
||leadgidads.ru^$third-party
||vioturallis.com^$third-party
||flowpubdom.info^$third-party
||bvl5bziz9d.ru^$third-party
||ohgskf.com^$third-party
||static.aio.media^$third-party
||eldos.xyz^$third-party
||hjjevg.com^$third-party
||advertiseru.net^$third-party
||kijkxx.com^$third-party
||hranakel.xyz^$third-party
||2xclick.ru^$third-party
||randiul.com^$third-party
||alli-ti-hunter.com^$third-party
||ogtz5yn2u1.ru^$third-party
||69qa.club^$third-party
||fast-hunter.com^$third-party
||kkmacsqsbf.info^$third-party
||xxyolk.com^$third-party
||mountrs.com^$third-party
||multibux.org^$third-party
||advmusic.com^$third-party
||rnldustal.com^$third-party
||dtashjvcjswq.info^$third-party
||7nkbwdf1uq.ru^$third-party
||biocdn.net^$third-party
||tiz.jsite.top^$third-party
||news-network.ru^$third-party
||boostingads.com^$third-party
||prod.html5-ads.vk-apps.com^
||3kbktygzr5.ru^$third-party
||betemolgar.com^$all
||mp3dance.today^$third-party
||lidplay.net^$third-party
||bcvideod.com^$third-party
||atlaqs.com^$third-party
||allowandgo.link^$third-party
||jlpbyt.com^$third-party
||jrs2igoimq.ru^$third-party
||iupgxu.com^$third-party
||6jfvnf69jx.ru^$third-party
||u7kgr54jr7.ru^$third-party
||ymjfhg.com^$third-party
||hwmonitor-ru.ru^$third-party
||adrun.ru^$third-party
||pwwghcyzsn.info^$third-party
||memtkh.com^$third-party
||farantitid.racing^$third-party
||zgxrht.com^$third-party
||gswtol.com^$third-party
||yxhstwzjbu.info$third-party
||traffer.biz^$third-party
||tophitbit.com^$third-party
||ikinbugen.com^$third-party
.potopy.ru^$third-party
||wvrney.com^$third-party
.vipko.ru^$third-party
||bs-dante.ru^$third-party
||prime-hunage.com^$third-party
||6598kn9gpf.ru^$third-party
||riqosf.com^$third-party
||baxofalis.com^$third-party
||nativerent.ru^$third-party
||trofvid.com^$third-party
||extrablocks.ru^$third-party
||mpsuadv.ru^$third-party
||whiteboxdigital.ru^$third-party
||rtb.mts.ru^$third-party
||ddcfzd.com^$third-party
||zkdkvnzsdxge.info^$third-party
||go.zdos.ru^$third-party
||tune-up.site^$third-party
||hvcbkr.com^$third-party
||ad.letmeads.com^$third-party
||yourclk.com^$third-party
||bnlif.com^$third-party
||cdnkimg.com^$third-party
||adshunter.fra1.digitaloceanspaces.com^$third-party
||qpxohp.com^$third-party
||kwmwva.com^$third-party
||ndroip.com^$third-party
||murqyi.com^$third-party
||cszz.ru^$third-party
||vkekyx.com^$third-party
||kenizg.com^$third-party
||rdrceting.com^$third-party
||kotikinar2ko8tiki09.com^$third-party
||m62rtkpf.de^$third-party
||go2of.com^$third-party
||pushtora.com^$third-party
||aj2208.online^$third-party
||clx.ru^$third-party
||epaaab.com^$third-party
||vendigamus.com^$third-party
||7jzic2hylf.ru^$third-party
||theroswaf.com^$third-party
||ckgnoy.com^$third-party
||pdvacde.com^$third-party
||bp5hq5jivj.ru^$third-party
||22ei7q8l12.com^$third-party
||rkft2sdl8b.ru^$third-party
||bimsld.com^$third-party
||alefrfobkoxbgaf.com^$third-party
||lubowitz.biz^$third-party
||tarnifotum.com^$third-party
||all-cod.com^$third-party
||adlook.me^$third-party
||topisiders.ru^$third-party
||aserverstats.com^$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^$all
||qcroag.com^$third-party
||takidd.site^$third-party
||nffkfg.com^$third-party
||enbpvt.com^$third-party
||kwtrdd.com^$third-party
||ptigjkkds.com^$third-party
||rnwbrm.com^$third-party
||sehtjv.com^$third-party
||budaicius.com^$third-party
||honeenatrus.com^$third-party
||haderilovas.com^$third-party
||gretavilis.com^$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
||ipiech.com^$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
||quaruzon.com^$third-party
||kataprius.com^$third-party
||sereendipit.com^$third-party
||sdmot.ru^$third-party
||qfhzki.com^$third-party
||q*-publick.club^$third-party
||erandex.com^$third-party
||woryuc.com^$third-party
||exobafrgdf.com^$third-party
||ynyy83za4i.ru^$third-party
||s6mf2ru8h1.ru^$third-party
||2gwzdkjrtb.ru^$third-party
||mypagestats.online^$third-party
||striglusor.com^$third-party
||marketplacepro.ru^$third-party
||rifflingo.com^$third-party
||iulftx.com^$third-party
||eqmx04n5s0.ru^$third-party
||qerusgreyt.com^$third-party
||fast-hunter.com^$third-party
||bigbonga.com^$third-party
||fbcctf.com^$third-party
||kopterka.ru^$third-party
||rutad.ru^$third-party
||pt0zhwhc26.ru^$third-party
||1rt0n.news^$third-party
||phytotyper.com^$all
||rtb.trade^$all
||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
||mp3vizor.com^$third-party
||mp3bars.com^$third-party
||annrdf.com^$third-party
||yycjho.com^$third-party
||dzrs3yuexz.com^$third-party
||kvcd7w375h.ru^$third-party
||v.tzbox*.xyz^$third-party
||tcrybv.com^$third-party
||instreamatic.com^$third-party
||ankunding.biz^$third-party
||promoggaqjkd.ru^$third-party
||uuaauw.com^$third-party
||ggtraf.com^$third-party
||securemoney.ru^$third-party
||bigrstr.com^$third-party
||adv.pilseta24.lv^$third-party
||deeppquiz.ru^$popup
||dynaads.net^$third-party
||qlnomb.com^$third-party
||tgaqxo.com^$third-party
||earnmore.su^$third-party
||dzubavstal.com^$third-party
||passtechusa.com^$third-party
||vastroll.ru^$third-party
||qlnomb.com^$third-party
||socgate.ru^$third-party
||mstngh.com^$third-party
||tr6rfgjix6tlr8bp.info^$third-party
||am-schedule.ru^$third-party
||icilfj.com^$third-party
||rzjirk.com^$third-party
||messiupal.com^$third-party
||urchinflare.com^$third-party
||glattepush.com^$third-party
||earzow.com^$third-party
||spylees.com^$third-party
||reclame.io^$third-party
||ckcsuk.com^$third-party
||hbfqcy.com^$third-party
||ojpem.com^$third-party
||brevandolius.com^$third-party
||gentlemenius.com^$third-party
||zezvty.com^$third-party
||csnem.ru^$third-party
||rocketme.top^$third-party
||umcbbt.com^$third-party
||atovub.com^$third-party
||virnews.club^$all
||prfctmney.com^$third-party
||vftbnl.com^$third-party
||patroposalun.pro^$third-party
||wrfiwa.ru^$third-party
||ivhnnw.com^$third-party
||cycsfe.com^$third-party
||ozdpxc.com^$third-party
||ublrfs.com^$third-party
||txcmjo.com^$third-party
||uzmdfi.com^$third-party
||big-hunter.com^$third-party
||jux9ms4vc7.ru^$third-party
||rtscix.com^$third-party
||ailpielei.com^$third-party
||unzpc.com^$third-party
||ahaclub.ru^$third-party
||q0yxfvuo32.ru^$third-party
||almasatten.com^$third-party
||bcnewltd.club^$third-party
||2track.info^
||papatyrodum.com^$third-party
||ddxmgy.com^$third-party
||8c9cz5kp0o.com^$third-party
||zusbzr.com^$third-party
||vast.videocdn.tv^
||adfinity.pro^$third-party
||ackhoo.com^$third-party
||portakamus.com^$third-party
||tekaners.com^$third-party
||jmpmedia.club^$third-party
||basenews7.com^$all
||bestdealfor1.life^$all
||click.zmctrack.net^$all
||goodcode.me^$third-party
||mahidevrat.com^$third-party
||denlorian.com^$third-party
||vir70n.news^$third-party
||admitad-connect.com^$third-party
||banners.adfox.ru^$third-party
||banners.adfox.net^$third-party
||hdbcode.com^$third-party
||torren.eu^$third-party
||wwclickserv.club^$third-party
||epushclick.com^$third-party
||pushebrod.com^$third-party
||oldrrb.bid^$third-party
||welldanius.com^$third-party
||nzhfk.com^$third-party
||ngjzmt.com^$third-party
||as62wl63346.rest^$third-party
||wpnjrm.com^$third-party
||trafficdok.com^$third-party
||abeets.ru^$third-party
||gxxcbj.com^$third-party
||codezp1.com^$third-party
||ubar-pro4.ru^$third-party
||offergate.pro^$third-party
||newmedia.live^$third-party
||ucurtatus.com^$third-party
||actpx.com^$third-party
||fegortius.com^$third-party
||ec2-44-233-143-239.us-west-2.compute.amazonaws.com^$all
||ssdbkv4qtq.xyz^$third-party
||jajnhd.com^$third-party
||dcwacl.com^$third-party
||clickbaza.com^$third-party
||debitcrebit669.com^$all
||cematuran.com^$third-party
||bergfi.com^$third-party
||umwiba.com^$third-party
||digitaltarget.ru^$third-party
||tneduf.com^$third-party
||bs.commontools.net^$third-party
||refractionius.com^$third-party
||sellaction.net^$third-party
||uezbshzpdcbb.info^$third-party
||adtech-digital.ru^$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
||qirnz.com^$third-party
||xq5tf4nfccrb.info^$third-party
||hdacode.com^$third-party
||serconius.com^$third-party
||rcvlink.com^
||asing.ru^$third-party
||tirsmile.pro^$popup
||redarianman.com^$third-party
||go.ukrleads.com^$all
||mdyhb.com^$third-party
||adstime.org^$third-party
||admitad-connect.com^$third-party,domain=~admitad.com
||fqab5xq7qlgt.info^$third-party
||adbean.ru^$third-party
||quantumpers.com^$third-party
||cloudfastads.ru^$third-party
||2sfygwfxvsxv.info^$third-party
||hgbn.rocks^
||admulti.com^
||luckyads.tech^$third-party
||cxjrsb.com^$third-party
||zrcir.com^$third-party
||mobilebanner.ru^$third-party
||2vaxwkujrfwh.info^$third-party
||svekolka.com^$third-party
||advgalaxy.com^$third-party
||truenat.bid^$third-party
||jvljpv.com^$third-party
||aafdcq.com^$third-party
||pkqeg5z3xffs.info^$third-party
||edugrampromo.com^$third-party
||luuming.com^$third-party
||dejionsite.pro^$third-party
||aliadvert.ru^$third-party
||bveyge.com^$third-party
||fuojuw.com^$third-party
||flipflap.pro^$third-party
||hqrsuxsjqycv.info^$third-party
||subendorse.com^$third-party
||frsuli.com^$third-party
||ogclick.com^$third-party
||sunburgh.com^$third-party
||news-code.com^$third-party
||domnovrek.com^$third-party
||fe4r7k22y68p.info^$third-party
||zfsfkp.com^$third-party
||ogeri.ru^$third-party
||newrrb.bid^$third-party
||activepr.info^$third-party
||gqedxf.com^$third-party
||v1-c73e.kxcdn.com^$third-party
||zrlcr.com^$third-party
||cdn*.swaxis.com^$third-party
||brekdok.com^$third-party
||cadimavume.com^$third-party
||bzrpvk.com^$third-party
||wmip.ru^$third-party
||targetseek.ru^$third-party
||7ix.ru^$third-party
||qumagee.com^$third-party
||apprefaculty.pro^$third-party
||newsofworld.club^$third-party
||vw.xxxmshel.org^$third-party
||primebc1.website^$third-party
||ensurania.com^$third-party
||glossingly.com^$third-party
||octclck.xyz^$third-party
||klsdee.com^$third-party
||windowmentaria.com^$third-party
||armi.media^$third-party
||pornogoogle.info^$third-party
||zzznews.ru^$third-party
||7wwchtqe.ru^$third-party
||advmusic.net^$third-party
||metrika.traff.space^$third-party
||aj1913.online^$third-party
||orjzy.com^$third-party
||tapnetwork.ru^$third-party
||ad.1k3.com^$third-party
||cdn.debitcrebit669.com^
||4736.in^$third-party
||sminewsnet.ru^$third-party
||comin.co^$third-party
||qqjar.ru^$third-party
||rezhiv.ru^$third-party
||s.newsportalssl1.top^$third-party
||tirqeso.ru^$third-party
||selectroduced.com^$third-party
||unixfuture.com^$third-party
||itrigra.ru^$third-party
||hunterdelivery.com^$third-party
||antiblock.info^$third-party
||plyfoni.ru^$third-party
||69v.club^$third-party
||content.mql5.com^$third-party
||kymirasite.pro^$third-party
||krotovroman.ru^$third-party
||mibmcbm.com^$third-party
||cdn.movieads.ru^$third-party
||devtizer.ru^$third-party
||fat1domain1.com^$third-party
||zzznews.ru^$third-party
||friendlybcs.pro^$third-party
||u2bmco.com^$third-party
||iwqzrm.com^$third-party
||vyborexperta.ru^$third-party
||mpau.biz^$third-party
||virt0n.news^$third-party
||ablenctionalle.info^$third-party
||hottopnow.com^$third-party
||a6lxbeui.ru^$third-party
||enmbg.com^$third-party
||dqzuy.com^$third-party
||fqwgi.com^$third-party
||admediator.ru^$third-party
||cdn.hunteryvely.com^$third-party
||threedrive.su^$third-party
||skwstat.ru^$third-party
||kinoaction.ru^$third-party
||onemontay.ru^$third-party
||xyz0k4gfs.xyz^$third-party
||sm-ini.ru^$third-party
||kipyn.com^$third-party
||gold-mir.com^$third-party
||xoor.ru^$third-party
||5visions.com^$third-party
||jkhad.com^$third-party
||zyf03k.xyz^$third-party
||rzviy.com^$third-party
||adbutton.net^$third-party,redirect=nooptext,important
.adonweb.ru^$third-party
.allalla.com^$third-party
.cpa1.ru^$third-party
.ecommtools.com^$third-party
.gameleads.ru^
.is.traff-numerical.info^
.piccash.net^
.sexplaycam.com^$third-party
.tovarro.com^$third-party
.tpm.pw^$third-party
.webhop.net^
//oyy.ru^$third-party
//pp1.ru^$third-party
//www.oyy.ru^$third-party
/check.php?user_id=$third-party
/getThumbs?uid=$third-party
/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
||0427d7.se^$third-party
||0816bvh.ru^$third-party
||hpyue.com^$third-party
||uektb.com^$third-party
||0916video.ru^$third-party
||10cd.ru^$third-party
||123fvd.com^$third-party
||1bestgoods.com^$third-party
||newdomain.center^$third-party
||1sputnik.ru^$third-party
||1traf.ru^$third-party
||lapatiya.info^$third-party
||24new.ru^$third-party
||24open.ru/*?from=
||2under.ru^$third-party
||34bogatirya.ru^$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
||468.vologdainfo.ru^
||52.210.16.150^$redirect=nooptext
||66.ru/show/$third-party
||69i.club^$third-party
||69m.info^$third-party
||6likosy.com^$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
||7dvd.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
||8coins.net^$third-party
||91.207.192.31^$third-party
||95.211.125.226^$third-party
||9fine.ru^$third-party
||a.fobos.tv^$third-party
||a.jurnalu.ru^
||a.kubik3.ru^
||a.sdska.ru^$third-party
||a24help.ru^$third-party
||abs-static.org^$third-party
||abs.firstvds.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?
||ad-emea.doubleclick.net/
||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.vo-media.ru^$third-party
||ad.yadro.ru^$third-party
||ad1game.ru^$third-party
||ad2.rambler.ru^
||ad3.rambler.ru^
||ad4sell.com^$third-party
||adbean.ru^$third-party
||adbid.pl^$third-party
||adbmi.com^$third-party
||adbn.ru^
||adbomb.ru^$third-party
||adbutton.net^$third-party
||adcamp.ru^$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
||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
||admilk.ru^$third-party
||admixer.net^$third-party
||admulti.$third-party
||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
||adprofy.com^$third-party
||adrecreate.com^$third-party
||adregain.ru^$third-party
||adriverm.narod2.ru^$third-party
||adrock.ru^$third-party
||adserver1.
||adservone.com^$third-party
||adsgid.com^$third-party
||adshop.ru/adshop/?
||adsmmgp.com^$third-party
||adsmo.ru^$third-party
||adstock.pro^$third-party
||adstock.ru^$third-party
||adsyst.ru^$third-party
||adtags.pro^$third-party
||adtelligent.com^$third-party
||adultpay.net^$third-party
||adulttraffic.ru^$third-party
||adv.vz.ru^
||adv457895.ru^$third-party
||adv679854.ru^$third-party
||adv758968.ru^$third-party
||advaction.ru^$third-party
||advadnetwork.me^$third-party
||advancets.org^$third-party
||advarkads.com^$third-party
||advbroker.ru^$third-party
||advclicks.net^$third-party
||adveasy.ru^$third-party
||adverdata.net^$third-party
||adverigo.com^$third-party
||advert.polonsil.ru^$third-party
||advertise.ru^$third-party
||advertlink.ru^$third-party
||advertoly.com^$third-party
||advertone.ru^$third-party
||advertshot.ru^$third-party
||advertstar.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
||advrush.com^$third-party
||adwidgets.ru^$third-party
||adwolf.ru^$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
||agitazio.com^$third-party
||agro.net.ru^$third-party
||aiadvi.com^$third-party
||aif.ru/iframes/$third-party
||aimgd.com^$third-party
||airlead.ru^$third-party
||aixcdn.com^$third-party
||ajpxs.xyz^$third-party
||akabo.ru^$third-party
||alfainternet.su^$third-party
||alfatarget.ru^$third-party
||alishop*.ru^$third-party
||allbn.net^$third-party
||allmt.com$third-party
||allnewspoint.com/static/js/informer.js
||allowac.com^$third-party
||allsiemens.com^$third-party
||alltizer.ru^$third-party
||almosto.com
||alpari.ru^$third-party
||altpubli.com^$third-party
||amazingcl.ru^$third-party
||amzbr.com^$third-party
||an.webvisor.org^$third-party
||analyzethis.ru/informer.cgi?
||andsedrit.com^$third-party
||anews.cc^$third-party
||animesector.ru/picz/
||anyfiles.ru^$third-party
||api.smartadv.ru^$third-party
||api9.net^$third-party
||apitech.ru/*/rotator.js$third-party
||apitech.ru/Rotator/
||appgrade.ru/server/$third-party
||aprelite.com^
||apytrc.com^$popup
||asiantraffic.net^$third-party
||asketo.ru^$third-party
||askfuelads.com^$third-party
||aso1.net^$third-party
||asowp.com^$third-party
||asrety.com^$third-party
||associazio.com^$third-party
||atlassolutions.com^$third-party
||attivertura.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
||autoreg.ru/images/
||autoteaser.ru^$third-party
||autoua.com^$third-party
||avazone.ru^$third-party
||avdego.net^$third-party
||avia.ru/*.shtml
||avifilm.ru/new/
||avpris.ru^$third-party
||avxcore.com^$third-party
||awempire.com/ban/$third-party
||awesomeredirector.com^$popup
||azartcash.com^$third-party
||azartplay.com^$third-party
||azbns.com^$third-party
||azmnp.com^$third-party
||b.ddestiny.ru^
||b.dotbrataev.ru^$third-party
||b.nude-moon.xyz^$third-party
||b2bcontext.ru^$third-party
||b2bvideo.ru^$third-party
||bablogon.net^$third-party
||babyboomboomads.com^$third-party
||backromy.com^
||bakteso.ru^$third-party
||baltchd.net^$third-party
||ban-host.ru^$third-party
||ban.mirorgazma.ru^
||banamertur.com^$third-party
||banerator.net^$third-party
||banki.ru/_export/informers/
||banner-in.net$third-party
||banner.lbs.km.ru^
||bannerbook.ru^$third-party
||bannernetwork.net^$third-party
||banners.getiton.com^
||bannet.fryazino.net^
||bannuncio.com^$third-party
||bantex.ru^$third-party
||basetts.com^$third-party
||bdros.com^$third-party
||beboss.ru/informer/
||beetraf.ru^$third-party
||belole.ru^$third-party
||berdent.com/sys/$third-party
||beroll.ru^$third-party
||best-cargo.ru^$third-party
||bestclick.ru/sokz.php?
||bestdoska.ru^$third-party
||bestreferat.ru/images/b/
||beta.mediafort.ru^$third-party
||bigbord.net^$third-party
||bigclick.me^$third-party
||bigleads.ru^$third-party
||biglion.ru/general/js/partnership.js.php$third-party
||binmedia.ru/js/$third-party
||binpartner.com/branding/$third-party
||bioxtubes.com^$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
||blessdi.com^
||block.s2blosh.com^$third-party
||blogan.ru^$third-party
||blogun.ru^$third-party
||bn.ohah.ru^
||bn.orthodoxy.ru^
||bnstero.com^$third-party
||bobi-bobi.info^$third-party
||bobi-mobi.info^$third-party
||bodaybo.net^$third-party
||bodyclick.net^$third-party
||bolshoykush.ru^$third-party
||bondzgi*.$third-party
||bongacash.com^$third-party
||bongobono.com^$third-party
||boobzi.com^$third-party
||booking.com/deal.html^$third-party
||boom.1ccbt.com^$third-party
||bossmoney.ru^$third-party
||botkano.info^$third-party
||brandarium.net^$third-party
||brdmin.com^$third-party
||breedac.com^$third-party
||brndrm.com^$third-party
||brokeloy.com^$third-party
||buckridge.link^$third-party
||bugaga.ru/uploads/new/planetarii.jpg
||bumaikr.com^$third-party
||busyprice.ru^$third-party
||buytraf.ru^$third-party
||buzzoola.com^$third-party
||bvf.ru/upchk/
||bw95vpjda.ru^$third-party
||bx.neolabs.kz^$third-party
||byeej.com^$third-party
||bytde.com^$third-party
||byzgoso.ru^$third-party
||bzlwe.com^$third-party
||c.cpl2.ru^$third-party
||camadmin.ru^
||capliman.com^$third-party
||cartponi.tk^$third-party
||cashprom.ru^
||cbanners.virtuagirlhd.com^$third-party
||cbbvi.com^$third-party
||cdn-rtb.sape.ru^$third-party
||cdn.actiflex.org^$third-party
||cdn.amzuu.com^$third-party
||cdn.planeta-online.tv/advvp/
||cdn.steambets.net^$third-party
||cdn7.network^
||cdn7.rocks^$third-party
||cdn7.space^$third-party
||cellbux.com^$third-party
||cheaptop.ru^$third-party
||chtoumenja.biz^$third-party
||cifrovik.ru/publish/open_article/
||cinemahd.info^$third-party
||cityads.com^$third-party
||cityads.ru^$third-party
||cityadspix.com^$popup,third-party
||clarm.ru^$third-party
||clcktm.ru^$third-party
||clearac.com^$third-party
||cleen.ru^$third-party
||click-da-click.com^$third-party
||click.ad1.ru^
||click2sell.eu^$third-party
||clickandjoinyourgirl.com^$third-party
||clickbux.ru^$third-party
||clickcashmoney.com^$third-party
||clickhere.ru^$third-party
||clickov.com^$third-party
||clickscapture.com^$third-party
||clickvip.ru$third-party
||clients.cdnet.tv/lockadb.php$popup
||clipta.com/informer/
||clvw.net^$third-party
||cmix.org^$third-party
||co.cc/img/affiliates/
||cobrand.ria.com^$third-party
||code.xidx.org^$third-party
||codeonclick.com^$third-party
||coinsup.com^$third-party
||com.com/*/Ads/
||com495.ru^$third-party
||comgran.ru/topsite/button.php?
||contactreserve.com^$third-party
||contactsin.com^
||contema.ru^$third-party
||content.printdirect.ru^$third-party
||contextbar.ru^$third-party
||contextrtb.com^$third-party
||conusmedia.com^$third-party
||costaction.com/refers/$third-party
||counter.megaindex.ru^$third-party
||countlog.com/rp/mc
||cpaevent.ru^$third-party
||cpam.pro^$third-party
||cpatext.ru^$third-party
||cpazilla.ru^$third-party
||cpm.worldoftanks.com^$third-party
||cppgf.com^$third-party
||crackac.com^
||crackzplanet.com/*.gif
||creara-media.ru^$third-party
||creatives.livejasmin.com^$third-party
||creofive.com^$third-party
||creofun.com^$third-party
||crutop.nu^$third-party
||cry.ru/sexclub/
||cshi.ru^$third-party
||csjuq.com^$third-party
||ctr-media.info^$third-party
||ctyzd.com^$third-party
||cufcw.com^$third-party
||cunderdr.net^$third-party
||cusok.ru^$third-party
||cxmolk.com^$third-party
||cys.ru/button.png?url=
||d-agency.net^$third-party
||d1jl096lp4cce0.cloudfront.net^$third-party
||d1mib12jcgwmnv.cloudfront.net^
||d30gt5larl1k8h.cloudfront.net^$third-party
||d3td6g0k30g56f.cloudfront.net^$third-party
||danilidi.ru^$third-party
||darkweb.su/peklama/
||dartimyl.com^$third-party
||data.neosmi.ru^$third-party
||datamind.ru^$third-party
||dating-cart.com^$popup
||dating-exchange.com^$third-party
||davarello.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
||depositphotos.com/js_c/widget-ext.js$third-party
||dev4enki.com^$third-party
||dewife.ru^$third-party
||digisets.com^$third-party
||digital-forest.info^$third-party
||dl.qcash.ws$third-party
||dndd.ru^$third-party
||do.am/stat^
||domertb.com^$third-party
||dommio.ru/partner_*.php$third-party
||doortrade.ru^$third-party
||doptik.ru^$third-party
||doskki.com^$third-party
||dosugcz.info^$third-party
||download.mediaplay.ru^$third-party
||dreamlog.ru^$third-party
||dreampartners.ru^$third-party
||drivenetwork.online^$third-party
||drivenetwork.ru^$third-party
||drtraff.ru^$third-party
||dt00.net^$domain=~marketgid.com|~mgid.com|~thechive.com
||dt07.net^$domain=~marketgid.com|~mgid.com|~thechive.com
||e-links.ru/pr/?
||e-partner.ru^$third-party
||e-place.ru/v/
||eberalofe.pro$third-party
||echo.teasernet.com/
||econrus.ru^$third-party
||edge-dl.andomedia.com^$third-party
||edirect.efind.ru^$third-party
||effad.ru^$third-party
||effectfree.net^$third-party
||ejevika.com^
||elephant.fotostrana.ru^$third-party
||enfreine.com^
||engine.*.medialand.ru/
||enot.k-yroky.ru^$third-party
||eqfgc.com^$third-party
||erahost.ru/partner/$third-party
||ergs4.com^$third-party
||eroksen.ru^$third-party
||erotikdeal.com^$third-party
||esc-team.com^$third-party
||estiques.com^
||et-cod.com^$third-party
||et-code.ru
||etarg.ru^$third-party
||ettalhap.com^$third-party
||eu.market-place.su^$third-party
||eurostyle-express.com/$third-party
||evaff.com^$third-party
||evsembu.com^$third-party
||exaccess.ru^$third-party
||exchangenews.ru^$third-party
||exoticads.com^$third-party
||exta-z.ru^$third-party
||f2.ru/iframe
||fafc5ra5.ru^$third-party
||fair.ru/*/i.php?
||fairfax.com.au^$~stylesheet,third-party
||fairlink.ru^$third-party
||fairypays.com^$third-party
||falcoware.com^$third-party
||fast2load.ru^$third-party
||fastsex.ru^$third-party
||fdsur.com^$third-party
||fermasosedi.biz/reflink/$third-party
||fialet.com^$third-party
||file-bit.net/free$third-party
||file-bit.net/images/banners$third-party
||filecontrol.ru^$third-party
||filmplus.ru^$third-party
||firelove.ru^$third-party
||firsttrack.ru^$third-party
||fkehg.com^$third-party
||flapoint.ru^$third-party
||flasher.ru/data/images/swf/
||flipdigital.ru^$third-party
||flipflapflo.$third-party
||flygo.ru^$third-party
||flysat.com/resim
||fogtrack.net^$third-party
||footbolka.ru^*partner=$third-party
||forcetraf.com^$third-party
||forex4you.org/?affid=$third-party
||forex4you.org/flash/partners/$third-party
||fotkidepo.ru^$script,third-party
||fotocash.ru^$third-party
||fotostrana.ru/signup/?land=1$third-party
||fotostrana.ru/start/$third-party
||foundtr.com^$third-party
||franecki.net^$third-party
||freeavalanche.ru^$third-party
||freeexchange.ru^$third-party
||freewm.ru/js/bonus_code.php?
||fresh-video.com^$third-party
||freshnews.su^$third-party
||fx-trend.com^$third-party
||fxcast.com^$third-party
||fxmag.ru/poster$third-party
||fznpq.com^$third-party
||g-tv.ru/ivi.php?host=$third-party
||g2a.com/promo/widget/$third-party
||g4p.redtram.com^
||gagacon.com^$third-party
||galaxymeet.ru^$third-party
||game.vulcan-casino.com^$third-party
||gamedl.ru^$third-party,domain=~playground.ru
||gameteaser.ru^$third-party
||gatewey.net^$third-party
||gbs.gamingmedia.ru$third-party
||gddrio.com^$third-party
||gde-luchshe.ru/widget/$third-party
||gdeslon.ru^$third-party
||get-ads.ru^$third-party
||get-click.ru^$third-party
||get35.com^$third-party
||getb.7ya.ru^
||getfon.ru^$third-party
||gethit.ru^$third-party
||gettopup.com^$third-party
||gfstrck.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
||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
||glordd.com^$third-party
||gnezdo.ru^$third-party
||go.jetswap.com^$third-party
||go.media-x.ru^
||go7media.ru^$third-party
||go8me.ru^$third-party
||gobf.ru^$third-party
||gogetlinks.net^$third-party
||gogousenet.com^$third-party
||gohillgo.com^$third-party
||gold-music.ru/informer
||goldline.pro/media$third-party
||gomakemerich.com^$third-party
||gomakemerich2.com^$third-party
||gomtdatacom.xyz^$third-party
||gonews*.net^$third-party
||goodadvert.$third-party
||goodkind.ru^$third-party
||goodsblock.dt00.net^$third-party
||goon.ru^$third-party
||goossb.com^$third-party
||gotraff.ru^$third-party
||govazd.am/bn/
||govazd.am/cgi-bin/pro.cgi
||gowoman.ru^$third-party
||goyetteconnelly.bid^$third-party
||grand-casino.com/?$third-party
||grattis.ru/promo/$third-party
||grebibablo.com^$third-party
||gredinatib.org^
||greeentea.ru^$third-party
||grteab.com^$third-party
||gsmonitor.ru^$third-party
||gvapp.ru^$third-party
||gws.ru/gwscnt/?
||gynax.com^$third-party
||h12.ru/images/
||hdat.xyz^$third-party
||hdtracker.ru^$third-party
||hellywood.ru^$third-party
||her-ber.top^$third-party
||heroeswm.ru^$object,third-party
||hgbn.space^$third-party
||hgfsdzfs.com^$third-party
||hhit.xyz^$third-party
||hid24.com^$third-party
||hiopdi.com^$third-party
||hit-star.ru^$third-party
||hitlist.ru^$third-party
||hitter.ru^$third-party
||hjiss.com^$third-party
||hkeig.com^$third-party
||hnikna.ru^$third-party
||hnixr.com^$third-party
||hochu-deneg.ru^$third-party
||holm.ru^$third-party
||homenick.biz^$third-party
||homrus.net^$third-party
||hosting-ninja.ru/_inc/images/sale/$third-party
||hostingcatalog.com/banner.php?
||hotinga.ru^$third-party
||hpcyk.com^$third-party
||hts.ru/?affid=$third-party
||huminfakt.ru^$third-party
||i.j2j.ru^
||iadvert.net^$third-party
||ice-media.ru^$third-party
||iclbodnew.pro^$third-party
||iclckk.com^$third-party
||icq-window.$third-party
||icqwindow.$third-party
||idvd.su^$third-party
||idwrx.com^$third-party
||ieuhd.com^$third-party
||iframepay.com^$third-party
||ignitna.info^$third-party
||igra3k.ru/ref$third-party
||igrun.com/?$third-party
||iiutq.xyz^$third-party
||ijquery11.com^$third-party
||ikiif.com^$third-party
||images.stardock.com/store/
||imarker.ru^$third-party
||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
||imrk.net^$third-party
||indemandads.com^$third-party
||inetlog.ru^$third-party
||inetrek.com/cgi-bin/
||inextlink.com^$third-party
||inf.wqa.ru^$third-party
||infiplay.ru/*a=$third-party
||info.tm/$third-party
||infocentro.ru^$third-party
||informers.ukr.net^$third-party
||inskinmedia.com^$third-party
||instantcash.ru^$third-party
||intel.com/b/
||intelliworker.kupivip.ru^$third-party
||intencysrv.com^$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?
||ipgold.ru^$third-party
||iphone-caviar.ru*entranceId$third-party
||iphonetopsite.ru^$third-party
||iqok.ru^$third-party
||iredirr.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
||itcgin.net^$third-party
||ivanie.com^$third-party
||ivoxua.socratos.net^$third-party
||iygke.com^$third-party
||izcity.com/js/norton_izcity.js
||japan.leit.ru/button.php?
||je.revolvermaps.com/$third-party
||jet3.ayola.net/cn.php?
||jfhoq.com^$third-party
||jimdo.com/s/img/aff/
||jlist.com/feed.php?affid=$third-party
||jofbu.com^$third-party
||jopd.ru^$third-party
||joycasino.com^$third-party
||joylandcasino.com/promoredirect?$third-party
||jq2.avpris.ru^$third-party
||js.gdsln.ru^$third-party
||js.goods.redtram.com$third-party
||jsc.idealmedia.io^$third-party
||jsn.24smi.org/
||jvs.price.ru^$third-party
||kaa.gorodkirov.ru/kaFile$third-party
||kadam.net^$third-party
||kalooga.com^$third-party
||kavkazweb.net/tc.cgi?
||kazmedia.su^$third-party
||kdsk32lfa.xyz^$third-party
||keyti.ru^$third-party
||kinak.top^$third-party
||kinder.ru/buttons/*.asp?
||kinotraff.ru^$third-party
||kinott.com^$third-party
||kinott.ru^$third-party
||kioskas.lt/rex/pop.php?
||kissmyads.biz^$third-party
||kistured.com^$third-party
||kitopr.com^$third-party
||kleo.ru/cgi-bin/
||klivz.com^$third-party
||klonedaset.org^
||knewy.com^$third-party
||kokos.click^$third-party
||kolobok.us/button/
||komisite.ru/images/ban*.gif
||kont-news.com^$third-party
||kontera.com^$third-party
||konverta.ru^$third-party
||korenizsemi.net^$third-party
||koreniztreh.net^$third-party
||korenizvosmi.net^$third-party
||kost.tv^$third-party
||kotengens.net^$third-party
||kpdn.ru^$third-party
||krasisa.info^$third-party
||kreepo.com/sys/js/$third-party
||krolikplatit.ru^$third-party
||krutilka.net^$third-party
||krutomaiki.ru*/?rid=$third-party
||krytilka.ru^$third-party
||kupibonus.ru/*partner=$third-party
||kuveres.com^$third-party
||kv.by/img/$object
||l0b.ru^$third-party
||ladycash.ru^$third-party
||ladyclicks.ru^$third-party
||ladyshopping.ru^$third-party
||lapeduzis.org^$third-party
||lareson.com^$third-party
||lbbanners.com^$third-party
||lbn.ru/cgi-bin/
||lc2ads.ru^$third-party
||lcads.ru^$third-party
||leadgid.go2cloud.org^$third-party
||leads.su^$third-party
||leadsleader.ru^$third-party
||leadzu.com^$third-party
||league-of-legends.ru^$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
||letimsnami.ru^$third-party
||letitbit.net/skymonk$third-party
||letitsoft.com^$third-party
||letssex.$third-party
||level1cdn.com^$third-party
||levelpay.ru^$third-party
||libo.ru/rat/img/
||lidicando.com^$third-party
||liex.ru^$third-party
||lifemeet.biz^$third-party
||likondok.com^$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
||linkslot.ru^$third-party
||linktraff.ru^$third-party
||linkunder.ru^$third-party
||linkwithin.com^$third-party
||linkwmr.ru^$third-party
||linkword.ru^$third-party
||list.ru/img/buttons/
||litiumo.com^$third-party
||littel.net^$third-party
||liveclix.net^$third-party
||livedecnow.com^$third-party
||livedecwow.com^$third-party
||liverail.com^$third-party
||livesmi.com^$third-party
||livesurf.ru^$third-party
||ljteas.com^$third-party
||loadmoney.ru^$third-party
||log2.ru^$third-party
||login.tracking101.com^
||loltrk.com^$third-party
||loneday.com
||lookszone.ru^$third-party
||lordofads.com^$third-party
||loveadvert.ru^$third-party
||lovn.ru^$third-party
||lrcs.info^$third-party
||ltcraft.ru^$third-party
||luisardo.com^$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
||lycosu.com^$third-party
||lydiz.com^
||m81jmqmn.ru^
||ma-static.ru^$third-party
||madnet.ru^$third-party
||magicintim.ru^$third-party
||magna.ru^$third-party
||mail.banklife.ru^$third-party
||mail.ru/r/adid/$third-party
||mainadd.com^$third-party
||manfys.com^$third-party
||marchtv.ru^$third-party
||marketgid.com^$third-party
||marketgid.info^$third-party
||marketingsolutions.yahoo.com^$third-party
||maschina.xyz^$third-party
||mastertarget.ru^$third-party
||mateast.com^$third-party
||maxato.com^$third-party
||maxbetslots.com/?ref=$third-party
||maxforta.com^$third-party
||maxtrust.ru^$third-party
||mayka.kz/co/js/$third-party
||mazuma.ru^$third-party
||mchost.ru/?referer=$third-party
||mctqu.com^$third-party
||mdeih.com^$third-party
||mdvkn.com^
||mecash.ru^$third-party
||medads.ru^$third-party
||media-active.ru^$third-party
||media.kahoxa.ru^$third-party
||media.nakanune.ru/images/banners/
||mediacontext.$third-party
||mediadar.ru^$third-party
||mediaget.com/torrent.php?r=
||medialand.$third-party
||medianaft.ru^$third-party
||medianetworks.ru^$third-party
||mediaplex.com^$third-party
||mediaportal.ru^$third-party
||mediatoday.ru^$third-party
||mediavenus.com^$third-party
||mediawayss.com^$third-party
||medigaly.com^$third-party
||medrol.ru^$third-party
||medtiz.com^$third-party
||meelba.com^$third-party
||meendo.ru^$third-party
||meendocash.com^$third-party
||megabestnews.net^$third-party
||megafingroup.com^$third-party
||megaopen.ru^$third-party
||megatizer.com^$third-party
||megatizer.ru^$third-party
||megaweb.su/softblok^$third-party
||mekadr.com^$third-party
||menflirt.ru/?$third-party
||mercatos.ru^$third-party
||mestkom.ru^$third-party
||metaffiliation.com^$third-party
||metallicheckiy-portal.ru/imgrek/
||metaprofit.net^$third-party
||mezima.com^
||mg.yadro.ru^$third-party
||mglsk.com^$third-party
||mgtz.ru/key/$third-party
||micro-win.com^$third-party
||minidoc.ru^$third-party
||minitds-*.info^$third-party
||miokoo.com^$third-party
||mipagerank.com^$third-party
||mipwm.com^$third-party
||mirorgazma.ru/?partner=$third-party
||mixadvert.com^$third-party
||mixmarket.biz/$third-party
||mixtraff.com^$third-party
||mjavagames.ru$third-party
||mlgame.ru/?ref=$third-party
||mlgame.ru/images/banners
||mmcispartners.com^$third-party
||mobalert.net^$third-party
||mobatory.com^
||mobi-bobi.info^$third-party
||mobi-mobi.info^$third-party
||mobiads.ru^$third-party
||mobile-click.biz^$third-party
||mobioffers.ru^$third-party
||modastro.ee^$third-party
||modelatos.com^$third-party
||moe.video^$third-party
||moevideo.biz^$third-party
||moijs.com^$third-party
||mokuz.ru/vipcounter/
||monbonsai.info^$third-party
||money.loveplanet.ru/nb/
||moneymaiker.ru
||moneysyst.biz$third-party
||moneytrap.ru^$third-party
||moogle.ru^$third-party
||moovy.ru/b*.php?
||mostinfo.net/img/top/
||motoadvert.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
||mptri.net$third-party
||mrbasic.com^
||mrelko.com^$third-party
||muchhetont.ru^$third-party
||multonly.ru^$third-party
||mwcvu.com^$third-party
||mxcount.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
||myads.ru^$third-party
||myanimetop.com/button.php?
||mybasilsoup.com^$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
||myonionsoup.com^$third-party
||mypagerank.*/*?
||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/
||n1307adserv.xyz^
||n161adserv.com^$third-party
||n74s9.com^$third-party
||nadavi.net^$third-party,domain=~torg-ua.mail.ru|~torg.mail.ru
||nanofantiki.edigest.ru^$third-party
||nasimke.ru^$third-party
||nativeroll.tv^$third-party
||ndyzz.com^$third-party
||nenrk.us^$third-party
||neosap.ru^$third-party
||nepalon.com^$third-party
||neroom.ru^$third-party
||nethatriheg.ru^$third-party
||network-t.net^
||new.traffic.ru^$third-party
||new4.me^$third-party
||newsprom.ru/img/
||newsvidnews.info^$third-party
||nextclick.com.ru^$third-party
||nfscharts.nfshome.com/track.php?id=
||ngads.com^$third-party
||nhqqv.space^$third-party
||nickhel.com^$third-party
||ningme.ru^$third-party
||nitroflare.com/img/banners/$third-party
||nnavigation.info^$third-party
||nnn.ru^$third-party
||nnvkh.com^$third-party
||node.market-place.su^$third-party
||nolix.ru/jads.php$third-party
||nostalgia.onego.ru^
||not-only.info^$third-party
||noteru.com/tizer/$third-party
||novem.pl^$third-party
||nqtxg.xyz^$third-party
||num-link.ru^$third-party
||numbers.md^$third-party
||numen.ru/button/?
||nvjqm.com^$third-party
||nwmum.com^$third-party
||nyx.su/informers/
||nyyed.com^$third-party
||obigre.ru^$third-party
||obislame.ru$third-party
||oblivki.biz^$third-party
||obmennik.ws/img/promo/$third-party
||obovsemonline.ru^$third-party
||oconner.biz^$third-party
||oconner.link^$third-party
||octobird.com^$third-party
||octoclick.net^$third-party
||office.ad1.ru^$third-party
||ogeri.ru^$third-party
||ognyvo.ru^$third-party
||oiya.ru^
||ojooo.com^$third-party
||okoshechka.net^$third-party
||omynews.net^$third-party
||one.ru/cgi-bin
||onelead.ru^$third-party
||oneund.com^$third-party
||online-path.com^$third-party
||online.koko-ko.com^$third-party
||online.mik123.com^$third-party
||only4men.ru^$third-party
||onvix.tv^$third-party
||open.by/bnrs/
||openlinks.ru^$third-party
||openunder.net^$third-party
||openx.com^$third-party
||openx.org^$third-party
||orbitum.com/promo/$third-party
||oriondigital.ru^$third-party
||otclick-adv.ru^$third-party
||otm-r.com^$third-party
||owebmoney.ru^$third-party
||ozjga.top^$third-party
||oznul.com^$third-party
||ozon.ru/?partner=$third-party
||ozon.ru/PartnerTwinerNew.aspx$third-party
||ozwvd.com^$third-party
||p-rank.info/*?
||palandan.com^$third-party
||pandre10.ru^$third-party
||parabit.ru^$third-party
||partner-earning.com^$third-party
||partner.gde.ru^$third-party
||partner.iobit-team.ru/accounts/*/banners/$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^
||partycasino.com^*?wm=$third-party
||partypoker.com^*?wm=$third-party
||pay-hit.com^$third-party
||pbcde.com^$third-party
||pbid.iforex.com^$third-party
||pbnet.ru^$third-party
||pc-software.ru^$script
||pcads.ru^$third-party
||pelckw.qjudpxkisv.xyz^$third-party
||pelicanprogram.com^$third-party
||pelicansource.com^$third-party
||penza-online.ru/cgi-bin/userstats.pl?
||people-group.su^$third-party
||peptido.ru^$third-party
||perfmelab.com^$third-party
||perinstallcash.com^$third-party
||phoenix-widget.com^$third-party
||photoshop-master.org/rotator/$third-party
||phpteaser.ru^$third-party
||piar-m.ru^$third-party
||pic*.teasernet.com/
||pidorg.ru^$third-party
||pingmedia.ru/images/$third-party
||pir.zspb.ru^$third-party
||piroji.com^$third-party
||placeoff.ru^$third-party
||planetapozitiva.ru^$third-party
||platinumcode.net$third-party
||play.zzima.com/*?ref=$third-party
||playreplay.net/apv/index.php
||pleasemeright.com^$third-party
||pluginsjquery.com^$third-party
||poisk.su/top.php?
||pokerstrategy.com/#$third-party
||pokitom.com^$third-party
||pokrutim.ru^$third-party
||polnut.com/sys/js/$third-party
||pomogi.org/urgent/1/
||pop-parad.$third-party
||pop-under.$third-party
||popadon.com^$third-party
||popinads.com^$third-party
||poptraf.$third-party
||popunder.$third-party
||popupclick.$third-party
||popuptraf.$third-party
||pornoadvid.info^$third-party
||pornorunet.ru^$third-party
||pornoscanner.com^$third-party
||portak.net^$third-party
||poshalim.$third-party
||post.rmbn.ru^
||powertraf.com^$third-party
||poyva.com^$third-party
||pozzitiv.ru^$third-party
||prbn.ru^$third-party
||prcy-info.ru/informer.php?
||prcy.myws.ru/img/
||pressball.by/files/$object
||primechoice.ru^$third-party
||printdirect.ru/*?partner_id=$third-party
||prnhpe.pro^$third-party
||profi-link.org^$third-party
||profit-casino.com^$third-party
||profit-partner.ru^$third-party
||profitraf.ru^$third-party
||prolinker.ru^$third-party
||promo.md^$third-party
||promo.partner.alawar.ru^$third-party
||promo.rzonline.ru^$third-party
||promoblocks.ru$third-party
||promoheads.com^$third-party
||prospero.ru^$third-party
||protectorfirewall.com/?$third-party
||protoplex.ru/cgi-bin/informer.pl?
||protoplex.ru/images/rating/
||protovid.com^$third-party
||psma01.com$third-party
||psma02.com$third-party
||psma03.com$third-party
||psmardr.com^$third-party
||puklisi.ru^
||puls.lv/$third-party
||purecash.ru^$third-party
||putana.cz^$third-party
||putanapartners.com/go.php
||pwnz.org^$third-party
||q1ilb0enze.ru^$third-party
||qkffv.com^$third-party
||qle.ru/cgi-bin/
||qrstes.com^$third-party
||qshare.ru^$third-party
||quatrix.ru/scripts$third-party
||quber.ru^$third-party
||quisma.com^$third-party
||qwe.qrrgv.space^$third-party
||qwertypay.com^$third-party
||qwex.ru^$third-party
||qxplus.ru^$third-party
||qxyam.com^$third-party
||r-broker.ru/files$third-party
||r.ad1.ru^$third-party
||r.partner.badoo.ru^$third-party
||r.qip.ru^$third-party
||r.toplaygame.ru^$third-party
||radio-t.com/buttons/
||radver.ru/widget/$third-party
||rambler.ru/i.ban?
||rap4me.com^$third-party
||rasskaju.ru^$third-party
||ratke.biz^$third-party
||rb*.design.ru^
||rb.rfn.ru^
||rb.sport-express.ru^
||rbcdn.com^$third-party
||rbnt.org^$third-party
||rbrxg.com^$third-party
||rdiul.com^$third-party
||readme.ru^$third-party
||ready4win.com^$third-party
||real*traf.ru^$third-party
||realbig.media^$third-party
||realer.info^$third-party
||realtraf.net^$third-party
||reasulty.com^$third-party
||rebevengwas.com^$third-party
||rebill.me$third-party
||recrinsit.ru^$third-party
||red.by/redban
||redclick.ru^$third-party
||redexchange.net^$third-party
||redflu.ru^$third-party
||redsquare.rambler.ru^$third-party
||redsurf.ru^$third-party
||redtram.com^$third-party
||redvase.bravenet.com^$third-party
||refbanners.website^$third-party
||refer.ru^$third-party
||referral.game-insight.com^$third-party
||reforum.ru/j/widgets.js$third-party
||refpa.top^$third-party
||reg.ru/i/affiliate/$third-party
||region59.net/Buttons/
||regpole.com^$third-party
||rekl1.com^$third-party
||reklama8.ru^$third-party
||reklamaizer.ru^$third-party
||reklamaster.com^$third-party
||release-me.ru^$third-party
||renewnewss.net^$third-party
||republer.com^$third-party
||retagapp.com^
||retagapp.com^$popup
||rewdinghes.com^$third-party
||rfity.com^$third-party
||rg-be.ru^$third-party
||richthof.com^$third-party
||risale.ru^$third-party
||riverlead.ru^$third-party
||rmbn.ru^$third-party
||rmonline.ru/pid$third-party
||rnnuw.com^$third-party
||rokno.com^$third-party
||rollad.ru^$third-party
||rontar.com^$third-party
||rorer.ru^$third-party
||rosinvest.com/informs/
||rot.rusoul.ru^
||rot.spotsniper.ru^$third-party
||rotaban.$third-party
||rotabanner.$third-party
||rotator.$third-party
||rotator.promokrot.com^$third-party
||rsuuc.com^$third-party
||rtb-media.ru^$third-party
||rtb.com.ru^$third-party
||rtbinternet.com^$third-party
||rtbweb.com^$third-party
||rtl*.org/init.js?$third-party
||ru4.com/$third-party
||ruclicks.com/in/$third-party
||ruigra.com^$third-party
||ruklik.com/$third-party
||runetki.tv^$popup
||ruscams.com$third-party
||ruscontext.com^$third-party
||rushkolnik.ru^$third-party
||rusmedserv.com^$third-party
||rusrestbest.
||rustrackers.ru^$third-party
||rutarget.ru^$third-party
||rutrk.org^$image
||ruttwind.com^$third-party
||rutube.com^$popup
||rutvind.com^$third-party
||rwhxz.space^$third-party
||ryushare.com^$third-party
||s-manager.com^$third-party
||s.agava.ru/cgi/actions/c.cgi?
||s.finbs.ru/Scripts/$third-party
||s.holm.ru/stat/
||s.kma1.biz^$third-party
||s.ladoshki.com/pics/shirts/
||s.sdx.ru^$third-party
||s1.intimshop.ru^$third-party
||s1vesta.com^$third-party
||saferedd.com^$third-party
||saferedirrect.com^$third-party
||samiana.com^$third-party
||sape.ru/bn/
||sape.ru/partner-b/$third-party
||sasisa.ru^$third-party
||saturn-plus.ru/downloads/*.swf$third-party
||sb-money.ru^$third-party
||scafer.ru^$third-party
||sdelaimebel.ru/partners/$third-party
||searchtds.ru^$third-party
||seclick.ru^$third-party
||secure-it.imrworldwide.com/cgi-bin/m?
||securee.ru^$third-party
||seedr.com^$third-party
||seedr.ru^$third-party
||selectornews.com^$third-party
||seo-monster.ru/img_
||seo-sport.ru^$third-party
||seo.arxua.com^$third-party
||seobloger.ru^$third-party
||seopult.ru^$third-party
||seorate.ru^$third-party
||seosprint.net^$third-party
||seowebtools.ru/inform/infb.php?
||sergey-mavrodi-mmm.net^$third-party
||sergey-mavrodi.com/img/$third-party
||serialinfo.ru^$third-party
||serialo.net^$~media,third-party
||seriouspartner.biz^$third-party
||seriouspartner.ru^$third-party
||serl.mooo.com^
||serve.5visions.com^$third-party
||servebbs.net^$third-party
||servemoney.ru^$third-party
||sex-news.ru/_connect/dating$third-party
||sexfabrika.ru/*.gif
||sexnimfa.ru^$third-party
||sgood.ru^$third-party
||shakeson.ru^$third-party
||shopnetic.com^$third-party
||shotyfy.com^$third-party
||show.everytell.com^$third-party
||shuffele.com^$third-party
||site-rank.com^$third-party
||sitorew.com^$third-party
||sjsmartcontent.org^$third-party
||skazkipro.com/?code=$third-party
||skyad.video^$third-party
||skyadvert.su^$third-party
||skycdnhost.com^$third-party
||skypromotion.ru^$third-party
||slickjump.net^$third-party
||slivz.com^$third-party
||slopeac.com^
||slot-888.ru^$third-party
||smart.allocine.fr$third-party
||smartclip.net/delivery/tag?
||smartinfomarketing.ru^$third-party
||smigid.ru^$third-party
||smilered.com^$third-party
||sn00.net$third-party
||socadvnet.com^$third-party
||soccer.ru/sites/all/modules/baner/baner.js
||sochetat.net^$third-party
||soknm.com^$third-party
||sopital.com^$third-party
||sorcerers.net/includes/butler/butler.php?
||sotmarket.ru/partner$third-party
||sp9hb5jy81iw.ru^$third-party
||sparelli.com^
||sparical.com^$third-party
||spbland.ru/bban/
||spitter.pauk.ru^
||spoki-noki.net^$third-party
||sponsorads.de^$third-party
||spotsniper.ru/?pid=$third-party
||spr-rtr.com^$third-party
||sputnik1.ru^$third-party
||spytrack.tic.ru^
||srkft.com^$third-party
||ssliivuqpm.ru^$third-party
||st.astraone.io^$third-party
||st.pay-click.ru/
||st02.net^$third-party
||standadv.com^$third-party
||start.fotostrana.ru^$third-party
||startscript.ru^$third-party
||static.clickscloud.net^$third-party
||static.terrhq.ru^$third-party
||statredpic.ru^$third-party
||stb.msn.com/i$domain=~msn.com
||steamac.com^
||stepbystep.spb.ru/reting_stat.php?
||stripvidz.com^$third-party
||submitter.ru*/i.php
||subnewss*.net^$third-party
||super.md/?col=
||superpcexpert.ru$third-party
||superstyle.ru^$third-party
||supertop.ru^$third-party
||supertura.com^$third-party
||surfe.pro^$third-party
||surfearner.com^$third-party
||svk-native.ru^$third-party
||sysfiles.net^$third-party
||t.proext.com^$third-party
||talkfusion.com$third-party
||talysu.info^$third-party
||targetan.com^$third-party
||targetix.net^$third-party
||tch10.com^$third-party
||td-everest.biz^$third-party
||tds.vrcteam.ru^$third-party
||tdsantcrazy.ru^$third-party
||teachac.com^$third-party
||teaser-goods.ru^$third-party
||teaser-mobile.com^$third-party
||teaser.cc^$third-party
||teasereach.com^$third-party
||teasergold.ru^$third-party
||teaserleads.com^$third-party
||teasermall.com^$third-party
||teasermedia.net^$third-party
||teasernet.$third-party
||teasers.ru^$third-party
||teasers.ucoz.ru^$third-party
||techbeat.com^$third-party
||terapou.com^$third-party
||test-studio.ru^$third-party
||testsbox.ru^$third-party
||teststudio.ru/in?
||texto.click^$third-party
||textun.ru^$third-party
||tg.mybb.ru^
||th700.com^$third-party
||the-people-group.com^$third-party
||thor-media.ru^$third-party
||thor-z.com^$third-party
||thr.ru/public/promo-branding/
||tibu.ru/p$third-party
||tic-pr.info/*/button*.$image
||timedirect.ru$third-party
||tinydeal.com*?sk=$third-party
||titanpoker.com^$third-party
||tiz.neosmi.ru$third-party
||tizer.passion.ru^$third-party
||tizer.ukraine-ru.net^$third-party
||tizer24.ru^$third-party
||tizerbank.com^$third-party
||tizerbox.ru^$third-party
||tizerclik.com^$third-party
||tizerfly.net^$third-party
||tizergun.net^
||tizerlady.*/init.js$third-party
||tizermine.net^$third-party
||tizermy.net^
||tizernaya-reklama.ru^$third-party
||tizeroff.ru^$third-party
||tizerset.net^$third-party
||tizru.com^$third-party
||tizy.ru^$third-party
||tle.ru^$third-party
||tm-core.net^
||tmozs.com^$third-party
||tmserver-2.net
||tmstrack.com^$third-party
||tnd.ecefibwja.xyz^$third-party
||tnx.net/$third-party
||todaymix.ru^$third-party
||toftforcal.com^$third-party
||tojinr.com^$third-party
||top-shop.ru^$third-party
||top100.ezar.ru^$third-party
||top20.md/client/scripts/
||topad.mobi^$third-party
||topadvert.ru^$third-party
||topcpa.ru^$third-party
||topcto.ru^$third-party
||torgdom.biz^$third-party
||torgnn.ru^$third-party
||torvind.com^$third-party
||tqqjk.top^$third-party
||tr.samoresim.ru^
||tradedoubler.com^$third-party
||tradeleads.su^$third-party
||traf-zona.ru^$third-party
||trafex.net^$third-party
||traff.ru^$third-party
||traffer.net^$third-party
||traffic-delivery.com^$third-party
||traffic-media.co^$third-party
||trafficcost.ru^$third-party
||trafficmaxx.de/thx.php?
||traffictoadv.com^$third-party
||traffshop.com^$third-party
||traffstock.ru^$third-party
||trafka.ru^$third-party
||trafmag.com^$third-party
||trafmaster.com^$third-party
||trafovod.com^$third-party
||transfto.com^$third-party
||tres8.info^$third-party
||trigub.ru^$third-party
||trkleads.ru^$third-party
||trmit.com^$third-party
||tropicalos.com^$third-party
||trxxh.com^$third-party
||tsr.zlatoff.ru^
||ttarget.ru^$third-party
||tubealliance.com^$third-party
||tubecontext.com/crossdomain.xml
||tubecontext.com^$popup
||tubedot.ru^$third-party
||tvoi-dosug.com^$third-party
||tvoy-start.com/aff/$third-party
||twinplan.com^$third-party
||twinzo.ru^$third-party
||tx2.ru^$third-party
||txtrek.net^$third-party
||txtrk.com^$third-party
||typiol.com^$third-party
||u*.takru.com^
||uaadi.com^$third-party
||uamobile.net^$third-party
||uchmuk.com^
||ucoz.net/img/cp/
||ucoz.net/img/ma/
||ukrbanner.net^$third-party
||ukrbuy.com/partner/$third-party
||ulaen.com^$third-party
||ulitka.ru/logo$image
||ulogix.ru^$third-party
||ultrapay.net^$third-party
||umekana.ru^$third-party
||unads.ru^$third-party
||under-click.$third-party
||underclick.$third-party
||underdone.ru^$third-party
||undere.com^
||universalsrc.com^$third-party
||untily.com^
||upclick.ru^$third-party
||uppro.ru^$third-party
||upravel.com^$third-party
||upxip.xyz^$third-party
||uredy.top^
||urgigan.info^$third-party
||urlrtb.com^$third-party
||urltraf.com^$third-party
||urwb.ru^$third-party
||uryle.ru^$third-party
||us.a1.yimg.com^
||us.i1.yimg.com^
||userator.ru/img/ban/$third-party
||userclick.su^$third-party
||usr.trava.io^$third-party
||utarget.pro^$third-party
||utraff.com^$third-party
||uuaoy.com^$third-party
||uvcwj.com^$third-party
||v.dlski.space^$third-party
||v.newsportal*.ru^$third-party
||v2mlemerald.com^$third-party
||vadideo.com^$third-party
||vancl.com/?source=$third-party
||vareza.net^$third-party
||vast.reyden-x.com^$third-party
||vatizon.com^$third-party
||vclicks.net^$third-party
||vcslotoplay.com^$third-party
||ventite.com^$third-party
||venturead.com^$third-party
||veroui.com^$third-party
||vertelka.ru^$third-party
||vezetmne.ru^$third-party
||viboom.com^$third-party
||viboom.ru^$third-party
||vicepiter.ru^$third-party
||vidalak.com^$third-party
||video-play.ru^$third-party
||video.begun.ru^
||video.market-place.su^$third-party
||video.videonow.ru^$third-party
||video001.com^$third-party
||video1132.com^$third-party
||videocap.org^$third-party
||videochart.net/apv/index.php
||videoclick.$third-party
||videoclik.$third-party
||videofan.ru^$third-party
||videoframe.blue^$third-party
||videoklass.ru^$third-party
||videopotok.pro^$third-party
||videoroll.net^$third-party
||videosmor.com^$third-party
||videostrip.com^$~object,third-party
||videostrip.com^*/admatcherclient.$third-party
||videotraff.ru/img
||vidigital.ru^
||vidplah.com^$third-party
||vidroll.ru^$third-party
||vidtok.ru^$third-party
||vidustal.com^
||viewclc.com^$third-party
||vifog.com^$third-party
||vihub.ru/video?plid=
||vimgs.ru^$third-party
||vimvio.ru^$third-party
||vipadvert.net^$third-party
||viperotika.net^$third-party
||viptizer.com^$third-party
||viral-cdn.ru^$third-party
||viraladnetwork.net^$third-party
||visitweb.com/v/
||visummer.com^$third-party
||vitrine.sup.com^$third-party
||vivapays.com^$third-party
||vjcbm.com^$third-party
||vk.com/js/al/aes_light.js$third-party
||vklike.com^$third-party
||vmet.ro^$third-party
||vmkxcsss.ru^$third-party
||vogozae.ru^$third-party
||vogozara.ru^$third-party
||voob.ru^$third-party
||voronezh136.ru^$third-party
||vpath.net^$third-party
||vpoiskeraboti.ru/?p$third-party
||vqfqo.us^
||vsdcdn.com^$third-party
||vsego.ru/images/b
||vsem.ru/img$third-party
||vsemayki.ru*/?ref=$third-party
||vsemayki.ru/*&ref=$third-party
||vsesumki.com^$third-party
||vsetv.com/pic/paid/
||vsexshop.ru/images/b/
||vsexshop.ru/images/banners/
||vsexshop.ru/store/$third-party
||vtdoska.ru^$third-party
||vtrtl.de^$third-party
||vulcan-bit.com^$third-party
||vv.tmska.com^$third-party
||vvmblock.ru^$third-party
||vwcsl.com^$third-party
||vztfc.com^$third-party
||w*statistics.info^$third-party
||wapstart.ru^$third-party
||web-moneta.com/images/ban*.
||web-rotation.net$third-party
||web-visor.$third-party
||webeffector.ru/?invitation=$third-party
||webgringo.ru^$third-party
||webhost1.ru/?r=$third-party
||weblist.ru/images/weblist
||weblog.com*/cnt
||webmedia.co.il^
||weboborona.ru/pic/wban
||webplus.info/getres.php?
||websharks.ru^$third-party
||websurf.ru/?
||webturn.ru^$third-party
||webunder.ru^$third-party
||wedgeac.com^$third-party
||wemall.ru/adv/$third-party
||westtokyo.ru/download/west
||whatcl.ru^$third-party
||whisla.com^$third-party
||widgeo.net/compteur.php?
||widget.admitad.com^$third-party
||widget.market-place.su^$third-party
||widget.socialmart.ru^$third-party
||widget.utinet.ru^$third-party
||widgets.planeta.ru^$third-party
||wieistmeineip.de/ip-address/
||wifly.net^$third-party
||williamhillcasino.com/promoredirect?
||windcdna.com^$third-party
||winvideo.org^$third-party
||wizard-teasers.com^$third-party
||wizard-traffic.com^$third-party
||wlbann.com^$third-party
||wm-help.net/b.php?
||wm-panel.com^$third-party
||wmcasher.ru^$third-party
||wmclickz.ru^$third-party
||wmip.ru^$third-party
||wmirk.ru^$third-party
||wmkredit.ru/widget/$third-party
||wmlink.ru^$third-party
||wmrok.com^$third-party
||wmrok.net^$third-party
||wmzona.com^$third-party
||wolist.ru^$third-party
||womanclick.ru^$third-party
||womenchop.com^$third-party
||womenclick.ru^$third-party
||womens-insider.info^$third-party
||workon.ru^$third-party
||world-2012.info^
||wowlink.ru^$third-party
||wowmoscow.ru^$third-party
||ws.amazon.*/widgets/q?$third-party
||ws.md/c.png?
||wsp.marketgid.com^
||wtools.biz/sample2.php?
||wtoredir.com^$third-party
||wvzhj.com^$third-party
||wwclickgo.com^$third-party
||wwgate.ru^$third-party
||wwpon365.ru^$third-party
||www.milawka.com^$third-party
||www0.xyz^$third-party
||www2.bubblesmedia.ru^
||wwwomen.ru^$third-party
||wydpt.com^$third-party
||wyuxy.com^$third-party
||x-busty.org^$third-party
||x-tds.com^$third-party
||xaogi.com^$third-party
||xawab.com^$third-party
||xbn.ru/cgi-bin/
||xiepl.com^$third-party
||xlnuj.com^$third-party
||xmemory.ru^$third-party
||xnet.am/widget$third-party
||xoliter.com^$third-party
||xsell.6waves.com^$third-party
||xxslu.space^$third-party
||xxx-babes.org^$third-party
||xxx-tracker.com/pics/
||yazzle.ru/images/banners/$third-party
||ybpxv.com^$third-party
||ylkkp.com^$third-party
||yluvo.com^$third-party
||ynwia.com^$third-party
||yohioo.com^$third-party
||yottos.com$third-party
||youngrul.pro^$third-party
||yourlustmedia.com^$third-party
||yournewhosting.com/images
||yrsfs.com^$third-party
||ytimgg.com^$third-party
||yugaley.info^$third-party
||zahodi-ka.ru/wbmaster/index/schet.cgi?
||zamiko.ru^$third-party
||zamok911.com^$third-party
||zapbox.ru^$third-party
||zarabotki.ru^$third-party
||zboac.com^$third-party
||zcl-js.com^$third-party
||zero.kz/c.php?
||zewkj.com^$third-party
||zhkzt.com^$third-party
||zoda.ru^$third-party
||zoomumba.bigpoint.com/?aid=$third-party
||zorkabiz.ru^$third-party
||zqizn.com^$third-party
||zqmwf.xyz^$third-party
||банрек.рус^$third-party
||укроп-петрушка-огурцы.рф^$third-party
||хельга.рф^$third-party
||эхх.рф^
!
||popvalk.com^$third-party
!
||bjiuck.com^
!
! This IP hosts advertising domains that promote yandex.
!
!
! Ads reinjection (For apps only)
!
!
!+ NOT_PLATFORM(windows, mac, android)
||greencuttlefish.com^$third-party,~xmlhttprequest
!+ NOT_PLATFORM(ios, ext_android_cb, ext_safari)
||cpm.wargaming.net^$third-party
!
! This section contains the list of advertising networks domains, which are hosted on non advertising sites as subdomains.
! Note, that we only put rules that block full subdomains here and not URL parts (there's `general_url.txt` for that).
!
! Good: ||ad.doubleclick.net^
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||legitwebsite.com^$third-party (should be in adservers.txt)
!
||exad.smi2.ru^
||tgb.hsmedia.ru^$third-party
!
! This section contains the list of advertising networks domains, which are hosted on non advertising sites as subdomains.
! Note, that we only put rules that block full subdomains here and not URL parts (there's `general_url.txt` for that).
!
! Good: ||ad.doubleclick.net^
! Bad: /banner.jpg (should be in general_url.txt)
! Bad: ||legitwebsite.com^$third-party (should be in adservers.txt)
!
!
||exchange.informer.ua^$third-party
!-------------------------------------------------------------------------------!
!------------------ Anti-adblock rules -----------------------------------------!
!-------------------------------------------------------------------------------!
!
! First of all, this section has common rules that prevent most known ad block detections. In that case domain should be added to the common rules.
! The section contains the list of the rules are against all kinds of ads reinjection or ad-blocking circumvention scripts. If such a script does not cripple the website, we add rules to the Annoyances filter.
! Rules should generally be domain-specific. In some exceptional cases, it's allowed to add generic ones, but this should be approved by most of the maintainers.
!
! Good: ||example.org/adblock/detect.js
! Good: @@/adblocker/detect.js$domain=example.org
! Bad: ||ad.doubleclick.net^ (should be in adservers.txt)
!
! https://forum.adguard.com/index.php?threads/22323/
@@/templates/hdrezka/js/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/68602
/script.js$domain=infopedia.su|studopedia.net|studopedia.su|studopedia.org|studopedia.ru|studopedia.com.ua|lektsii.org|mydocx.ru
infopedia.su,studopedia.net,studopedia.su,studopedia.org,studopedia.ru,studopedia.com.ua,lektsii.org,mydocx.ru#@#.adbanner
!
! NOTE: Ads replacement (piguiqproxy.com etc.)
! SECTION: Ads replacement (piguiqproxy.com etc.)
! Скрипт есть, но без рекламы:
! tivix.co - ломается плеер, forumodua.com - авторизация
! kinozal.tv - ломается расширение Ace Stream https://github.com/AdguardTeam/AdguardFilters/issues/57813
inforesist.org,newsyou.info,newsua.one,textreferat.com,socportal.info,vsetv.com#%#(function(){var a=document.currentScript,b=String.prototype.charCodeAt,c=function(){return true;};Object.defineProperty(String.prototype,"charCodeAt",{get:function(){return document.currentScript===a?b:c},set:function(a){}})})();
!
!
wss://s.zmctrack.net/
://s.zmctrack.net^$websocket
||zmctrack.net^$third-party
@@://s.zmctrack.net/z|$xmlhttprequest,third-party
! ukr.net
@@||s.znctrack.net/z$domain=ukr.net
||s.znctrack.net/z$xmlhttprequest,redirect=noopjson,important,domain=ukr.net
sinoptik.ua#$#head > style[id]:empty { background-image: none !important; }
!
! for `zmctrack` if iframe isn't in ShadowRoot
! #$?#body > iframe[style="display:none"] { remove: true; }
forumodua.com#$?#head > iframe[name] { remove: true; }
www.ukr.net#%#//scriptlet('remove-node-text', 'script', '!function(r,n,t,e)')
www.ukr.net#$?#body > iframe { remove: true; }
!
pravda.com.ua,epravda.com.ua#%#//scriptlet('remove-node-text', 'script', ',mr=function(r,')
meteofor.com.ua,gismeteo.ua,dengi.ua,eurointegration.com.ua,i.factor.ua,isport.ua,kolobok.ua,love.i.ua,tv.ua,radio.i.ua,nv.ua,pravda.com.ua,finance.i.ua,smak.ua,buhgalter911.com,gazeta.ua,panno4ka.net,meteo.ua,censor.net,kurs.com.ua,zv.zp.ua,ivona.ua,i.ua,buhgalter.com.ua,nbnews.com.ua,viva.ua,zn.ua,bigmir.net,glavcom.ua,hvylya.net,inforesist.org,nnovosti.info,obyava.ua,tochka.net,u-news.com.ua,ukr.net,vesti.ua#$?#body > iframe:not([class]):not([id]):not([src]) { remove: true; }
i.factor.ua,kriminal.tv,i.ua,lifedon.com.ua,football24.ua,vsetv.com,gorod.dp.ua,autoua.net,beauty.ua,besplatka.ua,enovosty.com,facenews.ua,forumodua.com,hvylya.net,kolobok.ua,kp.ua,liga.net,orakul.com,real-vin.com,tv.ua,ubr.ua,vesti.ua,vgorode.ua#$?#body iframe[name]:not([class]):not([id]):not([src]) { remove: true; }
newsyou.info,4mama.ua,autoua.net,censor.net,eurointegration.com.ua,gagadget.com,internetua.com,okino.ua,orakul.com,ringside24.com,toneto.net#$?#head > iframe[name]:not([class]):not([id]):not([src]) { remove: true; }
!
! https://github.com/AdguardTeam/AdguardFilters/issues/52734
! !+ PLATFORM(windows, mac, android)
! @@://s.zmctrack.net/z|$domain=finance.i.ua,vsetv.com|cn.ru|viks.bz|peers.tv|radio.i.ua|love.i.ua,~script
!
! !#if (!adguard_app_mac && !adguard_app_windows && !adguard_app_android)
! #%#//scriptlet("set-constant", "String.prototype.charCodeAt", "trueFunc")
! #%#//scriptlet("set-constant", "String.prototype.charCodeAt", "falseFunc")
! !#endif
!
! NOTE: Ads replacement (piguiqproxy.com etc.) end ⬆️
! !SECTION: Ads replacement (piguiqproxy.com etc.)
!
!
! First of all, this section has common rules that prevent most known ad block detections. In that case domain should be added to the common rules.
! The section contains the list of the rules are against all kinds of ads reinjection or ad-blocking circumvention scripts. If such a script does not cripple the website, we add rules to the Annoyances filter.
! Rules should generally be domain-specific. In some exceptional cases, it's allowed to add generic ones, but this should be approved by most of the maintainers.
!
! Good: ||example.org/adblock/detect.js
! Good: @@/adblocker/detect.js$domain=example.org
! Bad: ||ad.doubleclick.net^ (should be in adservers.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/161129
gsm.in.ua##body > div[class*=" "][style^="background: "]
!
! sinoptik.ua - ads reinject
@@||sinoptik.ua^$generichide
*$image,redirect-rule=1x1-transparent.gif,domain=sinoptik.ua
*$script,redirect-rule=noopjs,domain=sinoptik.ua
sinoptik.ua#@#.informerTop
sinoptik.ua#@#div[id^="adsLeftZone"]
sinoptik.ua#@##left-slot1
sinoptik.ua#@#div[id^="bn_"]
sinoptik.ua#%#//scriptlet("abort-on-property-read", "SIN.AdsLoader")
!
! https://github.com/AdguardTeam/AdguardFilters/issues/68143
budport.com.ua##body > div[style*="text-align:center"][style*="z-index:9999"]
! https://github.com/AdguardTeam/AdguardFilters/issues/102060
!+ NOT_PLATFORM(windows, mac, android)
@@||pubads.g.doubleclick.net/gampad/ads?sz=640x360&ad_rule=0&iu=%2F82479101%2FTsn.ua%2FPREroll-1_Cut&cust_params=$domain=imasdk.googleapis.com
!
! https://github.com/AdguardTeam/AdguardFilters/issues/48882#issuecomment-584208221
1plus1.video#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
@@||1plus1.video/static/pubads.ad^
@@||player.adtelligent.com/prebid/wrapper_*.js|$domain=1plus1.video
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=1plus1.video|1plus1.ua
@@||gaua.hit.gemius.pl/gemiuslib.js$domain=1plus1.video|1plus1.ua
||pubads.g.doubleclick.net/gampad/ads?*1plus1.video$xmlhttprequest,domain=imasdk.googleapis.com,redirect=noopvast-3.0
||gaua.hit.gemius.pl/gemiuslib.js$script,xmlhttprequest,redirect=noopjs,domain=1plus1.video|1plus1.ua,important
! https://github.com/AdguardTeam/AdguardFilters/issues/89348
@@||unian.net/static/pubads.ad
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=unian.net|unian.ua
!#safari_cb_affinity(general,privacy)
@@||gaua.hit.gemius.pl/gplayer.js$domain=1plus1.video|1plus1.ua|unian.net
@@||gaua.hit.gemius.pl/gemiuslib.js$domain=unian.net|unian.ua
!#safari_cb_affinity
!
! prozoro.net.ua - ads reinjection
prozoro.net.ua#%#//scriptlet('abort-on-property-read', 'adsBlocked')
!
! https://github.com/AdguardTeam/AdguardFilters/issues/46073
!+ NOT_PLATFORM(windows, mac, android)
@@||pixel.adtelligent.com/player/adblock$domain=player.starlight.digital
||static.adtelligent.com/static/jsvpaid.js$script,redirect=noopjs,important,domain=stb.ua|novy.tv|ictv.ua|teleportal.ua
ictv.ua#@##adblock
@@||geo-service.adtelligent.com^|$domain=ictv.ua
!
! https://github.com/AdguardTeam/AdguardFilters/issues/156569
plus-plus.tv#%#//scriptlet('prevent-fetch', 'pagead2.googlesyndication.com')
! https://github.com/AdguardTeam/AdguardFilters/issues/51177
@@||eu-vast.vertamedia.com/vmap?aid=$domain=inter.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/37660
@@||green-way.com.ua/themes/greenway/assets/javascript/ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/36576
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=gnatkovsky.com.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/32068
@@||cdnjs.cloudflare.com/ajax/libs/fuckadblock/3.2.1/fuckadblock.min.js$domain=bankomap.com.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/30987
@@||static.adtelligent.com/static/jsvpaid.js$domain=player.starlight.digital
! https://github.com/AdguardTeam/AdguardFilters/issues/21350
investgazeta.ua###please1
investgazeta.ua###please2
! https://github.com/AdguardTeam/AdguardFilters/issues/18956
@@||rem-tech.at.ua/pagead2.ads.js
! https://github.com/AdguardTeam/AdguardFilters/issues/16133
! https://github.com/AdguardTeam/AdguardFilters/issues/10295
! simpsonsua.com.ua,simpsonsua.tv
||franecki.net^$domain=tortuga.wtf,redirect=nooptext,important
simpsonsua.com.ua,simpsonsua.tv#%#AG_onLoad(function() { need_warning = 0; });
@@||simpsonsua.*/adv.png
@@||simpsonsua.*/test-ad.php^
! https://github.com/AdguardTeam/AdguardFilters/issues/4369
@@||googleads.g.doubleclick.net/pcs/click$domain=eda.ua
@@||tpc.googlesyndication.com/simgad/*$domain=eda.ua
@@||securepubads.g.doubleclick.net/gampad/ads$domain=eda.ua
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_$domain=eda.ua
@@||eda.ua$generichide
! https://forum.adguard.com/index.php?threads/18587/
@@||ictv.ua/assets/*/advert.js
! https://forum.adguard.com/index.php?threads/16230/
omskbird.at.ua###_uwndWnd1
! http://forum.adguard.com/showthread.php?6773
24tv.ua##.no-ad-block
! tester script
@@||i.online.ua/js/advertisement.js
! news.online.ua
@@||i.online.ua/adsence.js
!
!+ NOT_PLATFORM(windows, mac, android)
zaxid.net,simpsonsua.com.ua,kurs.com.ru,isport.ua,24tv.ua,ria-m.tv,allboxing.ru#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "!function()")
!+ NOT_PLATFORM(windows, mac, android)
dengi.ua,kino-hd720.net,mirknig.su,kino-fs.ucoz.net,ex-fs.net,hvylya.net#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "/\/\*[0-9a-f]{40}\*\//")
!
!-------------------------------------------------------------------------------!
!------------------ General javascript, CSS and HTML extensions ----------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of ad blocking rules that fall under "advanced" category.
!
! Good: example.org#$##rek { display: none !important; }; example.org#%#//scriptlet('set-cookie', 'ad', '0'); example.org$$script[tag-content="ad"][max-length="3000"].
! Bad: example.org###rek (should be in specific.txt)
!
!-------------------
!-------JS----------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/154442
ain.ua#%#//scriptlet('abort-current-inline-script', 'jQuery', 'link_br')
! https://github.com/AdguardTeam/AdguardFilters/issues/96330
classicalmusicnews.ru,agroreview.com,agronews.ua#%#//scriptlet("abort-on-property-read", "wpsite_clickable_data")
! uCoz/clan.su popup(+ rules in 'general_url.txt')
legion-rus.clan.su,narod.ru,at.ua,clan.su,igrul-ka.ru,selezen.net,my1.ru,do.am,moy.su,jetvis.ru,fanofnfs.3dn.ru,kubik3.ru,paravozik.tv,greenflash.su,play-force.ru,megomult.ru,rub.org.ua,elektronika56.ru,staroetv.su,pro-zakupki.ru,kino-torrent.net,tc-image.3dn.ru,pokatushki-pmr.ru#%#//scriptlet("abort-on-property-read", "u_global_data")
! popups - `ads_script`
tapochek.net,sht.at.ua,rustorka.com,rustorka.net,naylo.top,kinosvit.net,fanofnfs.3dn.ru#%#//scriptlet("abort-on-property-read", "ads_script")
! utarget
jetvis.ru#%#//scriptlet("abort-on-property-read", "u_global_data")
narod.ru,at.ua#%#//scriptlet("abort-current-inline-script", "u_global_data")
nnmclub.to,friends-online.me,doramakun.ru,kinogo.eu,kino-live2.org#%#//scriptlet("abort-on-property-read", "utarget_script")
! RedTram (`/ru-n4p/`)
rivnepost.rv.ua,telegraf.in.ua,vlast.kz,mignews.com.ua,sibkray.ru,kursiv.kz,livekavkaz.ru,times.km.ua,grad.ua,altyn-orda.kz,viva.ua,newsoneua.tv,zikua.news,cikavosti.com,womo.ua,4studio.com.ua,tverigrad.ru,kapital-rus.ru,volyninfa.com.ua,gorodkiev.com.ua,vsviti.com.ua,tenews.org.ua,provce.ck.ua,portal.lviv.ua,rivnenews.com.ua,teren.in.ua,prichernomorie.com.ua,marieclaire.ua,politnavigator.net,redpost.com.ua,narodna-pravda.ua,dv-gazeta.info,elle.ua,womanel.com,nr2.com.ua,plitkar.com.ua,zik.ua,edinstvennaya.ua,molbuk.ua,sud.ua,newsua.one,tele.ru,pingvin.pro,glavnoe.ua,glavpost.com,enovosty.com,bagnet.org,versii.if.ua,comments.ua,cbn.com.ua,comments.ua,otvetnavse.com,news.dks.com.ua,golos.te.ua,procherk.info,cheline.com.ua,4mama.ua,ogo.ua,rusjev.net,fakty.ua,fainaidea.com,unn.com.ua#%#//scriptlet('abort-current-inline-script', 'document.createElement', '/загрузка/')
365news.biz,cbn.com.ua#%#//scriptlet("abort-current-inline-script", "document.createElement", "/n4p/")
!
!-------------------
!-------CSS---------
!-------------------
!
! promo at the main page
ostrovok.ru#$#.homepage-promo-wrapper { display: none !important; }
ostrovok.ru#$#.homepage-howdy-title { color: black !important; }
ostrovok.ru#$#.homepage-howdy { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/147690
dumskaya.net#$##nav { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/103305
! Группа компаний Актион
kom-dir.ru,gd.ru,buhsoft.ru,business.ru,26-2.ru,fd.ru,pro-personal.ru#$#.topAdvertize__wrapper { display: none !important; }
kom-dir.ru,gd.ru,buhsoft.ru,business.ru,26-2.ru,fd.ru,pro-personal.ru#$#body.branded { margin-top: 60px !important; }
!
talks.happymonday.com.ua,unisender.com#$##popmechanic-snippet { display: none!important; }
talks.happymonday.com.ua,unisender.com#$#body { overflow: visible!important; }
! https://forum.adguard.com/index.php?threads/10880/
sinoptik.ua#$#iframe[bb] { position: absolute!important; left: -3000px!important; }
sinoptik.com.ru#$#iframe[bb] { visibility: hidden!important; }
!
!-------------------
!-------HTML--------
!-------------------
!
! https://forum.adguard.com/index.php?threads/26986/
!
! This section contains the list of ad blocking rules that fall under "advanced" category.
!
! Good: example.org#$##rek { display: none !important; }; example.org#%#//scriptlet('set-cookie', 'ad', '0'); example.org$$script[tag-content="ad"][max-length="3000"].
! Bad: example.org###rek (should be in specific.txt)
!
!-----------------------
!------- JS ------------
!-----------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/165563
ashdi.vip#%#//scriptlet('trusted-replace-node-text', 'script', 'eval', '|preroll|', '|no_preroll|')
! root-nation.com - clickable background
root-nation.com#%#//scriptlet('set-constant', 'td_ad_background_click_link', 'undefined')
! silf.ua - popup
silf.ua#%#//scriptlet('abort-on-property-read', 'parent.window.opener')
! https://github.com/AdguardTeam/AdguardFilters/issues/113914
kharkivoda.gov.ua#%#AG_onLoad(function () {var el = document.querySelector('.sharethis-inline-share-buttons'); var regex = /Поделиться|Поділиться/; if (el && el.previousSibling && el.previousSibling.textContent.match(regex)){el.previousSibling.remove();}});
! https://github.com/AdguardTeam/AdguardFilters/issues/73757
ain.ua#%#//scriptlet('prevent-window-open', '/\/special\//')
! proagro.com.ua - убран рекламный клик
proagro.com.ua#%#//scriptlet('remove-attr', 'href', '.ban_head')
! https://github.com/AdguardTeam/AdguardFilters/issues/66429
kurs.com.ua#%#//scriptlet("abort-current-inline-script", "document.currentScript", "admitad")
! www.i.ua - ads
www.i.ua#%#//scriptlet("abort-current-inline-script", "String.fromCharCode", "/Function\('return/")
! https://github.com/AdguardTeam/AdguardFilters/issues/68820
isport.ua#%#//scriptlet("abort-current-inline-script", "decodeURIComponent", "delete window")
! https://github.com/AdguardTeam/AdguardFilters/issues/49110
comments.ua#%#//scriptlet("abort-current-inline-script", "script.onerror", "eval")
! vesti.ua - ad scripts
vesti.ua#%#//scriptlet("abort-current-inline-script", "document.getElementById", "MIXADV")
vesti.ua#%#//scriptlet("abort-on-property-read", "createAds")
! comments.ua - branding
comments.ua#%#//scriptlet("abort-current-inline-script", "document.getElementsByTagName", "html_brain_link")
! marketgid.com V3
freerutor.me#%#//scriptlet("abort-current-inline-script", "MarketGidJSON")
! https://forum.adguard.com/index.php?threads/26986/
meta.ua#%#AG_onLoad(function() { for (var key in window) { if (key.indexOf('AD_DOMAIN_URL') == 0) { window[key] = undefined; } }; });
! novostimira ads (WS)
realist.online#%#window.WebSocket = function() {};
comments.ua#%#AG_onLoad(function() { window.getWss = function() {}; });
dialog.ua,depo.ua,zp.today#%#window.atob = function() { };
asn.in.ua#%#window.atob = function() { };
! https://forum.adguard.com/index.php?threads/17434/
znaj.ua#%#window.flag_gtrf = true;
! strana.in.ua - кликандер
strana.in.ua#%#AG_onLoad(function() { window.GetCookie = function() { return 'haha'; }; });
! https://github.com/AdguardTeam/ExperimentalFilter/issues/287
thepiratebay.com.ua#%#window.open = function() {};
!
!-----------------------
!------- CSS -----------
!-----------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/45467#issuecomment-563455337
simpsonsua.tv#$#.tabcontent > iframe { display: block!important; }
! root-nation.com - курсор при наведении на фон
root-nation.com#$#.td-theme-wrap { cursor: auto !important; }
! https://forum.adguard.com/index.php?threads/https-www-times-km-ua.43955/
times.km.ua#$#.header-top > a.header-top-center { visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/90043
radioclub.ua#$##js-content { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/49961
prostobank.ua#$#body > div.out-on { padding-top: 0!important; }
! champion.com.ua - удаление отступа сверху
champion.com.ua#$#.l-wrapper { margin-top: 0 !important; }
! https://forum.adguard.com/index.php?threads/https-agronews-ua.42787/
! agronews.ua - removed ad background
agronews.ua#$#html > body { background-image: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/53275
grippua.com.ua#$#.page-wrap { padding-top: 0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/57047
xsport.ua#$#main.content { margin-top: 0 !important; }
! https://forum.adguard.com/index.php?threads/40556/
grippua.com.ua#$#a[data-wpel-link="external"] { visibility: hidden !important; pointer-events: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/73757
ain.ua#$#body { cursor: default !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/46776#issuecomment-572733402
ain.ua#$##subbody { top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/90144
nv.ua#$#body.branding { padding-top: 0 !important; }
! https://forum.adguard.com/index.php?threads/45741/
! https://github.com/AdguardTeam/AdguardFilters/issues/130151
btu.org.ua#$#.alltop1 { margin-bottom: 30px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/131949
bankchart.com.ua#$#.out-on { padding-top: 0 !important; }
! goldenpages.rv.ua - удаление отступа сверху
goldenpages.rv.ua#$##main_wrapper { margin-top: 25px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/36661
kinoafisha.ua#$#body { background: #000!important; }
kinoafisha.ua#$#.bg > .all { margin-top: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/40779
vesti.ua#$#.bannerRedesign { position: absolute!important; left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/24229
premier.ua#$#.adsbygoogle { height: 0!important; }
! hochu.ua - удаление брендированного фона
hochu.ua#$#body { background-image: none!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20452
semobile.com.ua#$#.adsbygoogle { height: 0!important; }
! https://forum.adguard.com/index.php?threads/29062/
meteo.ua#$##body_bg { background: none!important; }
meteo.ua#$#body { background: none!important; }
! gameinside.ua - удаление брендированного фона
gameinside.ua#$#body { background-color: #ffffff!important; background-image: none!important; }
! kino-teatr.ua - удаление брендированного фона
kino-teatr.ua#$#body { background: none!important; }
! profootball.ua - удаление отступа сверху
profootball.ua#$##container { margin-top: auto!important; }
! myscore.com.ua - исправляем попап, расположенный под оверлеем
myscore.com.ua#$##lsid-window.registration { z-index: 3147483647!important; }
! https://forum.adguard.com/index.php?threads/22540/
versii.if.ua#$#body { background: #fff!important; }
! tv5.zp.ua - удаление брендированного фона
tv5.zp.ua#$#body { background: none!important; }
! hi-tech.ua - удаление брендированного фона
hi-tech.ua#$#body { background-image:none!important; }
! https://forum.adguard.com/index.php?threads/19873/
24tv.ua#$#iframe[bb] { visibility: hidden!important; height: 0!important; }
! sovet.kidstaff.com.ua - удаление брендированного фона, отступа сверху
sovet.kidstaff.com.ua#$#body { background: #f0ede5!important; padding-top: 40px!important; }
! ain.ua#$#body - удаление брендированного фона, отступа сверху
ain.ua#$#body { margin-top: 0!important; background: none!important; }
! budport.com.ua - удаление брендированного фона
budport.com.ua#$#body { background-color: rgb(236, 234, 225)!important; background-image: none!important; cursor: default!important; }
! focus.ua - исправление отступа от баннера
focus.ua#$#body.branding-margin .top-menu.shadow { margin-top: -1px!important; }
! https://forum.adguard.com/index.php?threads/10958/
focus.ua#$#body.branding { background-image: none!important; }
focus.ua#$#body.ie { background-image: none!important; }
focus.ua#$#body.branding { margin: 0px 0 0 0!important; }
! infocar.ua - удаление брендированного фона
infocar.ua#$##totalbg { background-image: none!important; }
infocar.ua#$##contentbg { margin-top: 0!important; }
! eurolab.ua - удаление отступа сверху
eurolab.ua#$#body { padding-top: 0!important; }
! sport.ua - удаление брендированного фона, отступа сверху
sport.ua#$#body[style] { padding-top: 0!important; }
sport.ua#$#body { background-color: #e8e8e8!important; }
! i.ua - удаление брендированного фона
i.ua#$#body{ background-image: none!important; background-color: #FFFFFF!important; }
! minfin.com.ua - удаление отступа сверху
minfin.com.ua#$#.mfz-page-wrap {margin: 0px auto 50px!important;}
! depo.ua - удаление отступа сверху
depo.ua#$#.container {margin-top: 0!important; }
! china-review.com.ua - удаление отступа сверху
china-review.com.ua#$#body {margin-top: 0!important; }
! proagro.com.ua - убран отступ
proagro.com.ua#$##all > main { margin: 0 15px 0 165px !important; }
! https://forum.adguard.com/index.php?threads/16876/
unian.net#$#.social-shares { visibility: hidden!important; }
!
!-----------------------
!------- HTML ----------
!-----------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/155108
! hochu.ua - удаление брендированного фона
! apostrophe.ua - удаление отступа сверху
! MarketGid ads(for app)
! i.ua - удаление скрипта брендирования
!-------------------------------------------------------------------------------!
!------------------ Rules for specific web sites  ------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of domain-specific rules that block ads.
!
! Good: example.org###rek; ||example.com/ads/
! Bad: example.org#@##banner_ad (for instance, should be in allowlist.txt or in antiadblock.txt)
!
!
!
! adbetnet domains
||cdn.*/libs/b.js$third-party,domain=nnmclub.to
!
! luckyads.tech - 'Lucky' at advertising domain tab's name
! another new 03.06.2020
/^http(s?):\/\/[a-z]{6}\..*\/[a-z0-9]{3,30}\/[a-z0-9]{5,}\.php$/$script,third-party,domain=ego-zhena.ru|codernet.ru|desmyhome.ru|ale07.ru|wotexpress.info|koolinar.ru|newdaynews.ru|smiruss.ru|uk-parkovaya.ru|allkey.org|beejournal.ru|coronavirus-control.ru|fatelines.net|ovgorskiy.ru|fixmaster74.ru|winnote.ru|sundaria.su|amperof.ru|220.guru|vph-holod.ru|severpost.ru|mnogotolka.ru|siniy-ekran.ru|ua.news|kslift.ru|politnavigator.net|tarifec.com|vse-vino.ru|pornreactor.cc|joyreactor.cc|reactor.cc|rsute.ru|enovosty.com|tayga.info|xnewsq.net|om1.ru|rustxt.ru|jpnsoft.ru|oc-windows.ru|cikavosti.com|u-news.com.ua|mp3frog.com|tom-dzherri.ru|konkurent.ru|dalanews.kz|svpressa.ru|bargu.by|mp3rax.com|audio-books.su|progorodsamara.ru|yaom.ru|comandir.com|pocvetam.ru|osnmedia.ru|topdaynews.ru|hxmp3.com|novosti-n.org|mp3crown.cc|knews.kg|015.by|ubr.ua|audiokniga-onlain.ru|xfilesserial.ru|kulichki.net|pesni-detskie.ru|militaryarms.ru|ranobe-novels.ru|vo-radio.ru|petstime.ru|nakanune.ru|time-in.ru|kotletki.online|sakhalife.ru|kinobaza24.ru|ianed.ru|turkish-tv.ru|android-kino-tv.ru|lafa.site|hozzi.ru|evasamara.ru|syzran-small.ru|inforuss.info|tourprom.ru|macdonaldsi.ru|togliatti24.ru|ctnews.ru|solenka.info|kaluga-poisk.ru|bragazeta.ru|astrologyk.com|potokmedia.ru|gotovim.ru|mir-znamenitostej.ru|topnews.ru|pg21.ru|progorod76.ru|podolyaka.su|softaltair.ru|asilmedia.org|telegraf.news
! https://qlnomb.com/rncl17921ivl0mp03y8qh768uqv768kpy8hlb.php
/^http(s?):\/\/[A-Za-z0-9]{6}\.[A-Za-z0-9]{3}\/[A-Za-z0-9]{30,}\.php$/$script,third-party,domain=rsute.ru|afn.by|hdvideobox.ru|samelectrik.ru|amazingfacts.ru|allkey.org|kuxnmir.ru|kg-portal.ru|xxxlmusic.com|smartpress.by|unews.pro|inzhener-info.ru|vklook.online|joyreactor.cc|solenka.info
! new (01.06.2020)
/^http(s?):\/\/[A-Za-z0-9]{6}\.[A-Za-z0-9]{3}\/[A-Za-z0-9-.]{6}\/[A-Za-z0-9-.\/]{25,}\.php$/$script,third-party,domain=solenka.info|kvmarvel.ru|crashplane.ru|ymkababy.ru|newsland.com|prozoro.net.ua|alau.kz|brjunetka.ru|tarifec.com|u-news.com.ua|zoobusiness.kiev.ua|b-online.ru|porosenka.net|dachnyuchastok.ru|gubka-bob.ru|film.ru|pg11.ru|pg12.ru|pg13.ru|pg21.ru|prochepetsk.ru|progorod33.ru|progorod43.ru|progorod58.ru|progorod59.ru|progorod62.ru|progorod76.ru|progorodnn.ru|progorodnsk.ru|progorodsamara.ru|progoroduhta.ru|samokat-dostavka.ru|lifedon.com.ua|clubhunters.ru|polytech-soft.com|max-vps.ru|unews.pro|vsplanet.net
! old
/^http(s?):\/\/([A-Za-z0-9-.]+\/){5,}[A-Za-z0-9_-]+$/$script,third-party,domain=crashplane.ru|ymkababy.ru|newsland.com|prozoro.net.ua|alau.kz|brjunetka.ru|tarifec.com|u-news.com.ua|zoobusiness.kiev.ua|b-online.ru|beejournal.ru|porosenka.net|dachnyuchastok.ru|gubka-bob.ru|film.ru|pg11.ru|pg12.ru|pg13.ru|pg21.ru|prochepetsk.ru|progorod33.ru|progorod43.ru|progorod58.ru|progorod59.ru|progorod62.ru|progorod76.ru|progorodnn.ru|progorodnsk.ru|progorodsamara.ru|progoroduhta.ru|fixmaster74.ru|samokat-dostavka.ru|coronavirus-control.ru|lifedon.com.ua|fatelines.net|clubhunters.ru|made-box.ru|howto-news.info
!
! ads2.bid / AdProfex
/script.js^$third-party,domain=rus-km.ru|progorodnn.ru|vestiprim.ru|4mlhn1ocg4.com|koolinar.ru|kyiv.media|pershij.com.ua|u-news.com.ua|crashplane.ru|cin-24.com|vikingi-online.info|hi-blog.ru|lifedon.com.ua|skuky.net|365news.biz|vklook.ru|tv-show.live|pt0zhwhc26.ru|mnogotolka.ru|gadget-apple.ru|kinovideo.cc|tarifec.com|amazingfacts.ru|womanvip.ru|evo-rus.com|kraj.by|shematok.ru|bargu.by|rivnepost.rv.ua|sobesednik.ru|comments.ua|pln-pskov.ru|lyricsonline.ru|amperof.ru|kapital-rus.ru|sport24tv.ru|militariorg.ucoz.ru|pravda-tv.ru|ianed.ru|progorod33.ru|015.by|solenka.info|inforuss.info|ufanotes.ru|togliatti24.ru|storinka.com.ua|moskva-obl.ru|reporter64.ru|gastrot.ru|yadelus.ru|telegraf.news|bnkomi.ru|myslo.ru
!
! ##.ad
liga.net,appstorrent.ru,graniru.org,3dnews.ru,zaks.ru,ukranews.com,mr-7.ru,ferra.ru,cont.ws,riavrn.ru,maanimo.com,begaem.com,passion.ru,gq.ru,agravery.com,appsgames.ru,buhgalteria.ru,dumskaya.net,hotcharts.xyz,klops.ru,mmovote.ru,molnet.ru,news.pn,newsru.co.il,shazoo.ru##.ad
! ##.adv
progroshi.news,thepage.ua,newsru.co.il,freetone.org,infox.ru,internet-technologies.ru,xcadr.tv,dota2.ru,newkaliningrad.ru,reestr.rublacklist.net,ringon.site,glavcom.ua,qna.center,afanasy.biz,happymonday.ua,xcadr.org,dugtor.ru,trud.ru,amic.ru,dugtor.org,kinoafisha.info,niknews.mk.ua,sovety.net,vesti.uz,vestivrn.ru,wotsite.net##.adv
! ##center > a[rel="nofollow"] > img
faptime.ru,kremlinmedia.ru,cyberpedia.su,megaobuchalka.ru,rsload.net,gig-games.net,only-soft.org,freetp.org,33porno.com,10torrent.net,7themes.su,a-age.ru,babestar.ru,biblprog.org.ua,cwer.me,cwer.ru,dc-marvel.ru,dom-filmov.net,fast-torrent.co,frogik.ru,gighub.net,goldenshara.org,goodkino.biz,hd-bit.net,kingdia.com,kino-live2.org,kinocok.com,mskd-ru.net,nashynogi.ru,openssource.biz,pornotor.org,ru-zerkalo.org,rutorent.net,rutorgames.org,seasontor.com,serialpro.net,torentor.co,torentor.net,torrent-am.net,torrent2games.net,torrentik.co,vectornews.net,wotpack.ru,xatab-repack.net##center > a[rel="nofollow"] > img
! ##center > a[target="_blank"] > img
napensii.ua,studopedia.info,infopedia.su,studopedia.net,studopedia.su,studopedia.org,studopedia.ru,studopedia.com.ua,lektsii.org,mydocx.ru,gamesrepack.com,zannn.top,innal.top,torrentmoom.com,paslab.info,onlinestreams.ru,wot-lom.com,world-of-gamers.net,odessa-life.od.ua,film-4-you.com,filmitorrent.org,filmitorrent.site,imagenizr.net,imgbum.ru,megamedportal.ru,megatrack.top,rgmechanics.ru,soc-life.com,tvtorrent.me,web.cofp.ru,60-fps.net,firebit.biz,pornotor.org##center > a[target="_blank"] > img
! ##div[class^="banner"]
kp.ua,ukrrudprom.com,bezformata.com,progorodsamara.ru,sputniknews.ru,i2hard.ru,autorun.by,modernrock.ru,asn24.ru,citytraffic.ru,cuys.ru,dt.ua,feo.ua,jv.ru,kuban24.tv,m2motors.com.ua,musicforums.ru,roem.ru,vitasite.ru,web-ru.net,zn.ua##div[class^="banner"]
! ##div[class^="banner-"]
progorod33.ru,inpodolsk.ru,dota2.ru,meteo.ua,klops.ru,crazymailing.com,lotzon.pro,novosti-n.org,prokazan.ru,20minut.ua,alnews.com.ua,gtavicecity.ru,haqqin.az,medicina.ua,obzor.press,polit.ru,tsn.ua,wday.ru,zhitomir.info,zvuki.ru##div[class^="banner-"]
! ##.banner
hellomagrussia.ru,unian.ua,uaportal.com,nebogach.ru,text.ru,tvrain.tv,kinogo.sh,stopcor.org,1plus1.ua,officelife.media,tass.ru,glavcom.ua,dni.ru,sakhaday.ru,vb.kg,015.by,0154.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,05161.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,161.ru,1news.zp.ua,1prime.ru,1rnd.ru,2ip.me,2ip.ua,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7152.kz,72.ru,7232.kz,8422city.ru,8692.ru,9tv.co.il,academic.ru,advis.ru,afisha.ngs.ru,afisha.ngs22.ru,afisha.vse42.ru,agronews.ru,agroperspectiva.com,allboxing.ru,anapa.life,angarsk38.ru,apostrophe.ua,apteka.ru,armeniasputnik.am,astrakhan-24.ru,avtodispetcher.ru,baikal-daily.ru,bazhopol.ru,be-in.ru,bel.biz,belretail.by,bigsale.com.ua,bilyayivka.city,blitz.if.ua,blizko.by,bloknot-rostov.ru,blstv.eu,budport.com.ua,championat.com,chepetsk.ru,choiz.me,chto-eto-takoe.ru,city04.kz,city41.ru,citydomodedovo.ru,cnews.ru,comments.ua,computerra.ru,cossa.ru,dengi.ua,dentalmagazine.ru,dfiles.ru,dialog.ua,dnl.dn.ua,dom.ngs.ru,dom.vse42.ru,doska.vse42.ru,doutdess.org,echosevera.ru,etver.ru,eva.ru,exler.ru,exploit.media,f1news.ru,fedpress.ru,football.ua,fraza.ua,gametech.ru,ganc-chas.by,gazeta.ru,go01.ru,go26.ru,go31.ru,go61.ru,go7812.ru,godublin.info,gooool.org,gorod3466.ru,gorod55.ru,gorodarmavir.ru,gorodkirov.ru,gorodnsk63.ru,gorodrabot.ru,gtavicecity.ru,hi.ru,hightech.fm,hornews.com,hornews.ru,iccup.com,ichip.ru,iguides.ru,iledebeaute.ru,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inform69.ru,inkaragandy.kz,inosmi.ru,inshymkent.kz,it-world.ru,ivanovonews.ru,iz.ru,jkg-portal.com.ua,joxi.net,joxi.ru,kaktutzhit.by,karelia.news,kaskelenec.kz,kazanfirst.ru,kinda.media,klex.ru,kod.ru,konkretno.ru,konkurent.in.ua,konkurent.ua,kramatorsk.info,l2op.ru,lenta.ru,lidanews.by,lider-press.by,life.ru,liga.net,livemaster.ru,lowadi.com,magcity74.ru,metrinfo.ru,mgorod.kz,mignews.com.ua,mmotop.ru,mmovote.ru,mob.org.ru,mojaakcija.com.ua,molnet.ru,msk.ru,music.i.ua,mv.org.ua,myvin.com.ua,mywatershop.ua,namba.kg,nashbryansk.ru,navi.gg,naviny.by,naviny.media,news.pn,news.vse42.ru,newsbuzz.ru,newslab.ru,newsomsk.ru,nn-files.nnov.org,novostivoronezha.ru,nv.ua,odessa.net,odessamedia.net,oneprog.ru,oper.ru,oshto.kg,penzadoctor.ru,pg21.ru,piginfo.ru,pornk.in,portal.lviv.ua,post-tracker.ru,ppt.ru,prado-club.su,prm.ru,pro.berdyansk.biz,prokazan.ru,prophotos.ru,psm7.com,punkt-a.info,qapshagai-city.kz,rabota.vse42.ru,rcmm.ru,realty.interfax.ru,ria.ru,ridus.ru,risu.org.ua,roem.ru,ruposters.ru,sakhalin.info,samara24.ru,sarnovosti.ru,savepic.net,savepic.ru,seodiz.ru,shliah.by,shoes-report.ru,sm-news.ru,snow-motion.ru,softkey.ru,softtorrent.ru,sovsport.ru,sport.kazanfirst.ru,sporu.net,spravochnick.ru,squarefaction.ru,superomsk.ru,tatar-inform.ru,techlabs.by,tele.click,teleg.run,thequestion.ru,tochka.net,tomsk.ru,topwar.ru,tourism.interfax.ru,tsn.ua,turizm.ru,tvernews.ru,ukrlife.tv,ukropnews.com,unian.net,ur8lv.com,uralskcity.kz,usionline.com,vancouverok.com,vashvkus.ru,vesty.co.il,vidal.ru,vidnoe24.ru,vm.ru,vprognoze.ru,vzsar.ru,wd-x.ru,wday.ru,wildo.ru,winreview.ru,woman.ru,womenhealthnet.ru,yugopolis.ru,zhmak.info,zimamagazine.com##.banner
! ##.advert
ufacitynews.ru,sevastopol.su,zn.ua,pravo.ru,lubertsyriamo.ru,kommersant.ru,dvnovosti.ru,kubnews.ru,turbopages.org,chernozem.info,flashgames.ru,footballreview.ru,inforesist.org,msgforum.ru,newsland.com,province.ru,tenews.org.ua,tltorrent.ru,zab.ru##.advert
! ##div[id^="unit_"]
74.ru,zab.ru,sib.fm,tulapressa.ru,vladday.ru,teleport2001.ru,ivbg.ru,progorod76.ru,riamobalashiha.ru,sobesednik.com,vz.ru,autoparus.by,ctv.by,hightech.plus,vkpress.ru,newstula.ru,panoramapro.ru,zpravda.ru,mirtesen.ru,sports.ru,ko.ru,togliatti24.ru,punkt-a.info,psychologies.ru,1yar.tv,fontanka.ru,baltnews.*,sm.news,news.ru,interfax-russia.ru,kursk-izvestia.ru,dp.ru,lentv24.ru,runews24.ru,bfm.ru,starhit.ru,ctnews.ru,kp40.ru,politring.com,ura.news,osnmedia.ru,interfax.by,lifehacker.ru,miasskiy.ru,eadaily.com,golospravdy.eu,govoritmoskva.ru,tayga.info,neg.by,wi-fi.ru,kriminal.net.ua,vesti.ru,province.ru,nashe.ru,rusvesna.su,7info.ru,ntv.ru,365news.biz,life.ru,rb.ru,business.ru,rosbalt.ru,mir24.tv,utro.ru,progorodnn.ru,newsru.com,anekdot.ru,astrakhan-24.ru,bel.ru,belive.ru,chrdk.ru,dni.ru,finam.info,gazeta.ru,iz.ru,kaspyinfo.ru,m24.ru,marieclaire.ru,mhealth.ru,mixnews.lv,moika78.ru,penzavzglyad.ru,pravda.ru,radioromantika.ru,realty.interfax.ru,riamo.ru,rusplt.ru,russian.rt.com,severpost.ru,snob.ru,sovsport.ru,steaklovers.menu,teleprogramma.pro,topwar.ru,trendymen.ru,tvc.ru,tvzvezda.ru,ua-football.com,ukraina.ru,vesti.uz,vokrugsveta.ru,warhead.su,zakon.kz,zr.ru##div[id^="unit_"]
! ##div[id^="adfox_"]
mmo13.ru,altapress.ru,gastronom.ru,eg.ru,newsmaker.md,delo-vcusa.ru,tolknews.ru,gorodche.ru,smartpress.by,raenza.ru,eadaily.com,zakon.kz,svpressa.ru,udf.name,udf.by,baby.ru,pikabu.ru,thequestion.ru##div[id^="adfox_"]
!
! For URL shorteners or simple sites with frequently changed ad servers.
! Incorrectly blocked domains can be excluded using regex(synchronize this regexp in all filters)
/^(?!.*(linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yandex.|yastatic.net|ytimg.com|zencdn.net|player|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|imgsmail.ru|cdn.cloudflare.net)).*$/$third-party,script,_____,domain=rsload.net|pornosuk.com|ebalovo.pro|yarnews.net|pornohype.mobi|pornomoll.net|4ertik.mobi|mobila.guru|manesu.com|sovetov.su|krot.info|sad24.ru|web-shpargalka.ru|pornona.me|crast.ru|sobytiya.net|bazliter.ru|maximp3.ru|carlasart.ru|dv-gazeta.info|tiviha.ru|great-tv.tv|ovgorskiy.ru|next.2yxa.mobi|xxxlatinki.com|rybkies.ru|doctorhouse.tv|ruspornvideos.net|agronomu.com|gorodarmavir.ru|kormushka-burg.ru|ua.news|uniondht.org|hdxclub.tv|inspectrum.su|zavtra.ru|newsyou.info|infohome.com.ua|tdnu.ru|ruspolitnews.ru|4rl.ru|tolknews.ru|tvvse.my1.ru|lifedon.com.ua|pornogolod.net|seksvideo.tv|volkovysk.by|pro100tv.my1.ru|bestweapon.ru|pronpic.org|mosgorsait.ru|apnews.com.ua|tipsforyou.ru|peoples.ru|nudecelebs.pro|vchaspik.ua|sekreta.net|chelny-izvest.ru|newsbel.by|theageoffootball.com|iptvmaster.ru|kztarif.ru|4systems.ru|rus24.tv|homesantehnica.ru|xpmuxznuxcuxcxyczczxcxb.lupka.ru|kinovideo.tv|torren.eu|kriminal.net.ua|obmenvsem.org|ero-top.info|vazhno.ru|stars-top.ru|srrb.ru|sosalkino.art|imag.one|socportal.info|vashynogi.com|ria-m.tv|porno-chiks.org|kontrakty.ua|glavpost.ua|sex-studentki.pro|poleznii-site.ru|slavinfo.dn.ua|saucyintruder.org|pravoslavy.ru|kinovilka.ru|trans.firm.in|coronavirus-monitor.ru|zbirna.com|showdream.org|actual.today|real-vin.com|tksilver.ru|z-torrents.ru|hd01.ru|my-calend.ru|parnuha.video|nbnews.com.ua|nocopyright.ru|e-news.su|mister-robot.online|blackpantera.ru|waysi.ru|freehat.cc|kuhniclub.ru|mirvdochnovenia.ru|altyn-orda.kz|voyeyrist.com|mashmaster.ru|medsovukrpro.ru|ringtondom.ru|math-prosto.ru|ebalovo.porn|vteple.xyz|sharij.net|headphone-review.ru|kraj.by|7ogorod.ru|nashbryansk.ru|porno-island.*|xn--80axn1a.xn--p1ai|greensotka.ru|rivnepost.rv.ua|xn--29-6kcd5bg.xn--p1ai|programmy-dlya-android.ru|relasko.ru|molitvy.guru|selomoe.ru|slavasozidatelyam.ru|livekavkaz.ru|100popugaev.ru|huaweidevices.ru|recepti24.ru|moser-zoo.ru|cherepah.ru|proautomarki.ru|cheb-live.ru|zrelki.top|sdelairukami.ru|gtorra.pw|hostboard.ru|politnavigator.net|torlook.info|cooksy.ru|dewka.com|pornoakt.video|picklik.ru|2recepta.com|torrent-stop.org|xcelebs.ru|new-rutor.org|porno90.online|porno90.top|felomena.com|niceporn.space|tunnel.ru|vsedoramy.*|chelseablues.ru|kaluga-poisk.ru|kinozal.*|webspoon.ru|internet-olimpiada.ru|nickgen.ru|hd9.hdgo.site|gastrot.ru|yadelus.ru|tizam.pw|eropron.com|youxxx.cc
! !+ PLATFORM(ios, ext_safari, ext_android_cb)
! $third-party,script,domain=
! Similar to regexp above, but using the denyallow modifier
! Be careful, if a site uses third-party resources (players etc.) and the rule applied in AdGuard for Safari/iOS
$script,third-party,denyallow=linkvertise.com|fastly.net|statically.io|sharecast.ws|b-cdn.net|bunnycdn.ru|bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|cdn.staticfile.org|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.net|fastlylb.net|fbcdn.net|fluidplayer.com|fontawesome.com|github.io|google.com|googleapis.com|googletagmanager.com|gstatic.com|jquery.com|jsdelivr.net|jwpcdn.com|jwplatform.com|polyfill.io|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yastatic.net|ytimg.com|zencdn.net|youtube.com|cackle.me|googleoptimize.com|vuukle.com|chatango.com|twimg.com|google-analytics.com|hcaptcha.com|raincaptcha.com|media-imdb.com|blogger.com|hwcdn.net|instagram.com|wp.com|fastcomments.com|plyr.io,_____,domain=rsload.net|pornosuk.com|ebalovo.pro|yarnews.net|pornohype.mobi|pornomoll.net|4ertik.mobi|mobila.guru|manesu.com|sovetov.su|krot.info|sad24.ru|web-shpargalka.ru|pornona.me|crast.ru|sobytiya.net|bazliter.ru|maximp3.ru|carlasart.ru|dv-gazeta.info|tiviha.ru|great-tv.tv|ovgorskiy.ru|next.2yxa.mobi|xxxlatinki.com|rybkies.ru|doctorhouse.tv|ruspornvideos.net|agronomu.com|gorodarmavir.ru|kormushka-burg.ru|ua.news|uniondht.org|hdxclub.tv|inspectrum.su|zavtra.ru|newsyou.info|infohome.com.ua|tdnu.ru|ruspolitnews.ru|4rl.ru|tolknews.ru|tvvse.my1.ru|lifedon.com.ua|pornogolod.net|seksvideo.tv|volkovysk.by|pro100tv.my1.ru|bestweapon.ru|pronpic.org|mosgorsait.ru|apnews.com.ua|tipsforyou.ru|peoples.ru|nudecelebs.pro|vchaspik.ua|sekreta.net|chelny-izvest.ru|newsbel.by|theageoffootball.com|iptvmaster.ru|kztarif.ru|4systems.ru|rus24.tv|homesantehnica.ru|xpmuxznuxcuxcxyczczxcxb.lupka.ru|kinovideo.tv|torren.eu|kriminal.net.ua|obmenvsem.org|ero-top.info|vazhno.ru|stars-top.ru|srrb.ru|sosalkino.art|imag.one|socportal.info|vashynogi.com|ria-m.tv|porno-chiks.org|kontrakty.ua|glavpost.ua|sex-studentki.pro|poleznii-site.ru|slavinfo.dn.ua|saucyintruder.org|pravoslavy.ru|kinovilka.ru|trans.firm.in|coronavirus-monitor.ru|zbirna.com|showdream.org|actual.today|real-vin.com|tksilver.ru|z-torrents.ru|hd01.ru|my-calend.ru|parnuha.video|nbnews.com.ua|nocopyright.ru|e-news.su|mister-robot.online|blackpantera.ru|waysi.ru|freehat.cc|kuhniclub.ru|mirvdochnovenia.ru|altyn-orda.kz|voyeyrist.com|mashmaster.ru|medsovukrpro.ru|ringtondom.ru|math-prosto.ru|ebalovo.porn|vteple.xyz|sharij.net|headphone-review.ru|kraj.by|7ogorod.ru|nashbryansk.ru|porno-island.*|xn--80axn1a.xn--p1ai|greensotka.ru|rivnepost.rv.ua|xn--29-6kcd5bg.xn--p1ai|programmy-dlya-android.ru|relasko.ru|molitvy.guru|selomoe.ru|slavasozidatelyam.ru|livekavkaz.ru|100popugaev.ru|huaweidevices.ru|recepti24.ru|moser-zoo.ru|cherepah.ru|proautomarki.ru|cheb-live.ru|zrelki.top|sdelairukami.ru|gtorra.pw|hostboard.ru|politnavigator.net|torlook.info|cooksy.ru|dewka.com|pornoakt.video|picklik.ru|2recepta.com|torrent-stop.org|xcelebs.ru|new-rutor.org|porno90.online|porno90.top|felomena.com|niceporn.space|tunnel.ru|vsedoramy.*|chelseablues.ru|kaluga-poisk.ru|kinozal.*|webspoon.ru|internet-olimpiada.ru|nickgen.ru|hd9.hdgo.site|gastrot.ru|tizam.pw|eropron.com|youxxx.cc
! vast ads on anime sites - for example: animego.org, yummyanime.club, etc
! https://github.com/AdguardTeam/AdguardFilters/issues/150751#issuecomment-1549374555
!+ NOT_PLATFORM(ext_ublock)
/:\/\/([a-z-]{4,10}\.)?(?!aniqit|kodikapi)[a-z0-9]{4,}\.(video|com|in\.net|link|tech|ru)/$xmlhttprequest,domain=aniqit.com|kodik.info|start.u-cdn.top|u-stream.in|kodik.biz
!
!
!
itc.ua##body > div[style^="text-align"][style*="bgcolor: #000000;"]
itc.ua##.post-txt > p.intro:has(> a[href^="https://fav.bet/"])
mmo13.ru##.mrg-tag
focus.ua##.o-adds
samelectrik.ru##.adfox-mrgn
||domovita.by/js/adfox/
||static.spotles365.com/static.js
kuban24.tv##.sda-section
telegraf.com.ua##div[data-text="Новини партнерів"]
obozrevatel.com##.asideBanner
narutoplanet.ru##.art-layout-cell > div[style^="max-width:"]
altapress.ru##div[style*="height: 300px;"][style*="width: 100%;"]
||appcode*.com/substr/gerunel.js
finance.ua##div[class$="-commercial-section"]
tutkino.tv##.rel-news-block
dev.ua##.partners
finance.ua##div[class^="AdvertisingBanner"]
news.meta.ua##.banner-img
news.meta.ua##small[style^="display:block;"]
gordonua.com##div[data-action="banners"]
gordonua.com##a[class^="branding-link-"]
rbc.ua##.vidverto-wrapper
itc.ua##body > div[style="text-align:center;background: #000;"]
dev.ua##.container > div.island.card
dev.ua##.island.d-none_mobile
new-rutor.org,xrutor.org,123rutor.su##iframe[height="265px"][width="732px"]
new-rutor.org,xrutor.org,123rutor.su###bulbasaur-frame
unian.ua#?#.publication > div.title-without-border:contains(Новини партнерів)
buhplatforma.com.ua##a[href^="https://seminar.expertus.com.ua/"]
vgorode.ua###news_scroll_bottom
socportal.info##.sticky-wrapper
socportal.info##div[x-lazyload*="pagead2.googlesyndication.com"]
socportal.info##div[x-lazyload*="ScriptRootC"]
sib.fm#?#div[style^="min-height:"]:has(.banner)
sib.fm##.partners-footer
orda.kz##.ad2
orda.kz#?#body > div.layer0:has(> div.wrapper > div.ad1)
food.obozrevatel.com##.idealmedia
food.obozrevatel.com##.googleBanner
doradvokat.com.ua###sidebar-right > div#media_image-40 ~ div.mg-widget
web.telegram.org#$?#.message-date-group > div.Message:has(.text-content:contains(/#реклама/)) { remove: true; }
nur.kz##.js-commercial-menu
nur.kz##.widget-1xbet
nur.kz###js-widget-pm
||cdn-b.notsy.io^$domain=obozrevatel.com
obozrevatel.com##.videoOfDay
obozrevatel.com##.headerBiding
obozrevatel.com#?#.splide__list > div.splide__slide:has(> article > div.banner)
obozrevatel.com##.banner
rsload.net#?##dle-content > div.short:has(> div > h2:contains(распродажа))
24tv.ua#$?#.lg-thumb-item:has(> img[src="/assets/img/adv-thumb.png"]) { remove: true; }
pravda.com.ua##.advtext_mob
meta.ua##.bookmaker
ukranews.com##.adversiting
obyava.ua##div[class$="-banner"]
kubnews.ru##.static-banner
ilounge.ua##div[style^="height: 90px;max-height:90px;"]
gordonua.com,hochu.ua,24tv.ua,zaxid.net,unian.ua,glavred.net,footballua.tv,epravda.com.ua,zn.ua,focus.ua,rbc.ua,fakty.com.ua,glavred.info,unian.net,nv.ua##.nts-video-wrapper
rbc.ua,fakty.com.ua,pravda.com.ua,glavred.info#?#.nts-video-wrapper
newsmaker.md##.theiaStickySidebar > aside.widget_media_image
newsmaker.md##.theiaStickySidebar > aside.evo-slider-widget
newsmaker.md##.theiaStickySidebar > aside.widget_custom_html
||ippcode*.com/*/mornic5.js
sport.ua##div[id^="zone_"]
sport.ua##.best_bookies
ostro.org##.banner-container
24tv.ua##div.video-dv-wrapper
ictv.ua,glavred.info##.partner-news
aysor.am###top-banner
hotline.ua##.catalog-promo-products
itc.ua##a[href^="https://specials.highload.today/"] > img
focus.ua##.c-r
ukr.net##.placeholder
||dynamomania.com/assets/68b1e3a7/jquery.js
||inform.kz/download/banners/
inform.kz##.news_partner
devby.io##.rotation-1
devby.io#?#a.fs-9:contains(/^Реклама$/):upward(1)
moe-online.ru##body div.sitebar_reklama_wr
highload.today,itc.ua##.course-widget-new
dumskaya.net#?#body > div.hideprint:has(> div > noindex > a[href^="/ad/"])
.ru/br/$domain=kushva-online.ru|motorpage.ru
ua.news##.promo3
24tv.ua##div[class^="adv"]
24tv.ua##app-adv-skeleton
||all-news.net.ua/informers/
||rx-name.ua/images/promotion/$third-party
||rada.com.ua/img/
||price.ua/informers/$third-party
||rating.km.ua/*?
devby.io,dev.ua##div[style="padding: 2rem 0;"]
devby.io,dev.ua##.section-aside_sticky
mag.103.by,mag.103.ua##.google
apteka.103.by,apteka.103.ua##.verticalBanner
meta-ratings.com.ua,metaratings.ru##.feed-box.fb-comm
meta-ratings.com.ua,metaratings.ru##div[data-banner-type]
meta-ratings.com.ua,metaratings.ru##.seo-link
meta-ratings.com.ua,metaratings.ru##.reward-slider
meta-ratings.com.ua,metaratings.ru##.rating-bo
meta-ratings.com.ua,metaratings.ru##.workarea-sidebar > div.user-preference
meta-ratings.com.ua,metaratings.ru##.main-top-bookmakers
sinoptik.com.ru,sinoptik.ua###adsZone
sinoptik.com.ru,sinoptik.ua###adsZone3
||sinst.fwdcdn.com/img/partners/$domain=sinoptik.com.ru|sinoptik.ua
!
! monetizer.guru
lumpics.ru,russkiiyazyk.ru,taker.im,glav-dacha.ru,megabitcomp.ru,programdownloadfree.com,diwis.ru,tehnika.expert,sdelaicomp.ru,dooralei.ru,rugraphics.ru,samelectrik.ru,sam-sdelay.ru,colady.ru,menstois.ru,windowstune.ru,it-doc.info,d-mod.ru,iklife.ru,fitnavigator.ru,bouw.ru,serviceyard.net,love-mother.ru,svoimi-rykami.ru,sekreti-domovodstva.ru,selfmadetrip.com,subsidii.net,viborprost.ru,anisima.ru,snow-motion.ru,antirodinka.ru,brjunetka.ru,rusadmin.biz,sprintotvet.ru,info-effect.ru,telefongid.ru,oblcit.ru,guitarrist.ru,usatiki.ru,mydizajn.ru,3witcher.ru,historynotes.ru,zakonguru.com,rainbowsky.ru,kulikavto.ru,13idei.ru,toysew.ru,privivkainfo.ru,azku.ru,catfishes.ru,ethnoboho.ru,ustroim-prazdnik.info,baragozik.ru,idealsad.com,kopomko.ru,teleotvet.ru,ixtira.tv#%#//scriptlet('abort-on-property-write', 'fpm_adbDetect')
! gamer-info.com
gamer-info.com###all-page-content > div.mp-line > div.games-onl-set-m1 > a[data-gmimplid]
gamer-info.com##.games-onl-set-v2
gamer-info.com##.roarticlecol > div[class*=" "] > div[style="overflow:hidden;"]
gamer-info.com##.mn-news-lst-ad-bl > div:not([class]):first-child
gamer-info.com##.mn-video-lst-ad-bl > div[class]:first-child
gamer-info.com###games-db-main-listblock > a[class="gmv2-it"] + div[class]
! citysites.ua
048.ua,44.ua,056.ua,032.ua,04868.com.ua,karelia.news,0629.com.ua,5692.com.ua,0154.by,0472.ua,048.ua,0512.com.ua,0522.ua,0532.ua,0552.ua,056.ua,0564.ua,061.ua,06153.com.ua,0642.ua,62.ua,7152.kz,7232.kz,city04.kz,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz#?#.card-wrapper:has(> amp-ad)
karelia.news,015.by,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0412.ua,0432.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,0552.ua,056.ua,0564.ua,057.ua,061.ua,06153.com.ua,06239.com.ua,06252.com.ua,06274.com.ua,0629.com.ua,0642.ua,44.ua,5692.com.ua,62.ua,6264.com.ua,8422city.ru,86155city.ru,go31.ru,goroddomodedovo.ru,labaved.ru##div[class*="banner_box"]
0154.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,1rnd.ru,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7152.kz,7232.kz,8422city.ru,8692.ru,city04.kz,city41.ru,citydomodedovo.ru,go31.ru,go61.ru,go7812.ru,gorod3466.ru,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,karelia.news,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##.banner-info
0154.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,1rnd.ru,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7152.kz,7232.kz,8422city.ru,8692.ru,city04.kz,city41.ru,citydomodedovo.ru,go31.ru,go61.ru,go7812.ru,gorod3466.ru,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,karelia.news,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##.card-placeholder
0154.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,1rnd.ru,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7152.kz,7232.kz,8422city.ru,8692.ru,city04.kz,city41.ru,citydomodedovo.ru,go31.ru,go61.ru,go7812.ru,gorod3466.ru,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,karelia.news,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##.br-wrapper
0154.by,0312.ua,032.ua,0332.ua,0342.ua,0352.ua,0362.ua,0372.ua,0382.ua,0412.ua,04141.com.ua,0432.ua,04563.com.ua,04597.com.ua,04598.com.ua,0462.ua,0472.ua,048.ua,04868.com.ua,0512.com.ua,05136.com.ua,0522.ua,0532.ua,05366.com.ua,0542.ua,05447.com.ua,0552.ua,056.ua,0564.ua,0566.com.ua,0569.com.ua,057.ua,061.ua,06153.com.ua,0619.com.ua,0623.com.ua,06236.com.ua,06237.com.ua,06239.com.ua,06242.ua,06252.com.ua,06267.com.ua,06272.com.ua,06274.com.ua,06277.com.ua,0629.com.ua,0642.ua,06452.com.ua,1rnd.ru,3849.com.ua,44.ua,4594.com.ua,5692.com.ua,62.ua,6262.com.ua,6264.com.ua,65.media,7152.kz,7232.kz,8422city.ru,city04.kz,city41.ru,citydomodedovo.ru,go31.ru,go61.ru,go7812.ru,gorod3466.ru,inaktau.kz,inalmaty.kz,inastana.kz,inatyrau.kz,inkaragandy.kz,inshymkent.kz,karelia.news,kaskelenec.kz,oshto.kg,qapshagai-city.kz,uralskcity.kz##app-block-widget-banner
! rp5.ru
rp5.ru,rp5.ua,rp5.by,rp5.kz,rp5.co.uk###content-wrapper > div[id="content"] ~ div[id]:not([id="mapa"])
rp5.ru,rp5.ua,rp5.by,rp5.kz,rp5.co.uk#?##FheaderContent > div[id]:has(> div[id] > div[onclick*="https://txt.rp5.ru/responses/reClickAdvert.php"])
rp5.kz,rp5.by,rp5.ru#$?##content-wrapper > div#content > div[id] + div[id] > div[id]:has(> div > div > div[style] > div.arrow-circle) { visibility: hidden !important; min-height: 20px !important; height: 20px !important; }
!+ NOT_PLATFORM(ext_safari)
rp5.ru,rp5.ua,rp5.by,rp5.kz,rp5.co.uk#?##FheaderContent > div[id]:has(> ins.adsbygoogle)
! GisMeteo (+ mirror meteofor.com.ua)
! gismeteo (new design)
gismeteo.ru##.section-rssAdvert
meteofor.com.ua,gismeteo.ru##.section-rss > div.feed-partner-title
meteofor.com.ua##.section-rss-by-column
gismeteo.ru,gismeteo.by#?#.content div.__frame:has(> div[class^="media_"] > div[id] + script)
gismeteo.ru#?#.content div[class]:has(> div[class] > div[data-type="default"] > div[class] > a[target="_blank"][rel="nofollow"])
gismeteo.by#?#.content div[class]:has(> div[class] > div[data-type="default"] div.border_delimit > a[target="_blank"][rel="nofollow"])
gismeteo.ru#?#div:has(> div > div[data-type="rbc"])
gismeteo.kz,gismeteo.md#?#.content div[class]:has(> div[class][id] + div[id^="crt-"])
gismeteo.ru,gismeteo.by#?#.content div[class]:has(> div > div[id] + span script[type])
meteofor.com.ua,gismeteo.by,gismeteo.com,gismeteo.kz,gismeteo.ru,gismeteo.ua##.placeholder
meteofor.com.ua,gismeteo.by,gismeteo.com,gismeteo.kz,gismeteo.ru,gismeteo.ua##noindex
gismeteo.com##.section-media
meteofor.com.ua,gismeteo.ru##.content-column:not(.column1) section.section-rss
gismeteo.ru,gismeteo.kz##.top-media-placeholder
gismeteo.ru##body > div.media_top
gismeteo.ua##.layout > div.side > div.extra
gismeteo.ua,gismeteo.kz##.media_frame.xby400
gismeteo.ua,gismeteo.kz,gismeteo.by,gismeteo.ru##.__frame_sm > div.__frame > div.media_middle
gismeteo.ru##.cont > div.cont-r
gismeteo.ru##.flexbox > div.right_col_1 > div.wrap_small.__frame > div:not([class^="weather_now"])
gismeteo.ru##.flexbox > div.right_col_2
gismeteo.ua,gismeteo.by##.media_middle
gismeteo.ua,beta.gismeteo.ru,gismeteo.by,gismeteo.ru##.media_top_frame
gismeteo.ru##.media_with_map > div.media_left
gismeteo.ru##div[data-type="rbc"]
tourism.gismeteo.ru##h1 + div[class="box"]:empty
gismeteo.ru##.widget-container
gismeteo.ua##.tizers_6
! gismeteo (old)
gismeteo.kz,gismeteo.ua###weather-gis-news
gismeteo.ru###weather-gis-news-alter
gismeteo.by###weather-left
gismeteo.by###weather-rian
gismeteo.by###weather-right
gismeteo.ru##.cright > div#weather-right.rframe
gismeteo.ru##.footer-ban
gismeteo.ru##.header-ban
gismeteo.ua,gismeteo.kz,gismeteo.by##.media_frame
gismeteo.md##.rframe#weather-kp
gismeteo.by##.right_col_1 > div.wrap_small.__frame > div:not([class^="weather_now"])
gismeteo.ua##.wrap > div#w-hor
gismeteo.ru##.wrap > div#weather-lb.rframe
gismeteo.ru##.wrap > div#weather-left.rframe
gismeteo.by##body > section.media_top
gismeteo.kz,gismeteo.md,gismeteo.ua##div#weather-left[id="weather-left"]
gismeteo.kz,gismeteo.md,gismeteo.ru,gismeteo.ua##div#weather-right[id="weather-right"]
gismeteo.ru##div[class^="media_frame"]
gismeteo.ua##div[id="weather-rbkua"]
!
! Hdrezka
||static.hdrezka.ac/i/*ggbet*.gif
||static.hdrezka.ac/i/def_pointloto_0_top.jpeg
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##div[id^="bn_"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com#?#.b-content__main > div[id]:has(> iframe[src^="https://rstbtmd.com/"])
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com#?#.b-seriesupdate__block_list > li.b-seriesupdate__block_list_item:has(> div.b-seriesupdate__block_list_item_inner[style^="display: block; height: 150px;"])
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##.b-seriesupdate__block_list > li.b-seriesupdate__block_list_item[data-url=""] > div[style="display: block; height: 150px; overflow: hidden;"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##.b-player > div[style^="height: 160px;"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##div[style="height: 250px; overflow: hidden;"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##a[style*="data:image"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##[style^="height: 250px;"][style*="width: 680px;"]
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com###ownplayer-link-show
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##.b-content > a
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##.b-content > center > a
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com##.b-content__main > div[id]:not([class]):empty
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com#$#body.has-brand:not(.b-theme__template__night) { background: #efefef !important; }
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com#$#.b-post__rating_table { margin-left: -30px !important; }
! Ad background
hdrezka8bdhtq.org,hdrezka1tqbbd.org,hdrezka1qkpbx.org,hdrezka320rtq.org,rezka-ua.tv,hdrezkabmmshq.org,hdrezkafh28d9.org,hdrezkasmakyy.org,hdrezkafhs83u.org,hdrezkahs920s.org,hdrezka.in,hdrezkat5ee2w.org,hdrezka66yhfg.net,hdrezka.rest,hdrezkahf22hh.net,hdrezkahdg24s.net,hdrezkabbdh4d.net,hdrezkajjfhr5.net,27p6qp79zyr1.net,hdrezka19139.org,hdrezkap3g.org,hdrezkapez.org,hdrezkarty.org,hdrezkacvb.org,hdrezka.ag,upivi.com,hdrezka.me,ikinopoisk.com,kinopub.me,3ivi.com,rezkify.com,bestofkinopoisk.com,rezkery.com,rezkily.com,hdrezkaonline.com,mrhdrezka.com,hdrezka.sh,livekinopoisk.com,cokinopoisk.com,hdrezka-ag.com,hdrezka.club,hdrezka.cm,hdrezka.co,hdrezka.name,hdrezka.site,hdrezka.today,hdrezka.tv,hdrezka.website,hdrezkaag.net,hdrezkayou.com,instahdrezka.com,freehdrezka.com,rezka.ag,tryhdrezka.com#%#//scriptlet('remove-class', 'active-brand', 'body')
!
! Группа компаний Актион
kom-dir.ru,gd.ru,buhsoft.ru,dirklinik.ru,fd.ru,business.ru,pro-personal.ru,trudohrana.ru##.ASE_brandImage
!
! kodik.cc
/vpaid^$xmlhttprequest,domain=kodik.biz|kodik.cc|kodik.info|vio.to|u-cdn.top|kodikdb.com
/assets/vendor/*.xml?externalsubid=*&v=$domain=kodik.biz|kodik.cc|kodik.info|vio.to|u-cdn.top|kodikdb.com
/assets/vendor/*.xml?*external_subid=$domain=kodik.biz|kodik.cc|kodik.info|vio.to|u-cdn.top|kodikdb.com
/assets/vendor/*.xml?v=$domain=kodik.biz|kodik.cc|kodik.info|vio.to|u-cdn.top|kodikdb.com
.php?id=$script,third-party,xmlhttprequest,domain=kodik.biz|kodik.cc|kodik.info|vio.to|u-cdn.top|kodikdb.com
kodik*/adv-vast/
||kodik.biz/vast/
||kodik.cc/vastadvert/
!
!
! This section contains the list of domain-specific rules that block ads.
!
! Good: example.org###rek; ||example.com/ads/
! Bad: example.org#@##banner_ad (for instance, should be in allowlist.txt or in antiadblock.txt)
!
! `/upload/rk/` - URL and element hiding rule
/upload/rk/*$domain=citrus.ua|xsport.ua|zi.dn.ua|zi.ua
citrus.ua,xsport.ua,zi.dn.ua,zi.ua##img[src^="/upload/rk/"]
!
!
!
censor.net##.container > div#w1001.d-print-none
opentv.media##img[alt="ad"]
/assets/vendor/*.xml$domain=tortuga.wtf
liga.net##.ad
liga.net##.b-blocks
nashreporter.com##.banner_side
gorod.cn.ua##.boxmy
gorod.cn.ua##img[width="210"][height="400"]
lite.telegraf.com.ua##div[data-text="Реклама"]
hi.dn.ua##div[tabindex="-1"][class] > div[data-test-id^="article-image-"] div[class*=" "][data-test-id^="article-image-"]
psm7.com##div[style="height: 60px;"]
storinka.com.ua#?#.article > div.widget:has(> a[href^="https://kshop5.com/"])
speedtest.net.ua#?#div[class^="col-"] > div.ext-box:has(> .adverstblock)
tech.liga.net##amp-iframe[src^="https://ad.vidverto.io/"]
kurs.com.ua##body > div#catfishWrap
nnews.com.ua###header-right-sidebar
itbusiness.com.ua,nnews.com.ua##.code-block
root-nation.com##.tdi_31
root-nation.com###tdi_29
root-nation.com#?#.wpb_wrapper > div.wpb_wrapper:has(> aside a[href^="https://root-nation.com/linkout/"])
root-nation.com##body > a
root-nation.com##body > div.backstretch
root-nation.com##.Sponsored
root-nation.com##.wpb_wrapper > .tdb_single_post_share + .vc_row_inner:not(.td_block_wrap)
compendium.com.ua##.cp-banner-catfish
novy.tv###bidmatic-playerContainer div.ppb-wrapper
fitomarket.com.ua###coolbanner0
mezha.media##.banner-link
tabloid.pravda.com.ua#?#article > div.block_post .banner__text:contains(Реклама)
itechua.com##.a-single > img
life.pravda.com.ua#?#.content-block-column > div.img-wrap:has(> ins.adsbygoogle)
||fakty.ua/images/banners/shvetsmuseum
to4ka.fun#?#.post-content > p:has(> ins.adsbygoogle)
meteofor.com.ua##.section-media
shotam.info##div[class^="angwp_"]
shotam.info###custom_html-9
life.pravda.com.ua#?#.article-column > div:has(> div.advtext)
izi.ua#?#ul.ek-grid > li[class]:has(> div[data-bazooka="BannerInsideCatalog"])
zaxid.net##.news-list-col > div.news-list[style^="border:"]
zaxid.net###slotPromoinformer300x250
minfin.com.ua###container-deposit
||parta.com.ua/images/partners/
||parta.com.ua/edu_image/
parta.com.ua##.left-sidebar > div[align="center"][style^="background:#F1F2F5;"]
parta.com.ua##.left-sidebar > div[style^="border:1px solid"]
sport.novyny.live##.fund
rozetka.com.ua##.layout > rz-widget-goods
terrikon.com,unian.ua##div[style^="min-height: 250px;"]
unian.ua##div[style^="height:260px;"]
tsn.ua#?#.l-col > aside.c-section:has(> h4.c-section__title:contains(Новости партнеров))
rayon.in.ua##.body-typical__slider
vgorode.ua###news_scroll_bottom
unian.net#?#.article-column > div.title-bordered:contains(Новости партнеров)
unian.net##.article-column > div[style="height:300px"]
unian.ua,unian.net##.top-banner-main
unian.ua,unian.net##.newsfeed__banner
unian.net###page_content > div[style^="height:"]
unian.net##.content-column > div.col-md-4.hidden-xs
unian.net##.article > div[style="height: 300px"]
unian.net##.block-body-base > div[style="height: 250px"]
unian.net##div[style="height:600px"]
unian.net#?#div[data-banner]:upward(1)
unian.net#?#.publication > div.title-without-border:contains(Новости партнеров)
agro-business.com.ua###sp-breadcrumb
agro-business.com.ua##.remote_ads
autocentre.ua###upg-banner
m-translate.com.ua#?#.form > div.synonym:has(> div.divider:contains(Ad))
m-translate.com.ua##.bottom_cont
3ddroid.ru###mymaju1
www.i.ua#?#.block_gamma_gradient:has(> div.content-korr)
fp.com.ua#?#.side-bar > div.widget:has(> div.pst-block-main > div.textwidget > ins.adsbygoogle)
times.km.ua##.main-news-ads
molbuk.ua#?#.headerPanel ~ table[width] > tbody > tr[style] > td:has(> center > noindex > div[id^="rontar_adplace"])
molbuk.ua#?#.main-table td[valign="top"] > div[class]:has(> div.c-topnews > center > table noindex > a[target="_blank"] > img)
molbuk.ua#?#.main-table td[valign="top"] > div[class]:has(> div.c-topnews > center > noindex)
molbuk.ua#?#.main-table td[valign="top"] > div[class]:has(> noindex > center > ins.adsbygoogle)
vgorode.ua#?#.scroll-arts > section[class]:has(> div[class] > div[data-action="banners"])
vgorode.ua#?#.articles div.row > div[class]:has(> div.rec-txt)
t.ks.ua#?#.row > div[class^="col-"] > div.topic-border > div[class^="topic-box"]:contains(Обзор СМИ):upward(2)
t.ks.ua#?#.sidebar-box > div.topic-border > div.topic-box-lg:contains(Реклама):upward(2)
2ip.ua#?#.ipblockgradient > div[class^="ip"]:has(> a[target="_blank"][rel="nofollow"])
focus.ua#?#.o-container > div.o-block:has(> div.o-block__inner > div.u-unwrap > div.nts-ad)
1plus1.ua#?#div[class]:has(> div.banner)
yaizakon.com.ua#?#.td-post-content > p:has(> ins.adsbygoogle)
focus.ua#?#.l-list > li.l-list__item > div[class*="-mob"]:upward(1)
tsn.ua#?#main > aside.u-divider--t > h4:contains(/партнеров|партнерів|Partner news/):upward(1)
itech.co.ua#$?#.td-stretch-content > div.vc_row > style[scoped] + div.vc_column:has(> div.wpb_wrapper > div.tdb_single_categories) { margin-top: 0 !important; }
tsn.ua##.c-section > div.l-row > div.l-col:has(> aside[data-ad-container])
dpchas.com.ua#?##header > nav:has(> div.container > section > div.top-reklama)
viva.ua#?#.sidebar > div.sidebar-itm:has(> section > a[href^="https://edinstvennaya.ua/"])
viva.ua#?#.sidebar-itm > section:has(> a[href^="//edinstvennaya.ua/"])
times.km.ua#?#.main-content > div[class] + script:upward(1)
life.ru#?#div[class*="styles_root__"] > div[class^="styles_container__"]:has(> h3:contains(Новости партнеров))
grad.ua#?#.blok_header_title:has(> h4:contains(Интересное в сети))
tv.ua#?#.fix310 > div.stiky > div.row:has(> div.col-24 > div[id^="holder_"])
tv.ua#?#.fix310 > div.stiky > div.row:has(> div.col-24 > div[id^="admixer_"])
tv.ua#?#.fix310 > div.stiky > div.row:has(> div.col-24 > div.premium-banner)
tv.ua#?#.fix310 > div.stiky > div.row:has(> div.col-24 > iframe[src^="//exchange.informer.ua/"])
versii.if.ua##.post-header-title > div.widget:has(> div.mg_ajax_widget > div > div[itemtype="https://schema.org/WPAdBlock"])
nv.ua#?#.main-wrapper > div[style^="min-height:"] > a[href][target="_blank"]:upward(1)
dsnews.ua#?#.c-feed__list-item:has(> div.c-feed__item > div.c-r)
dsnews.ua#?#.c-list-block__item:has(> div.c-r)
grad.ua#?#div.blok_header_title:has(> h3:contains(/^СМИ Украины:$/))
racurs.ua#?#main > div.inner-page-container:has(> section.block_section > div.container > header a:contains(Новости партнеров))
tsn.ua#?#article > aside:has(> div.c-aside > div.c-aside__embed > div.js-dynamic-ad)
siver.com.ua#?##sidebar > div.sidebox:has(> div.sidetitle > span:contains("/Купуй українське!|Реклама|Інформація/"))
marieclaire.ua#?#.content > div[class] > div[id]:contains(загрузка...)
expert.com.ua#?##secondary > aside:has(> div.textwidget ins.adsbygoogle)
chis-chernomorsk.com.ua#?#.right-col > div.hint-block:has(> div.hint-block-title:contains(Партнеры))
nashkiev.ua#?##articles div.flex_container > div.flex_right:has(> div.sticky div[id^="admixer_"])
tsn.ua#?#main > nav ~ div.l-flex > div.l-col:has(> aside.c-aside__port div[data-picture-placeholder])
edinstvennaya.ua#?#aside > div.sb__column > div.sb__section:has(> h3.sb__title > span:contains(Новости партнёров))
edinstvennaya.ua#?#.wrapper__content div.main:has(> div[class] > div.banner-horizontal)
lifedon.com.ua#?#.side_block > center:has(> div[id] > a[target="_blank"] > img)
creditznatok.com.ua#?#.app__sidebar > div[class]:has(> div.app__sidebar--banner)
hochu.ua#?#.right-column > div.right-column__title:contains(Новости партнеров)
topgir.com.ua#?#.widget-area > div.textwidget:not(:has(> form#searchform))
20minut.ua#?#.container > div.row:has(> div.col-md-12 > div.big-block > div.embed-responsive > div[id^="div-gpt-ad-"])
volyninfa.com.ua#?##primary > div.main-box:has(> div.main-box-inside > div[id^="MIXADV_"])
tva.in.ua#?#.theiaStickySidebar > div.widget:has(> div.widget-container > div.textwidget > ins.adsbygoogle)
sovety.pp.ua#?#aside > div.uk-panel:has(> div[id^="riainfo"])
sovety.pp.ua#?#aside > div.uk-panel:has(> div.bannergroup)
glavnoe.ua#?#.content-block > div.headed-block:has(div[class]:contains(новости партнеров))
24tv.ua#$?#.publications-wrapper > div[class] > div.column:has(> div.news-card > div.news-box-wrapper > div[id^="div-gpt-ad-"]) { remove:true; }
unn.com.ua#?#.b-page-border > ul[style*="width: 600px"]:has(> li > div[id^="admixer_"])
gsminfo.com.ua#?#.entry-content > div.code-block:has(> ins.adsbygoogle)
versii.if.ua#?#aside#widget-wrapper > li:has(> section.my_widget_style)
versii.if.ua#?#aside#widget-wrapper > li:has(> div.custom-html-widget)
4mama.ua#?#.sidebar a.sb-projects-header-lbl:contains(Новости партнеров)
narodna-pravda.ua#?#.content-area > div[id]:contains(загрузка)
autocentre.ua#?#.sidebar_upper:has(> div > div[id="div-gpt-ad"])
niknews.mk.ua#?#.col-right > div[id]:contains(загрузка)
lvnews.org.ua#?#.container-margin div[id]:contains(загрузка...)
variat.com.ua#?#main > article.post > div[id]:contains(загрузка)
24tv.ua#$?#.publications-wrapper > div.row > div[class*="partner-block-"] { remove: true; }
zabor.zp.ua#?#.block-block:has(> h2:contains(Реклама))
vesti.ua#?#body > div[style*="max-height"][style*="z-index"]:has(> .MIXADVERT_NET)
healthinfo.ua#?#.abox:has(> .MIXADVERT_NET)
mignews.com.ua#?#.rightColumn > div.columnTitle:contains(/Новости партнеров|Другие новости/)
zhzh.com.ua#?#.content > .site-name-s > h2:contains(Новини Житомира)
zhzh.com.ua#?#.aside-block:has(.adsbygoogle)
bin.ua#?#div:has(> noindex > .adsbygoogle)
online.ua#?#.section__title:has(> span:contains(/Новости других СМИ|Новини інших ЗМІ/))
podrobnosti.mk.ua#?#.inner-wrapper > div:contains(загрузка)
podrobnosti.mk.ua#?#.inner-wrapper > div:has(> [class]:contains(Новости партнеров))
ipress.ua#?#div:has(> b:contains(НОВОСТИ ПАРТНЕРОВ))
tsn.ua#?#.c-aside-box:has(> div[id^="div-gpt-ad-"])
dks.com.ua#?#.module-style:has(div[id^="riainfo_"])
dks.com.ua#?#.module-style:has(.adsbygoogle)
dks.com.ua#?#.module-style:has(.adsbyyottos)
dks.com.ua#?#.module-style:has(a[href="https://besplatka.ua"])
dks.com.ua#?#.module-style:has(a[href="http://city.dozor.tech/"])
dpchas.com.ua#?#.block-block:has(> div > h2:contains(Новости партнеров))
hochu.ua,ktozvonit.com.ua#?#div:has(> .adsbygoogle)
ktozvonit.com.ua#?#article:has(> .adsbygoogle)
xsport.ua#?#.column-right div:has(> .banner)
xsport.ua#?#.column-right div:has(> div > .banner)
pl.com.ua#?#div:has(> h2:contains(Новости от партнеров))
pl.com.ua#?#li:has(> h2:contains(MIXADVERT))
rivne.media#?#.info-slider-wrapper:has(> a[href="http://dveri-schaslyve.com.ua/"])
rivne.media#?#.info-slider-wrapper:has(> a[href^="http://art-format.info"])
rivne.media#?#.info-slider-wrapper:has(> a[href^="https://www.facebook.com/ART.FORMAT.info"])
||dengi.ua/?_module=informers_$third-party
||fakty.ictv.ua/widgets/informer_news/$third-party
galka.if.ua#?#.textwidget:has(> script)
the-village.com.ua#?#.main-row > div.row-cont > div.posts-layout > div[class="post-block posts-sidebar"]:has(> aside > div.banner)
galka.if.ua#?#.main-sidebar.right > .widget:has(a[href="http://fil-bud.if.ua/"])
ubr.ua#?#span:contains(Новости партнеров)
galka.if.ua#?#.main-sidebar.right > .widget:has( > .textwidget)
gazeta.ua#?#.container div.w:has(> div[id^="adpartner-"])
gazeta.ua#?#.container div.w:has(> div[id*="ScriptRootC"])
autocentre.ua##.sidebar_upper
autocentre.ua##.a-single
||news.online.ua/informer_$third-party
sport24.ua##div[class^="adv-wrapper"]
gazeta.ua##.w-zerna-pravdy
glavcom.ua##body .banner_news
unian.ua##.article  > div.bordered-block
okino.ua##.preload-banner
2ip.ua##.menu_banner
womo.ua##.partners-news-box
football.ua,champion.com.ua##div[id^="zone_"]
||visnyk-irpin.com.ua/wp-content/uploads/*/banner_
visnyk-irpin.com.ua##.right-sidebar-ads
mind.ua##div[class^="r"][style^="padding-bottom:"]
||v5.ua.news/wp-content/uploads/2022/iboxbank.png
omr.gov.ua###sidebar > .fr
pogoda.meta.ua##.sidebar__ads
vsviti.com.ua,meta.ua##a[href^="https://bank.gov.ua/"]
pogoda.meta.ua##div[class^="city__banner"]
fakty.ua##a[href^="https://www.weareukraine.info/"]
gsminfo.com.ua###designthree > div.amp-wp-content
1plus1.ua##.idealMedia
1plus1.ua##.projects-adv-block
gsminfo.com.ua###custom_html-14
nv.ua##.main-wrapper > [id$="_projects"]
mmr.net.ua##.ujnezkg
dev.ua##.article-section__currency-banner
itc.ua##.course-widget
||tsn.ua/*/banners/
medicina.ua##a[href^="https://medicina.ua/banner.php?id="]
2ip.ua##.hmi-hmi-new
storinka.com.ua##.widget-single-after-read-more
storinka.com.ua##.widget-sidebar-right
hromadske.ua##.PostPreview-rightSide
telegraf.in.ua##.zone450
bukinfo.com.ua##.stickied > div:not([data-widget])
bukinfo.com.ua##div[data-line]
unn.com.ua###b-page-content-container > .b-more-news ~ div[style*="margin-"]
huawei-guide.com,sports.kz,bug.org.ua##div[class^="ads_"]
news.finance.ua##div[aria-label="notreklama"]
5.ua##.flex-main > div.main-content + section.sb-block
5.ua##.google-ad-manager-amphibious
pravda.com.ua##.unit_news_banner_list
thepage.ua##.article__content + div.p-4
thepage.ua###another-right-sidebar
zakarpattya.net.ua##div[style="width:214px; min-height:301px;"]
tsn.ua##[data-ad]
unn.com.ua##ul[style="width: 600px; max-width: 100%; height: 260px; margin: 0 auto;"]
epravda.com.ua,pravda.com.ua,nv.ua##.nts-ad
vsim.ua##.AdaptiveBanner
fakty.ua##.tit_line
xsport.ua##.bookmaker.rating
inform.zp.ua###media_image-10
inform.zp.ua###media_image-6
inform.zp.ua###media_image-17
||izmailvechernii.com.ua/images/video_admir_03.mp4
sinoptik.ua###mainContentBlock + div[style^="margin:"]
ubr.ua##.article_right_sidebar
ubr.ua##.home_ad_first_screen
ubr.ua##.content_Mid_Block
tabletki.ua##.tabletki-adunit ~ h3.com__panel-header
itc.ua##.entry-header ~ div[style^="margin: 10px"]
antikor.com.ua##div[class="articles_all"][style="min-height: 50px;"]
inform.zp.ua###secondary > section[id^="media_image"]
34.ua##.main-banner-container
westsat.net.ua##body > right > a[target="_blank"] > img
westsat.net.ua##body > center > a[target="_blank"] > img
032.ua##app-block-widget-banner
glavred.net,unian.ua,glavred.info,112ua.tv,unian.net,24tv.ua,nominal.com.ua,dyvys.info##.partner-news
fixygen.ua##.other-news
agroportal.ua##a[href^="/tg/"]
telegraf.com.ua##.tgr-ads
itc.ua##div[style="text-align: center;margin: 10px 0 10px;"] > a[target="_blank"] > img
banker.ua##body .article_similar
banker.ua##.article_banner
dv-gazeta.info##a[href="https://sport.ua/betting"]
24tv.ua##.news-footer > div[style^="min-height: 250px;"]
ubr.ua##.ubrads
ubr.ua##div[class^="adubr"]
golos.ua###page-single > div.col-right
unian.net,unian.ua###page_content > div[style^="height: 120px;"]
unian.net,unian.ua##div[style="height: 250px"]
unian.net,unian.ua##div[id^="partner-news"]
unian.net##iframe[src="/content/lentainform-rus.html"]
minfin.com.ua###premium-std
minfin.com.ua###aside-teaser
minfin.com.ua##.c-content-bn-slot-content--incontent
minfin.com.ua##.js-ad-aside
minfin.com.ua##.js-ad-aside + div.mfm-aside-block
5.ua,sinoptik.ua##.branding
||finbalance.com.ua/img/new_*.gif
focus.ua,delo.ua##body .c-r
prostobank.ua,bankchart.com.ua###modal-cpa
mv.org.ua##.divider
mapamista.org.ua##div[style*="width:336px;height:280px;"]
mapamista.org.ua##div[style*="width:180px;height:90px;"]
vstup.osvita.ua##.section-advertising
logincasino.com.ua##.js-advertising-statistic
radiotrek.rv.ua##a[title="Реклама"]
vesti.ua##img[style="width:980px; height:90px;"]
culturemeter.od.ua##.content div[id^="text-"]
i.factor.ua##.b-nav__overlay + div[data-place-block="head"]
kurs.com.ua##.advertising-top
unian.ua,unian.net##.bnr-block__bnr
olx.ua###ad_page_bottom
football24.ua##div[style="min-height: 600px;"]
tabletki.ua##.filter-advert
stroyobzor.ua##.bnr-placeholder
znaj.ua,ukrainianwall.com##.subscribe-in-article
gsminfo.com.ua###stream-item-widget-4
0629.com.ua##.lower_stretching_jacked
culturemeter.od.ua##.adsense
lifedon.com.ua##.full-story br:nth-child(2n+1)
ubr.ua##div[class="nodesc notab"][style="height:250px;"]
||fbc.ua/wp-content/uploads/2020/07/banner5.jpg
24tv.ua##.banners-wrap
24tv.ua##div[style^="min-height: 250px; margin-bottom: 50px;"]
forum.finance.ua##div[style^="width: 300px;"][style*="height: 660px;"]
forum.finance.ua##div[id^="banner-zone-block-"]
/u-news.com.ua\/templates\/NewsCastleRed_u-news\/js\/n\d+.js/$domain=u-news.com.ua
epravda.com.ua##div[class^="banner_right"]
||fbc.ua/wp-content/uploads/2020/07/banner_KMZ.jpg
vesti.ua##.mainBlockAdsBckgd
ivona.ua##.banner-section
gameinside.ua##a[href^="http://bit.ly/"] > img
gameinside.ua##body > a[target="_blank"]
gameinside.ua##a.banner
vesti.ua##.mainBlockAds
inter.ua##.clear_40
meta.ua##div[class*="banner-zone"]
grad.ua##.lentainform
education.24tv.ua##div[style="min-height: 250px; margin-bottom: 50px;"]
prostopravo.com.ua##div[class*="space-before"][class*="centered"]
/\/(patriot|pryadun|header-ads-bg)\.(jpg|png)/$domain=times.km.ua
/images/azart/*$domain=nv.ua
nv.ua##.background-branding
radioclub.ua##.branding-link
gsminfo.com.ua###stream-item-widget-3
/|$third-party,domain=versii.if.ua
versii.if.ua###sidebar-primary-sidebar
versii.if.ua##.bs-sks
versii.if.ua##img[alt*="банер"]
versii.if.ua##.ad-container-before-header
versii.if.ua##.adcontainer
pershij.com.ua##.sidebar__ads-block
pershij.com.ua##.sidebar > div.side-block-sm
||lifedon.com.ua/uploads/posts/2020-05/1590220940_krym.gif
lifedon.com.ua##.sidebar > section.quote_block ~ section.side_block > a
nikvesti.com##a[href="//mfc.mk.ua"] > img
nikvesti.com##.important-news-block > ul > li > noindex
/images/branding/*$domain=golovbukh.ua|gazeta.ua
lypa.com.ua##img[width="460"][height="120"]
||odessa-life.od.ua/wp-content/uploads/*/ogolosha_odessa*.jpg
chas.cv.ua##.awac-wrapper
prostobank.ua##div[class="space-before-twice space-after-twice centered"]
tsn.ua##.c-aside--30x60
agroter.com.ua##.site-main > img
cripo.com.ua###ai_widget-2
||ternopillive.com.ua/wp-content/uploads/2020/04/brend_reclama.jpg
bigsale.com.ua##div[style="min-height:100px;margin-bottom: 10px"]
dsnews.ua##.c-r--unwrap
kriminal.net.ua##a[href="https://ua.job.town/"]
kriminal.net.ua###widget_wrapper_46
kriminal.net.ua###widget_wrapper_48
slk.kh.ua##a[href^="//www.slk.kh.ua/banners/"]
compendium.com.ua###branding-box
||compendium.com.ua/arts/*.html
atn.ua,itc.ua,prozoro.net.ua##div[class^="code-block code-block-"][style="margin: 8px 0; clear: both;"]
inpoland.net.pl,odessa-life.od.ua##div[class^="code-block code-block-"][style*="margin: 8px auto; text-align: center;"]
chis-chernomorsk.com.ua##img[style="width:240px;height:120px;"]
||slavinfo.dn.ua/images/*gif
meget.kiev.ua##.banner-right-content > div[style="height: 350px;"]
varta1.com.ua##a[href^="//bit.ly/"]
shopinfo.com.ua###ads_header_right
dnpr.com.ua##.area-after-nav
dnpr.com.ua,gorsovet.com.ua##.widget-type-banners
gorsovet.com.ua##.single-widgets
vechirniy.kyiv.ua##.page-promo
chis-chernomorsk.com.ua##.head-banner
vp.donetsk.ua##.custom > p > img
/vp.donetsk.ua\/images\/((\d+\/\d+)|(\d+)|(\d+\/Anna))\/[A-Za-z0-9-_%]+.gif/$domain=vp.donetsk.ua
/hi.dn.ua\/images\/[A-Za-z0-9-_]*.(gif|jpg|jpeg)/$domain=hi.dn.ua
comments.ua###atlanta
pravda.com.ua##.container_sub_adv_news
pravda.com.ua##.unit_news_banner_bottom
ktozvonit.com.ua##div[class="widget"][style="padding: 20px 0"]
telegraf.com.ua##.popup-fixed
news.24tv.ua,24tv.ua###informerWrapper
news.24tv.ua,24tv.ua##.adv-between-newses
rau.ua##.rau-header-slider-wrap
nv.ua##div[data-youtube-promo-for-remove]
nv.ua##div[data-facebook-promo-for-remove]
||companion.ua/wp-content/uploads/*/300.gif
vsviti.com.ua##.widget_custom_html
sport.ua##.partners-block
focus.ua##.c-post__wrap > div.u-unwrap
1kr.ua##section[class="right-standard"] ~ section[class="right-standard right-social"]
glavcom.ua##.bn_google
||eukraina.com/informer/$domain=siver.com.ua
tsn.ua##.e-content > aside.c-aside-box
mmr.net.ua##.npdytg-pubadban
report.if.ua##iframe[src^="https://ep.umobile.pl/js_banner"]
report.if.ua##div[class] > a[target="_blank"] > img
report.if.ua##.widget-a-wrap
nv.ua###async__specprojects
||vneshkoly.com.ua/images/banners/zigzag*.jpg
depo.ua##.openPostAdvertising
dpchas.com.ua##.block-rec
tsn.ua##.c-aside__port
||ukraine.com.ua/img/banners/$third-party
tavriya.ks.ua##.side_block a[target="_blank"] > img
vikka.ua##section[id^="ctup_ads-"]
budport.com.ua##body > div:not([class]):not([id]):not([style]) > div:not([class]):not([id]):not([style])
||grippua.com.ua/wp-content/uploads/2020/09/320-600.png
zmist.org##a[href="https://www.facebook.com/bubnovsky.ua"]
||zmi.ck.ua/img/rs.jpg
tvijromaniv.in.ua##.sidebar > aside.swifty-img-widget-class
rivnenews.com.ua##.e3lan-top
visti.rovno.ua##div[style="margin-bottom:20px;"]
kg.ua##a[href="http://yashadriver.com/"]
tsn.ua##aside[data-partners-iframe]
cosmo.com.ua,elle.ua,harpersbazaar.com.ua##.adv_block_txt
elle.ua##.tizers-list
novosti.hyser.com.ua##.article-embed > div.responsive-image > div[style^="padding-bottom:"]:empty
comments.ua##.atlanta
agro-business.com.ua##.slick-slide
sundries.com.ua,versii.if.ua,mashyna.com.ua##div[data-adid]
www.i.ua###Premium
besplatka.ua##.container_banner
lubimiygorod.od.ua##img[alt="baner"]
||agro-business.com.ua/images/bgmax/
.com^|$other,xmlhttprequest,domain=football.ua
.com/?*=*=$domain=football.ua
goloskarpat.info,kurs.com.ua##.advertising
ogo.ua###banners-top
/\/images[0-9]?\/(560h110|[a-z]{4,6}-banner.*)\.gif/$domain=kg.ua
||comments.ua/img/elits.png
pravda.com.ua##body div.advtext
pravda.com.ua##.unit_header_banner
mbox2.i.ua##.list_cols_2 > li > div[class="block"]
agrarii-razom.com.ua##.branding--wrapper
||subbota.ua/wp-content/uploads/*/macbook-pro-windows-subbotaplus-min.gif
||subbota.ua/wp-content/uploads/*/ezgif.com-optimize.gif
||vokrugsveta.ua/wp-content/themes/*/assets/img/banner_
||bukvoid.com.ua/_img/Kokotuha989x90Final.gif
slovoidilo.ua##.branding-main
||topor.od.ua/wp-content/uploads/2016/10/300%D1%85150_%D1%81%D0%B5%D0%BB%D0%BE.gif
||vikna.if.ua/assets/upload/banner/
vikna.if.ua##.banner-border
vse.rv.ua##.bxslider a.billboard:not([href="/"])
vse.rv.ua##.billboard-side__item
7days-ua.com##a[href="https://besplatka.ua"]
vsviti.com.ua##.td-ss-main-content > h4.titleblockpost
||volyninfa.com.ua/wp-content/uploads/*/Bord-
volyninfa.com.ua##.r38872
enkorr.ua##.baner-wrapp
volyninfa.com.ua##img[width="300"][height="150"]
/\/images\/b\/(?!youtube-logo\.jpg).*\.(gif|jpg|png)/$domain=proagro.com.ua
tehnopolis.com.ua##img[style="float:none;padding:0;border:0px solid green"]
milkua.info##.bg-left
milkua.info##.bg-right
milkua.info##a[href^="http://farmday.com.ua/"]
milkua.info##.sponsors
proagro.com.ua##.bg-banner
i.factor.ua##div[data-ad]
/images/mod_banners/*$domain=zhitomir.info|vinnitsa.info|zt.ua
||blitz.if.ua/local/banner/
myks.com.ua##.widget_media_image > a:not([href^="https://www.myks.com.ua/"]) > img
kurs.if.ua##.simple-top-block
gazeta-misto.te.ua##.sidebarr:not([style]) > div.widget_text
gazeta-misto.te.ua##.sidebarr:not([style]) > div.shortcode_widget
gazeta-misto.te.ua##.home_sidebar > div.widget_text
gazeta-misto.te.ua##.home_sidebar > div.shortcode_widget
gazeta-misto.te.ua##.resp
gazeta-misto.te.ua##div[class="a-single a-14"]
||ternopillive.com.ua/wp-content/uploads/2020/08/gazpost.jpg
nk-online.com.ua##.widget-area
nk-online.com.ua###siteorigin-panels-builder-3
rivnepost.rv.ua##a[target="_blank"]:not([href^="/"]) > img
||rivnepost.rv.ua/img/20200810190037_6370.jpg
/rivnenews.com.ua\/wp-content\/uploads\/.*(_ads\.|_rekl-|_rekl.).*/$domain=rivnenews.com.ua
||rivnenews.com.ua/wp-content/uploads/2019/09/R-Rakurs-300x100.gif
||rivnenews.com.ua/wp-content/uploads/2020/06/IMG_20200601_120651_972.png
||osvita.ua/doc/images/banners/
||osvita.ua/doc/images/sponsor/
osvita.ua##.wrapbanner
osvita.ua###right > div.kom.h250
grippua.com.ua##.brand_container
provce.ck.ua##div[class^="wp_image_wrap"]
||prichernomorie.com.ua/i/adin/
zpu.kr.ua###Mod177
zpu.kr.ua###Mod183
zpu.kr.ua###Mod141
zpu.kr.ua###Mod176
zpu.kr.ua###Mod184
teren.in.ua##div[style^="display: flex;"] > a[traget="_blank"] > img
teren.in.ua###luxento_top_banner
teren.in.ua##.luxento-widget-adver
culturemeter.od.ua###footer-widgets
culturemeter.od.ua##a[rel="sponsored nofollow noopener"]
culturemeter.od.ua##div[id^="custom_html-"]
politnavigator.net###banganet-logo
politnavigator.net##img[alt="mediametrics"]
politnavigator.net##img[alt="Studyclerk"]
politnavigator.net##a[href="https://smi.biz.ua/"]
portal.lviv.ua,culturemeter.od.ua###kinotvukrnet
||protocol.ua/userfiles/client_banners_html5/
grippua.com.ua##div[style="text-align: center;"] > a[rel="nofollow"] > img
||wz.lviv.ua/images/pr/
joinfo.ua##div[id^="first-"]
zik.ua##.finpamp
apteka.ua##main + aside > hr
dekapusta.com.ua##.feed-adv
||pravda.if.ua/wp-content/uploads/*/levada_*.gif
pravda.if.ua##.wpb_wrapper > div.td_block_single_image
time4shopping.com.ua##.yn-container
pravda.com.ua##.article_wide_banner_mobile
pravda.com.ua##div[class^="block_banner_"]
ubr.ua##div[style="width:100%; height:280px;"]
ubr.ua##div[style="width:300px; height:600px"]
ubr.ua##div[style="width:320px;height:250px;"]
ubr.ua##div[style="width:980px;height:120px"]
prichernomorie.com.ua##a[href^="http://prichernomorie.com.ua/i/clka.php?bid="]
apnews.com.ua##.post__lead-banner
apnews.com.ua##.post__partners-news
apnews.com.ua##.post__content-bottom-banner
nv.ua###async__spec_projects
||telegraf.in.ua/templates/*/images/market_
telegraf.in.ua##ul[id^="z"] > li img
telegraf.in.ua##.air-top
telegraf.in.ua##.col5
telegraf.in.ua##.col3
telegraf.in.ua##div[class] > ul[id^="z"]
telegraf.in.ua##.special-theme
lifter.com.ua##div[class^="adsense-"]
0623.com.ua##a[href^="https://deltafinance.com.ua/"] > img
0642.ua,62.ua##.modal-backdrop
0642.ua,62.ua##.modal
grad.ua##.banner_top_right
informator.ua##div[id="970stickyinformatorinc"]
elle.ua##.content-right > div[class] > div.content-right-300x600
apostrophe.ua##.banner_script
m.ua##div[style="width: 240px; height: 400px;"]
||zmi.ck.ua/img/nika.png
||zmi.ck.ua/img/bondar.png
kino-teatr.ua##iframe[src="https://kino-teatr.ua/images/increaserev.html"]
||online.ua/www/img/banner_imuno.gif
i.ua##.content-korr
lifedon.com.ua##div[id^="wmg-ad-container-"]
gotoshop.ua##.welcome2
||molbuk.ua/templates/mb_ua/images/recl/
val.ua##.val-sidebar
edinstvennaya.ua##.partner-articles
cbn.com.ua##.td-ss-main-sidebar > aside.widget + aside.widget_custom_html
vesti.ua##.vestiAds
vesti.ua##.vestiTiserAds
*$script,third-party,domain=sud.ua
meteo.ua##.topshop_ban
grippua.com.ua##.page-wrap > a[target="_blank"]
varta1.com.ua##a[href^="//besplatka.ua/"]
varta1.com.ua##div[class^="blockOf"]
od-news.com,varta1.com.ua##.MIXADVERT_NET
meta.ua,od-news.com,varta1.com.ua##div[id^="riainfo_"]
varta1.com.ua##div[id^="phoenix"]
varta1.com.ua##a[href^="https://bit.ly/"]
||comments.ua/newimg/40a.webm
comments.ua##.franshiz
comments.ua##.cont_station > div.tags + div.K_t_a
football.ua##.header-nav a.isport-link
golos.ua##.linkator
golos.ua##article > div.no-padding > div[id^="share-page-"] + div[class] > div.clear + div[class^="col-xs-"][style]
golos.ua##article > div.no-padding > div[id^="share-page-"] + div[class] > nofollow[class]
golos.ua##article > div.no-padding > div[id^="share-page-"] + div[class] > div[class^="col-xs-"].sm-hide
||fakty.ua/js/bundle.js
besplatka.ua##.prmtn
sostav.ua##.sticky-aside__wrap
||sostav.ua/app/public/images/banners/*/effie.gif
||biz.ua^$domain=torrent-word.com
poradumo.com.ua##.td-ss-main-sidebar > div.clearfix ~ aside.widget[id]
minfin.com.ua##.advertising-caption
unn.com.ua##.b-top-banner
i.ua##.list_simple.list_time:not(#news_cont)
minfin.com.ua##div[id^="div-gpt-ad"]
||unian.ua/content/redtram-ukr.html
comments.ua##.inner_left > div.top_in_news + div[class^="wrap_"] + div[class]
budport.com.ua##.rgt-col > div[class][onclick]:not([id])
tochka.net##.promobar a[href^="http://h.holder.com.ua"]
golos.zp.ua##div[itemtype="https://schema.org/WPAdBlock"]
subbota.ua##.bs-sks-pafter-header
subbota.ua##aside.sidebar > div[id^="upqshl-"]
versii.if.ua##.hide-mobil
versii.if.ua##.banner-pidkladka
slavdelo.dn.ua##.top-google-ads
football24.ua###partners-propositions
dialog.ua##.main-right > noindex > div.right-block
ain.ua##.tags-block > div.special-block
ain.ua##.big-ad-animation-box
2ip.ua##.t3-sl-adsense-bottom
sovety.pp.ua##.tm-block-content-top
ain.ua##.small-white-block
nbnews.com.ua###upaz
ubr.ua##.banner-cont
ubr.ua###firstStickyInvDiv
joinfo.ua##div[id^="mm_ji_"]
c-s.net.ua##a[target="_blank"] > div
c-s.net.ua##.nopad
||week.news^$domain=gorodkiev.com.ua|mignews.com.ua|nbnews.com.ua|versii.if.ua
gorodkiev.com.ua##.bannerstart
1plus1.video##a[href^="http://h.holder.com.ua/"]
1plus1.video##.video-container > div[class$="-background"]:empty
||2ip.ua/images/keyweb.gif
protocol.ua##.banner-wrapper
zabor.zp.ua##p[align="center"] > a[target="_blank"] > img
dr.ck.ua###block-views-showcase-block
topgir.com.ua##body > div[style="margin: 0 auto; width: 990px;"]
||topgir.com.ua/wp-content/uploads/2019/10/*kamerton-
buhgalter.com.ua###top-line
healthinfo.ua##.head__banner
||finbalance.com.ua/alexandrovpartners.
beauty.ua##.article-products
beauty.ua##.sb-products
beauty.ua##.sb-project
||vecherniy.kharkov.ua/userfiles/image/2019/01/04/r1.jpg
||ternopillive.com.ua/wp-content/uploads/2018/03/mamamoda.jpg
||zmi.ck.ua/img/cto.jpg
||zmi.ck.ua/img/andorra2.png
||zmi.ck.ua/img/ero.gif
provce.ck.ua##.wp_bn_image
rst.ua##.rst-page-banner-300x250
||most.ks.ua/images/_reklama/83.gif
||galinfo.com.ua/var/things/72f8d34a5efe1c962baaaebf7bd60897.png
||ugorod.kr.ua/cache/biz_banners/
vinnitsaok.com.ua##.np-header-ads-area
||zakarpattya.net.ua/_adv/
zakarpattya.net.ua##div[style$=" height:100px;text-align:center;"]
galinfo.com.ua##.i728
plitkar.com.ua##a[onclick^="trackOutboundLink"] > img
/image/banners/*$domain=slavutich.cn.ua|mynizhyn.com|gorod.cn.ua|gorod.sumy.ua
||radiotrek.rv.ua/var/jscache/
joinfo.ua##div[id^="Crt-"]
tabletki.ua###ads-internet-pharmacy-rest-panel
radiotrek.rv.ua,smartphone.ua###ads
i.ua###adRead
gorod.dp.ua###abnban
znaj.ua###above-header
turystam.in.ua###Mod99.ja-moduletable
e-flash.com.ua###Reclama
minfin.com.ua###BrandingLeftPlace
minfin.com.ua###BrandingRightPlace
||kinofilms.ua/images/brands/
kinofilms.ua###sitewrap > a[href^="/go/?"][target="_blank"]
kinofilms.ua###KFside > aside > a[href^="/go/?"][target="_blank"]
sport.ua###banner-240_400
expert.in.ua###baner
meta.ua,sport.ua###b_meta_popup
sport.ua###b_sport_700
sport.ua###b-990
agronews.ua###bannerBig
news.finance.ua##div[id^="banner-zone-content"]
finance.ua###banner-zone-right
finance.ua###banner-zone-top
pn.com.ua###banner-top-stretching
fashionable.com.ua###banners-header
vido.com.ua###banner_moyo
meta.ua###box_dating
meteo.ua###body_bg > a
telegraf.in.ua###branding_top
infocar.ua###brandlink
sobytiya.dp.ua###calendarDivContainer > a:not([href^="/"]) > img
priluki.in.ua###bottomBanner
apostrophe.ua###branding
poglyad.te.ua###branding_link
asn.in.ua###content-text > div[style="min-height: 405px;"]
vchaspik.ua###content_bottom
era.com.ua###count_ads
elmir.ua###content-container > div[class="all-hint no-print"][align="center"]
gorod.dp.ua###closeany
forbes.net.ua,womanel.com.ua###custom_html-2
newssky.com.ua,iz.com.ua,lubimiygorod.od.ua###custom_html-4
cripo.com.ua###custom_html-8
meta.ua###flash_1center_pop
kiev.ua###flydiv
meta.ua###flash_main_aukro_top_video
novosti.dn.ua###infobar_2
sport.ua###html5_banner
kino-butterfly.com.ua###id_banner
gta.com.ua###header-rek
kievvlast.com.ua###header > div[style^="width:980px;"]
hubs.ua###header .textwidget > a > img
techtoday.in.ua###headadv
bankbook.com.ua###jbounce-jmodal
pl.com.ua###main-sidebar > .widget.widget_text
hi.dn.ua###logo_block > div[style="float:right;"] > div[style="display: block;float:left;padding-right:50px;margin-top:4px"] > a > img
zn.ua###left_news_list_article.other
kidstaff.com.ua###leftban
sinoptik.ua###left-slot1
c-s.net.ua###last_news a[rel="nofollow"] > img
xk5.com.ua###k1
xk5.com.ua###k1_bottom
gorod.cn.ua###overlay-soc
kino-teatr.ua###ourBranding
translate.meta.ua###meta_banner_center
translate.meta.ua###meta_banner_top
meta.ua###matv
minfin.com.ua###owo-banner-bottom
atn.ua###runningFeed
oilreview.kiev.ua###rotation_banner
zn.ua###right_premium_banner
telegraf.com.ua###right-fixed
patrioty.org.ua###rich_media
agrarii-razom.com.ua###redtram-partner
p-p.com.ua###redtram-wrapper
meta.ua###rbn
ain.ua###subbody > a[target="_blank"][style^="position: fixed; top: 0px;"]
slavinfo.dn.ua###sp-left > div.sp-column > div.sp-module.hiden-xs
slavinfo.dn.ua###sp-right > div.sp-column > div.sp-module.hiden-xs
vp.donetsk.ua###sp-section-1
dn.ua###sp-top-banners
mamapedia.com.ua###slide-pop
pravda.if.ua###sideRight > div.green_block:first-child > a > img
oilreview.kiev.ua###second_banner
masterpaiki.ru###secondary .widget_execphp
hubs.ua###secondary > aside#text-2
mind.ua###tedwm
eurolab.ua###swiffycontainer
glavnoe.ua###yottos
zolotonosha.ck.ua###wrapper > a > img
smartphone.ua###videos-ads
volnorez.com.ua###text-59
volnorez.com.ua###text-79
itnet.com.ua###wq
slavinfo.dn.ua###toparea
asn.in.ua###tiserblock
dotb.dn.ua###text-24.vw-sidebar-custom-main-tv
telegraf.com.ua##.a_banner
comments.ua##.abc_banner
sd.ua##.ablock
forfun.org.ua##.about
kidstaff.com.ua##.absk
pmg.ua##.ad-banner-gazette
medobzor.in.ua##.MsoTableGrid
i.ua##.Baner
agrarii-razom.com.ua##.adspartner__wrapper
hotline.ua##.adriver_top
gotoshop.ua,sobitie.com.ua##.ads
pravda.if.ua##.adsbygoogle
kidstaff.com.ua##.advers
apostrophe.ua##.advertinline
24tv.ua##.adv-wrapper
stroyobzor.ua##.alignright
profootball.ua##.ares
glavpost.ua##.art_box
osvita.ua##.artbanner
4mama.ua##.article-partners-news
1plus1.ua##.article-right > .aside__banner-container
1plus1.ua##.article-right > .banner
agronews.ua##.agro-slider
p-p.com.ua##.ainfo-block
hyser.com.ua,znaj.ua##.ai-placement
sport.ua##.b_position[id^="b_sport_"]
espreso.tv,zik.ua##.b_reklama
sport.ua##.b_sport_380x90
0552.ua##.b-list > a
prom.ua,unn.com.ua##.b-informer
hi.dn.ua##.b-fon_link
bigmir.net,dengi.ua,mport.ua##.b-banner_sm
kherson.net.ua##.baddb
galka.if.ua,pravda.if.ua##.baner-widget
agronews.ua##.banner-agrovide
ubr.ua##.bann-wrap
i.ua##.baner
poisklekarstv.com.ua##.banner-bg
unian.info,unian.net,unian.ua##.banner-container
avtovod.com.ua,visnyk.lutsk.ua##.banner-block
ek.ua##.banner-topline
1plus1.ua##.banner__case
novadoba.com.ua##.bannerWithTime
avtoblog.ua##.bannerDev
vsim.ua##.banner-top
finance.ua##.banner-zone
volyn24.com##.banner-label
vinnitsa.info##.banner-top-wrapper
0372.ua##.jacket-line
0566.com.ua,62.ua,jewishnews.com.ua,mynizhyn.com,slavutich.cn.ua##.banner_box
104.ua##div[class*="b-obozrevatel-"]
18000.com.ua##.widget_politicaladvertising
18000.com.ua##a[href^="https://doctorpro.ua"]
1kr.ua##[class^="spec-block-"]
1plus1.ua##.video-container > div[class$="-background"]
1plus1.ua##.video-container a[href^="http://h.holder.com.ua"]
2all.kiev.ua##table [width="231"][height="350"][class="tbstud"]
49000.com.ua##.custom-html-widget > a[rel="nofollow"] > img
agrarii-razom.com.ua##.friends-ears
agrarii-razom.com.ua##.friendsears
agrarii-razom.com.ua##div[class^="ads-"]
agravery.com##a[href*="day.com.ua/"]
agro-business.com.ua##section[id^="sp-subcribe-footer"]
agronews.ua##.desktop950x100
agronews.ua##a#branding
agronews.ua##div[class^="open-news-banner"]
agroportal.ua##.podlozka_kod
ain.ua##.fresh_adv_wrapper
ain.ua##.sidebar .big-ad
ain.ua##div[class="post_ads_full"]
akzent.zp.ua##div[style="text-align: center;"] > a[target="_blank"] > img
allfin.com.ua##.popup-credit-box
allkharkov.ua##.firms_links
allkharkov.ua##.lawyer_block
zi.dn.ua##.header-banner
videoprobki.ua##.brending
apostrophe.ua,ogolosha.ua,bio.ukr.bio,focus.ua##.bnr
archidea.com.ua##.block_banner
atn.ua##.region-kozyrek
aviso.ua##.newbuild-premium
avtoblog.ua##.fixedBrand
avtovod.org.ua##iframe[src^="http://avtovod.org.ua/templates/inc/informers/yottos_block.html"]
patrioty.org.ua##div[id^="ad_center_"]
beauty.ua##.partners-news-hrz
beauty.ua,viva.ua##.sb-partners
viva.ua##.article-partners
besplatka.ua##.promotion
biblprog.org.ua##.breadcrumb + script + img
biblprog.org.ua##.col-md-5 > a[rel="nofollow"] > img
biblprog.org.ua##.col-md-6 > a[rel="nofollow"] > img
biblprog.org.ua##.yia
biblprog.org.ua##a[href^="https://wgaffiliate.com/"]
biblprog.org.ua##img[alt="Yandex.Browser"]
bigmir.net##a[href*=".ria.ua"]
bin.ua##div[style*="width:240px; height:400px;"]
brightwallpapers.com.ua##.bnr728
bucha.com.ua##.dv_reklam
bukinfo.com.ua##noindex > nofollow > table[align="center"]
bukinfo.com.ua##td[height="350"][valign="middle"][align="center"]
bukpravda.cv.ua##a[href^="/component/flexbanner/"]
c-s.net.ua##a[href^="http://csboost.net/"]
c-s.net.ua##div[id^="toplayer"]
c-s.net.ua##div[style*="/forum/banners"]
c-s.net.ua/forum/banners/
comments.ua##.footer_link_bottom_main
comments.ua##.topi_banner
comments.ua##body > a[id^="mm_"]
companion.ua##a[href^="http://www.btl-company.com/"]
companion.ua##noindex > a[href^="http://x2.companion.ua/www/delivery/ck.php?"] > img
culturemeter.od.ua##.sidebar-content > div.widget > div.textwidget > a:not([href*="culturemeter.od.ua"]) > img
delo.ua##a[href="http://delo.ua/tech/telecom-msb/"]
delo.ua##body > div[class$="branding"]
delo.ua##noindex > a[id$="promo"]
dengi.ua##body > section[class="l-container l-container_upper"]
dks.com.ua##a[href="http://city.dozor.tech/"]
domik.ua##.news-reclam-block
domik.ua##.pad_banner
domik.ua##a[href^="https://kmb.ua/"]
domik.ua##div[class^="link_brand"]
dreamprogs.net##a[href*=".bannerka.ua/"]
dt.ua##.left_news_list.other
easypay.ua##.category-banner
ek.ua##.bot-brand
epravda.com.ua##.post__text > p+div[style^="position: relative; width: 100%; height: 0; padding-bottom:"]
epravda.com.ua##span[style$="font-style: normal; text-align: center"]
espreso.tv,ubr.ua,zn.ua##div[id^="meta_news_block"]
eurolab.ua##a[href^="http://gdeua.hit.gemius.pl/"]
facenews.ua##.bind_ads
facenews.ua##.bnblock
facenews.ua##body > a[id][style]
fakty.ua##.informer
fashionable.com.ua##.moduletable-popularnoe
fatalgame.com,kinozz.net,vikka.ua,vinnitsa.info##div[class*="banner"]
firtka.if.ua##.mid-agency
focus.ua##.bn-holder
focus.ua##.bottom-partner
focus.ua##.branding-top
focus.ua##.r-block
focus.ua##a[href="http://price.ua/"]
football.ua##a[href="https://bikeandme.com.ua/"]
football.ua##div[class="banner"] + div[class="separator"]
fraza.ua##div[class$="_banner"]
galas.te.ua##img[width="160"][height="500"]
galas.te.ua,od-news.com,nbnews.com.ua,plitkar.com.ua,galinfo.com.ua,ukrnews24.net,dks.com.ua,agrarii-razom.com.ua,kg.ua,rivnepost.rv.ua,tenews.org.ua##a[href^="https://besplatka.ua/"]
galka.if.ua##.banners_news
galka.if.ua##.block > div > a#check_link
galka.if.ua##.header > div.wrapper > a:not([class]) > img
galka.if.ua##.main-sidebar.right > div.widget > div.textwidget > a:not([href^="http://www.galka.if.ua"]) > img
galka.if.ua##.rel_news a:not([href^="http://www.galka.if.ua"]) > img
galka.if.ua##.widget-6
galka.if.ua##.wrapper > .header-addons > a[href="http://ogogo.if.ua/"]
galka.if.ua##a[href="http://yarkovytsya.com.ua/proekti.html"]
galka.if.ua##a[href^="http://vambud.com.ua/"]
gazeta-misto.te.ua##.wp-image-56992
gazeta.ua##a[href^="http://job.ukr.net"]
gioc.kiev.ua##a[href^="https://mixsport.pro"]
glavcom.ua##.bn_hold
glavcom.ua##.corebannerlist
glavcom.ua,ua1.com.ua##a[href^="/exec/bn/click.php?"]
goldenpages.rv.ua##.page_block_text_home > p
goldenpages.rv.ua##a[id^="advertisment_"]
goldenpages.rv.ua##div[class^="monner_"]
golos.zp.ua##.dyav
gorod.cn.ua##.banner_logo
gorod.cn.ua##[class^="bann_"]
gorod.cn.ua##div[class*="branding_"] > .cont_adv
gorod.dp.ua##a[href="http://www.printmaster.dp.ua"]
gorod.dp.ua##a[href="http://www.trud.ua/"]
gorod.dp.ua##div[id^="WMG-"]
gorod.dp.ua##div[style^="width:980px;height:60px;"]
grad.ua##.ctr-ad > div[align="center"] > a[rel="nofollow"] > img
hi.dn.ua##[width="223"][height="100"]
hi.dn.ua##a[href^="index.php?option=com_artbanners"]
hi.dn.ua##div#wrap_2 > div#bottom_wrap_3
hi.dn.ua##div[style$="width: 400px; height: 300px;"]
hi.dn.ua##img[width="585"][height="60"]
hochu.ua##.column--right > aside > div[class="title"][style="margin-top: 15px; margin-bottom: 20px; font-size: 26px; font-family: Georgia; text-transform: uppercase;"]
hochu.ua##.moving-banners-outer
hochu.ua##div[id*="_banner__"]
hubs.ua##a[href^="http://agroport.ua"]
hubs.ua##a[href^="http://taleb.com.ua/"]
i.ua##.block_gamma_gradient.anons
i.ua##.brand_image
i.ua##.header_adv_item
i.ua##.news_premium_item
i.ua##.partner_links
infoindustria.com.ua##a[onclick^="_gaq.push(['_trackEvent', 'Banners',"]
infoindustria.com.ua##div[class^="abs_promo_"]
intertop.ua##.click-bg-banner
ipress.ua,kurs.if.ua##div[id^="candyplace_"]
kherson.net.ua##.mfp-wrap
kherson.net.ua##.news-tiles__item--ads
kidstaff.com.ua##div[id^="sovet_adsense"]
kievvlast.com.ua##.body-link
kino-teatr.ua##.imaband
kinoafisha.ua##a.brandup
konkurent.ua##.popularBanner
meta.ua##.teaser1
meta.ua##body > div[id$="_tophat"][style]
meta.ua##body > div[style^="height: 90px; width: 100%;"]
meta.ua##div[id^="anabelarto"]
meta.ua##div[id^="ioniashop"]
meta.ua##div[id^="meta_teaser"]
meta.ua##div[style="width:240px;height:120px"]
meta.ua,sport.ua##body > div[id][style$="z-index: 10000; visibility: visible;"]
meteoprog.ua##div[id^="mp_banner"]
meteoprog.ua##ins.adsbygoogle
mig.com.ua##.custombannl
minfin.com.ua##.mfz-banner-c
minfin.com.ua##.mfz-teaser-a
minfin.com.ua##.teaser-wrap
minfin.com.ua##a[href*="holder.com.ua/"]
mozaika.dn.ua##.rek1
mport.ua##.mtbottom_priceua
news.t1.ua##div[class="block"] > a[target="_blank"] > img
news.t1.ua##div[class="block"] > img
newsclub.zp.ua##.showses > a > img
newsmax.com.ua##.topMGimg
newsru.ua##a[href^="http://ru.redtram.com"]
niknews.mk.ua##iframe[src^="http://mirotools.net"]
nikopol.dp.ua##.s-block > div[align="center"] > a > img
nk-online.com.ua##.widget > a > img[width="160"][height="102"]
nk-online.com.ua##.widget > a > img[width="160"][height="60"]
nk-online.com.ua##a[target="_blank"] > img[width="590"]
novosti.dn.ua##.hour-news
novosti.dn.ua##.onona-block
novyny.online.ua##.o-aside__block--adv
ntktv.ua,tvk6.ru##.banner_block
obl-map.com.ua##a[onclick="if (typeof __da_info == 'function') __da_info(this, event);"]
ogo.ua##.block-banners
ogo.ua##body > table > tbody > tr[valign="top"] > td:first-child > div[align="center"] > a > img
ole.org.ua##.single-news-rt-holder
ole.org.ua##.tabs-widget-rt
omskbird.at.ua##.sidebox > div.inner > center > a[rel="nofollow"] > img
online.ua##div[class^="promoc-header-content"]
online.ua##div[id^="ban_"]
orbita.dn.ua##.wk-slideshow-showcasebuttons
osvita.ua##div[class="block w300 wrapbanner"]
patrioty.org.ua##div[id^="ads"]
pc-torrent.net##a[href^="https://rdr.salesdoubler.com.ua/"]
pdrs.dp.ua##.gadtable
pmg.ua##div[class^="advertising"]
portal.lviv.ua##.wonderpluginslider[data-width="470"][data-height="200"]
portaltele.com.ua##.td-pb-row > div.td-main-sidebar > div.td-ss-main-sidebar > aside[class^="td_block_template_"]
portaltele.com.ua##.top-ads-links
portaltele.com.ua##.topLinks
pravda.com.ua##span[style="color: #ccc; width: 100%; display: block; padding: 3px 0; font-size: 9px; font-family: 'Trebuchet MS', Arial; font-weight: normal; font-style: normal; text-align: center"]
pravda.if.ua##a[href^="http://ivanofrankivsk.oxford-med.com.ua/"]
pravda.if.ua##div[id^="rtn4p"]
premier.ua##div[style^="width:728px;height:90px;"]
priluki.in.ua##.topAdv
proc.com.ua##.maincont > div[align="center"][style="padding-left:8px; padding-right:8px;"]
prodnepr.dp.ua##a[href^="http://www.adverta.com.ua/"]
prodnepr.dp.ua##a[href^="partners.php?"]
profootball.ua##.comments ~ div.anoserblock
profootball.ua##.reclam1
profootball.ua##a[href^="https://affiliates.favbet.com/"]
proua.com.ua##.widgetbox > .textwidget > div
proua.com.ua##.widgetbox > .textwidget > p
racurs.ua##.content > div.fll > hr + br + p
radioclub.ua##a[target="_blank"] > img[id^="banner-"]
rivnepost.rv.ua##.header__middle-content > .header-info
rivnepost.rv.ua##a[href="http://vodarivne.com/"]
rivnepost.rv.ua##a[href="https://happy.rv.ua/"]
rz.com.ua##.horizontal_baner
rz.com.ua##.pane-node-field-right-long-banner
rz.com.ua##.paragraphs-item-banner
sfera-tv.com.ua##td[valign="top"][width="290"] div.banner-generated
shopinfo.com.ua##.sidebarAdvertising
sinoptik.com.ru,sinoptik.ua##div[id^="adsLeftZone"]
sinoptik.ua##div[class^="rozetka300"]
sobitie.com.ua##a > img[style="height:104px; width:280px"]
sobitie.com.ua##div[class="widget block block-block"] > p > img[style^="height:102px; width:2"]
sovet.kidstaff.com.ua##.branding-bg-link
sport.bigmir.net##a[href^="http://mediatraffic.com.ua/"]
sport.ua##a[href^="https://www.johnnybet-"]
sport.ua##body > a.branding_link
sport.ua##body > a.head_branding_link
sport.ua##body > div[id^="parimatch"]
sport.ua##body > div[style^="height: 40px;"]
sport.ua##div[id^="b_sport_240x400"]
sport.ua##iframe[src^="http://meta.ua/"]
t.ks.ua##.full_top_ad
t.ks.ua##img[style="width: 300px; height: 300px;"]
telegraf.com.ua##.content-single__advertisment
telegraf.com.ua##.recreativ
telegraf.com.ua##.reklama-bottom-block-m
telegraf.com.ua##.right_col_reklama
telegraf.in.ua##.banners380
telegraf.in.ua##img[src^="/uploads/banners/"]
tenews.org.ua##a[href="https://Skrynya2017.prom.ua"]
tenews.org.ua##div.calendar + img[width="100%"]
the-village.com.ua##div.row-banner-top
trans-gps.cv.ua##.carousel
tsn.ua##.c-aside-embed
tsn.ua##.partners_news_list_narrow
turystam.in.ua##a[href^="http://primeadv.go2cloud.org/"]
tv5.zp.ua##.container.header-img
ubr.ua##.partnernew-quarter
ubr.ua##.sb-bn-block
ubr.ua##div[data-action="banners"]
ugorod.kr.ua##.block-banner
upl.ua##.main_brand_link
ura-inform.com,zik.ua##.bending_wrap
vchaspik.ua##.region-postcontent
versii.if.ua##.my_widget_style > img
versii.if.ua##section[class^="banner-bg-"]
vesti.ua##body > div[style^="height: 250px; z-index:"]
vgolos.com.ua##.bplace
vgorode.ua##.hot_hold
videoprobki.ua##.banners-right
videoprobki.ua##a[id^="brand-adv-"]
videoprobki.ua##div[class="demo"]
vsviti.com.ua##.td-ss-main-content > div[style="margin-top: 40px;"] > div[style="float: right;"] > center > a > img
webbonus.net.ua##.vk_blok
weblance.com.ua##noindex > a[rel="nofollow"] > *
westnews.com.ua##.gp-footer-ad
westnews.com.ua##.gp-header-ad
westnews.com.ua##a.count
www.ex.ua/*/index.css
xk5.com.ua##.shablon
xk5.com.ua##a[href$="/objavlenija-vydelennye-cvetnym-fonom.php"]
xk5.com.ua##aside > div > a[href^="http://slobozhanska.com.ua"] > img
xk5.com.ua##aside > div > a[href^="http://sumska.com.ua"] > img
xk5.com.ua##div[class^="textboxcont"][style]
xsport.ua##.vertical-banner-holder
yosyfovych.te.ua##.sidebar_module_content > div.custom > a[rel="nofollow"]
z-city.com.ua##.textwidget > a:not([href^="http://z-city.com.ua/"]) > img
zdorov-info.com.ua##.banneritem
zdorov-info.com.ua##td[style^="text-align: center;"] > a[href^="https://goo.gl/"] > img
zdorov-info.com.ua##td[style^="text-align: center;"] > a[rel="nofollow"] > img
zi.ua##.footer-partners
zi.ua##.sponsors-holder
zi.ua##.unit-side-banner
zi.ua##div.sponsors-holder
zik.ua##div[id^="zikban_"]
znaj.ua##.new-banners
znaj.ua##.znaj-banners_ajax
znaj.ua##div[class*="field-name-advertising-banners"]
zolotonosha.ck.ua##.textwidget > a > img
zz.te.ua##div[class^="advads"]
||0372.ua/section/banners/
||0372.ua/upload/jackets/*.zip.html
||056.ua/section/banners/
||3849.com.ua/section/banners/upload/
||7d.org.ua/images/rbanner/
||acc.cv.ua/images/acc_rek/
||acc.cv.ua/images/bimg/
||acdn.meta.ua/*/*.asp?g=media_vastwrapper_preroll$domain=meta.ua
||acdn.meta.ua/shopo_vast.cgi?rtb=
||admin.tenews.te.ua/plugins/galleryAdvert/
||adocean.pl/ad.xml?id=*/key=ru.tsn.ua
||agroday.com.ua^$domain=narodna-pravda.ua
||agronews.ua/themes/garland/images/*_banner_
||agsat.com.ua/imgB/
||alive-ua.com^$domain=animebox.com.ua
||allkharkov.ua/banner_show.php
||animebox.com.ua^$domain=alive-ua.com
||apostrophe.ua/baners/
||asn.in.ua/assets-front/Baner_
||avtovod.org.ua/images/spring_banner_*.png
||basket.com.ua/frontend/webcontent/file/basket_04.jpg
||blog.yosyfovych.te.ua/images/hyperav.gif
||bm.img.com.ua/*/common/js/holder.js
||briz.if.ua//uploads/*780x90.png
||btu.org.ua/uploads/*_300x600px
||btu.org.ua/uploads/babolat_
||btu.org.ua/uploads/dunlop_banner_dec.jpg
||bukinfo.com.ua/ifbanner/
||bukovina.biz.ua/img/
||business-companion.te.ua/new/img/agro.gif
||c-s.net.ua/images/multiplay.jpg
||cfts.org.ua/_i/banners/
||cheline.com.ua/wp-content/uploads/2018/08/BP-Logo-240.png
||chernomorsk.com.ua/resources/img/banner
||china-review.com.ua/templates/*/branding/
||comments.ua/_abc_image/
||comments.ua/_im/*_brending.
||comments.ua/_im/*bredning
||comments.ua/_img/300x100_price.png
||comments.ua/_utbs/ukrnet_kinoafisha.php
||comments.ua/upload/brading/
||cs1.eurolab.ua/backgrounds/
||cyber.sport.ua/images/cyber/partners/
||delo.ua/skin/img/project/br*ding/
||delo.ua/skin/img/project/specprojects/telecom_msb/
||dnepr24.com.ua/Media/banners/
||doba.te.ua/banner/
||dynamo.kiev.ua/site-informer-ext.js$third-party
||easycom.com.ua/adbn/
||extor.at.ua/.s/src/44db6ebf9c.js
||extor.at.ua/.s/src/ucounter2.js
||facenews.ua/av.php
||facenews.ua/misc/r.ad.php
||fakty.ua/js/counters-informers-init.js
||favorit.com.ua/static/background/Branding
||feo.ua/fbn
||footballhub.com.ua/footballhub-static/*_background.jpg
||fotos.ua/set_fotos_content_v*.js$domain=ukr.net
||glavcom.ua/pub/banners/
||golos.ua/assets/img/Gotuysya_do_viboriv_
||goodshop.com.ua^$domain=agroperspectiva.com
||googledrive.com/host/*/ga_check.js$domain=eurointegration.com.ua
||googleusercontent.com/x/www.epravda.com.ua/eimg.pravda.com/misc/jquery.js.pagespeed.ce
||gorod.cn.ua/pics/brending/
||gorod.dp.ua/pic/bm*/
||gorod.dp.ua/pic/richban/
||grivna.ks.ua/images/3G.png
||hata.net.ua/img.php?id=32
||hi.dn.ua/images/imp_vodi.gif
||i.ua/branding/
||i.ua/css/*/*_brandpage_
||images.gta.com.ua/
||img.1kr.ua/ads/
||info.emoment.com/init.js$domain=versii.if.ua
||infoindustria.com.ua/wp-content/themes/*/images/background.jpg
||ironflex.com.ua/uploads/Banners
||izvestia.kiev.ua/assets/img/Ludyna_Roku_300_250-g.gif
||izvestia.kiev.ua/assets/img/stella.jpg
||jurnal.com.ua/banner/
||karpatnews.in.ua/ads/
||kherson.net.ua/Media/banners/
||khersonci.com.ua/images/NEWS/banners/
||kievvlast.com.ua/images/body.jpg
||kino-teatr.ua/images/kinoteatr.gif
||kino-teatr.ua/images/MultiplexAd
||kinoafisha.ua/upload/$domain=espreso.tv
||knifeclub.com.ua/fail/$image
||kontrakty.ua/imgs/windows10gadgets.pro_logo.png
||krapka.rv.ua/wp-content/uploads/2017/03/smajlyk.jpg
||krivoyrog.dp.ua/adv/
||krlife.com.ua/sites/all/themes/krlife/images/200-285.jpg
||krlife.com.ua/sites/default/files/vkik-vk.gif
||kstati.dp.ua/sites/default/files/banners/
||landlord.ua/wp-content/uploads/2015/11/323_201_landlord-1.jpg
||local.com.ua/ib/
||medobzor.in.ua/images/logo/ff7ed865242a.jpg
||meta.ua/api/widget.js
||meta.ua/br/
||meta.ua/branding/branding2a.js
||meta.ua/cnt/aukro_new/
||meta.ua/img/b4/
||meta.ua/rest.asp?hostURL=
||minfin.com.ua/files/banners/
||minfin.com.ua/files/img/
||minfin.com.ua/files/media/20170606055738/game.html
||minprom.ua/data/flash/banner-*.
||mob.ua/banner/
||moto.com.ua/friends/
||muff.kiev.ua/files/88x31_
||my.thehost.com.ua/manimg/userdata/336-280.png
||mydim.ua/pub/adv/
||news.agro-center.com.ua/wp-content/uploads/*/background-
||news.dks.com.ua/images/slider_main/global_ua.jpg
||newsroom-*.*.amazonaws.com/users/*/baner_*.jpg^$domain=newsroom.kh.ua
||nikopol.dp.ua/reklams/
||novaposhta.ua/protected/themes/novaposhta/assets/img/banner_
||ntktv.ua/upload/*/baner-
||okna.ua/informer_ajax/?informer_element=
||orbita.dn.ua/wp-content/plugins/widgetkit/widgets/slideshow/js/slideshow.js
||orbita.dn.ua/wp-content/uploads/new-ban/
||overclockers.ua/branding.css
||p-p.com.ua/-/img/banner-bg.jpg
||p-p.com.ua/-/img/bg-*.jpg
||patrioty.org.ua/api/nn-news.json
||personalbanker.com.ua/images/Other/Banners-PB/
||pn.com.ua/sites/all/modules/custom/pn_import/pnimages/banners/
||poglyad.te.ua/wp-content/uploads/toyota.jpg
||priluki.in.ua/media/promo/upload/ads_
||profootball.ua/images/parimatch/
||profootball.ua/img/background/background_favbet_
||promin.cv.ua/uploads/rkl/
||puls.kiev.ua/user/img/b_$image
||radojuva.com.ua/wp-content/uploads/2015/07/helios-42-ad.png
||rtb.meta.ua/*/get_vast.cgi?rtb=
||simpsonsua.com.ua/photos/baner/
||sinoptik.ua^$domain=footballtransfer.com.ua
||slavgorod.com.ua/AdTemp/
||smi.today^$domain=narodna-pravda.ua
||sobitie.com.ua/sites/default/files/*/banner
||sobytiya.dp.ua/adv/gorawturi.jpg
||sobytiya.dp.ua/img/blog4.jpg
||sport.ua/*.php?s=$script
||static.gazeta.ua/img/original/branding/
||staticflickr.com^$domain=павлоград.dp.ua
||stroyobzor.ua/assets/files/bins/$image
||studio7.com.ua^$domain=nashkiev.ua
||tenews.te.ua/baner/
||ternopillive.com.ua/wp-content/uploads/*baner
||time.vn.ua/baner/
||topgir.com.ua/img/branding/
||tyzhden.ua/ajax/banner^
||ua1.com.ua/pub/banners/
||uavto.dn.ua/bsh.php
||ubr.ua/img/*/banners/
||unn.com.ua/banner/
||upl.ua/images/background_
||uzhgorod.net.ua/img/01-2019.jpg
||vchaspik.ua/sites/default/files/u4/moyo_300_55.jpg
||vid*.tsn.ua/adv/
||videoprobki.com.ua/themes/videoprobki/brand/
||videoprobki.ua/*/*baners/
||videoprobki.ua/sites/default/files/banners/
||weblance.com.ua/uploads/templates/menu.swf
||weblance.com.ua/uploads/templates/menu_ntools_
||womanel.com.ua/wp-content/uploads/2019/02/1-94.jpg
||x2.companion.ua/www/images/c397ef3fde3aee8d159fd25dac5e00c6.png
||zdorov-info.com.ua/images/rekimage/
||zik.ua/images/branding_
||znaj.ua/*/?*=$script
||znaj.ua/banner/
||znaj.ua/iframe/*/index.html
||znaj.ua/iframe/pilot-banner.html
||znaj.ua/static/images/prive_$image
||znaj.ua/static/images/ukrexpertgroupv.gif
mashyna.com.ua##aside > .widget > .custom-html-widget > a[target="_blank"][rel="dofollow"]
medbrowse.com.ua##.list > li.apteka:not([id])
krapka.rv.ua##img[width="1068"][height="150"]
krapka.rv.ua##img[width="696"][height="172"]
medobzor.in.ua##div#position-6.span12
mydim.ua##.header-top-banner
myscore.com.ua##.box_over_content
myvin.com.ua##a[href="http://vinbazar.com/"]
narodna-pravda.ua##.related-heading
narodna-pravda.ua##.widget-area > aside.widget_custom_html
nashkiev.ua##.block-adv-mirohost
nashkiev.ua##.column.column-660[style="background:none; height:300px;"]
nashkiev.ua##.strips-bg > a
news.dks.com.ua,objectiv.tv##.informers-layout
news.finance.ua##.h-container-bn
trans-gps.cv.ua##div[data-ride="carousel"]
asn.in.ua##.col-sm-4 > div[style="position: relative;"] > a[style^="width: 100%; height: 250px; "]
asn.in.ua##.reklam_in_text
asn.in.ua,comments.ua,depo.ua,dialog.ua,hronika.info,realist.online,znaj.ua##table.NMg
cfts.org.ua##.inad > a:not([href*="//cfts.org.ua/"])
cfts.org.ua##div[style="margin: 5px auto; width: 727px; height: 89px; overflow: hidden; position: relative;"]
feo.ua##iframe[class^="banner"]
feo.ua##.center-banners
feo.ua##.fly-adv
dnepr24.com.ua,gazeta.zp.ua,nikolaev24.com.ua,odessa.net.ua##.full-page-ad
stroyobzor.ua##a[href^="http://ub.com.ua/?utm_source="]
m.ua##.toplineban
m.ua##div.bottom-banner
izvestia.kiev.ua##.col-lg-3.col-md-4 > div > a[rel="nofollow"] > img
jkg-portal.com.ua##.reklama3
joinfo.ua##.content_ads_top
hi-tech.ua##.sam-pro-ad
gta.com.ua##.leftbox > div[style^="border:"] > a[rel="nofollow"] > img
gta.com.ua##div#main_nav[style="height:80px"]
gnatkovsky.com.ua##.r_sell
kg.ua##.banner_style
kg.ua##.reklamayel
kurs.com.ua##.cAlpariBanner
landlord.ua##.td_block_template_10
lenta.ua,zaxid.net##.content-roll
local.com.ua##div[class^="Lbanner"]
local.com.ua##img[width="469"][height="60"]
/block.js$domain=meta.ua
/gb.php?idb_=$domain=ek.ua|m.ua
/block.js$domain=meta.ua
/gb.php?idb_=$domain=ek.ua|m.ua
cheline.com.ua##div[class="wpb_text_column wpb_content_element "]
china-review.com.ua##.branding_adv
china-review.com.ua##div.story_footer[style="margin-bottom: 10px; padding-top: 6px; padding-left: 10px;"]
/images/banners/*$domain=acc.cv.ua|bila-tserkva.in.ua|bukinfo.com.ua|bukpravda.cv.ua|forpost.lviv.ua|guid.lviv.ua|ironflex.com.ua|irpen.net.ua|kr.ua|mayak.zp.ua|mig.com.ua|mirnov.ru|mo-taxi.ru|nashdisk.ru|news.dks.com.ua|ngregion.ru|nikopolnews.net|nikvesti.com|nokstv.ru|novosti.respublika.cz|novosti44.ru|nu-stars.com|obzor.press|occlub.ru|ok-inform.ru|osipinfo.by|penzadoctor.ru|pkforum.ru|post-tracker.ru|prague-express.cz|pravda.if.ua|prozak.info|ria-m.tv|seopult.tv|sevkavportal.ru|shans.com.ua|shkvarki.org|smartphone.ua|snowrock.ru|spbwmcasher.ru|stu.ru|ternopoliany.te.ua|tribun.com.ua|ua-independent.com|vnz.org.ua|vp.donetsk.ua|profidom.com.ua|izmailvechernii.com.ua
/img/banners/*$domain=bukovina.biz.ua|firtka.if.ua|grivna.ks.ua|podrobnosti.mk.ua|sq.com.ua|champion.com.ua|gotoshop.ua
/Media/banners/images/*$domain=nikolaev24.com.ua|odessa.net.ua
/porebl/*$script,domain=at.ua
/uploads/banner/*$domain=sud.ua
/uploads/banners/*$domain=china-review.com.ua|pedpresa.ua|telegraf.in.ua
/wp-content/banners/*$domain=metroplus.com.ua|progomel.by|smolensk-i.ru
gorod.cn.ua,expert.org.ua,jurnal.com.ua,maxybaby.net.ua,obs.in.ua,promobud.ua,zavtra.com.ua##noindex
24tv.ua,newsler.ru##div[id^="adv"]
5.ua,golos.zp.ua,gx.net.ua,mashyna.com.ua,mind.ua,narodna-pravda.ua,pereklad.online.ua,portal.lviv.ua,pravda.if.ua,telegraf.com.ua,valuta.online.ua,vsviti.com.ua,westnews.com.ua##div[id^="ZzRw"]
obs.in.ua,fashionable.com.ua,grivna.ks.ua,news.dks.com.ua##.bannergroup
abcnews.com.ua,focus.ua,nim.ru,retailers.ua##a.branding
comments.ua,minprom.ua##.left_banner
focus.ua,newsru.ua,ua.today##div[id^="LentaInform"]
kievvlast.com.ua##noindex > div
cardiagram.com.ua,krapka.rv.ua##.td-header-sp-recs
hochu.ua,hronika.info,infohome.com.ua,newsmax.com.ua##div[id^="gnezdo_ru_"]
lvivski.in.ua,upl.ua,znaj.ua##.banners
stroyobzor.ua##a[target="_blank"][rel="nofollow"] > img
dengi.ua##a[href^="http://smi2.net/"]
gameinside.ua,telegraf.in.ua##body > noindex
shopinfo.com.ua##div[align="center"] > a[rel="nofollow"] > img
footballtransfer.com.ua,ostro.org,pravda.if.ua##div[id^="join_informer"]
fcdnipro.ua##.sponsor
/img/b/*$domain=meta.ua
kievvlast.com.ua##noindex > a
gazeta.ua##.branding-header
gazeta.zp.ua,nikolaev24.com.ua,odessa.net.ua##.top-baddb
novaposhta.ua##.bg-link
glavpost.ua,meta.ua##div[id^="adpartner-"]
radio-online.com.ua##div[id^="banner"]
gorod.cn.ua##div[class^="branding_"]
mig.com.ua##.c4e745-block
news.dks.com.ua,asn.in.ua,comments.ua,dengi.ua,depo.ua,galka.if.ua,gx.net.ua,jkg-portal.com.ua,medobzor.in.ua,mport.ua,nv.ua,unn.com.ua,zi.dn.ua##div[id^="n4p_"]
gameinside.ua,telegraf.com.ua##div[class^="ad-"]
hi-tech.ua##body > noindex > a
ivona.ua##div[id^="banner-place-"]
konkurent.ua,happymonday.ua,konkurent.in.ua##.top-banner
korrespondent.net##a[href="http://newsnet.in.ua/"]
korrespondent.net,unn.com.ua##a[id^="snf"]
kriminal.net.ua##div[id*="teaser_"]
kurs.com.ua##a[style*="width: 728px; height: 90px;"]
nk-online.com.ua,sport.ua##div[id^="banner-"]
marieclaire.ua,epravda.com.ua##div[id^="adriver_banner_"]
itnet.com.ua##.td-g-rec
mv.org.ua##.sidebar-right
obukhiv.info,kp.ua##.header__banner
biblprog.org.ua##noindex > a[rel="nofollow"] > img
auchan.ua##.main-banner
rivne.media##a[href^="http://dveri-schaslyve.com.ua"]
webbonus.net.ua##div[align="center"] > a > img
storinka.com.ua##div[id^="teaser_"]
sud.ua,epochtimes.com.ua,molbuk.ua,autonews.ua,apostrophe.ua,avtovod.org.ua,bigkiev.com.ua,glavnoe.ua,glavpost.ua,history.vn.ua,narodna-pravda.ua,onlainfilm.ucoz.ua,sinoptik.ua,ubr.ua##div[id^="bn_"]
volyn.com.ua##div[class^="reklama"]
news.agro-center.com.ua##div[class^="rek_"]
nikopol.dp.ua##noindex div[align="center"] > a > img
narodna-pravda.ua##.branding_link
anticollector.biz.ua##.samCodeUnit
||ad.admitad.com^$domain=bloknot-khersona.ks.ua
.censor.net/js/
||storage3.censor.net.ua/
censor.net##.widget_header > aside
censor.net##div[style^="width: 300px; height: 600px;"]
censor.net,cyber.sport.ua##.partners
gorodkiev.com.ua##body > div[class^="container-"] > div[class] > table[width="580"]
gorodkiev.com.ua##.infolinks noindex + font[face] > font[face]
gorodkiev.com.ua##.story-full > script + table[width] ~ noindex
/\/(kupit-telefon-v-harkove-so-sklada-mobileplanet|internet-magazin-zhenskoy-obuvi-v-ukraine|besplatka|kloomba)\.(gif|jpg)/$domain=gorodkiev.com.ua
24tv.ua###top-revive-buttons
24tv.ua##div[class^="b_reklama"]
24tv.ua##.inner-wrap > section[class="nav-additional"]
konkurent.in.ua,niknews.mk.ua,novosti.dn.ua###banner
!
! ictv.ua, stb.ua, novy.tv
player.starlight.digital#%#//scriptlet('trusted-replace-fetch-response', '"mediaHls"', '"mediaHlsNoAdv"', 'starlight.digital/player-api/')
||starlight.digital/get-playlist-ad/hls-vod/files/*.mp4/*_AdBlock$xmlhttprequest,removeparam=site_id
||starlight.digital/get-playlist-ad/hls-vod/files/*.mp4/*_AdBlock$xmlhttprequest,removeparam=placement_id
!
! Special rules for AdGuard websites' test pages. The only purpose of these
! rules is to make test pages work so that users could verify that AdGuard
! is properly working.
!
!+ NOT_OPTIMIZED
adguard.info,adguard.com,adguard.app##.hello_from_adguard_ukrainian
!
!-------------------------------------------------------------------------------!
!------------------ Content replacement rules ----------------------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of the content replacement rules that block ads. Rules must be domain-specific.
!
! Bad:  ||example.org/video-links (should be in specific.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/92400
! https://github.com/AdguardTeam/AdguardFilters/issues/64547
! teleportal.ua - реклама перед видео. под этим комментарием второй вариант
||vcms-api*.starlight.digital/hls/*?file=*&testadv=$removeparam=testadv
! https://github.com/AdguardTeam/AdguardFilters/issues/3205
!-------------------------------------------------------------------------------!
!-------------- Fixing filtration errors (false-positive) ----------------------!
!-------------------------------------------------------------------------------!
!
! This section contains the list of rules that fix incorrect blocking. Rules must be domain-specific.
!
! Good: example.org#@#.ad
! Bad:  @@||example.org^$stealth (should be in AdGuard Base - allowlist_stealth.txt)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/171080
oztech.ru#@##bottomBanners
! https://github.com/AdguardTeam/AdguardFilters/issues/163594
ewybory.eu#@##advertisment
! thestreet.com - player not showing
thestreet.com#@##ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/161446
si.com#@##ad-container
! https://github.com/AdguardTeam/AdguardFilters/issues/151923
lib.seu.edu.cn#@#.one-search
! https://github.com/AdguardTeam/AdguardFilters/issues/148164
player.ex.co#@##ad-container
!
! This section contains the list of rules that fix incorrect blocking. Rules must be domain-specific.
!
! Good: example.org#@#.ad
! Bad:  @@||example.org^$stealth (should be in AdGuard Base - allowlist_stealth.txt)
!
!
! https://github.com/AdguardTeam/AdguardFilters/issues/102256
@@||praimed.ua/img/bn/banner-*.png
! https://github.com/AdguardTeam/AdguardFilters/issues/74348
price.ua#@#div[id^="div-gpt-ad"]
price.ua#@#iframe[name^="google_ads_iframe"]
@@||securepubads.g.doubleclick.net/tag/js/gpt.js$domain=price.ua
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=price.ua
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=price.ua
@@||tpc.googlesyndication.com/simgad/*$image,domain=price.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/69680
@@||ua-vast.adtelligent.com/vmap?aid=$xmlhttprequest,domain=inter.ua
! news.online.ua - broken bottom images
@@||domicad.com.ua/uploads/banner/kolona%20ua.gif
! https://forum.adguard.com/index.php?threads/https-medicina-ua.34345/
@@||medicina.ua/js/adriver.core.*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/29350
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=besplatka.ua
! https://forum.adguard.com/index.php?threads/26510/
@@||image.zn.ua/media/images/300x250/
! https://forum.adguard.com/index.php?threads/23388/
eplus.kiev.ua#@#.banner-square
@@||maps.googleapis.com^$domain=sinoptik.ua
@@||maps.google.com/maps-api-$domain=sinoptik.ua
! https://github.com/AdguardTeam/AdguardFilters/issues/5127
@@||api.privatbank.ua^$document
! join.ua - скрыто описание партнёрки
join.ua#@##adriver_banner
! https://github.com/AdguardTeam/ExperimentalFilter/issues/2188
@@||stimul.dp.ua/media/files/banners_
! abo.ua filter is broken by Adguard injections
@@||abo.ua/*ajax=$document
! ek.ua - comments are broken by Adguard injections
@@||ek.ua/mtools/dot_output/mui_review.php$document
! http://forum.adguard.com/showthread.php?7901
@@||reklama.marat.ua^$domain=reklama.marat.ua
! videoprobki.ua - unblock their app's banner
@@||videoprobki.ua/sites/default/files/banners/googleplay.png
! http://forum.adguard.com/showthread.php?7466
! geoapteka.com.ua - the search is broken by Adguard injections
@@||geoapteka.com.ua/search/getTabsAndFilter$document
! http://forum.adguard.com/showthread.php?7295
@@||artbanner.com.ua^$domain=artbanner.com.ua
! https://forum.adguard.com/index.php?threads/15329/
@@||player.stb.ua/assets/*/advert.js
@@||player.stb.ua/assets/*/videojs-contrib-ads-master/src/videojs.a-s.js
! http://forum.adguard.com/showthread.php?6544
@@||socauth.privatbank.ua/cp/banner.php
! http://forum.adguard.com/showthread.php?5676
@@||hamalia.ua/tools/banner/site/banner.php
! http://forum.adguard.com/showthread.php?5726
texts.com.ua#@#.topAD
! http://forum.adguard.com/showthread.php?5710
! avtozvuk.ua - исправление слайдера
@@||avtozvuk.ua/banners/
! Ломалась вёрстка
@@||c8.net.ua/b/js/swfobject.js$domain=seetv.tv
! https://github.com/AdguardTeam/AdguardFilters/issues/3731
@@||holder.com.ua/c?tz&$domain=www.i.ua
@@||holder.com.ua/*&*.i.ua$domain=video.i.ua
@@||holder.com.ua/*?*&$domain=video.i.ua
@@||i.holder.com.ua/*.mp4$domain=video.i.ua
! https://github.com/AdguardTeam/ExperimentalFilter/issues/471
@@||1-ps.googleusercontent.com/hk/$domain=5.ua
! http://forum.adguard.com/showthread.php?4433
@@||videoprobki.ua/themes/videoprobki/ext_baners/*.flv