diff --git a/source/aak-cont-filter-adblock-abp.txt b/source/aak-cont-filter-adblock-abp.txt index 18a1c9d..42cd081 100644 --- a/source/aak-cont-filter-adblock-abp.txt +++ b/source/aak-cont-filter-adblock-abp.txt @@ -1,5 +1,5 @@ [Adblock Plus 2.0] -! Title: AAK-Cont AdBlock / Adblock Plus Extension Filter +! Title: AAK-Cont AdBlock / Adblock Plus Auto-disable Extension Filter ! Author: Originally by Reek, revived by jspenguin2017 ! Version: 1.001 ! Expires: 1 days @@ -10,4 +10,5 @@ ! RedundantRules: https://arestwo.org/famlam/redundantRuleChecker.html ! RegExpVisualizer http://www.regexper.com/ ! -||blockadblock.com^$document \ No newline at end of file +||blockadblock.com^$document +@@||sjp.pwn.pl/ads.js \ No newline at end of file diff --git a/source/aak-cont-filter-ublock-origin.txt b/source/aak-cont-filter-ublock-origin.txt index f39f115..da1a9bc 100644 --- a/source/aak-cont-filter-ublock-origin.txt +++ b/source/aak-cont-filter-ublock-origin.txt @@ -12,4 +12,4 @@ # RedundantRules: https://arestwo.org/famlam/redundantRuleChecker.html # RegExpVisualizer http://www.regexper.com/ # -# No rules for now \ No newline at end of file +pwn.pl##script:inject(abort-on-property-read.js, adblock) \ No newline at end of file diff --git a/source/aak-cont-ubo-runtime.user.js b/source/aak-cont-ubo-runtime.user.js index 17866d4..43ff07e 100644 --- a/source/aak-cont-ubo-runtime.user.js +++ b/source/aak-cont-ubo-runtime.user.js @@ -3,7 +3,7 @@ // @namespace https://userscripts.org/scripts/show/155840 // @description Helps AdBlock / Adblock Plus to handle uBlock Origin filters // @author jspenguin2017, based on work of gorhill -// @version 1.001 +// @version 1.002 // @encoding utf-8 // @license https://github.com/uBlockOrigin/uAssets/blob/master/LICENSE // @icon https://gitlab.com/xuhaiyang1234/AAK-Cont/raw/master/images/icon.png @@ -199,5 +199,8 @@ if (util.domCmp("gamesradar.com")) { ubo.abort-on-property-write("_sp_"); } + if (util.domCmp("pwn.pl")) { + ubo.abort_on_property_read("adblock"); + } })();