diff --git a/README.md b/README.md index 8a23a51..fb4c78b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bypass Paywalls for Firefox -## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi) +## [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) ### Bypass the following sites' paywalls with this extension: @@ -9,6 +9,7 @@ Baltimore Sun (baltimoresun.com)\ Barron's (barrons.com)\ Bloomberg (bloomberg.com)\ Caixin (caixinglobal.com)\ +Chemical & Engineering News (cen.acs.org)\ Central Western Daily (centralwesterndaily.com.au)\ Chicago Tribune (chicagotribune.com)\ Crain's Chicago Business (chicagobusiness.com)\ @@ -53,6 +54,7 @@ The Morning Call (mcall.com)\ The Nation (thenation.com)\ The New York Times (nytimes.com)\ The New Yorker (newyorker.com)\ +The News-Gazette (news-gazette.com)\ The Spectator (spectator.co.uk)\ The Business Journals (bizjournals.com)\ The Seattle Times (seattletimes.com)\ @@ -70,6 +72,6 @@ Wired (wired.com) 3. Click on the same article from the Google search results page. If it loads without a paywall you can [submit a request](https://github.com/iamadamdev/bypass-paywalls-firefox/issues/new) to add the site, otherwise my extension cannot bypass it either. ### Troubleshooting - --For The Denver Post turn off uBlock.\ --If a site doesn't work try turning off uBlock and refreshing. +* This add-on works best along with [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/) +* For The Denver Post turn off uBlock. +* If a site doesn't work try turning off uBlock and refreshing. diff --git a/background.js b/background.js index 15c4f07..9dee87a 100644 --- a/background.js +++ b/background.js @@ -7,6 +7,7 @@ var defaultSites = { 'Bloomberg': 'bloomberg.com', 'Business Insider': 'businessinsider.com', 'Caixin': 'caixinglobal.com', + 'Chemical & Engineering News': 'cen.acs.org', 'Chicago Tribune': 'chicagotribune.com', 'Central Western Daily': 'centralwesterndaily.com.au', 'Crain\'s Chicago Business': 'chicagobusiness.com', @@ -53,6 +54,7 @@ var defaultSites = { 'The Nation': 'thenation.com', 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', + 'The News-Gazette': 'news-gazette.com', 'The Spectator': 'spectator.co.uk', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', @@ -117,7 +119,8 @@ const remove_cookies = [ 'theherald.com.au', 'foreignpolicy.com', 'wsj.com', -'glassdoor.com' +'glassdoor.com', +'cen.acs.org' ] function setDefaultOptions() { diff --git a/manifest.json b/manifest.json index e72ac98..b2fe460 100644 --- a/manifest.json +++ b/manifest.json @@ -44,5 +44,5 @@ "webRequest", "webRequestBlocking" ], - "version": "1.4.6" + "version": "1.4.7" } \ No newline at end of file diff --git a/options.js b/options.js index 4e6d214..fd8c4c3 100644 --- a/options.js +++ b/options.js @@ -5,6 +5,7 @@ var defaultSites = { 'Bloomberg': 'bloomberg.com', 'Business Insider': 'businessinsider.com', 'Caixin': 'caixinglobal.com', + 'Chemical & Engineering News': 'cen.acs.org', 'Chicago Tribune': 'chicagotribune.com', 'Central Western Daily': 'centralwesterndaily.com.au', 'Crain\'s Chicago Business': 'chicagobusiness.com', @@ -51,6 +52,7 @@ var defaultSites = { 'The Nation': 'thenation.com', 'The New York Times': 'nytimes.com', 'The New Yorker': 'newyorker.com', + 'The News-Gazette': 'news-gazette.com', 'The Spectator': 'spectator.co.uk', 'The Seattle Times': 'seattletimes.com', 'The Sydney Morning Herald': 'smh.com.au', diff --git a/popup.html b/popup.html index 1938a85..93293ee 100644 --- a/popup.html +++ b/popup.html @@ -4,7 +4,7 @@ -
Bypass Paywalls v1.4.6 by Adam -Options
+
Bypass Paywalls by Adam +
Options | GitHub | v1.4.7
diff --git a/updates.json b/updates.json index 00bcc25..6415095 100644 --- a/updates.json +++ b/updates.json @@ -6,7 +6,9 @@ { "version": "1.4.5", "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" }, { "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" } + "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" } ] } }