Fix bostonglobe.com

This commit is contained in:
Adam 2018-05-12 17:14:39 -07:00
parent db4f931a3d
commit bd805f0cf0
4 changed files with 8 additions and 4 deletions

View File

@ -56,7 +56,8 @@ const allow_cookies = [
'bostonglobe.com', 'bostonglobe.com',
'mercurynews.com', 'mercurynews.com',
'theage.com.au', 'theage.com.au',
'economist.com' 'economist.com',
'bostonglobe.com'
] ]
// Removes cookies after page load // Removes cookies after page load
@ -68,7 +69,8 @@ const remove_cookies = [
'bostonglobe.com', 'bostonglobe.com',
'mercurynews.com', 'mercurynews.com',
'theage.com.au', 'theage.com.au',
'economist.com' 'economist.com',
'bostonglobe.com'
] ]
function setDefaultOptions() { function setDefaultOptions() {

View File

@ -1,4 +1,6 @@
Updates-- Updates--
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
2018-05-10 v1.2.4: Fixed redirect issue 2018-05-10 v1.2.4: Fixed redirect issue
2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com) 2018-05-05 v1.2.3: Added Bloomberg (bloomberg.com)
2018-04-23 v1.2.2: Added the English Version of Haaretz website (haaretz.com) 2018-04-23 v1.2.2: Added the English Version of Haaretz website (haaretz.com)

View File

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

View File

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