From a3a928244cbb60d1344138abd3c40f00eb6974d9 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 2 Feb 2019 14:52:20 -0800 Subject: [PATCH] Added tijd.be, irishtimes.com, thesaturdaypaper.com.au --- README.md | 7 ++++++- background.js | 10 ++++++++-- manifest.json | 2 +- options.js | 3 +++ updates.json | 4 +++- 5 files changed, 21 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85d7f0a..4e7cd97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi) +## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.8/bypass_paywalls-1.4.8-an+fx.xpi) + +### 2019-02-02: The Wall Street Journal (wsj.com) bypass is currently not working. WSJ seems to have changed their algorithm. ### Bypass the following sites' paywalls with this extension: @@ -16,6 +18,7 @@ Crain's Chicago Business (chicagobusiness.com)\ Corriere Della Sera (corriere.it)\ Daily Press (dailypress.com)\ Denver Post (denverpost.com)\ +De Tijd (tijd.be)\ The Economist (economist.com)\ Examiner (examiner.com.au)\ Financial Times (ft.com)\ @@ -27,6 +30,7 @@ Hartford Courant (courant.com)\ Harvard Business Review (hbr.org)\ Het Financieele Dagblad (fd.nl)\ Inc.com (inc.com)\ +Irish Times (irishtimes.com)\ La Repubblica (repubblica.it)\ Le Temps (letemps.ch)\ Los Angeles Times (latimes.com)\ @@ -55,6 +59,7 @@ The Nation (thenation.com)\ The New York Times (nytimes.com)\ The New Yorker (newyorker.com)\ The News-Gazette (news-gazette.com)\ +The Saturday Paper (thesaturdaypaper.com.au)\ The Spectator (spectator.co.uk)\ The Business Journals (bizjournals.com)\ The Seattle Times (seattletimes.com)\ diff --git a/background.js b/background.js index 9146dcf..b9909bd 100644 --- a/background.js +++ b/background.js @@ -14,6 +14,7 @@ var defaultSites = { 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', 'Denver Post': 'denverpost.com', + 'De Tijd': 'tijd.be', 'The Economist': 'economist.com', 'Examiner': 'examiner.com.au', 'Financial Times': 'ft.com', @@ -26,6 +27,7 @@ var defaultSites = { 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', 'Inc.com': 'inc.com', + 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it', 'Le Temps': 'letemps.ch', 'Los Angeles Times': 'latimes.com', @@ -55,6 +57,7 @@ var defaultSites = { 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', 'The News-Gazette': 'news-gazette.com', + 'The Saturday Paper': 'thesaturdaypaper.com.au', 'The Spectator': 'spectator.co.uk', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', @@ -92,7 +95,9 @@ const allow_cookies = [ 'theadvocate.com.au', 'examiner.com.au', 'thestar.com', -'washingtonpost.com' +'washingtonpost.com', +'irishtimes.com' + ] // Removes cookies after page load @@ -121,7 +126,8 @@ const remove_cookies = [ 'foreignpolicy.com', 'wsj.com', 'glassdoor.com', -'cen.acs.org' +'cen.acs.org', +'irishtimes.com' ] function setDefaultOptions() { diff --git a/manifest.json b/manifest.json index b2fe460..796b7f2 100644 --- a/manifest.json +++ b/manifest.json @@ -44,5 +44,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.4.7" + "version": "1.4.8" } \ No newline at end of file diff --git a/options.js b/options.js index fd8c4c3..ff6d156 100644 --- a/options.js +++ b/options.js @@ -12,6 +12,7 @@ var defaultSites = { 'Corriere Della Sera': 'corriere.it', 'Daily Press': 'dailypress.com', 'Denver Post': 'denverpost.com', + 'De Tijd': 'tijd.be', 'The Economist': 'economist.com', 'Examiner': 'examiner.com.au', 'Financial Times': 'ft.com', @@ -24,6 +25,7 @@ var defaultSites = { 'Harvard Business Review': 'hbr.org', 'Het Financieele Dagblad': 'fd.nl', 'Inc.com': 'inc.com', + 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it', 'Le Temps': 'letemps.ch', 'Los Angeles Times': 'latimes.com', @@ -53,6 +55,7 @@ var defaultSites = { 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', 'The News-Gazette': 'news-gazette.com', + 'The Saturday Paper': 'thesaturdaypaper.com.au', 'The Spectator': 'spectator.co.uk', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', diff --git a/updates.json b/updates.json index 6415095..0823c59 100644 --- a/updates.json +++ b/updates.json @@ -8,7 +8,9 @@ { "version": "1.4.6", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi" }, { "version": "1.4.7", - "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi" } + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi" }, + { "version": "1.4.8", + "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.8/bypass_paywalls-1.4.8-an+fx.xpi" } ] } }