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

!

Checksum: 403RS7w+oLsVGrnEvZy2Iw
! Title: AdGuard Japanese filter
! Description: Filter that enables ad blocking on websites in Japanese language.
! Version: 2.0.4.33
! TimeUpdated: 2020-10-20T21:31:49+03:00
! Expires: 4 days (update frequency)
! Homepage: https://github.com/AdguardTeam/AdGuardFilters
! License: https://github.com/AdguardTeam/AdguardFilters/blob/master/LICENSE
!
!---------------------------------------------------------------------------!
!-------------- General JS API ---------------------------------------------!
!---------------------------------------------------------------------------!
! JS API START
#%#var AG_onLoad=function(func){if(document.readyState==="complete"||
document.readyState==="interactive")func();else
if(document.addEventListener)document.addEventListener("DOMContentLoaded",func);els
e if(document.attachEvent)document.attachEvent("DOMContentLoaded",func)};
#%#var AG_removeElementById = function(id) { var element =
document.getElementById(id); if (element && element.parentNode)
{ element.parentNode.removeChild(element); }};
#%#var AG_removeElementBySelector = function(selector) { if (!
document.querySelectorAll) { return; } var nodes =
document.querySelectorAll(selector); if (nodes) { for (var i = 0; i < nodes.length;
i++) { if (nodes[i] && nodes[i].parentNode)
{ nodes[i].parentNode.removeChild(nodes[i]); } } } };
#%#var AG_each = function(selector, fn) { if (!document.querySelectorAll) return;
var elements = document.querySelectorAll(selector); for (var i = 0; i <
elements.length; i++) { fn(elements[i]); }; };
#%#var AG_removeParent = function(el, fn) { while (el && el.parentNode) { if
(fn(el)) { el.parentNode.removeChild(el); return; } el = el.parentNode; } };
!
! AG_removeCookie
! Examples: AG_removeCookie('/REGEX/') or AG_removeCookie('part of the cookie
name')
!
#%#var AG_removeCookie=function(a){var e=/./;/^\/.+\/$/.test(a)?e=new
RegExp(a.slice(1,-1)):""!==a&&(e=new RegExp(a.replace(/[.*+?^${}()|[\]\\]/g,"\\
$&")));a=function(){for(var a=document.cookie.split(";"),g=a.length;g--;)
{cookieStr=a[g];var d=cookieStr.indexOf("=");if(-1!
==d&&(d=cookieStr.slice(0,d).trim(),e.test(d)))for(var
h=document.location.hostname.split("."),f=0;f<h.length-1;f++){var
b=h.slice(f).join(".");if(b){var c=d+"=",k="; domain="+b;b=";
domain=."+b;document.cookie=c+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+k+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT";document.cookie=c+b+"; path=/; expires=Thu, 01 Jan 1970 00:00:00
GMT"}}}};a();window.addEventListener("beforeunload",a)};
!
! AG_defineProperty
! See https://github.com/AdguardTeam/deep-override
!
#%#var AG_defineProperty=function(){var
p,q=Object.defineProperty;if("function"==typeof WeakMap)p=WeakMap;else{var
r=0,t=function()
{this.a=(r+=Math.random()).toString()};t.prototype.set=function(a,b){var
d=a[this.a];d&&d[0]===a?d[1]=b:q(a,this.a,{value:[a,b],writable:!0});return
this};t.prototype.get=function(a){var b;return(b=a[this.a])&&b[0]===a?b[1]:void
0};t.prototype.has=function(a){var b=a[this.a];return b?b[0]===a:!1};p=t}function
u(a){this.b=a;this.h=Object.create(null)}function v(a,b,d,e)
{this.a=a;this.i=b;this.c=d;this.f=e}function
w(){this.g=/^([^\\\.]|\\.)*?\./;this.j=/\\(.)/g;this.a=new p}function x(a,b){var
d=b.f;if(d&&!("beforeGet"in d||"beforeSet"in d))return z(d);var e={get:function()
{var c=b.f;c&&c.beforeGet&&c.beforeGet.call(this,b.a.b);a:if(c=b.g)c=A(c)?
c.value:c.get?c.get.call(this):void 0;else{c=b.a.b;if(b.i in c&&(c=B(c),null!==c))
{var d=C.call(c,b.i);c=d?d.call(this):c[b.i];break a}c=void 0}(this===b.a.b||
D.call(b.a.b,this))&&E(a,c,b.c);return c},set:function(c){if(this===b.a.b||
D.call(b.a.b,this)){b.f&&b.f.beforeSet&&(c=b.f.beforeSet.call(this,c,this));var
d=b.g;d&&A(d)&&d.value===c?c=!0:
(d=F(b,c,this),G(c)&&(c=H(a,c),I(a,c,b.c)),c=d)}else c=F(b,c,this);return
c}};d&&J(d,e,K);return e}function I(a,b,d){for(var e in d.h){var
c=d.h[e];if(b.h[e]){var h=a,g=b.h[e],k=c;!k.f||g.f||"undefined"===typeof g.a.b||
g.g||(g.g=z(k.f));g.c&&k.c&&g.c!==k.c&&I(h,g.c,k.c)}else{g=h=void 0;k=a;var
f=b,l=c.i,m="undefined"!==typeof f.b,y=!1;m&&(g=L(f.b,l))&&!g.configurable&&(y=!
0,h=f.b[l]);var n=y?H(k,h):new u(c.c.b);I(k,n,c.c);n=new
v(f,l,n,c.f);f.h[l]=n;m&&(n.g=g,m=x(k,n),y?E(k,h,c.c):
(q(f.b,l,m),g&&A(g)&&(M(m,g.value,f.b),E(k,g.value,c.c))))}}}function E(a,b,d)
{G(b)&&(b=H(a,b),I(a,b,d))}function F(a,b,d){var e=a.g;if(!e){e=B(a.a.b);if(null!
==e&&(e=N.call(e,a.i)))return e.call(d,b);if(!O(a.a.b))return!
1;a.g={value:b,configurable:!0,writable:!0,enumerable:!0};return!0}return
M(e,b,d)}function H(a,b){var d=a.a.get(b);d||(d=new u(b),a.a.set(b,d));return
d}function A(a){return"undefined"!==typeof a.writable}function J(a,b,d){for(var
e=0,c=d.length;e<c;e++){var h=d[e];h in a&&(b[h]=a[h])}}function z(a){if(a){var
b={};J(a,b,P);return b}}function M(a,b,d){if(A(a))return a.writable?(a.value=b,!
0):!1;if(!a.set)return!1;a.set.call(d,b);return!0}var P="configurable enumerable
value get set writable".split("
"),K=P.slice(0,2),L=Object.getOwnPropertyDescriptor,O=Object.isExtensible,B=Object.
getPrototypeOf,D=Object.prototype.isPrototypeOf,C=Object.prototype.__lookupGetter__
||function(a){return(a=Q(this,a))&&a.get?a.get:void
0},N=Object.prototype.__lookupSetter__||function(a){return(a=Q(this,a))&&a.set?
a.set:void 0};function Q(a,b){if(b in a){for(;!
w.hasOwnProperty.call(a,b);)a=B(a);return L(a,b)}}function G(a){var b=typeof
a;return"function"===b||"object"===b&&null!==a?!0:!1}var R;return function(a,b,d)
{R||(R=new w);var e=R;d=d||window;var c=new u;a+=".";var h=c||new u;for(var
g=e.g,k=e.j,f,l,m;a;){f=g.exec(a);if(null===f)throw 1;f=f[0].length;l=a.slice(0,f-
1).replace(k,"$1");a=a.slice(f);(f=h.h[l])?m=f.c:(m=new u,f=new
v(h,l,m),h.h[l]=f);h=m}if(!f)throw 1;a=f;a.f=b;E(e,d,c)};}();
!
! AG_abortOnPropertyWrite(property, debug)
! Aborts execution of a script when it attempts to write the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyWrite('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyWrite=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeSet:function()
{b&&console.warn("AdGuard aborted property write: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortOnPropertyRead(property, debug)
! Aborts execution of a script when it attempts to read the specified property.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortOnPropertyRead('String.fromCharCode');
!
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortOnPropertyRead=function(a,b){var
c=Math.random().toString(36).substr(2,8);AG_defineProperty(a,{beforeGet:function()
{b&&console.warn("AdGuard aborted property read: "+a);throw new
ReferenceError(c);}});var d=window.onerror;window.onerror=function(e)
{if("string"===typeof e&&-1!==e.indexOf(c))return b&&console.warn("AdGuard has
caught window.onerror: "+a),!0;if(d instanceof Function)return
d.apply(this,arguments)}};
!
! AG_abortInlineScript(regex, property, debug)
! Aborts execution of an inline script when it attempts to access the specified
property
! AND content of the <script> element matches specified regular expression.
! Based on AG_defineProperty (https://github.com/AdguardTeam/deep-override)
!
! Examples:
! AG_abortInlineScript(/zfgloadedpopup|zfgloadedpushopt/, 'String.fromCharCode');
!
! @param regex regular expression that the inline script contents must match
! @param property property or properties chain
! @param debug optional, if true - we will print warning when script is aborted.
!
#%#var AG_abortInlineScript=function(g,b,c){var d=function(){if("currentScript"in
document)return document.currentScript;var
a=document.getElementsByTagName("script");return a[a.length-
1]},e=Math.random().toString(36).substr(2,8),h=d();AG_defineProperty(b,
{beforeGet:function(){var a=d();if(a instanceof HTMLScriptElement&&a!
==h&&""===a.src&&g.test(a.textContent))throw c&&console.warn("AdGuard aborted
execution of an inline script"),new ReferenceError(e);}});var
f=window.onerror;window.onerror=function(a){if("string"===typeof a&&-1!
==a.indexOf(e))return c&&console.warn("AdGuard has caught window.onerror: "+b),!
0;if(f instanceof Function)return f.apply(this,arguments)}};
!
! AG_setConstant('property.chain', 'true') // defines boolean (true), same for
false;
! AG_setConstant('property.chain', '123') // defines Number 123;
! AG_setConstant('property.chain', 'noopFunc') // defines function(){};
! AG_setConstant('property.chain', 'trueFunc') // defines function(){return true};
! AG_setConstant('property.chain', 'falseFunc') // defines function(){return
false};
!
#%#var AG_setConstant=function(e,a){if("undefined"===a)a=void 0;else
if("false"===a)a=!1;else if("true"===a)a=!0;else if("noopFunc"===a)a=function()
{};else if("trueFunc"===a)a=function(){return!0};else
if("falseFunc"===a)a=function(){return!1};else if(/^\d+$/.test(a))
{if(a=parseFloat(a),isNaN(a)||32767<Math.abs(a))return}else return;var b=!
1;AG_defineProperty(e,{get:function(){return a},set:function(c){if(b)var d=!0;else
void 0!==c&&void 0!==a&&typeof c!==typeof a&&(b=!0),d=b;d&&(a=c)}})};
! JS API FINISH
!---------------------------------------------------------------------------!
!-------------- Advertising networks ---------------------------------------!
!---------------------------------------------------------------------------!
!
! Section contains list of advertising networks
!
! https://github.com/AdguardTeam/AdguardFilters/issues/23113
! ||weblio.jp^$third-party
!
! Yahoo
||promotionalads.yahoo.co.jp^
||adserver.yahoo.co.jp^
||smartads.mobile.yahoo.co.jp^
||rd.yahoo.co.jp^
||ard.yahoo.co.jp^
||ov.yahoo.co.jp^
||yeas.yahoo.co.jp^
||logoole.yahoo.co.jp^
||yads.yahoo.co.jp^
||yads.yjtag.yahoo.co.jp^
||yjaxc.yahoo.co.jp^
!
! Supership.jp (also mobile ads)
||socdm.com^
!
! Shinobi.jp
||adm.shinobi.jp^
||adf.shinobi.jp^
||axad.shinobi.jp^
||bar*.shinobi.jp^$third-party
||ct1.shinobi.jp^
||ct2.shinobi.jp^
||vis1.shinobi.jp^
!
! Rakuten.co.jp
||affiliate.rakuten.co.jp^$third-party
||rd.rakuten.co.jp^$third-party
||afl.rakuten.co.jp^$domain=~kakaku.com,third-party
||hbb.afl.rakuten.co.jp^$third-party
||hb.afl.rakuten.co.jp^$third-party
! not for DNS
||ias.rakuten.co.jp^$third-party,domain=~rakuten--.co.jp
!
! Nikkeibp.co.jp
||bizad.nikkeibp.co.jp^
||adserve5.nikkeibp.co.jp^
!
! Livedoor.com
||adv.livedoor.com^
||counter2.blog.livedoor.com^
!
! Gunosy.com
||ad.gunosy.com^
||adapi.gunosy.com^
||adntokyo.gunosy.com^
||creatives.gunosy.com^
!
! Fc2.com
||analyzer*.fc2.com^
||media5.fc2.com^
!
! Excite.co.jp
||nc-log.excite.co.jp^
||adimp.excite.co.jp^
||adimpkwd.excite.co.jp^
!
! Eimg.jp
||adingo.jp.eimg.jp^
!
||ladsp.jp^
||af.fukuishimbun.co.jp^$third-party
||ad.pr.ameba.jp^
||d2-apps.net^$third-party
||a-affiliate.net^$third-party
||ad999.biz^
||nend.net^$third-party
||solty.biz^$third-party
||boost-next.co.jp^
||ala.durasite.net^
||scottdwebgraphics.com^$third-party
||p.permalink-system.com^$third-party
||adp.homes.co.jp^
||api.primecaster.net^
||fam-8.net^$third-party
||genieedmp.com^
||gmossp-sp.jp^
||okbp.xyz^
||primead.jp^
||advert.punyu.com^
||feed.mikle.com^$third-party
||js.blozoo.info^$third-party
||xxxxxxxx.jp^$third-party
||act1-1.info^$third-party
||ads-connect.com^$third-party
||blogroll.livedoor.net^
||ueuodgnrhb.com^$third-party
||shqbsdjatunl.com^$third-party
||dis.hogei.info^$third-party
||tokyo-tube-ad.com^$third-party
||ad.netowl.jp^$third-party
||js.colo2.jp^$third-party
||preaf-ad.jp^$third-party
||adroute.focas.jp^$third-party
||js.gsspcln.jp^$third-party
||speee-ad.akamaized.net^$third-party
||candy.smv.to^$third-party
||aaacompany.net^$third-party
||ad.adpon.jp^$third-party
||sdqoi2d.com^$third-party
||v4dwkcv.com^$third-party
||appollo-plus.com^$third-party
||fam-ad.com^$third-party
||ap.ad-feed.com^$third-party
||b16.nakanohito.jp^$third-party
||bs.nakanohito.jp^$third-party
||cs.nakanohito.jp^$third-party
||uh.nakanohito.jp^$third-party
||c.nakanohito.jp^$third-party
||rec.x-lift.jp^$third-party
||cdn.x-lift.jp^$third-party
||blog.livelog.biz^$third-party
||ad-nex.com^$third-party
||js.isboost.co.jp^$third-party
||appollo.jp^$third-party
||ad-tag.biz^$third-party
||reseireejoch.info^
||ad-trip.com^
||ad-shot.com^
||ad-sell.com^
||ad-seek.jp^
||ad-count.jp^
||ad-arata.com^
||addeluxe.jp^
||adfurikun.jp^
||adingo.jp^
||adjust-sp.jp^
||adjust-net.jp^
||adplan-ds.com^
||adplatform.jp^
||adresult-sp.jp^
||adserving.jp^
||adticker.net^
||advg.jp^
||apserver.net^$third-party
||aspm.jp^
||atech.ne.jp^
||clickmedias.info^
||doubleclick.ne.jp^
||fout.jp^
||genieesspv.jp^
||i-mobile.co.jp^
||inmobi-jp.com^
||j-a-net.jp^$third-party
||lead-ad.jp^
||livead.jp^
||liveads.jp^
||maio.jp^
||maist.jp^
||mdotm.com^
||media-rep.com^
||mediad.co.jp^
||mediba.jp^
||moba8.net^
||mopo.jp^
||myiads.com^
||adpriv.nikkei.com^
||adb.nikkei.co.jp^
||november-lax.com^
||octopuspop.com^$third-party
||servedby.openxmarket.jp^
||ad.pitta.ne.jp^
||ad.plus-a.net^
||redirectvoluum.com^
||sbs-ad.com^$third-party
||searchteria.co.jp^$third-party
||smartnews-ads.com^$third-party
||speead.jp^$third-party
||sprout-ad.com^$third-party
||tapone.jp^$third-party
||textad.net^$third-party
||api.triver.jp^
||trafficstars.com^$third-party
||trax-ad.jp^$third-party
||valueclick.ne.jp^
||valueclick.jp^
||valuecommerce.ne.jp^
||yicha.jp^$third-party
||ad.api.yyapi.net^
||zeroredirect12.com^$third-party
||zucks.net^$third-party
||zucks.net.zimg.jp^$third-party
||ad-move.jp^$third-party
||rationalan.pro^$third-party
||reseireejoch.info^$third-party
||gum.dlbooks.to^
||q-sht-zidjk.co^$third-party
||ad.ad-arata.com^$third-party
||trafficjp.com^$third-party
||a8.net^$third-party
||10clicks.com^$third-party
||12freeweb.com/img/cmimg.jpg
||12freeweb.com/pr_data/
||1800cnt.com^$third-party
||1rankingad.com^$third-party
||203.183.90.6/$third-party
||67.43.170.16/ad/$third-party
||9vad.com^$third-party
||a-pagerank.net^$third-party
||ac8.i2i.jp^
||accesstrade.net^$third-party
||agilemedia.jp^
||ad.axyzconductor.jp^
||ad.brainer.jp^
||ad.dic.nicovideo.jp^
||ad.duga.jp^$third-party
||ad.floq.jp^
||ad.impressbm.co.jp^$third-party
||ad.jp.ap.valuecommerce.com^
||ad.kau.li^
||ad.land.to^
||ad.mainichi.jp^
||ad.net-tool.jp^
||ad.nicovideo.jp^
||ad.oret.jp^$third-party
||ad.response.jp^
||ad.searchina.ne.jp^
||ad.vippers.jp^
||ad.watch.impress.co.jp^
||ad.wiredvision.jp^
||adbana.adultcity.tv^
||adcommerce.jp^$third-party
||addclips.org^$third-party
||adnetworks.co.jp^
||adonavi.jp^$third-party
||adp.joins.com/event
||ads.jlisting.jp^
||ads.meropar.jp^$third-party
||ads.metropolis.co.jp^
||ads.mixi.jp^
||ads.nicovideo.jp^
||adstatic.ameba.jp^
||affili.dmm.com^$third-party
||affiliate-b.com^$third-party
||an.mainichi.jp^
||analytics.qlook.net^$third-party
||animate.tv/ad/
||api.unthem.com^$third-party
||arms.livedoor.net^
||assoc-amazon.jp^$third-party
||ax.xrea.com^
||b-click.net^$third-party
||baidu.com/ecom?$third-party
||bana01.sakura.ne.jp^
||banaad.sakura.ne.jp^$third-party
||banacity.gasuki.com^$third-party
||bandoo.com^$image,~image,popup
||banner.blogranking.net^$third-party
||banner.maido3.com^$third-party
||blomoad.jp^$third-party
||clicktrack2.ziyu.net^$third-party
||colossal.jp^$third-party
||cpro.baidu.com^$third-party
||cvh.jp^$image,~image,popup
||cyberwing.co.jp^$third-party
||deqwas.net^$third-party
||download.jword.jp^$third-party
||eco-tag.jp^$third-party
||find-a.jp^$third-party
||fivecdm.com^
||fresheye.com^$third-party
||fxprime-popular.com^$third-party
||garss.jp^$third-party
||hitgraph.jp^$third-party
||hitweb.chosun.com^
||i2i.jp^$third-party
||i2idata.com^$third-party
||i2iserv.com^$third-party
||image-rentracks.com^$third-party
||impact-ad.jp^
||inside-games.jp/ad/
||itaishinja.com/add/
||itgear.jp^$third-party
||japanmetrix.jp^$third-party
||jpassport.jp^
||jpg-server.com^$third-party
||lcs.livedoor.net^
||link-trade.net^$third-party
||log.bling.samuraiworks.com^
||logping.exblog.jp^
||lrgads.net/www/images/$image
||m.shanbara.jp^$third-party
||magma-analytics.com^$third-party
||match.seesaa.jp^$third-party
||mcnt.jp^$third-party
||microad.jp^
||mmaaxx.com^$image,~image,popup
||mobalyzer.net^$third-party
||ot.ca-mpr.jp^
||pvranking.com^$third-party
||qiyou.com^$third-party
||rcm-jp.amazon.co.jp/e/cm?$third-party
||recommender.jp^$third-party
||rentracks.jp^$third-party
||rranking5.ziyu.net^$third-party
||rssad.jp^$third-party
*ad.durasite.net^$third-party
||scadnet.com^$third-party
||search.jword.jp^$third-party
||seoparts.com^$third-party
||seoparts.net^$third-party
||shopping.yahooapis.jp^$third-party
||aag.yahooapis.jp^$third-party
||entrypoint.search.yahooapis.jp^$third-party
||siteanalytics.jp^$third-party
||sundayomg.blogspot.com^$image,~image,popup
||tag.nifty.com^
||thatsping.jp^$third-party
||tracer.jp^$third-party
||tracker.kantan-access.com^
||trackword.biz^$third-party
||trafficgate.net^$third-party
||travian.jp^$image,~image,popup
||trck.dlpo.jp^$third-party
||trustclick.ne.jp^$third-party
||tumabeni.com^$third-party
||uad-api.nicovideo.jp^
||web-jp.ad-v.jp^
||webantenna.info^$third-party
||webtracker.jp^
||widget-view.dmm.co.jp^
||widget-view.dmm.com^
||widget.zenback.jp^$third-party
||w.zenback.jp^$third-party
!---------------------------------------------------------------------------!
!-------------- Anti-adblock rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! These rules are against all kinds of ad blocking reinjection/circumvention
scripts
!
! https://github.com/AdguardTeam/AdguardFilters/issues/65807
||freemen.jp/wp-content/uploads/gftpkzd.js
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=freemen.jp
||pagead2.googlesyndication.com/pagead/js/
adsbygoogle.js$script,redirect=googlesyndication-
adsbygoogle,important,domain=freemen.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/65518
manga1000.com#$##dsaxdsf2 { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/62217
! https://github.com/AdguardTeam/AdguardFilters/pull/61513/
@@||my0nio.seesaa.net^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/60864
/modal-dist/index.js$script,domain=diamond.jp|iza.ne.jp|lifehacker.jp|
newsweekjapan.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/58639
/fab.js|$domain=life-n.jp|point-news.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/54027
@@||pointservice.com/res/media/common/ad/adframe.js$script,domain=goldencocco.jp|
mottonoutore.jp
goldencocco.jp#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/54025
mottonoutore.jp#%#//scriptlet("set-constant", "adblock", "false")
! https://github.com/AdguardTeam/AdguardFilters/issues/53079
@@||ad.jp.ap.valuecommerce.com/servlet/jsbanner$domain=coron.tech
@@||pagead2.googlesyndication.com/pagead/js/adsbygoogle.js$domain=coron.tech
@@||pagead2.googlesyndication.com/pagead/js/r*/show_ads_impl_*.js$domain=coron.tech
coron.tech#@#.adsbygoogle
coron.tech#$#.adsbygoogle { height: 1px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/52566
ad-contents.jp#%#//scriptlet("prevent-addEventListener", "load", "ad blocker")
!+ NOT_PLATFORM(ext_safari)
ad-contents.jp#$#.ui-wrapper { display: block !important; }
!+ NOT_PLATFORM(ext_safari)
ad-contents.jp#$#.mid-rectangle { display: none !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/51663
@@||popjav.tv^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/51076
ap-siken.com,db-siken.com,fe-siken.com,itpassportsiken.com,nw-siken.com,pm-
siken.com,sc-siken.com,sg-siken.com#%#//scriptlet("prevent-setTimeout", "/(ad|
_0x)/")
! https://github.com/AdguardTeam/AdguardFilters/issues/50977
server-setting.info#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/49430
applion.jp#@#.ads-ad
applion.jp#$##adcheck.ads-ad { display: block!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/48715
gigaho.com#$##unblk { display: none!important; }
gigaho.com#$#.entry-content { display: block!important; }
gigaho.com#$#.pub_300x250.pub_300x250m.pub_728x90.text-
ad.textAd.text_ad.text_ads.text-ads.text-ad-links { display:block!important; }
gigaho.com#%#AG_onLoad(function() { var
el=document.querySelector('ins.adsbygoogle'); var
ce=document.createElement('iframe'); ce.style = 'width: 0px !important; border:
none !important;'; if(el) { el.appendChild(ce); } });
! https://github.com/AdguardTeam/AdguardFilters/issues/46430
manga1001.com#%#//scriptlet("abort-current-inline-script", "onload", "checkads")
! https://github.com/AdguardTeam/AdguardFilters/issues/45195
@@||helpsupport.blog.fc2.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/44504
@@||imasdk.googleapis.com/pal/sdkloader/pal.js$domain=dplay.jp
@@||v.fwmrm.net/ad/g/1?$domain=dplay.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/35930
! https://github.com/AdguardTeam/AdguardFilters/issues/36696
itpassportsiken.com#$?#.adsbygoogle { remove: true; }
itpassportsiken.com#%#(function(){var
b=window.setTimeout;window.setTimeout=function(a,c)
{if(!/'opacity:\.05/.test(a.toString()))return b(a,c)};})();
! https://github.com/AdguardTeam/AdguardFilters/issues/35721
! https://github.com/AdguardTeam/AdguardFilters/issues/33968
! https://github.com/AdguardTeam/AdguardFilters/issues/28910
! https://github.com/AdguardTeam/AdguardFilters/issues/27939
@@||wpteq.org/wp-content/plugins/wp-adblock-dedect/js/dedect.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23781
||javusb.com/wp-content/uploads/*/*.js
! https://github.com/AdguardTeam/AdguardFilters/issues/23252
gadgetdamage.blog.fc2.com#%#AG_onLoad(function()
{ AG_removeElementBySelector('.adsbygoogle'); });
! https://github.com/AdguardTeam/AdguardFilters/issues/22654
video.tv-tokyo.co.jp#@##adspace
@@||imasdk.googleapis.com/js/sdkloader/ima3.js$domain=video.tv-tokyo.co.jp
@@||pubads.g.doubleclick.net/gampad/ads?*/video.tv-tokyo.co.jp$domain=video.tv-
tokyo.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/21737
380cc.cc#%#Object.defineProperty(window, 'myaabpfun12', { get: function() { return;
} });
380cc.cc#$##playertopads { height: 51px!important; position: absolute!important;
left: -3000px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/20703
! https://github.com/AdguardTeam/AdguardFilters/issues/20116
! https://github.com/AdguardTeam/AdguardFilters/issues/14263
avgirl.online#@#.google-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/7918
!! for safety due to possible ban
! disabled these rules and `@@||s10.histats.com/js15_as.js$domain=avgle.com` in
https://forum.adguard.com/index.php?threads/34852/
!@@||avgle.com/video/$genericblock,generichide
!@@||avgle.com/embed/$genericblock,generichide
!!
avgle.com#@#.adsBox
avgle.com#@#.pub_300x250
avgle.com#@#.pub_300x250m
avgle.com#@#.pub_728x90
avgle.com#@#.text-ad
avgle.com#@#.textAd
avgle.com#@#.text_ad
avgle.com#@#.text_ads
avgle.com#@#.text-ads
avgle.com#@#.text-ad-links
avgle.com#@#img[src*=".php"]
avgle.com#@#a[href*="/redirect"]
avgle.com#@#iframe[width="300"][height="250"]
avgle.com#@#iframe[width="728"][height="90"]
avgle.com#@#a[href^="http://www.poweredbyliquidfire.mobi/"]
avgle.com#@#a[href^="http://bongacams.com/track?"]
!@@||avgle.com/templates/frontend/p2p.js
!@@||avgle.com/avideos.php
!@@||avgle.com/avideos.js
!@@||avgle.com/images.php
!@@||avgle.com/av^$image
!@@||pussl48.com^$domain=avgle.com
!@@||ads.exoclick.com/ads.js$domain=avgle.com
!@@||ads.exosrv.com/ads.js$domain=avgle.com
!@@||syndication.exosrv.com/ads-iframe-display.php^$domain=avgle.com
!@@||adserver.juicyads.com/js/jads.js$domain=avgle.com
!@@||isafe.pro/img/b_a.gif^$domain=avgle.com
!@@||adserver.juicyads.com/adshow.php$domain=avgle.com
!@@||boudja.com^$domain=avgle.com
!@@||*.club^$domain=avgle.com
!@@||*.info^$domain=avgle.com
!@@||ie8eamus.com/sfp.js$domain=avgle.com
!@@||fingahvf.top/advertisers.js$domain=avgle.com
@@||avgle.com/include/ajax/related_videos.php
! no referrer
@@||*.info/sc?u=
@@||*.club/sc?u=
@@||unrestern.info^
! https://github.com/AdguardTeam/AdguardFilters/issues/9125
socom.yokohama#@#.an-advert-banner
socom.yokohama#@##adsense
socom.yokohama#@#.an-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/9097
! https://github.com/AdguardTeam/AdguardFilters/issues/9094
! https://github.com/AdguardTeam/AdguardFilters/issues/9093
@@||eikaiwamastery.blogspot.jp^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9092
! https://github.com/AdguardTeam/AdguardFilters/issues/9090
! https://github.com/AdguardTeam/AdguardFilters/issues/9085
! https://github.com/AdguardTeam/AdguardFilters/issues/9083
! https://github.com/AdguardTeam/AdguardFilters/issues/9082
nasubiblog.com,kyukyoku-matome.com##.widget_pc_ad
! https://github.com/AdguardTeam/AdguardFilters/issues/9068
@@||mushinavi.com^$generichide
! https://github.com/AdguardTeam/AdguardFilters/issues/9057
off-soft.net#@#.adsbygoogle
! https://github.com/AdguardTeam/AdguardFilters/issues/9050
anipo.jp#@#.adbanner
!---------------------------------------------------------------------------!
!-------------- Extended CSS rules -----------------------------------------!
!---------------------------------------------------------------------------!
!
! Extended CSS rules
!
! popIn ads
animeanime.jp,cinemacafe.net,gamespark.jp,getnavi.jp,gow.asia,iionna.tokyo,inside-
games.jp,macaro-
ni.jp,mag.digle.tokyo,media.mamatenna.jp,moneyforward.com,mirror.asahi.com,realsoun
d.jp,saitama-np.co.jp,the-uranai.jp,yamahack.com,yukawanet.com#?
#._popIn_infinite_page > li:has(._popIn_recommend_article_ad)
animeanime.jp,getnavi.jp,the-uranai.jp#?#._popIn_infinite_page >
li:has(._popIn_recommend_article_ad_reserved)
chosunonline.com,taishu.jp#?##_popIn_recommend li:has(._popIn_recommend_article_ad)
cinemacafe.net#?#._popIn_infinite_page:has(._popIn_recommend_article_ad_reserved)
! https://github.com/AdguardTeam/AdguardFilters/issues/58879
moeimg.net#?##main-2 > .post:has(> .pc_ad:only-child)
! https://github.com/AdguardTeam/AdguardFilters/issues/58587
weathernews.jp#?#.block:has([id^=div-gpt-ad])
weathernews.jp#?#.block:has(script[src$="/yads.js"])
ejje.weblio.jp#?#.mainBlock:has(.flex-rectangle-ads-frame)
ejje.weblio.jp#?#.sideBlock:has([id$=AdId])
momoniji.com#?#.widget_pc_text:has(script[src^="https://ad-nex."])
sankei.com#?#.row:has(div[id^="div-gpt-ad-"])
uwagakisimasuka.blog.fc2.com#?#.side_plugin:has(.adsbygoogle)
weathernews.jp#?#.block:has([id^=div-gpt-ad])
weathernews.jp#?#.block:has(script[src$="/yads.js"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56058
xtech.nikkei.com#?#.l-main_primary > section[class="l-section"]:has(> div.c-iconAd)
xtech.nikkei.com#?#.p-article_footer > section[class="l-section"]:has(> div.c-
iconAd)
xtech.nikkei.com#?#.p-article_footer > section[class="l-section"]:has(> #recommend
> .p-articlePanel_item > div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/56110
solomon-review.net###right_folder > div.textwidget:has(ins.adsbygoogle)
solomon-review.net###right_folder > div.textwidget:has(> a[rel^="nofollow"] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/55907
mainichi.jp#?#.section.ad:has(> div[id^="insertAdSpaceBeforeThis"])
! https://github.com/AdguardTeam/AdguardFilters/issues/55632#issuecomment-632715123
asahi.com#?##SubInner > div[class]:has(> div.Pr)
asahi.com#?##SubInner > div[class]:has(> div.Ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/54361
fod.fujitv.co.jp#?##video_container > div[style*="position: absolute; overflow:
hidden;"]:has(> img[src="/plus7/web/imgs/animation_spinner.gif"])
! https://github.com/AdguardTeam/AdguardFilters/issues/51663
popjav.tv#$?#.releated_video_list > li.releated_video:has(> div.releatedadsholder)
{ visibility: hidden !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/47356
himasoku.com#?#.article-body > center:has(> a[href^="https://wu."] > img)
! https://github.com/AdguardTeam/AdguardFilters/issues/45195
helpsupport.blog.fc2.com#?#.mdl-quigo > div[style^="height:"][style*="margin-
bottom:"]:not([class]):not([id]):has(> script:first-
child:contains(amzn_assoc_ad_type))
! https://github.com/AdguardTeam/AdguardFilters/issues/43602
hosyusokuhou.jp#?##side > div.sidewrapper:has(> div.sidetitle:contains(★スポンサー))
! https://github.com/AdguardTeam/AdguardFilters/issues/40218
! https://github.com/AdguardTeam/AdguardFilters/issues/23716
ascii.jp#?#body > #jpWrap > #header:has(> .adsize728)
! https://github.com/AdguardTeam/AdguardFilters/issues/45540
macsoft.jp#?#.neko:has(> a[href^="http://www.jirokichi.co.jp/"])
macsoft.jp#?#.frame:has(> tbody > tr > td > div.K12:contains(Parallels Desktop))
macsoft.jp#?#.flame:has(> tbody > tr > td > font >
a[href^="http://aos.prf.hn/click/"])
||macsoft.jp/img/Banner1/
! https://github.com/AdguardTeam/AdguardFilters/issues/24647
sankei.com#?#.entry_column > .entry_list > .entry:has(> .entry_content
> .entry_meta > i.yellow:contains(Sponsored))
! https://github.com/AdguardTeam/AdguardFilters/issues/23282
erogazou-s.com#?##sougo:has(> div.eromannga)
! https://github.com/AdguardTeam/AdguardFilters/issues/24163
withnews.jp#?#.articleList > .articleBox:has(> #ad1)
withnews.jp#?#.articleList > .articleBox:has(> #ad_article)
withnews.jp#?#section > .sInner > .boxmatome:not([id]):has(> .OUTBRAIN)
! https://github.com/AdguardTeam/AdguardFilters/issues/23927
toyokeizai.net#?##sub-column > #information:has(> .title-parts > span.ad)
toyokeizai.net#?##main-column > #trend-library:has(> .title-parts > span.ad)
toyokeizai.net#?##article-body > #topic-board.subsection:has(> .title-parts >
span.ad)
toyokeizai.net#?##article-bottom > #trend-library.subsection:has(> .title-parts >
span.ad)
! https://github.com/AdguardTeam/AdguardFilters/issues/23925
appllio.com#?##main-content > #content > .block.odd:has(aside[id^="div-gpt-ad"])
appllio.com#?#.sidebar > .region-inner > .block.odd:has(div[id^="div-gpt-ad"])
! https://github.com/AdguardTeam/AdguardFilters/issues/23120
mindhack2ch.com#?#.article-body > .ad:has(> .adsbygoogle)
mindhack2ch.com#?#.article-body > .rss:has(> script)
mindhack2ch.com#?#.article-post-bottom > .rss-article:has(> .rss-article-item)
!
chaos2ch.com#?#.plugin-memo:has(> div.sidetitlebody >
div.sidetitle:contains(amazon))
iroirosokuhou.com#?#.sidewrapper.plugin-memo > div:has(> ins.adsbygoogle)
sponichi.co.jp#?#.mb30:has(> div > script[src*="rakuten"])
sponichi.co.jp#?#.mb30 > h2:contains(スペシャルコンテンツ)
busjav.one#?#.container > h4:has(> a[href^="javascript"] > span[id^="urad"])
hosyusokuhou.jp#?##wrap .entrybox:contains(/(?:【スポンサー】|【PR】)/)
2ch.vet#?#.table > tbody > tr.active:has(> td > center >
script[src^="//j.microad.net/"])
ghdnewzealandshopc.com#?##news-bottom > div.widget:has(> h3 > div:contains(/初の出会
い系はここでした|出会い系サイトのリアルな部分|某県知事もここで女性と知り合いました/))
matomame.jp#?##col_content > div.footer_content:has(> div.ads)
masterwiki.net#?##content > center:has(>
script[src="http://pagead2.googlesyndication.com/pagead/show_ads.js"])
mhometheater.com#?#aside[id^="custom_html-"]:has(> h3:contains(/^PR$/))
mhometheater.com#?##secondary > aside.widget_execphp:has(> h3:contains(/^PR$/))
nishinippon.co.jp#?#.l-section > div.l-section-item:has(> div.c-heading-h2 > div >
h2 > a[href="/content/editorialad/"])
famitsu.com#?#div[class="col-12 col-lg-9 col-xl-9"] > div.row >
div[class^="col-"]:has(> div.banner-ad-mark)
punisoku.blogo.jp#?#.plugin-memo:has(a[href*="www.dlsite"])
sankeibiz.jp#?##wrapper > main > section.module_recommend:has(> div.module_content
> div.OUTBRAIN)
limo.media#?#.right-column > div[class^="right-column-block"]:has(>
h3:contains(PR))
limo.media#?#.right-column > div.right-column-block:has(>
div[id^="outbrain_widget_"])
limo.media#?#.article-body > h4:contains(参考記事)
followcheck.itby.net#?#.uk-grid > div[class^="uk-width-medium-"]:has(> div >
ins.adsbygoogle)
geeksokuhou.net#?#.main-image-in > .blogroll-wrapper:has(> .blogroll-column > b >
script:contains(blogroll_channel_id))
ascii2d.net#?#.col-lg-4 > .p-t-1:has(> h5:contains(広告))
nijinchu.com#?#article > div.entry_content > h3:contains(おすすめ商品)
melos.media#?#.x1_article > .x1_articleArea[-ext-
has='div.x1_siteTitle:contains([PR])']
repeat-drama.info#?#.side_inner > .box:contains(スポンサーリンク)
momon-ga.com#?#.repo-title:has(> strong)
!---------------------------------------------------------------------------!
!-------------- General element hiding rules -------------------------------!
!---------------------------------------------------------------------------!
!
! Section contains list general hiding rules
!
##._popIn_recommend_article_ad
##._popIn_recommend_article_ad_reserved
##.google-afc-image
##[class^=blogroll_wrapper]
###AD1line
###AD2line
###ADInterest
###BottomAd
~japantimes.co.jp###RightAdBlock
###TopAd
###ad-giftext
###ad-recommend
###ad-right
###adLrec
###adSqb
###ad_02
###ad_03
###ad_04
###ad_interestmatch
###ad_interestmatch400
###ad_keywrods
###ad_large
###ad_text
###ad_txt
###adsSPRBlock
###ads_horizontal
###d4_ad_google02
###kauli_yad_1
###kauli_yad_2
###photo_ad_google
###pr_ad
###self-ad
##.AdGraph
##.AffAD
##.ad-text-blockA01
##.ad-text-blockB01
##.ad-textG01
##.adArticleRecommend
##.adArticleSidetile
##.adArticleTopText
##.adBrandpanel
##.adCentertile
##.adEmployment
##.adHeaderAdbanner
##.adIMm
##.adRecommend
##.adRecommendRight
##.adSidetileplus
~gizmodo.jp,~kotaku.jp,~lifehacker.jp##.ad_head_rectangle
##.ad_keywords_bot
##.ad_keywords_bot_r
##.ad_large
##.ad_rectangle
##.ad_regular1
##.ad_regular2
##.ad_regular3
##.ad_special_badge
##.ad_textlink_box
##.ad_thumbnail_header
##.ad_top
##.adgoogle
~hgh14x.com##.adlist
##.adrect
##.ads-by-google-0
##.ads_468
##.ads_entrymore
##.adsense-image-detail
##.adsense-topics-detail
##.adsenseBox
##.adsense_box01
##.adsense_mainbox01
##.adsize728
~regionxeberleri.com##.adtitle
##.yahoo_ad
##a[href^="http://ad2.trafficgate.net/"]
##a[href^="http://www.rssad.jp/"]
!---------------------------------------------------------------------------!
!-------------- General javascript, CSS and HTML extensions ----------------!
!---------------------------------------------------------------------------!
!-------------------
!-------JS----------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/57825
sexpixbox.com#%#//scriptlet('prevent-setTimeout', 'affId', '2000')
! https://github.com/AdguardTeam/AdguardFilters/issues/57490
ponta.abstractpainting.work#%#//scriptlet('adjust-setTimeout', 'visibility',
'4000')
ponta.abstractpainting.work#%#//scriptlet('adjust-setTimeout', '[native code]',
'2000', '0.3')
ponta.abstractpainting.work#%#//scriptlet('adjust-setTimeout', '[native code]',
'3000', '0.25')
ponta.abstractpainting.work#%#//scriptlet('adjust-setTimeout', '[native code]',
'4000', '0.2')
ponta.abstractpainting.work#%#//scriptlet('set-constant', 'FIRST_DELAY', '0')
ponta.abstractpainting.work#%#//scriptlet('set-constant', 'NEXT_DELAY', '0')
! https://github.com/AdguardTeam/AdguardFilters/issues/54943
jp-xvideos.info#%#//scriptlet("prevent-addEventListener", "click",
"event.triggered")
! https://github.com/AdguardTeam/AdguardFilters/issues/54027
dotti2.jp,goldencocco.jp,pochitto2.jp#%#//scriptlet("set-constant", "sec", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/54025
mottonoutore.jp#%#//scriptlet("set-constant", "sec", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/54025
gotouchi.jp#%#//scriptlet("set-constant", "sec", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/53575
vnjpclub.com#%#//scriptlet("prevent-window-open", "1", "vnjpclub.com")
! https://github.com/AdguardTeam/AdguardFilters/issues/53253
cmnw.jp#%#//scriptlet("set-constant", "sec", "0")
! https://github.com/AdguardTeam/AdguardFilters/issues/21092
xbooks.to#%#document.cookie = "pop=1";
! https://github.com/AdguardTeam/AdguardFilters/issues/11687
! avgle.com#%#window.open = function() {};
! avgle.com#%#AG_onLoad(function() { setTimeout(function() { $("#player_3x2_close >
*").click(); }, 300); });
! https://forum.adguard.com/index.php?threads/34852/
avgle.com#%#AG_onLoad(function() { closeAd(); });
!
!-------------------
!-------CSS---------
!-------------------
!
! https://github.com/AdguardTeam/AdguardFilters/issues/60234
sp.jp.wazap.com#$#.gmoam_outer_wrapper { display: none !important; }
sp.jp.wazap.com#$#body[style="position: fixed;"] { position: static !important }
! https://github.com/AdguardTeam/AdguardFilters/issues/59739
tv-asahi.co.jp#$##common-header > div[class^="common-header-pc-"] { padding-top:
0 !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58587
uwl.weblio.jp#$##side { display: none !important; }
uwl.weblio.jp#$##main { width:auto !important; padding-left:15px !important; }
uwl.weblio.jp#$#.tngMainT { width:100% !important; }
buhidoh.net#$##center-left { height: auto !important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/58172
punyu.com#$#.tblmain[width="900"] { height: auto !important; }
!
hiroba.dpoint.jp#$##gtm-promotionModal-overlay { display: none !important; }
hiroba.dpoint.jp#$#.js-modal-promotion-banner { display: none !important; }
hiroba.dpoint.jp#$#body[data-modal-overlay="open"] > div#wrapper { position: static
!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/34774
blog.esuteru.com#$#.siteContent { margin-top: 0!important; }
blog.esuteru.com#$#.siteRanking-main { margin-left: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/55576
webcartop.jp#$##widget_code_php_in_widget-23 { height: 24px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/26823
hostlove.com#$##index_nav > h1 { padding-top: 30px!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23925
appllio.com#$#body > #page-upper { min-height: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/23113
weblio.jp#$#body[onload=""] { padding-bottom: 0!important; }
! https://github.com/AdguardTeam/AdguardFilters/issues/12280
ogeji.hatenablog.com#$#.sleeping-ads {position: absolute!important; left: -3000px!
important; }
! https://github.com/AdguardTeam/AdguardFilters/pull/26574#issuecomment-444856736
iza.ne.jp#$#.sideFixedWrapper { position: relative!important; }
!
!-------------------
!-------HTML--------
!-------------------
!
!
!---------------------------------------------------------------------------!
!-------------- General URL blocking rules ---------------------------------!
!---------------------------------------------------------------------------!
!
! Banner names
!
.com/ufo/$script
.com/Zen?
.jp/ads/$image
.jp/affiliate/
.jp/analyze/
.jp/bana/
.jp/bannar/
.jp/banner/
.jp/c.gif?
.jp/html.ng/
.jp/image/ad/
.jp/js.ng/cat=
.jp/log.php?
.jp/ufo/
.jp/urchin.js
.jp/Zen?
/ad?cid=
/ad_bomb/*
/ad_parts.
/ad_timer.
/adcast01_
/adContents_
/adgetter.
/AdLantis.
/AdLantisLoader.
/adparts/*
/ads/techcrunchjapan_
/adSidebar.
/adtilecookie.
/advalue_
/analysis/AccessLog?
/banana/600x
/banimg/*
/beacon.php3?
/beacon.php?
/clicktrack/*
/daijoubu/image/ad/*
/freexy_ad_
/images/gban/*
/images/tamakuri
/img/admanga
/img/bcn.gif?
/jpn_gtracking.js
/js/yaad.
/js/ysad5.
/json/count?
/mini_ads.php?
/page_beacon.gif?
/parts/ad/*
/popIn.js
/popjs.asp
/pvcountup.
/random_bnr/*
/RankingLogging.
/rikitake_banner
/tamakuri80x35.jpg
/TextAD1.
/top/head_bnr
/top/head_s_bnr
/yaad.js
_ds_adtag_
!---------------------------------------------------------------------------!
!-------------- Rules for specific websites --------------------------------!
!---------------------------------------------------------------------------!
!
! Section contains rules for specific websites
!
! /banner/banner_ - if it is necessary, make this rule domain specific
!
||chaos2ch.com/rss.html
||player.daznservices.com^$domain=chunichi.co.jp
cyzo.com##.rectangle
dlsoft.dmm.co.jp##.dmm-c-banner-tags
dmm.co.jp###footer-ad-container
hamusoku.com##.plugin-memo:first-child
hamusoku.com##.topbox
nanjhistory.2chblog.jp##.kiji-ue-rss
373news.com##.mns_bn
||sponichi.co.jp/adds/*/shopping/sannex_
koneta.nifty.com###custom_html-2
||joins.com/HomeAds/$subdocument
||p.net-public.com/js/b.js
||seesaa.net/image/loopad*$subdocument,third-party
||vippers.jp/include*$xmlhttprequest
||vippers.jp/rss.html
47news.jp##.billbord-js
amaebi.co##.advertisement-position
amaebi.co##.blogroll-wrapper
amaebi.co##.side--right > div:last-child
asahi.com###NativePr
asahi.com###Outbrain_Osusume
asahi.com##.p-ad--topNews
asahi.com##.p-chumoku
asahi.com##.p-rectangleAd
dot.asahi.com##.atclTitleAreaRecommendarticle
ascii.jp###artAds
ascii.jp##.lnkBanner
ascii.jp##.pickwrap
chunichi.co.jp,tokyo-np.co.jp##.pr
tokyo-np.co.jp##.header > .cmp-bnr001
tokyo-np.co.jp##.sub-container-wrp > div[style^="width:300px; margin:15px auto;"] +
.l-container
j-cast.com##.chumokujoho
japan.cnet.com###ad_textbottom
japan.cnet.com###content-bottom-block
japanese.joins.com##.YahooAds
japanese.joins.com##.mainTopAd
jiji.com##.ArticleInnerAD
dic.nicovideo.jp###right-column > div[style*="height:250px; width:300px;"]
dic.nicovideo.jp##.ad-bannar-maincolumn-top
dic.nicovideo.jp##.adsense-728
live.nicovideo.jp,live2.nicovideo.jp##[class^="___billboard-ad"]
www.nicovideo.jp##.NicoadContainer
mainichi.jp##.cx
news.livedoor.com##.adsW
news.livedoor.com##.rakutenSec
post.tv-asahi.co.jp##.pc-ad23
post.tv-asahi.co.jp##.recommend
vippers.jp###adArticleFooter
vippers.jp###fixed-affiliate
vippers.jp###relevantPost
vippers.jp###topRss
kitizawa.com###headerRSS
kitizawa.com##div[style^="width:160px;height:600px;"]
||image.excite.co.jp/jp/ox/gpt/display/pc/blog/pc_blog_billboard.js
javtheater.com##.__isboostOverContent
9tsu.net,miomio.us##.ads-system
9tsu.net,miomio.us##.cactus-sidebar-content > .widget_text
||rakuten.co.jp/com/img/thumb/logout/bnr/
toyokeizai.net##.ad-bnr
gizmodo.jp##.inner-buy-box
dova-s.jp##.adAreaDownload
dova-s.jp##.adAreaHead
||popin.cc/searchbox/popin_ad_
nekonikoban.org##body > div[style="text-align: center;"]
xn--eckhu0c0d1b5kcu5305ksfpb.com##.Bnr
xn--eckhu0c0d1b5kcu5305ksfpb.com##.execphpwidget
diamond.jp##.banner-sp
diamond.jp##a[href^="https://diamond.jp/oo/cc/creditcard_"] > img
diamond.jp##a[href^="https://diamond.jp/oo/cc/rlink_"] > img
diamond.jp##.pickup
diamond.jp##.ad-bannar-floating
||biglobe.ne.jp/js/display_affiliate_
news.biglobe.ne.jp###gadsOverlayUnit
busjav.one##ins[data-width="300"][data-height="250"]
busjav.one##img[width="300"][height="250"]
auctions.yahoo.co.jp##.ss
my0nio.seesaa.net###links
my0nio.seesaa.net##.text > a[href^="https://amzn."]
my0nio.seesaa.net##img[src*="amazon-adsystem"] + br + a
kiwi-english.net###footer > div.footer-inner.shad
||mempf.yahoo.co.jp/offer?position=takara_
warotanikki.com##.widget_diver_widget_pcsp
sponichi.co.jp##div[data-component="ad-basic"]
tv-asahi.co.jp##.rectangle-desktop
gizmodo.jp##.s-body-ad
news.goo.ne.jp##.gn-partition.sp-padding15
gamejksokuhou.com##.google-2ad-h
gamejksokuhou.com##.rss-blogroll
gamejksokuhou.com##.side_amazon
getnews.jp##.custom-html-widget > center > a[target="_blank"] > img
moeimg.net##div[id^="side"] > .widget-area > .widget-container
h723.blog.fc2.com##div[align="left"]
h723.blog.fc2.com##div[align="left"] + div[style]
h723.blog.fc2.com##.plugin1_outline:first-of-type
h723.blog.fc2.com##.plugin1_outline:nth-of-type(n+3)
sn-jp.com,snjpn.net##.diver_widget_adarea
||cloudfront.net/images/banner/250_50_$domain=zaif.jp
zaif.jp###banner_head
zaif.jp##.banner-kv
||file.buhidoh.net/uploads/$subdocument
buhidoh.net###center-left > .plugin3_outline
buhidoh.net###center-left > .plugin3box
buhidoh.net###right > .plugin2_outline:last-child
buhidoh.net###text-3
||file.dousyoko.net/uploads/$subdocument
dousyoko.net##.floatbox1
dousyoko.net##.floatbox2
dousyoko.net##.plugin2_outline
dousyoko.net##.plugin3_outline
||nikkei.jp^*/f1h_text1.js|
||partsa.nikkei.com/static/nkis/js/foneH.js
www.nikkei.com##.PRb
www.nikkei.com##.k-ad__text
www.nikkei.com##.k-hub-pr
www.nikkei.com##.newsTrendWatch
||jorudan.co.jp/com/img/bnr/w685_
||smtgvs.weathernews.jp/s/topics/img/banner/
5ch.net###banner
alc.co.jp###news > ul
alc.co.jp###container > div[style^="width:1100px; "]
allabout.co.jp##.aa_rec-box
allabout.co.jp##.js-ui-top-banner-animation
ascii.jp##.ad
asia.nikkei.com##.article__footer:last-child
atwiki.jp###ads
atwiki.jp###google_relate_ads
businessinsider.jp##.f-content-secondary > style + div
businessinsider.jp##.p-post-content > div > p:first-child
daily.co.jp##.pnl-aside
daily.co.jp##.recommend
diamond.jp###dol17_article_recm_pc
diamond.jp##.pr-icon
diamond.jp##.pr-icon + .top-article
diamond.jp##.sub-trend-watch
ejje.weblio.jp###footFixBar
eow.alc.co.jp##.ad_left
eow.alc.co.jp##.five
firestorage.jp###mains > .minispace2
hateblo.jp,hatenablog.com,hatenablog.jp,hatenadiary.com,hatenadiary.jp,hatenadiary.
org##.sleeping-ads
hatenablog.com##.serviceTop-recommend-ad
homes.co.jp##.adPremium
infoseek.co.jp###bannerblock
lifehacker.jp##.lh-banner
mainichi.jp###main > .no-print
mainichi.jp##.apply-link + .ad
mainichi.jp##.article .ad
momoniji.com###content-top-in > .widget-content-top:first-child
min.dododori.com###fix-space
mixi.jp##.COMMUNITY_bodyArea__subArea > .adBanner:first-child
+ .COMMUNITY_rightAreaBox
nicoco.net###search_form_wrap > div
picrew.me##.imagemaker_ad_wrapper
picrew.me##.search-Sidebar
picrew.me##.c_related_section:first-of-type
poipiku.com##.SideBarMid
seiga.nicovideo.jp##.level_ad
shindanmaker.com###sm_pc_head_728x90_bl
tenki.jp##div[class^=tenki-ad-]
tinami.com###main > .eventmesh + .text
toranoana.jp##.tora-ads-default
wowkorea.jp##div[style="width:300px;height:250px;"]
www.weblio.jp###adPcBnrWrp
www.weblio.jp##.ads-loader
www.weblio.jp##.firstDictBnr
www.weblio.jp##.rectangle-ads-frame-www
ad-contents.jp##.overlay-item
ad-contents.jp##.overlay-mask
||dmm.co.jp/litevideo/-/part/=/affi_id=
punyu.com###content > .box_title[style="width:700px;"]
punyu.com###content > .box_title[style^="width:700px; margin-top:20px; "]
punyu.com###content > .rank_table
punyu.com###right > .box_title[style="width:410px; margin-top:10px;"]
punyu.com###right > .rank_table
punyu.com##.box_title_pr
punyu.com##.box_title_pr + .rank_table
punyu.com##.box_title[style="width:330px; margin-top:10px;"]
punyu.com##.tblmain[cellspacing="2"][cellpadding="0"]
punyu.com##div[id^=dugaflvplayer-]
iphone-mania.jp##.app_banner > a:not([href^="https://iphone-mania.jp/"])
||sexpixbox.com/fbwax/cute/coupon.html?affid=
hiroba.dpoint.jp###js-floating
hosyusokuhou.jp###headline
hosyusokuhou.jp###more_rss
hosyusokuhou.jp##.abox
hosyusokuhou.jp###bottom_rss
/img/bnr/*$domain=paraft.jp
paraft.jp##.rp_bnrarea
srad.jp###gpt-sd_index_rec
srad.jp##.srad-contentad-banner
hamakei.com###topBnr
hamakei.com###recBanner
hamakei.com##.box.pr
hamakei.com##.partner
||matometanews.com/rss.html
matometanews.com##iframe[src="http://matometanews.com/rss.html"]
matometanews.com##.related-articles
matometanews.com##a[href^="http://www.amazon.co.jp/"][target="_blank"]
||images-fe.ssl-images-amazon.com^$domain=matometanews.com
gadgetlife2ch.blomaga.jp###tag_box
||cnobi.jp/*/recommend/
gadgetlife2ch.blomaga.jp###over_ray_id
gadgetlife2ch.blomaga.jp##.kotei-headline
gadgetlife2ch.blomaga.jp##.kotei-link
akb48matomemory.com##.rss
akb48matomemory.com##.rss2
akb48matomemory.com##.acr-popular
hosyusokuhou.jp###ovrss
||hosyusokuhou.jp/rss/
hosyusokuhou.jp###top
hayamimi-hobby.com##.banner-id
||blogmaterial.nicoblomaga.jp/material/279/js/rss/alfa_article_bottom2.js
||blogmaterial.nicoblomaga.jp/material/279/js/rss/alfa_article_bottom4.js
||blogmaterial.nicoblomaga.jp/material/279/js/warota.js
||blogmaterial.nicoblomaga.jp/material/279/js/rss/sp0*.js
||blog-imgs-140.fc2.com/y/a/r/yarakan/games1_202006010701086f3.jpg
yaraon-blog.com##a[href^="https://ad.dmm.com/ad/"]
yaraon-blog.com##div[style="width:160px; height:600px;"]
yaraon-blog.com###mytextwidget-3
yaraon-blog.com###mytextwidget-5
tocana.jp###getRss
||kt.wowkorea.jp/abematv/abematv.js
sp-mobile-blog.com###text-149
sp-mobile-blog.com###text-136
sp-mobile-blog.com###text-147
sp-mobile-blog.com###text-156
||gamer.ne.jp/img/banner/bannerS_figgy.jpg
gamer.ne.jp##.adBillboard_pc
||blog.seesaa.jp/js/insert-ad.min.js
gossip1.net##.rss_wrapper
newsoku.blog##div[style^="width:50%;height:500px;"]
newsoku.blog##div[style^="background-color:#FFF; width:100%;height:250px;"]
newsoku.blog##footer > div.widget_pc_double_ads ~ div.widget-over-sns-buttons
newsoku.blog###custom_html-21
newsoku.blog##div[style="text-align:center;"] > a[target="_blank"] > img
2ch.vet##div[class="col-sm-12"] > font[color]
||colorfulbox.jp/common/img/bnr/$third-party
geinoukame.blog.fc2.com##div[style*="width: 822px;height:600px;overflow: scroll;"]
geinoukame.blog.fc2.com##div[style*="width:100%;height:400px;overflow:auto;"]
||img.happymail.co.jp/img/pc_l/600.400
more-gamer.com##.widget_diver_widget_pcsp
otakara-idol.com###main > div#widget-index-top
taiyoukou-navi.info###main > div[id^="space"][style="text-align:center"]
cinematoday.jp###ct-ad-ydn-overlay
cinematoday.jp##.ct-ad
gamespark.jp##.news-list > section.item--special
gamespark.jp##.pickup-list > li.item--highlight
||mhometheater.com/js/meerkat_popup.js
||widget-view.dmm.co.jp^$domain=mhometheater.com
mhometheater.com###meerkat-contents
matome-plus.com##.amazontotalboxtest
news.2chblog.jp##table[height="300"][width="750"]
kyodo.co.jp##a[href^="http://www.kyoeikasai.co.jp/"]
/\/kyodopress_cms\/wp-content\/(themes\/kyodopress\/img_banner\/(?!
bn_newspaper\.gif)|banners).*/$image,domain=kyodo.co.jp
biz-journal.jp###aside > #publicity > a[target="_blank"] > img
||cdn.asagei.com/asagei/uploads/sp/images/bn/
asagei.com##.link-asagei-h > a[target="_blank"] > img
sanspo.com###textAd_alliance
sanspo.com###textAd_wpics
xtech.nikkei.com##.p-article_ad
xtech.nikkei.com##.p-article_banner
xtech.nikkei.com##.l-section[data-personalize-ad]
travel.rakuten.co.jp###bnr-area
dhbr.net##div[id^="FreesSpark_"]
dhbr.net##.bn_trial a[href]:not([href^="http://www.dhbr.net/"]) > img
solomon-review.net###right_folder > div.textwidget > a[rel^="nofollow"] > img
news4vip.livedoor.biz##a[href^="https://www.amazon.co.jp/gp/"]
yomiuri.co.jp##.p-ad-org-news-txt
nikkansports.com###MiddleAD
nikkansports.com##.adgiftextlist
mainichi.jp##.ad-list
mainichi.jp##.ad-infeed
mainichi.jp##.title-ad-sp
mainichi.jp##.ad-bnr-w300h250
gyao.yahoo.co.jp##.ad-yads
sankeibiz.jp##.module_bizplus
mantan-web.jp##div[data-goout][data-dummyad]
mantan-web.jp##div[style="width:300px;height:600px;"]
mantan-web.jp##div[style^="width:728px;height:90px;"]
mantan-web.jp##.ad-rec
mantan-web.jp##.ad-fb
2chan.net##div[style^="width:680px;"][style$="margin: 0 auto;"]
yahoo.co.jp##.Module > .Banner
punisoku.blogo.jp##.main-column-inner > a[href^="https://www.dlsite"]
jj-blues.com###text-6
||webcartop.jp/wp-content/themes/cartop/images/banner-motorsports.com.jpg
webcartop.jp##.gourment-banner
webcartop.jp###widget_code_php_in_widget-23 > h3.widget-title
punisoku.blogo.jp##.main-column-inner > div[style] > div[align="center"] >
a[target="_blank"]
asahi.com##.OutbrainAdMod
asahi.com##.PrTextMod
asahi.com###SubInner > div[class] > div.Pr
asahi.com###HometopAdOuter
jp-xvideos.info###page > div[id="main"] > a[href]
tokyo-tube.com###ads_area
tokyo-tube.com###right > div > div[id]:not([style])
||blog.livedoor.jp/jyoseisama/js/top_randomlink.js
||blog.livedoor.jp/jyoseisama/js/bottom/b1_link.js
as-selection.net##.sponsor_link
nurumayu.net###js-popup
||solution.fielding.co.jp^*/bnr_col_follow_
kuron-zero.com###nextrayad
||kuron-zero.com/images/Banner*.jpg
kuron-zero.com###kuron_ad_td
ufret.jp###float-bnr
5ch.net##.ADVERTISE_AREA
5ch.net##body > div[style*="margin-top:10px;margin-bottom:10px;width:100%;text-
align:center;"] > div[style*="background-color:#ccffcc"]
popjav.tv##.poplayer
jump.5ch.net##a[href*="myshopify.com"]
eromanga-time.com###spwrapper
sc-siken.com##.ad2
limo.media##div[class^="affi-"]
/\/common\/images\/.*[_-x]?300?[_-x]100?[_-x.]*/$domain=tr.twipple.jp
tr.twipple.jp##a[href^="https://join.biglobe.ne.jp/"]
/img/banner/*$domain=fe-siken.com|gekiura.com
eromanga-yoru.com###spwrapper
||glssp.net/GL_AD/
server-setting.info##.adsbygoogle[data-ad-client]
style.nikkei.com###list1 > div[class^="sc-"] > div[class^="sc-"] >
div[class^="sc-"]:not(.sc-1earddw-0)[id*="_q"]:empty
magnet.so###p_ad
magnet.so###AD
ceron.jp##div[style="width:320px;min-height:100px;margin: 0 auto;background:#eee;"]
itmedia.co.jp###cmsBody > div.inner > div > div[style="text-
align:center;margin:40px 0;"]
gendai.ismedia.jp##div.articleBottomSns + div[style="min-height: 250px; overflow:
hidden;"]
||sp.hazardlab.jp/imgs/banner/
sp.hazardlab.jp##div[id^="SP-NEWS_"]
hazardlab.jp##div[id*="banner_"]
applion.jp##a[href^="https://www.amazon.co.jp/exec/obidos/"][target="_blank"]
search.yahoo.co.jp##.sw-Card.Ad
sukebei.nyaa.si##.servers-cost-money1
||gendai.ismedia.jp/common/bluebacks/images/sample/bnr_
humoruniv.com##div[style^="width:300px;height:250px;"]
gigaho.com##.box_drc
gigaho.com##.amaw_box
gigaho.com##.entry-content > span[style="display: block;"] > div[style="font-
size:75%; color:#00BBDD;text-align: center;"]
de-baystars.doorblog.jp##.blogroll_wrapper
followcheck.itby.net##.mms.uk-margin-top
japan.zdnet.com##.ad-bnr-rect
forbesjapan.com##.pop2
macsoft.jp##table[width="96%"] + div[class="K12"] > div[align="left"] > br + br +
center
gpoint.co.jp###footerbnr
helpsupport.blog.fc2.com##.adsbygoogle
javkun.com##.adsvideo
||1dy2.com/js/zq.js
69re.tv###wrapper > div.container > div[style="width: 100%"] > a[target="_blank"] >
img
hosyusokuhou.jp###side > div.sidewrapper[style^="width: 218px; margin-bottom: 0px;
position:"] a[target="_blank"] > img
hosyusokuhou.jp##.abanner
twi55.com##.affi-banner
fightingirl.com###clsys_hover_box
applion.jp##a[href^="http://www.amazon."][href*="/obidos/ASIN/"]
epochtimes.jp##.margin-Ad-B20
ascii2d.net##.amazon
audioreview.m1001.coreserver.jp###side-fixed > #custom_html-23
audioreview.m1001.coreserver.jp###list > .posts-list-upper-widget
audioreview.m1001.coreserver.jp###side-fixed
a[href^="//af.moshimo.com/af/c/click?"]
kashi-mo.com##.rectangle_bnr
geeksokuhou.net##.main-image-in > .blogroll-wrapper +
table[width]:not([id]):not([class])
headlines.yahoo.co.jp###lrec
||vipsister23.com/vipsister.html
yomiuri.co.jp###rt_popup_overlay_yolyp_popup
yomiuri.co.jp###yolyp_popup
nijinchu.com##div[class*="adv"]
||cdn.exaf.jp/dmm/js^$domain=nijinchu.com
vipsister23.com###share2
.gif$third-party,domain=av.movie
av.movie##div[class*="-banner"]
av.movie##[class$="-ads"]
av.movie##a[href^="https://theporndude.com/"]
85cc.net##a[href*="mm786.com/"]
85cc.net##.menu > a.item[target="_blank"]
creive.me###sidebar1 > .add > #custom_html-2
sojson.com##div[class^="pl0 pr0 banner"]
mudainodocument.com##a[href^="https://recott.me/"]
ibbs.info##.ad_data
embed.share-videos.se###ad_html
smv.to##.pc_content_tt_adsterra
smv.to##div[style^="width:900px;"][style*="height: 250px;"]
smv.to##.ad_movieupdown
blog.esuteru.com,jin115.com###gStickyAd
news-us.org##.adspc
news-us.org##.ps-300-250
news-us.org##div[itemtype="https://schema.org/WPAdBlock"]
blog.esuteru.com##a.jackFix
blog.esuteru.com##.ad-aside > a[target="_blank"]
blog.esuteru.com##.ad-siteRanking
blog.esuteru.com##.article-main .rss.clearfix
shopping.yahoo.co.jp##.mdNorthBuyee
||macotakara.jp/banaer/
macotakara.jp##iframe[src^="http://ad.jp.ap.valuecommerce.com"]
javmix.tv##.__isboostOverContent
top.togeko.net##a[href^="https://book.dmm.co.jp"]
||top.togeko.net/*/randomad*.js
||cowboy.blog.jp/main/rss*.html
matome.naver.jp###yads_pc_overlay
||free-video-movie.com/link
hostlove.com###ad_fix
hostlove.com###ad_mega
channel-jk.com###fam_rectp
channel-jk.com##.rss2-iframe
channel-jk.com##.blogroll_wrapper
channel-jk.com##.blogroll_wrapper_kizisita
||js.blozoo.info/js/rsstool/blogparts.js
hosyusokuhou.jp##div.abox
vippers.jp##a[href^="https://track.affiliate-b.com"]
kirari-media.net##div[id][style="height:250px; width:300px;"]
huyosoku.com###header-feed
huyosoku.com###pickup-feed
huyosoku.com###a-pickup-feed
huyosoku.com###footer-feed.blogroll
workingnews.blog117.fc2.com###mainBlock > div.free_area
cherio199.blog120.fc2.com##.free_space_body
cherio199.blog120.fc2.com##center > table[width="750"][bordercolor="8b0000"]
[cellpadding="6"]
mindhack2ch.com##.free-area > aside.rss
||mv-mindhack2ch.up.seesaa.net/common/image_feed.js
localplace.jp###bannerList
oricon.co.jp##aside.top-inline-banner
oricon.co.jp##aside.block-header-banner
erogazo-ngo.com##p > a[rel="nofollow"]
erogazo-ngo.com##a[href^="http://newmofu.doorblog.jp/archives/"]
dot.asahi.com##section.gAreaTrendAd
dot.asahi.com##.sidebar1 #mnavAreaTrend
kyoko-np.net##div[class^="col-"] > div.ad
sankei.com###sponsored
ganganonline.com##header#sqexHeader-black_rsp
asahi.com##.AdMod
japanese.engadget.com##p.partner_container
japanese.engadget.com##aside#ldrBoardAd
togetter.com##.promotion
togetter.com##.ad_topics_custom
j-cast.com##.ad_entry_toptext
trafficnews.jp##.ad-large-big
yahoo.co.jp##.adUltra
yahoo.co.jp##p[style="margin:0;padding:5px 0px 5px 10px;font-size:13px;"]
yahoo.co.jp##a[href^="https://ard.yahoo.co.jp/"]
yahoo.co.jp##a[href="https://premono.yahoo.co.jp"]
adulti25.com##section[id="about"] a[target="_blank"] > img
momon-ga.com##.article-body > div[class="check"]
dailyanime.news##.centerBanner
shibukoi.com##div[class="home_widget top mobile cf"]
||srv*.aaacompany.net/*/load.js$domain=javynow.com
||ura.one/ad/link.js
||javym.net/video.js
||erry.one/video_2.js
||sugirl.info/link/video.js
||coinch.me/js/link.js
||kabooo.net/js/link.js
javynow.com##.fam_ad
thesaurus.weblio.jp##.kwydn-wrap
||weblio.hs.llnwd.net/e7/script/include/foot_ad_pc.js
iqoo.me##article.ad_article
eropasture.com##.access-t
eropasture.com##.sp_head_box
||appollo-plus.com/assets/*.js$domain=eropasture.com
||eropasture.com/ad_ero/ad_kijisita3.js
||sda.seesaa.jp/frame/
||seesaa.net/common/kijinaka.js
||seesaa.net/common/kijisita.js
hostlove.com###ad_index_fr
hostlove.com###ad_index
kanto.hostlove.com###vip2_2
hostlove.com##.menu_ad
hostlove.com###ad_head3
hostlove.com##.job_ad_list_in
hostlove.com##aside.ads
erogazou-s.com##a[href*="//kir023105.kir.jp/ad_get_sp/adg.php?"]
erogazou-s.com##a[href*="//eromovie-s.com/movie.php?"]
erogazou-s.com###sougo > div.eromannga
web-ace.jp##.bnr-sakuhin-info
lineblog.me##.content > div[style="text-
align:center;height:100px;overflow:hidden;margin-bottom:10px;"]
otakomu.jp###m_ad3
||0taku.livedoor.biz/JS/blogroll.js
||blog.livedoor.jp/*/js/kijisita.js
||blog.livedoor.jp/*/js/top_post.js
blog.livedoor.jp##.blogroll_ads
blog.livedoor.jp##a[href*="ad-nex.com/link.php?"]
blog.livedoor.jp##a[href*="ad-feed.com/link/click"]
blog.livedoor.jp##a.box-border[href*="//bit.ly/"]
blog.livedoor.jp##div.t_h > span[style="color: rgb(255, 0, 0);"] > b
kensaku.itmedia.co.jp###ads_content_top
||nakanohito.jp/b*/b*.js
||nakanohito.jp/*/?uisv=
karapaia.com###right > a[target="_blank"] > img
karapaia.com##.widget-content > .readmore-header
karapaia.com##.ads-label-inverse
karapaia.com##.ads-label-inverse + div.ads
karapaia.com###article-contents > div[style="margin: 10px 0 0;color:#999;text-
align:center"]
karapaia.com###article-contents > div[style="margin: 10px 0 0;color:#999;text-
align:center"] + div[style="clear:both;margin:0 -21px 10px;text-align:center"]
karapaia.com###article-contents > #article_mid
karapaia.com###article-contents > center > div[style]:not([class]):not([id])
android-smart.com###sidebar a > img[width="300"][height="250"]
android-smart.com##.post-body > .pstft
android-smart.com###sidebar > #abox
toyokeizai.net##ul > li.block-pr
appllio.com##body > #page-upper .region-header > .region-inner > #block-block-
82.even
tokyomotion.net##.nva-center
4gamer.net##.large_banner
||pc-koubou.jp^$domain=ascii.jp,image
ascii.jp###sideR > .ban
ascii.jp##.banR
gendai.ismedia.jp###GB_pc_inread_mov + div[style="min-height: 250px; overflow:
hidden;"]
gendai.ismedia.jp###GB_pc_inread_mov
famitsu.com##.ad-super-jack-link-container
bengo4.com###entryDetailSide__frame--sideBanner
bengo4.com###entryFooterAd
juggly.cn##a[href^="http://agilemedia.jp"]
gunji.blog.jp##a[title*="_300x250_"]
||gunji.blog.jp/settings/lite2/ads.js
dailyanime.news##.advInsArea
dailyanime.news##.advTable_L
afpbb.com##.bnr
afpbb.com##.pr-text
gamespark.jp##.itx-widget
||widget.iid-network.jp/assets/widget.js
weblio.jp##.adBannerHdWrp
weblio.jp##.adSmpBnrFtBtSp
weblio.jp##.adBkOverlayClr
new-akiba.com###bannerB2
iza.ne.jp##.header-link > ul > li > a[href="http://www.sankei-digital.co.jp/"]
||prt.iza.ne.jp/common/css/v2/images/bg_header_003.png
||prt.iza.ne.jp/common/images/v1/basic/banner_sankeiPhoto.png
iza.ne.jp##article.article-detail-section > .tool > .credit
iza.ne.jp##.sideFixedWrapper > div[style="width:300px;height:600px;"]
iza.ne.jp##aside[class^="ad-"]
jin115.com##.btn-ldb-bottomAdd
gadgetdamage.blog.fc2.com##.wrecbox
gadgetdamage.blog.fc2.com##.topimg > .rtbox_triple_rec
gadgetdamage.blog.fc2.com##.topimg > ul.admin > li > span[style="font-
size:75%;float:left;"]
gadgetdamage.blog.fc2.com##.topimg > .fc2aspace:empty
gadgetdamage.blog.fc2.com##.right > .top_more_bottom > span
gadgetdamage.blog.fc2.com##center > span[style="font-size:75%;"]
mindhack2ch.com##.main > .popular-ranking
mindhack2ch.com##.main > section.module > .rss-blogroll
mindhack2ch.com##.main > section.module > .wrapper > .blogroll-channel-wrapper
mindhack2ch.com##.main > div.rss-blogroll4
mindhack2ch.com##.article__footer > div.rss-blogroll4
mindhack2ch.com##.article__footer > .article-rss
f1-gate.com###menubarcontainer > .swiper-container
xbooks.to###ad_tsuibi
xbooks.to###ad_tsuibi2
xbooks.to##.movie-in-ad
xbooks.to###wrap > div[style="width:900px; height:250px; margin: -15px auto 15px
auto;"]
||gum.xbooks.to/js/pc/pc_2.js
||gum.xbooks.to/js/pc/pc_tsuibi*.js
||gum.xbooks.to/js/pc/pc_main_900_250.js
smhn.info###related > div[style^="width:100%;height:305px;"]:not([class]):not([id])
smhn.info###related > div[style^="height:300px !
important;overflow:hidden;"]:not([class]):not([id])
smhn.info###content > .entry_under_ads
smhn.info###content > .entry_under_fb
unjyou.com###gfweb_adbox_inner
unjyou.com###my-footer > p[style="text-align: center; font-size: 75%;"]
||gamefeat.net/js/api/requestAds.v*.js
avhub.jp###adcontainer-0
avhub.jp###adcontainer-1
okkisokuho.com##img[width="192"][height="580"]
okkisokuho.com##.onaho_kk
erogazo-ngo.com###text-32.free-widget
erogazo-ngo.com###text-41.free-widget
sonicch.com##div[id^="livedoor_blogroll_widget"]
bakufu.jp###prBox
||momon-ga.com/pickup1.html
||momon-ga.com/pickup2.html
||momon-ga.com/pickup3.html
momon-ga.com###main-inner > .rss2
momon-ga.com###main-inner > .rss3
momon-ga.com###article-contents > .post-footer
momon-ga.com##.container-inner > section[id^="comments-"] ~ div[style*="margin-
bottom"]:not([id]):not([class])
||livelog.biz^$domain=momon-ga.com
momon-ga.com##.blogroll_entries
momon-ga.com##a[href^="//appollo.jp"]
||blog-sokuhou.com^$domain=momon-ga.com,image
momon-ga.com##div[class^="ad"]
||momon-ga.com/post/new*.js
nlab.itmedia.co.jp###globalHeader > #globalHeaderMiddle
anond.hatelabo.jp##.double-rectangle
headlines.yahoo.co.jp##div[id^="taboola-below-article-thumbnails-"]
togetter.com##.ad_custom
togetter.com##.ad_list_top
||b*.yahoo.co.jp/b?
||b*.yahoo.co.jp/s?
himado.in##.movie-Ad_01
himado.in###player_ad_window
||himado.in/player_ad.php
||d3b4x0ran5qs0c.cloudfront.net/iframes/300250/hm-pc-lc.html
crediblecar.life##a[rel="nofollow"] > img[style]
auctions.yahoo.co.jp##.bannerFrame
daily.co.jp##aside.add
xbooks.to###ad_interstitial_wrap
xbooks.to##.ad_overlay
||gum.xbooks.to/js/sp/sp_interstitial_move4.js
||gum.xbooks.to/js/sp/access_overlay_avt_03.js
||gum.xbooks.to/js/sp/sp_interstitial.js
||gum.xbooks.to/js/sp^
||uratube.com/js/ad^
pandora.tv##a[href^="https://play.google.com/"]
[target="_blank"]:not([class]):not([id]) > img
melos.media##.x1_ad
watch.impress.co.jp##.ad.billboard
||juicyads.com^$domain=adserver.juicyads.com
||ads.adxadserv.com^$domain=adserver.juicyads.com
gagetmatome.com###ad-bottom-oya
||blog.livedoor.jp/diet2channel/js/adarea.js
jin115.com##.dix_ad_n
chugoku-np.co.jp,2nn.jp,karapaia.com,footballnews.jp##.ads
seesaa.jp##.banner-footer
auone.jp##.side__ad-box
yahoo.co.jp###bpComposite > a
asahi.com###OutbrainRec
asahi.com##.OutbrainRecMod
fukuishimbun.co.jp##.admeasure
jiji.com##.ArticleAdSide
sponichi.co.jp###content-sub > div[id][style="width:300px;height:600px;"]
sponichi.co.jp##[class^="banner"]
sponichi.co.jp###annex_pc_entertainment_mid_rect
alba.co.jp##.kakomi_gr
mukulog.com###mybox > .ad
dengekionline.com###rectangleBanner
itmedia.co.jp##iframe[id^="cxWidget_"]
tvbok.com##a[href^="https://rpx.a8.net"]
tvbok.com###left_fix_out #left_box3
tvbok.com###right_2nd > .right_box2
dlbooks.to##div[id^="ad_"]
bookbang.jp###footer_ban
evidus.com##.module__adheadion
nicovideo.jp##.realdabista_banner
nicovideo.jp###sideNav > #enjoy
nicovideo.jp###sideContents > div[style="min-height:240px;"]:not([class]):not([id])
hatena.ne.jp##.entry-relationGoods
hatena.ne.jp##div[class^="entry-ad-pc-"]
||hatena.ne.jp/fragments/entry.ads_amazon^
moongift.jp###sidebar .mg-no-premium
cg-method.com##a[href^="https://www.amazon.co.jp"]
noaboutsnote.hatenablog.com##.hatena-asin-detail
ogeji.hatenablog.com##.entry-content > .code ~ table[style*="width:300px"]
cyg-server.playing.wiki,seesaawiki.jp###seesaa-bnr
wiki.seesaa.jp##.ad-boomapp
ascii2d.net,hoikuen-
ranking.com,jp.msn.com,dengekionline.com,wiki.seesaa.jp##.banner
ejje.weblio.jp###learning-level-table-wrap > #leadBtnWrp
ejje.weblio.jp##body > #contentWrp ~ #outerSideLeft
ejje.weblio.jp##.free-reg-banner
ejje.weblio.jp##.indexSideAdTop
ejje.weblio.jp##.premium-service-button
ejje.weblio.jp##.theme-learning-banner
translate.weblio.jp##a[onclick*="lead_to_premium"]
forum.minecraftuser.jp##a[href^="https://goo.gl"] > img
||sakurajav.com/img/banners^
javegg.com##.sidebar > .widget_text.sidebar-wrapper
||static.javhd.com/h5/files/*/*x300.html$third-party
||javhub.net/img/r18_
||javhub.net/highporn.html
||jav.guru/wp-content/uploads/*/TokyoHentaiClub.jpg
jadult.net##a[href^="https://goo.gl"]
jadult.net##a[href^="http://www.adxpansion"]
jadult.net##.icon_fb
twi55.com,mindhack2ch.com,vippers.jp,repeat-drama.info##.ad
mukulog.com##.theContentWrap-ccc > .head-cons2-pc
mukulog.com##div[id^="side_ad"]
kyukyoku-matome.com###list > .widgets
kyukyoku-matome.com###sidebar #pc_text-5
youflix.is###detail_main > .content_vlist[style*="height: 100%; overflow:hidden;"]
youflix.is###detail_side > div[style*="width:630px; margin:10px auto; overflow:
hidden;"] + script + .content_vlist
youflix.is##.movie-in-ad
youflix.is##.over_videoAd
youflix.is##.content_vlist .content_vlist[style^="height:305px; overflow:hidden;"]
||image.getchu.com/afbanner/
yahoo.co.jp###pos-sqb
rakuten.co.jp##a[href^="https://ad2.trafficgate.net/"]
rakuten.co.jp##a[href^="https://www.jpcert.or.jp"]
plaza.rakuten.co.jp###commonAdsParts
websearch.rakuten.co.jp###ads-billboard
websearch.rakuten.co.jp###teamsite-mid-pickup
websearch.rakuten.co.jp##.section-title1[style="margin-bottom: 10px;"]
livedoor.jp##.google-user-ad
nikkeibp.co.jp##.header-banner
sponichi.co.jp##.heading-pr-relation
4gamer.net##.hot_game_now
livedoor.com##.large-showcase
mainichi.jp##.leftFPR
mainichi.jp##.leftPR
mainichi.jp##.leftSPR
yahoo.co.jp##.lrec
yomiuri.co.jp##.m-tab
yomiuri.co.jp##.m-txtad-weekly
yomiuri.co.jp##.m-txtad2
impressrd.jp##.microsites_links
goo.ne.jp##.oshiete-ad
jp.techcrunch.com##.overture_vertical
jp.msn.com##.parent.chromeCustom4G
finance.yahoo.co.jp##.pos-tn.ymuiContainer
shinobi.jp##.posi1
shinobi.jp##.posi11
shinobi.jp##.posi3
nifty.com##.pr
yahoo.co.jp##.prTitle
livedoor.com##.prtextBox
infoseek.co.jp##.prtxt
cyzo.com##.r-pr
nikkeibp.co.jp##.rectangle
joins.com##.rightBanner
mtvjapan.com##.rightBannerBlock
howfile.com##.row1_right
dmm.co.jp,dmm.com##.sb.rect-banner
yahoo.co.jp##.seeAllResult
jp.luxist.com##.shopping
asylum.jp,japanese.engadget.com##.shopping2
4gamer.net##.sidetop_extra_H320
cnn.co.jp##.spBnr08
infoseek.co.jp##.sponsordisplay
infoseek.co.jp##.ssnavi
nikkeibp.co.jp##.sub-banner
yomiuri.co.jp##.t-shopping
nifty.com##.textPR
vippers.jp##.top_space2
cnn.co.jp##.txtPR
bikebros.co.jp##.w240
namakeru.com##[href^="http://linkage-m.net/system/link.php"]
google.co.jp##[id^="tpa"].tas
yomiuri.co.jp##[style="margin: 8px 0pt;"]
yomiuri.co.jp##[style="margin:8px 0 8px;"]
page2.jp##[style="text-align:left; background-color:#FFFBFF; width:450px;
height:50px; font-size:12px; color:#9aa9ac; margin:3px 0 auto 20px; float: right;
padding-top:2px;"]
infoseek.co.jp##[width="300"][height="260"]
livedoor.jp##a[href="http://blog.livedoor.com/smartphone/dqnplus/"]
livedoor.jp##a[href="http://cambridge-correction.com"]
livedoor.jp##a[href^="http://9lick.net"]
infoseek.co.jp##a[href^="http://c.p-advg.com/"]
ameblo.jp##a[href^="http://ck.jp.ap.valuecommerce.com/"]
livedoor.jp##a[href^="http://on.jpn.org/s/"]
livedoor.jp##a[href^="http://sell4.info/"]
nifty.com##a[href^="http://track.nifty.com/"]
livedoor.jp##a[href^="http://track.xmax.jp/"]
12freeweb.com##a[href^="http://www.adultshoping.com/"]
12freeweb.com##a[href^="http://www.benri21.com/"]
himasoku.com##a[href^="http://www.mgstage.jp/"]
yahoo.co.jp##div[class^="fsst adTyumoku"]
zdnet.com##div[class^="style_kwad_"]
search.rakuten.co.jp##div[style="background-color:#1aaeca;text-align:center;"]
bikebros.co.jp##div[style="float:left; margin-bottom:5px"]
livedoor.biz##div[style="margin:5px;height:250px;width:300px;"]
labaq.com##div[style="width: 300px; height: 250px; position: absolute; top: 0px;
left: 690px; background-color: #FFFFFF;"]
rakuten.co.jp##div[style="width:100%;text-align:center;background: #1aaeca
url(http://a.ichiba.jp.rakuten-static.com/com/img/thumb/festival/bgimg.gif) repeat-
x left top;"]
livedoor.jp##span[style="line-height:100%;font-size:10px;"]
google.co.jp##table[style="border: 1px solid #369"]
rakuten.co.jp##table[width="163"]
websearch.rakuten.co.jp##table[width="950"]
yahoo.co.jp##ul[class^="sponsor"]
||18ban.jp/ad/
||2chan.net/dec/ad/
||accesstrade.net/at/
||alfalfalfa.com/banner/
||amazon.co.jp/widgets/
||artemisweb.jp/ban/
||asahi.com/ad/
||asg.to/ad/
||become.co.jp/render_shop?
||bilibili.tv/html/bdad-
||bling.samuraiworks.com/xml/bling_banner.xml
||blogimg.jp^*/9f42fe10.jpg
||blogpeople.net/images/0.gif?
||blogpeople.net/overture/
||blogpeta.jp/peta_ta.php?
||cf.ad-v.jp/
||clink.nifty.com^
||coreserver.jp/Amazon-Side/
||dailyvideorewards.com^$image,~image,popup
||digiket.net^*/banner/
||dmm.co.jp/dmmad/
||dw-eu.com.com/js/
||dynamic.rakuten.co.jp^
||e-nls.com/disp_cnt.php
||em1.shinobi.jp^
||eroanimeblog.livedoor.biz/dmm_ads/
||ex-d-ex.net/img/bnr/
||f-board.com/map/map
||freexy.net/ad/
||fukuishimbun.co.jp/*ban_img/
||fukuishimbun.co.jp/*rectangle/
||gakkou.net/bndat/
||getchu.com/mbanner/
||giants.jp/pts/ad/
||gyutto.jp/data/banner_img/
||iij4u.or.jp/~pee/
||infoseek.co.jp/isweb/
||infoseek.rakuten.co.jp*/rectangle/
||infoseek.rakuten.co.jp*/weekly_recommend/
||infotop.co.jp^
||infotop.jp^
||iogous.com^
||japanese.joins.com/shopping/$subdocument
||jartic.or.jp/guide/banner/
||jetrun.jp^
||joins.com/upload/ad/
||jp.wsj.com^*/media/banners/
||jpwy.net/stats/
||kau.li/ad.js
||kau.li/yad.js
||kazenoashiato.jp/file/index/FILECD/
||land.to/ad/
||livedoor.com^*/banner/
||livedoor.jp^*/amazon.js
||livedoor.jp^*/amazon_ranking.js
||livedoor.jp^*/amazon_ranking_side.js
||livedoor.net/blogroll/banner/
||meiwasuisan.com/images/numbers
||muzie.ne.jp/image/muzie/banner/
||nifty.com/entry?
||nifty.com/floating/
||nikkei.co.jp/ad/
||nikkei.com^*/js/ad/
||oricon.co.jp/img/bn/
||p.dmm.com^*/bnr/
||p.dmm.jp^*/bnr/
||pinknotora.net/banner/
||ppd.rikitake.com/images/
||pranking*.ziyu.net/img.php?
||pranking*.ziyu.net/rranking.gif
||rakuten.co.jp/b/
||response.jp/ad/
||response.jp/pv.php?
||ric.hi-ho.ne.jp/webmaster-p/shanbara/
||s-45.com/analyze-
||search.msn.co.jp/keyword/
||siofuki.com/new/images/banner/
||siofuki.com/new/images/top/top_
||sitebro.tw/track.js
||storage8.com/ad
||tatsumi-sys.jp/analyzer/
||tbs.co.jp/rtac/
||top.bcdn.jp/up_image/sp_banner/
||tv-aichi.co.jp/ps/ad/
||tv-tokyo.co.jp/index/recommend/
||webryblog.biglobe.ne.jp^*/affiliate_
||wowgame.jp/countup.asp
||wowgame.jp^*/banner_
||xrea.com/banner
||y-bbs.net/k/
||yahoo.co.jp/js/sq.js
||yimg.jp/images/*img/banner
||yjaxc.yahoo.co.jp^
||yomiuri.co.jp/ad/
||zenback.jp^*/tracking.html
!
avgle.com###exo-native
avgle.com##.hide-me-please2
||adserver.juicyads.com/js/jads.js$domain=avgle.com
||ads.adxadserv.com$domain=avgle.com
||sub2.avgle.com^$script,domain=avgle.com
avgle.com##.video-banner
||avgle.com/avideos.js
||avgle.com/images.php
avgle.com##.col-sm-5 > a[class="btn btn-primary"][target="_blank"]
avgle.com##div[class*="__bn-container"]
avgle.com##.well#ps32-container
avgle.com###aoverlay
.info/*/*/*/*/$domain=avgle.com
/:\/\/sub\.avgle\.com\/.+\/[0-9a-h]{20,}\.js/$domain=avgle.com
||rationalan.pro^$domain=avgle.com
/sound?cver*refer*avgle.com$popup
||avgle.com$popup,domain=avgle.com
$popup,domain=avgle.com,third-party
avgle.com##.container > div[style*="overflow: hidden"]
||avgle.com/images/av/*.mp4
||avgle.com/templates/frontend/videojs-aortsyxr.js
avgle.com##body > div[style*="z-index"]:not([id]):not([class])
||static.avgle.com/media/av^
!
!+ NOT_OPTIMIZED
||yimg.jp/bdv/
! https://github.com/AdguardTeam/AdguardFilters/issues/35721
! https://github.com/AdguardTeam/AdguardFilters/issues/28910
! https://github.com/AdguardTeam/AdguardFilters/issues/20703
! https://github.com/AdguardTeam/AdguardFilters/issues/20116
! https://github.com/AdguardTeam/AdguardFilters/issues/9091
! https://github.com/AdguardTeam/AdguardFilters/issues/9079
! https://github.com/AdguardTeam/AdguardFilters/issues/9078
!---------------------------------------------------------------------------!
!------ White list. Fixing filtration errors (false-positive)---------------!
!---------------------------------------------------------------------------!
!
! White list. Fixing filtration errors(false-positive)
!
! https://github.com/AdguardTeam/AdguardFilters/issues/62583
@@||proto2ad.durasite.net/A-affiliate2/mobile$script,domain=ok.goo-net.com
! https://github.com/AdguardTeam/AdguardFilters/issues/58153
@@||lacoste.com/on/demandware.static/*/js/dist-refit/framework/base/popin.js
! https://github.com/AdguardTeam/AdguardFilters/issues/58022
lifehacker.jp#@#.is-sponsored
! https://github.com/AdguardTeam/AdguardFilters/issues/56138
news.2chblog.jp#@#.ad-center
! https://github.com/AdguardTeam/AdguardFilters/issues/55775
hs-exp.jp#@#.hcf-ad
hs-exp.jp#@##search-ad
! https://github.com/AdguardTeam/AdguardFilters/issues/54943
@@||ad.dmm.com^$domain=jp-xvideos.info
! https://github.com/AdguardTeam/AdguardFilters/issues/53900
! https://github.com/AdguardTeam/AdguardFilters/issues/51175
@@||l.logly.co.jp/lift_widget.js?adspot_id=$domain=qiita.com
@@||l.logly.co.jp/lift.json$domain=qiita.com
! https://github.com/AdguardTeam/AdguardFilters/issues/47520
@@||static.rebates.jp/img/*_300x250.
! https://github.com/AdguardTeam/AdguardFilters/issues/43771
signal-flag-z.blogspot.com#@#.vertical-ads
! https://github.com/AdguardTeam/AdguardFilters/issues/41967
@@||order.shopping.yahoo.co.jp/cgi-bin/order-form$document
! https://github.com/AdguardTeam/AdguardFilters/issues/42183
@@||focal.com/sites/*/themes/focal/js/popin.js
! https://github.com/AdguardTeam/AdguardFilters/issues/41169
! https://github.com/AdguardTeam/AdguardFilters/issues/39988
@@||jp.popin.cc/popin_discovery/$domain=livedoor.com
! https://github.com/AdguardTeam/AdguardFilters/issues/39382
@@||s.yimg.jp/bdv/yahoo/darla/*/js/darla-secure-*.js$domain=mail.yahoo.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/28607
@@||fresheye.com^$domain=m-search.sponichi.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/24764
edy.rakuten.co.jp#@#div[id^="div-gpt-ad"]
@@||ias.rakuten.co.jp/ctrl/$domain=edy.rakuten.co.jp
@@||securepubads.g.doubleclick.net/gpt/pubads_impl_*.js$domain=edy.rakuten.co.jp
@@||securepubads.g.doubleclick.net/gampad/ads?gdfp_req=1$domain=edy.rakuten.co.jp
! https://github.com/AdguardTeam/AdguardFilters/issues/24812
@@||lprs*.fr/assets/js/app/modules/popin.js$domain=leparisien.fr
!
@@||nazolog.com^$generichide
publicdomainq.net#@#.adsbygoogle
@@/weblog/*$domain=mplus-fonts.sourceforge.jp
@@||ad.nicovideo.jp/crossdomain.xml$domain=nicovideo.jp
@@||ad.nicovideo.jp/server/get?$domain=nicovideo.jp
@@||api.weblio.jp/act/quote/*&opul=chrome-extension$subdocument
@@||dietnavi.com/ad_images/$image,domain=dietnavi.com
@@||dietnavi.com^*/img/ad/$image,domain=dietnavi.com
@@||fc2.com^*/advertisement.js
@@||gyoen.minpos.com/delivery/ajs.php?zoneid=79
@@||hankyu.co.jp/banner/
@@||lrgads.net/www/delivery/ajs.php?$domain=japantimes.co.jp
@@||ov.yahoo.co.jp^$script,domain=jp.msn.com
@@||rcm-jp.amazon.co.jp^$domain=toscana.sakura.ne.jp
@@||res.nimg.jp/js/ads.js?$domain=nicovideo.jp
@@||yimg.jp/bdv/yahoo/javascript/gyao/clover.js$domain=gyao.yahoo.co.jp
! disabling rules from EasyList China for Extensions
!+ NOT_PLATFORM(windows, mac, android, ios)
@@||avgle.com^$elemhide,badfilter
!+ NOT_PLATFORM(windows, mac, android, ios)
@@|http*://$domain=avgle.com,badfilter

You might also like