Add historyextra.com

This commit is contained in:
Adam 2020-06-28 15:25:30 -07:00
parent 050022bba6
commit 596d85fcea
4 changed files with 7 additions and 3 deletions

View File

@ -18,7 +18,7 @@
* [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-chrome/releases/latest/download/bypass-paywalls-firefox.xpi)
**Notes**
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.
* Every time you open Chrome it may warn you about running extensions in developer mode, just click 🗙 to keep the extension enabled.
* You will be logged out for any site you have checked.
* This extension works best alongside the adblocker uBlock Origin.
* With the Firefox version you get automatic updates.
@ -66,6 +66,7 @@
[Harvard Business Review](https://www.hbr.org)\
[Herald Sun](https://www.heraldsun.com.au)\
[Het Financieel Dagblad](https://fd.nl)\
[History Extra](https://www.historyextra.com)\
[Il Manifesto](https://www.ilmanifesto.it)\
[Inc.com](https://www.inc.com)\
[Investors Chronicle](https://www.investorschronicle.co.uk)\

View File

@ -223,7 +223,8 @@
"*://*.worldpoliticsreview.com/*",
"*://*.wsj.com/*",
"*://*.nzz.ch/*",
"*://*.republic.ru/*"
"*://*.republic.ru/*",
"*://*.historyextra.com*"
],
"version": "1.7.3"
}

View File

@ -179,7 +179,8 @@ const blockedRegexes = {
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
'thenation.com': /thenation\.com\/.+\/paywall-script\.php/,
'thewrap.com': /thewrap\.com\/.+\/wallkit\.js/,
'wsj.com': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/
'wsj.com': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
'historyextra.com': /.+\.evolok\.net\/.+\/authorize\/.+/
};
// Allowed external scripts

View File

@ -41,6 +41,7 @@ const defaultSites = {
'Harvard Business Review': 'hbr.org',
'Herald Sun': 'heraldsun.com.au',
'Het Financieele Dagblad': 'fd.nl',
'History Extra': 'historyextra.com',
'Il Manifesto': 'ilmanifesto.it',
'Inc.com': 'inc.com',
'Investors Chronicle': 'investorschronicle.co.uk',