Fix bostonglobe.com

master
Adam 2018-05-12 17:14:07 -07:00
parent 20ac8a1ebe
commit 15dcd82b62
4 changed files with 8 additions and 4 deletions

View File

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

View File

@ -1,4 +1,6 @@
Updates--
2018-05-12 v1.2.5: Fixed Boston Globe (bostonglobe.com)
2018-05-10 v1.2.4: Fixed redirect issue
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)

View File

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

View File

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