mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-11 06:54:26 +02:00
Add historyextra.com
This commit is contained in:
parent
050022bba6
commit
596d85fcea
@ -18,7 +18,7 @@
|
|||||||
* [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-chrome/releases/latest/download/bypass-paywalls-firefox.xpi)
|
* [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-chrome/releases/latest/download/bypass-paywalls-firefox.xpi)
|
||||||
|
|
||||||
**Notes**
|
**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.
|
* You will be logged out for any site you have checked.
|
||||||
* This extension works best alongside the adblocker uBlock Origin.
|
* This extension works best alongside the adblocker uBlock Origin.
|
||||||
* With the Firefox version you get automatic updates.
|
* With the Firefox version you get automatic updates.
|
||||||
@ -66,6 +66,7 @@
|
|||||||
[Harvard Business Review](https://www.hbr.org)\
|
[Harvard Business Review](https://www.hbr.org)\
|
||||||
[Herald Sun](https://www.heraldsun.com.au)\
|
[Herald Sun](https://www.heraldsun.com.au)\
|
||||||
[Het Financieel Dagblad](https://fd.nl)\
|
[Het Financieel Dagblad](https://fd.nl)\
|
||||||
|
[History Extra](https://www.historyextra.com)\
|
||||||
[Il Manifesto](https://www.ilmanifesto.it)\
|
[Il Manifesto](https://www.ilmanifesto.it)\
|
||||||
[Inc.com](https://www.inc.com)\
|
[Inc.com](https://www.inc.com)\
|
||||||
[Investors Chronicle](https://www.investorschronicle.co.uk)\
|
[Investors Chronicle](https://www.investorschronicle.co.uk)\
|
||||||
|
@ -223,7 +223,8 @@
|
|||||||
"*://*.worldpoliticsreview.com/*",
|
"*://*.worldpoliticsreview.com/*",
|
||||||
"*://*.wsj.com/*",
|
"*://*.wsj.com/*",
|
||||||
"*://*.nzz.ch/*",
|
"*://*.nzz.ch/*",
|
||||||
"*://*.republic.ru/*"
|
"*://*.republic.ru/*",
|
||||||
|
"*://*.historyextra.com*"
|
||||||
],
|
],
|
||||||
"version": "1.7.3"
|
"version": "1.7.3"
|
||||||
}
|
}
|
||||||
|
@ -179,7 +179,8 @@ const blockedRegexes = {
|
|||||||
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
|
'theglobeandmail.com': /theglobeandmail\.com\/pb\/resources\/scripts\/build\/chunk-bootstraps\/.+\.js/,
|
||||||
'thenation.com': /thenation\.com\/.+\/paywall-script\.php/,
|
'thenation.com': /thenation\.com\/.+\/paywall-script\.php/,
|
||||||
'thewrap.com': /thewrap\.com\/.+\/wallkit\.js/,
|
'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
|
// Allowed external scripts
|
||||||
|
@ -41,6 +41,7 @@ const defaultSites = {
|
|||||||
'Harvard Business Review': 'hbr.org',
|
'Harvard Business Review': 'hbr.org',
|
||||||
'Herald Sun': 'heraldsun.com.au',
|
'Herald Sun': 'heraldsun.com.au',
|
||||||
'Het Financieele Dagblad': 'fd.nl',
|
'Het Financieele Dagblad': 'fd.nl',
|
||||||
|
'History Extra': 'historyextra.com',
|
||||||
'Il Manifesto': 'ilmanifesto.it',
|
'Il Manifesto': 'ilmanifesto.it',
|
||||||
'Inc.com': 'inc.com',
|
'Inc.com': 'inc.com',
|
||||||
'Investors Chronicle': 'investorschronicle.co.uk',
|
'Investors Chronicle': 'investorschronicle.co.uk',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user