diff --git a/README.md b/README.md index d8e4d1e..5b00e37 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Hacked (hacked.com)\ Hartford Courant (courant.com)\ Harvard Business Review (hbr.org)\ Inc.com (inc.com)\ +Investors Chronicle (investorschronicle.co.uk)\ Irish Times (irishtimes.com)\ La Repubblica (repubblica.it)\ Le Temps (letemps.ch)\ @@ -80,6 +81,8 @@ Only large or major sites will be considered. No small sites or local newspapers 2. Open up a new Private window (Ctrl+Shift+P) and paste the article title into Google. 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. +Usually premium articles cannot be bypassed as they are behind a hard paywall. + ### Troubleshooting * This add-on works best alongside [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/). * For The Denver Post turn off uBlock. diff --git a/background.js b/background.js index 75b83fe..b61251c 100644 --- a/background.js +++ b/background.js @@ -26,6 +26,7 @@ var defaultSites = { 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Inc.com': 'inc.com', + 'Investors Chronicle': 'investorschronicle.co.uk', 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it', 'Le Temps': 'letemps.ch', diff --git a/options.js b/options.js index d035f21..9e6d3a9 100644 --- a/options.js +++ b/options.js @@ -24,6 +24,7 @@ var defaultSites = { 'Hartford Courant': 'courant.com', 'Harvard Business Review': 'hbr.org', 'Inc.com': 'inc.com', + 'Investors Chronicle': 'investorschronicle.co.uk', 'Irish Times': 'irishtimes.com', 'La Repubblica': 'repubblica.it', 'Le Temps': 'letemps.ch',