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

Commit

Permalink
remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Jun 11, 2019
1 parent 1809d31 commit d245c75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/content/rules-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@
"ostrzeszowinfo.pl",
"pasty.link",
"pokyun.tv",
"reevown.com",
"shinden.pl",
"socketloop.com",
"sport-tv-guide.live",
Expand Down
2 changes: 1 addition & 1 deletion src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -2329,7 +2329,7 @@ if (a.domCmp(["gamejolt.net"])) {
if (a.domCmp(["dilidili.wang"])) {
a.filter("addEventListener", a.matchMethod.stringExact, "DOMNodeInserted", "window.document");
}
if (a.domCmp(["dilidili.wang", "reevown.com"])) {
if (a.domCmp(["dilidili.wang"])) {
a.antiCollapse("innerHTML", (elem) => elem === window.document.body);
}
if (a.domCmp(["gamekit.com"])) {
Expand Down

0 comments on commit d245c75

Please sign in to comment.