Fixed haaretz.co.il (be sure to also turn off uBlock)

This commit is contained in:
ghost 2018-10-07 11:52:56 -07:00
parent d271ccae8a
commit d5f5179a5b
5 changed files with 8 additions and 4 deletions

View File

@ -58,4 +58,5 @@ Wired (wired.com)
### Troubleshooting
If WSJ stops working try removing all wsj.com site cookies.\
For The Denver Post turn off uBlock.
For The Denver Post turn off uBlock.\
For haaretz.co.il you may need need to turn off uBlock.

View File

@ -98,7 +98,8 @@ function setDefaultOptions() {
var blockedRegexes = [
/.+:\/\/.+\.tribdss\.com\//,
/thenation\.com\/.+\/paywall-script\.php/
/thenation\.com\/.+\/paywall-script\.php/,
/haaretz\.co\.il\/htz\/js\/inter\.js/
];
var enabledSites = [];

View File

@ -1,4 +1,6 @@
Updates--
2018-10-07 v1.3.3: Fixed haaretz.co.il
2018-10-02 v1.3.2: Added The Advocate(theadvocate.com.au), added Examiner (examiner.com.au)
2018-09-16 v1.3.1: Removed Het Financieele Dagblad (fd.nl)
2018-09-09 v1.3.0: Fixed chicagobusiness.com

View File

@ -18,5 +18,5 @@
"page": "options.html"
},
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
"version": "1.3.2"
"version": "1.3.3"
}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div style="width:220px;">Bypass Paywalls v1.3.2 by Adam
<div style="width:220px;">Bypass Paywalls v1.3.3 by Adam
<br><a href="options.html">Options</a></div>
</body>
</html>