From af88393c5cf3df4fde09f11bc8f2b534eca8d085 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 7 Apr 2018 11:02:08 -0700 Subject: [PATCH] Fixed economist --- background.js | 6 ++++-- changelog.txt | 1 + manifest.json | 2 +- popup.html | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/background.js b/background.js index a165f7f..0d21835 100644 --- a/background.js +++ b/background.js @@ -53,7 +53,8 @@ const allow_cookies = [ 'fd.nl', 'bostonglobe.com', 'mercurynews.com', -'theage.com.au' +'theage.com.au', +'economist.com' ] // Removes cookies after page load @@ -64,7 +65,8 @@ const remove_cookies = [ 'fd.nl', 'bostonglobe.com', 'mercurynews.com', -'theage.com.au' +'theage.com.au', +'economist.com' ] function setDefaultOptions() { diff --git a/changelog.txt b/changelog.txt index 6894746..c276102 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ Updates-- +2018-04-07 v1.2.1: Fixed The Economist (economist.com) 2018-04-05 v1.2.0: Added dark theme icon (thanks to Geoffrey De Belie), added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au) 2018-01-30 v1.1.0: Added Medium (medium.com), added The Boston Globe (bostonglobe.com), added The Mercury News (mercurynews.com), removed The Australian (theaustralian.com.au), removed The Courier Mail (couriermail.com.au), removed The Telegraph (telegraph.co.uk) 2017-09-14 v1.09: Added back Barron's, added Het Financieele Dagblad (fd.nl), added Le Temps (letemps.ch), added Haaretz (haaretz.co.il) diff --git a/manifest.json b/manifest.json index 29c4260..e2f2a24 100644 --- a/manifest.json +++ b/manifest.json @@ -28,5 +28,5 @@ "page": "options.html" }, "permissions": [ "cookies", "", "storage", "webRequest", "webRequestBlocking"], - "version": "1.2.0" + "version": "1.2.1" } diff --git a/popup.html b/popup.html index a140bbc..4b54172 100644 --- a/popup.html +++ b/popup.html @@ -1,7 +1,7 @@ -
Bypass Paywalls v1.2.0 by Adam +
Bypass Paywalls v1.2.1 by Adam Options