mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:34: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)
|
||||
|
||||
**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)\
|
||||
|
@ -223,7 +223,8 @@
|
||||
"*://*.worldpoliticsreview.com/*",
|
||||
"*://*.wsj.com/*",
|
||||
"*://*.nzz.ch/*",
|
||||
"*://*.republic.ru/*"
|
||||
"*://*.republic.ru/*",
|
||||
"*://*.historyextra.com*"
|
||||
],
|
||||
"version": "1.7.3"
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user