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

Commit

Permalink
NanoAdblocker/NanoFilters#41 remove old rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed May 10, 2018
1 parent 57ca9ed commit fcf045b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -993,9 +993,6 @@ if (a.domCmp(["kisscartoon.me", "kisscartoon.se"])) {
$("iframe[id^='adsIfrme']").remove();
});
}
if (a.domCmp(["openload.co", "openload.io", "openload.tv", "oload.stream"])) {
a.readOnly("popAdsLoaded", true);
}
if (a.domCmp(["youwatch.org", "chouhaa.info", "ahzahg6ohb.com"])) {
a.ready(() => {
$("#player_imj, #player_imj + div[id]").remove();
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "14.15",
"version": "14.16",
"web_accessible_resources": [
"resources/*"
]
Expand Down

1 comment on commit fcf045b

@jspenguin2017
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong commit message, should be NanoAdblocker/NanoFilters#70

Please sign in to comment.