-
1 名前: 名無し 2021-10-21 15:17:50 ID:yMDdiNDAx
! uBlock Originをインストールする
! Myフィルターに下記をコピペして変更を適用
!
!
! https://blog-and-destroy.com
blog-and-destroy.com##.no-ads-msg-show
blog-and-destroy.com###site-header-adv
blog-and-destroy.com###side-ads-late -
2 名前: 名無し 2021-10-21 15:29:45 ID:wYmVkMzll
>>1 追加
! https://blog-and-destroy.com
blog-and-destroy.com##.no-ads-msg-show
blog-and-destroy.com###site-header-adv
blog-and-destroy.com###side-ads-late
blog-and-destroy.com##.entry-main .affiliate-card -
3 名前: 名無し 2021-11-21 19:25:06 ID:zMmZhYmM1
!battlecats-db.com
battlecats-db.com##+js(ra, onclick|style, body, stay)
! Firefoxのみ
!battlecats-db.com##^script:has-text(getElementsByTagName)
! これはscriptの中身が出て表示崩れた
!battlecats-db.com##body:style(display: block !important) -
4 名前: 名無し 2021-11-22 12:10:40 ID:yOTFjYzAx
! https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_2gun.txt から抜粋
! Firefoxのみ
||battlecats-db.com^$inline-script
! これ全部効かなくなってた
!battlecats-db.com##+js(abort-on-property-read.js, adsbygoogle)
!battlecats-db.com##+js(addEventListener-defuser.js, load, onload)
!battlecats-db.com##+js(abort-on-property-write.js, window.onload)
!battlecats-db.com##+js(abort-on-property-write.js, onload)
!battlecats-db.com##+js(abort-current-inline-script.js, document.getElementsByClassName, adsbygoogle)
!battlecats-db.com##+js(abort-current-inline-script.js, getElementsByClassName, adsbygoogle) -
5 名前: 名無し 2021-11-22 12:15:22 ID:yOTFjYzAx
>>4
! https://raw.githubusercontent.com/eEIi0A5L/adblock_filter/master/mochi_filter_2gun.txt から抜粋
! Chromeも使えます
||battlecats-db.com^$inline-script
! これ全部効かなくなってた
!battlecats-db.com##+js(abort-on-property-read.js, adsbygoogle)
!battlecats-db.com##+js(addEventListener-defuser.js, load, onload)
!battlecats-db.com##+js(abort-on-property-write.js, window.onload)
!battlecats-db.com##+js(abort-on-property-write.js, onload)
!battlecats-db.com##+js(abort-current-inline-script.js, document.getElementsByClassName, adsbygoogle)
!battlecats-db.com##+js(abort-current-inline-script.js, getElementsByClassName, adsbygoogle) -
6 名前: 名無し 2021-11-22 12:16:09 ID:yOTFjYzAx
>>4の訂正 >>5
-
7 名前: 名無し 2021-11-24 20:00:33 ID:5YTNkOTNi
AdGuard Japanese filter
https://filters.adtidy.org/extension/ublock/filters/7.txt から抜粋
! Adblock Plusの書き方(uBOは互換性があるので読める)
battlecats-db.com#$#body[style="display: none;"] { display: inline!important; }
! uBlock Originの書き方(ABPは互換性がないので読めない)
battlecats-db.com##body:style(display: inline!important;)