! 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 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 li:has(._popIn_recommend_article_ad) animeanime.jp,autocar.jp,getnavi.jp,the-uranai.jp#?#._popIn_infinite_page > li:has(._popIn_recommend_article_ad_reserved) cafend.net,chosunonline.com,taishu.jp#?##_popIn_recommend li:has(._popIn_recommend_article_ad) honcierge.jp,otonasalone.jp#?#._popIn_infinite_page:has(._popIn_recommend_article_ad) cinemacafe.net#?#._popIn_infinite_page:has(._popIn_recommend_article_ad_reserved) iza.ne.jp#?#.sideFixedWrapper > div[class^=wrapper-]:has([class^=ad-]) response.jp#?#li.item--box:has([id^="iid_ad"]) blog.goo.ne.jp#?##mod-freearea-main:has([id^="gooad-"]) finance.yahoo.co.jp#?#div:has(> #mainAdTop) finance.yahoo.co.jp#?#div:has(> [id^="subAd"]):matches-css(min-height: 250px) blog.shinobi.jp#?#article.EntryTextBox:has(#ninja-blog-inactive) blog.shinobi.jp#?#div.EntryInner:has(#ninja-blog-inactive) blog.shinobi.jp#?#div.EntryBlock:has(#ninja-blog-inactive) blog.shinobi.jp#?#div.EntryTitle:has(a[href=""]:contains([PR])) ! https://github.com/AdguardTeam/AdguardFilters/pull/69085 fightingirl.com#?#article > section:has(img[src^="http://koukoku."]) ! https://github.com/AdguardTeam/AdguardFilters/issues/67463 allabout.co.jp#?#.csw-content-container > div.csw-content-box:has(> div.csw-content-footer:not(.csw-off)) kobe-np.co.jp,55kengo.com,activel.jp,allabout.co.jp,belcy.jp,cocolomagazine.jp,fundo.jp,fytte.jp,gamer.ne.jp,glam.jp,hotword-coolword.com,isenp.co.jp,kad28.com,kurashi-no.jp,locari.jp,minden.jp,nanasepn.com,nekochan.jp,news.gree.net,nkskad.com,pepy.xsrv.jp,petitwings.com,popnroll.tv,shirokamikyoudan.net,shufuse.com,tabepro.jp,the-uranai.jp,tend.jp,wanchan.jp,wws-channel.com,ykatu.jp,yosemi-7.com,afpbb.com#?##csw_block > div.csw-content-container > div.csw-content-box:has(> div.csw-content-footer > span.csw-advertiser-name:contains(/\S+/)) ! 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/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) ! 9ketsuki.info#?#main > div.dividerBottom ins.adsbygoogle:upward(div.dividerBottom) 5ch.net#?#.sticky_side_point > div.my-4:has(div.ads-item) chiebukuro.yahoo.co.jp#?##lsc div[class^="ClapLv3SearchList_Chie-SearchList__Item__"]:has(> div > div[class*="__Information__"] > div[class*="__InformationIcon__"] > div[class*="__InformationText__"]:contains(広告)) chiebukuro.yahoo.co.jp#?#.SSContainer > ul[class^="SSContainer_SSContainer__list__"]:has(li.listItemSS > a[class*="__anchor__"] > cite > span.util-badge--ad) asahi.com#?##RelatedNews > ul.InnerArticleList > li:has(> div[id^="div-gpt-ad"]) beta-map.yahoo.co.jp#?#.SS__list:has(.Badge--ad) t-mall.tsite.jp#?##cont01 > .heightLine-4:has(> script[onload^="new microadCompass.AdInitializer"]) 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#?#.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_infinite_ad ##._popIn_infinite_video ##._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 ###seesaa-bnr ###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/68275 yavtube.com#%#//scriptlet('remove-attr', 'href', '.player-mask') yavtube.com#%#//scriptlet("prevent-setTimeout", "_0x", "!200") yavtube.com#%#//scriptlet('set-cookie', 'play-video', '1') yavtube.com#%#//scriptlet('set-cookie', 'play-movie', '1') ! https://github.com/AdguardTeam/AdguardFilters/issues/66815 dl.520cc.cc#%#//scriptlet('prevent-window-open') ! 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/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/72416 news.mynavi.jp#$#.articleList-attention[style^="min-height"] { min-height: auto !important; } ! https://github.com/AdguardTeam/AdguardFilters/issues/69736 realtime-chart.info#$#div[class="澑掎呵狎゙l踪孳湮l"] > div[style="height:334px;width:100%;background:#000;font-size:38px"] { height: auto !important; } ! 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/pull/26574#issuecomment-444856736 iza.ne.jp#$#.sideFixedWrapper { position: relative!important; } ! !------------------- !-------HTML-------- !------------------- ! ! !---------------------------------------------------------------------------! !-------------- General URL blocking rules ---------------------------------! !---------------------------------------------------------------------------! ! ! Banner names ! /plugins/betube-ads/* .com/ufo/$script .com/Zen? .jp/ads/$image .jp/affiliate/ .jp/bana/ .jp/bannar/ .jp/banner/ .jp/html.ng/ .jp/image/ad/ .jp/js.ng/cat= .jp/log.php? .jp/ufo/ .jp/Zen? /ad?cid= /ad_bomb/* /ad_parts. /ad_timer. /adcast01_ /adContents_ /adgetter. /AdLantis. /AdLantisLoader. /adparts/* /adSidebar. /advalue_ /banana/600x /banimg/* /images/gban/* /images/tamakuri /mini_ads.php? /parts/ad/* /popjs.asp /random_bnr/* /RankingLogging. /TextAD1. /top/head_bnr !---------------------------------------------------------------------------! !-------------- Rules for specific websites --------------------------------! !---------------------------------------------------------------------------! ! ! Section contains rules for specific websites ! ! /banner/banner_ - if it is necessary, make this rule domain specific ! ! 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) /^(?!.*(bootstrapcdn.com|cdn.ampproject.org|cloudflare.com|disqus.com|disquscdn.com|dmca.com|ebacdn.com|facebook.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|recaptcha.net|shrink.pe|twitter.com|ulogin.ru|unpkg.com|userapi.com|vidazoo.com|vk.com|yandex.net|yastatic.net|ytimg.com|zencdn.net|player|youtube.com|cackle.me|googleoptimize.com)).*$/$third-party,script,domain=9tsu.net|jshow.tv ! ||feed.mikle.com^$domain=blog.livedoor.jp|crx7601.com|fate-rpg.jp|gadgetlife2ch.blomaga.jp|gtoys.blog.fc2.com|h1g.jp|hdouga.com|ibarakinews.jp|obutu.com|totalwar.doorblog.jp|xn--bckadddb2a0d4dnc8dwhngdtb58aya0l4a2om843g5npczp7dwh5g.com|xn--cckea5a6cidcbh6ce7ghug17a2ge3aht3nwigef51658aw7kd.com ! ||5ch.net/_ads/ tver.jp##.vjs-adblack-overlay news.mynavi.jp##.headerBillboard news.mynavi.jp##.c-sidePickup javmix.tv##div[style^="width: 728px; height: 90px"] blog.goo.ne.jp##body > div[style^="height: 70px; position: fixed; z-index:"] tv-asahi.co.jp##.analytics_pr_rect tv-asahi.co.jp##.newHeaderBanner nurumayu.net##img[width="300"][height="250"] tmall.dropgame.jp,tmall.wamgame.jp##.ssp_300_02 t-mall.cmnw.jp##.prtxt t-mall.cmnw.jp##.side_pr t-mall.tsite.jp##.pc.game_bnr t-mall.tsite.jp##.sp.game_bnr photo-ac.com##.theme-ads-box-no-border ||cdn-myhdjav.info/asset/bann.js javbus.com##a[target="_blank"] > img[src^="/ads/"] ||img-c.net^$domain=mutyun.com ||myhdjav.net/pop.js media.moneyforward.com##div[data-ads] ||news.2chblog.jp/headline1.htm ||news.2chblog.jp/headline2.htm news.2chblog.jp##.article-body-inner > table[width="750"][height="320"] cinematoday.jp###ct-affiliate-box cinematoday.jp##.col-sidebar > div[style="min-height:100px"] dailyanime.news##.advTable dailyanime.news##.side-layoutLMovable dailyanime.news##.side-layoutRMovable milcow.com##.adaida eikaiwamastery.blogspot.jp###HTML2 manga-comic-netabare.com,omansoku.com,sakasa-panty.com,shibukoi.com##.home_widget smhn.info###text-22 coron.tech###center[style="min-height:280px;"] connect.coron.tech###sub a[href^="https://www.amazon.co.jp/gp/"] connect.coron.tech###sub div[style="height:300px;"] connect.coron.tech##.article-outer-3 > #article-options connect.coron.tech##div.center[style="margin-top:20px;min-height:167px;"] ||circus-co.jp/product/*/rc/img/banner/$third-party gadgetlife2ch.blomaga.jp###amazon_title gadgetlife2ch.blomaga.jp##.ad_top-box gadgetlife2ch.blomaga.jp##.blogparts_freeArea:first-child ||allcinema.net/js/min.ad.js jprealtime.com##.video-plugin-for-adv > div.video-plugin-div.flex-video.widescreen ||cdn.r18hub.com/assets/videos/$domain=yavtube.com yavtube.com##.fluid_initial_play.transform-active javher.com###callToAction javher.com###popLink famitsu.com##.article-body__contents-pr-primary famitsu.com##.banner-lg-rect-haf-page famitsu.com##.banner-footer-rect-container anonymous-post.mobi##ad.widget_custom_html ||popin.cc/popin_video6_ads-min.js syosetu.com##div[class^="koukoku"] ||jartic.or.jp/d/banner/substitute/$subdocument asagei.com##.ad-middle-wrap beethovenmaster.com,global.sp.land.to##.SponsoredLink limo.media###_popIn_recommend_text yaraon-blog.com###single_content_sidebar afpbb.com##div[id^="_popIn_recommend"] life-n.jp##li[id^="native-"] life-n.jp##div[class^="ad_area"] renote.jp##[class$="__ad__container"] ||blogimg.jp/lucky2507/imgs/*/*.png$domain=koko-de-lunch.blog.jp ||gundam-futab.info/wp-content/themes/matome/rss/rss.html gundam-futab.info###sidebar-widget > .widget_pc_text:first-child gundam-futab.info##.rss_label gundam-futab.info##.sousyoku gundam-futab.info##.widget-under-article ||bblog.sso.biglobe.ne.jp/js/insert-ad. ||jav.guru^*/1600.gif ||jin115.com/js/amazon_ ||jin115.com/rss*$subdocument,~third-party jin115.com###side_left jin115.com###side_right > .plugin-memo:first-child jin115.com###side_right > .plugin-memo:last-child jin115.com##.article_bodymore > table[style^="text-align:left;"] jin115.com##div[style="width:728px; height:90px;"] ||pinknotora.net/468-73.jpg ||pinknotora.net/DMM.php ||pinknotora.net/rsp.htm ||pinkt.cocolog-nifty.com/pink/antenna.js english.evidus.com###sideMenu > font[color="#666666"] english.evidus.com###sideMenu > img[width="180"][height="16"] english.evidus.com###sideMenu > img[width="180"][height="16"] + br financepensionrealestate.work,koutchan.com,sai-kurashi.com,umihiro.hateblo.jp,unjyou.com,unofficialreissue.site##.entry-content > #my-footer meigara.jp##.ext_text wowgame.jp##table[width="970"] > tbody > tr > td[width="315"][align=left] ||mercury.dnitv.com^$domain=dplay.jp ||coincheck.com/images/affiliates/ getchu.com###banner_right jartic.or.jp###mainContentInner > .prBannerArea jpki.osdn.jp##.header-fixed-ad mag.osdn.jp###div-gpt-osdn_mag_rec-article-middle mag.osdn.jp###head-ad-text mag.osdn.jp##.ad qiita.com##.p-home_ad xtech.nikkei.com##.-adtag it-swarm-ja.tech##.adn-ar dplay.jp##.animateNewBottomSide picrew.me##.c_ad_wrapper ||2chan.net/bin/$subdocument 2chan.net##.tue 2chan.net##div[style="width:610px;margin: 0 auto;"] 2chan.net##div[style^="width:680px;"] 2chan.net##div[style^="width:728px;height:90px;"] alfalfalfa.com###Sticky-Left alfalfalfa.com##.amazon_link_sidebar alfalfalfa.com##.catch_amz blogpeople.net##.body-left > #Layer4.popup ~ .each-section-brown blogpeople.net##.body-left > div[class=""][style$="width:591px;"] blogpeople.net##.bp-people-top[style="background-color:#7b00f7;"]:first-child nijissoku.livedoor.biz##.h-rss bikebros.co.jp,virginbmw.com,virginducati.com,virgintriumph.com##.adsw blog.shinobi.jp##.NinjaEntryCommercial cnn.co.jp###_popIn_recommend ||dlsite.com/js/blogparts.js ||himasoku.com^$subdocument,~third-party himasoku.com##.article-body-more > .akares himasoku.com##.himajin-headline himasoku.com##.netabare ||labaq.com/user/json/lq_amarray.js labaq.com###ArticleBottom > span[style="font-size:0.8em;color:#666;clear:both"] labaq.com###logoad labaq.com###rightbody > .plugin-memo > .side > div[style^="width: 100%; height: 250px;"] labaq.com###rightbody > .sideparts_200c + .plugin-memo > .sidetitlebody labaq.com##div[class^="sideparts_"] jable.tv##a[href^="https://l.tyrantdb.com/"] mainichi.jp##.yads namakeru.com##.customized-header > .entry-header-html namakeru.com##.entry-footer-html > font[size="1"] namakeru.com##.hatena-module-html:first-child page2.jp###meerkat-wrap page2.jp,sitemix.jp###sitemix_pr_footer_js websearch.rakuten.co.jp###ad-ichiba ||excite.co.jp/jp/ox/ excite.co.jp##div[id^="gpt_pc_news_"] ||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_ ||nifty.com/pubc0m/$script ||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##.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;"] javfan.one,javtheater.com,jav.direct,javmix.tv##.__isboostOverContent 9tsu.net,jshow.tv##.ads-system 9tsu.net,jshow.tv##.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 business.nikkei.com##section[class^="recommendAd"] 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###jack_wrapper > div[id^="jack"] iphone-mania.jp##.single_pr_ad_all 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 ||cnobi.jp/*/recommend/ 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-100 sp-mobile-blog.com###text-147 ||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 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/ 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/"] ||moviead.cdnext.stream.ne.jp/player/latest/MovieADPlayer.js$domain=yomiuri.co.jp yomiuri.co.jp##.home-2020-prime-headline__ad yomiuri.co.jp##.p-ad-org-news-txt yomiuri.co.jp##[class^="home-2020-ad"] yomiuri.co.jp##[id^="ad_dfp_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###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] ||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/images/Banner*.jpg kuron-zero.com###nextrayad 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"] jump.5ch.net##a[href*="myshopify.com"] eromanga-time.com###spwrapper 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;"] 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 hosyusokuhou.jp###side > div.sidewrapper[style^="width: 218px; margin-bottom: 0px; position:"] a[target="_blank"] > img hosyusokuhou.jp##.abanner twi55.com##.affi-banner 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 85cc.net##a[href*="mm786.com/"] 85cc.net##.menu > a.item[target="_blank"] creive.me###sidebar1 > .add > #custom_html-2 mudainodocument.com##a[href^="https://recott.me/"] ibbs.info##.ad_data embed.share-videos.se###ad_html blog.esuteru.com,jin115.com###gStickyAd news-us.org##.adspc news-us.org##.related-ad-area news-us.org##[class^="sponsor"] 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"] 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##.rss2-iframe channel-jk.com##.blogroll_wrapper channel-jk.com##.blogroll_wrapper_kizisita 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 oricon.co.jp##aside.top-inline-banner oricon.co.jp##aside.block-header-banner erogazo-ngo.com###article_box > p:first-child erogazo-ngo.com##.post_content_ad erogazo-ngo.com##.post_content_btm_ad erogazo-ngo.com##.widget_text.right_sidebar:nth-last-child(-n+2) 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"] momon-ga.com##.article-body > div[class="check"] dailyanime.news##.centerBanner ||srv*.aaacompany.net/*/load.js$domain=javynow.com ||javym.net/video.js ||erry.one/video_2.js ||sugirl.info/link/video.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 ||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 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 smhn.info###content > .entry_under_ads smhn.info###content > .entry_under_fb ||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 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 auctions.yahoo.co.jp##.bannerFrame daily.co.jp##aside.add pandora.tv##a[href^="https://play.google.com/"][target="_blank"]:not([class]):not([id]) > img 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##.Ad asahi.com###OutbrainRec asahi.com##.OutbrainRecMod fukuishimbun.co.jp##.admeasure jiji.com##.ArticleAdSide sponichi.co.jp##[class^="banner"] 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 bookbang.jp###footer_ban 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"] 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"] ||static.javhd.com/h5/files/*/*x300.html$third-party gundam-futab.info,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 ||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 4gamer.net##.hot_game_now ameblo.jp##a[href^="http://ck.jp.ap.valuecommerce.com/"] nifty.com###docBtmBnr nifty.com##a[href^="http://track.nifty.com/"] livedoor.jp##a[href^="http://track.xmax.jp/"] ||amazon.co.jp/widgets/ ||asg.to/ad/ ||blogpeople.net/overture/ ||digiket.net^*/banner/ ||dmm.co.jp/dmmad/ ||dynamic.rakuten.co.jp^ ||e-nls.com/disp_cnt.php ||gakkou.net/bndat/ ||getchu.com/mbanner/ ||gyutto.jp/data/banner_img/ ||infoseek.co.jp/isweb/ ||livedoor.jp^*/amazon.js ||livedoor.jp^*/amazon_ranking.js ||livedoor.jp^*/amazon_ranking_side.js ||livedoor.net/blogroll/banner/ ||p.dmm.com^*/bnr/ ||rakuten.co.jp/b/ ||top.bcdn.jp/up_image/sp_banner/ ||tv-aichi.co.jp/ps/ad/ ||tv-tokyo.co.jp/index/recommend/ ||webryblog.biglobe.ne.jp^*/affiliate_ ||xrea.com/banner ||yimg.jp/images/*img/banner ||yjaxc.yahoo.co.jp^ ||yomiuri.co.jp/ad/ ! ! itest.5ch.net itest.5ch.net###instant_ad itest.5ch.net###float-bnr itest.5ch.net###js-adstir-300x250 itest.5ch.net###js-adstir-320x50 itest.5ch.net###js-bottom-ad-300x250 itest.5ch.net###js-bottom-ad-320x250 itest.5ch.net###js-cardview_ad itest.5ch.net##.js-cardview_ad-320x180 > iframe itest.5ch.net##.js-cardview_ad-320x50 itest.5ch.net##.js-overlay_ad itest.5ch.net##.ranking > div[style^="height: 320px;"] itest.5ch.net##.res_ad itest.5ch.net##div[class^="sproutad_"] itest.5ch.net##[class*="js-ads-content-top_"] ! avgle.com##.footer-banner avgle.com##iframe[src^="//ads.adxadserv.com/"] 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 /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##body > div[style*="z-index"]:not([id]):not([class]) ! !+ PLATFORM(ios, ext_android_cb, ext_safari) manga1001.com##.adtrue-div !+ NOT_OPTIMIZED ||yimg.jp/bdv/ ! https://github.com/AdguardTeam/AdguardFilters/issues/35721 !+ PLATFORM(ios, ext_android_cb, ext_safari) teachios.com##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/28910 !+ PLATFORM(ios, ext_android_cb, ext_safari) ronron-blog.com##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/20703 !+ PLATFORM(ios, ext_android_cb, ext_safari) d-navi004.com##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/20116 !+ PLATFORM(ios, ext_android_cb) gagetmatome.com##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/9091 !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock) wakudan.seesaa.net##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/9079 !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock) akb48gnittimatome.com##.adsbygoogle ! https://github.com/AdguardTeam/AdguardFilters/issues/9078 !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock) gtoys.blog.fc2.com##.adsbygoogle !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock) gtoys.blog.fc2.com###adleft !+ PLATFORM(ext_ff, ext_opera, ios, ext_android_cb, ext_ublock) gtoys.blog.fc2.com###adright !---------------------------------------------------------------------------! !------ White list. Fixing filtration errors (false-positive)---------------! !---------------------------------------------------------------------------! ! ! White list. Fixing filtration errors(false-positive) ! ! https://github.com/AdguardTeam/AdguardFilters/issues/70829 !+ PLATFORM(windows, mac, android, ext_chromium) ||pubads.g.doubleclick.net/gampad/ads?*&output=xml_vmap$xmlhttprequest,redirect=noopvmap-1.0,domain=tver.jp !+ NOT_PLATFORM(windows, mac, android, ext_chromium) @@||pubads.g.doubleclick.net/gampad/ads?*&output=xml_vmap$xmlhttprequest,domain=tver.jp ! https://github.com/AdguardTeam/AdguardFilters/issues/66610 @@||identity.mparticle.com/*/login$xmlhttprequest,domain=dplay.jp ! https://github.com/AdguardTeam/AdguardFilters/issues/69810 @@||myfigure.jp/banner/$image,domain=milcow.com ! https://github.com/AdguardTeam/AdguardFilters/issues/66531 @@||picrew.me/player/api/ads?$xmlhttprequest,~third-party ! 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/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 !+ PLATFORM(ios, ext_android_cb, ext_safari) @@||cmnw.jp^$generichide ! 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/41169 !+ PLATFORM(ios, ext_safari, ext_android_cb) @@||moppy.jp^$~script,~image,~stylesheet,domain=moppy.jp ! 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 ! @@||nazolog.com^$generichide publicdomainq.net#@#.adsbygoogle @@||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/ @@||yimg.jp/bdv/yahoo/javascript/gyao/clover.js$domain=gyao.yahoo.co.jp