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 Mar 30, 2019
1 parent aa92991 commit 0c5e4e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
6 changes: 0 additions & 6 deletions src/content/rules-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,6 @@ if (a.domCmp([
a.readOnly("adBlockEnabled", false);
}

if (a.domCmp([
"ratemyprofessors.com",
])) {
a.readOnly("adBlocker", false);
}

if (a.domCmp([
"link.tl",
])) {
Expand Down
3 changes: 0 additions & 3 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ if (a.domCmp(["tweaktown.com"])) {
setTimeout(blockScreenRemover, 500);
});
}
if (a.domCmp(["ratemyprofessors.com"])) {
a.filter("addEventListener", a.matchMethod.RegExp, /^resize$/i);
}
if (a.domCmp(["gamepedia.com"])) {
a.on("load", () => {
$("#atflb").remove();
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.113",
"version": "15.0.0.115",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 0c5e4e6

Please sign in to comment.