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 Mar 27, 2020
1 parent 2c67a7f commit 30c2469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ if (a.domCmp(["sthelensstar.co.uk", "runcornandwidnesworld.co.uk", "leighjournal
if (a.domCmp(["nyheter24.se"])) {
a.readOnly("_sp_", null);
}
if (a.domCmp(["history.com", "mylifetime.com"])) {
if (a.domCmp(["history.com"])) {
a.inject(() => {
"use strict";
const f = (e) => { e(false); };
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.195",
"version": "15.0.0.196",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 30c2469

Please sign in to comment.