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

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed May 7, 2018
1 parent ec57082 commit 9e021d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ if (a.domCmp(["voici.fr", "programme-tv.net"])) {
a.bait("div", "#sas_script2");
}
if (a.domCmp(["chip.de", "moviepilot.com", "nowloading.co", "champions.co", "trendblog.net",
"immobilienscout24.de", "theage.com.au", "thestudentroom.co.uk", "drugs.com", "tucson.com"])) {
"immobilienscout24.de", "theage.com.au", "thestudentroom.co.uk", "drugs.com", "tucson.com",
"ottawacitizen.com"])) {
// https://github.com/jspenguin2017/uBlockProtector/issues/271
// https://github.com/jspenguin2017/uBlockProtector/issues/363
a.noAccess("stop");
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "14.10"
"version": "14.11"
}

0 comments on commit 9e021d8

Please sign in to comment.