diff --git a/background.js b/background.js index d1c5b06..7584c30 100644 --- a/background.js +++ b/background.js @@ -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() { diff --git a/changelog.txt b/changelog.txt index 004d35f..ba8df30 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index 8856c3d..98b4520 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.4" + "version": "1.2.5" } diff --git a/popup.html b/popup.html index 89500e8..40bcc87 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.4 by Adam +
Bypass Paywalls v1.2.5 by Adam Options