This commit is contained in:
parent
c802c7cdcb
commit
ca4aadf781
@ -1,5 +1,5 @@
|
|||||||
[Adblock Plus 2.0]
|
[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
|
! Author: Originally by Reek, revived by jspenguin2017
|
||||||
! Version: 1.001
|
! Version: 1.001
|
||||||
! Expires: 1 days
|
! Expires: 1 days
|
||||||
@ -11,3 +11,4 @@
|
|||||||
! RegExpVisualizer http://www.regexper.com/
|
! RegExpVisualizer http://www.regexper.com/
|
||||||
!
|
!
|
||||||
||blockadblock.com^$document
|
||blockadblock.com^$document
|
||||||
|
@@||sjp.pwn.pl/ads.js
|
@ -12,4 +12,4 @@
|
|||||||
# RedundantRules: https://arestwo.org/famlam/redundantRuleChecker.html
|
# RedundantRules: https://arestwo.org/famlam/redundantRuleChecker.html
|
||||||
# RegExpVisualizer http://www.regexper.com/
|
# RegExpVisualizer http://www.regexper.com/
|
||||||
#
|
#
|
||||||
# No rules for now
|
pwn.pl##script:inject(abort-on-property-read.js, adblock)
|
@ -3,7 +3,7 @@
|
|||||||
// @namespace https://userscripts.org/scripts/show/155840
|
// @namespace https://userscripts.org/scripts/show/155840
|
||||||
// @description Helps AdBlock / Adblock Plus to handle uBlock Origin filters
|
// @description Helps AdBlock / Adblock Plus to handle uBlock Origin filters
|
||||||
// @author jspenguin2017, based on work of gorhill
|
// @author jspenguin2017, based on work of gorhill
|
||||||
// @version 1.001
|
// @version 1.002
|
||||||
// @encoding utf-8
|
// @encoding utf-8
|
||||||
// @license https://github.com/uBlockOrigin/uAssets/blob/master/LICENSE
|
// @license https://github.com/uBlockOrigin/uAssets/blob/master/LICENSE
|
||||||
// @icon https://gitlab.com/xuhaiyang1234/AAK-Cont/raw/master/images/icon.png
|
// @icon https://gitlab.com/xuhaiyang1234/AAK-Cont/raw/master/images/icon.png
|
||||||
@ -199,5 +199,8 @@
|
|||||||
if (util.domCmp("gamesradar.com")) {
|
if (util.domCmp("gamesradar.com")) {
|
||||||
ubo.abort-on-property-write("_sp_");
|
ubo.abort-on-property-write("_sp_");
|
||||||
}
|
}
|
||||||
|
if (util.domCmp("pwn.pl")) {
|
||||||
|
ubo.abort_on_property_read("adblock");
|
||||||
|
}
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
Reference in New Issue
Block a user