Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
remove broken rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Mar 23, 2019
1 parent 8dd05b1 commit 1ea1687
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -2928,16 +2928,12 @@ if (a.domCmp(["letribunaldunet.fr"])) {
if (a.domCmp(["playstation.com"])) {
a.readOnly("adFileLoaded", true);
}
if (a.domCmp(["animezone.pl", "egy.best", "newpct.com"])) {
if (a.domCmp(["animezone.pl", "newpct.com"])) {
a.filter("eval", a.matchMethod.string, "googlesyndication");
}
if (a.domCmp(["animezone.pl"])) {
a.noAccess("o6c6e");
}
if (a.domCmp(["egy.best"])) {
a.generic.FuckAdBlock("_AdBlock", "_AdBlock_init");
a.noAccess("V4d4P");
}
if (a.domCmp(["newpct.com"])) {
a.noAccess("Y9z5A");
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "15.0.0.109",
"version": "15.0.0.111",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 1ea1687

Please sign in to comment.