Add Evening Standard (UK)

This commit is contained in:
magnolia1234 2022-10-08 19:16:44 +02:00
parent 9354ea2625
commit 67a27be39b
6 changed files with 16 additions and 2 deletions

View file

@ -374,6 +374,7 @@ Grouped in options:\
##### United Kingdom/Ireland ##### United Kingdom/Ireland
[Belfast Telegraph](https://www.belfasttelegraph.co.uk) - [Belfast Telegraph](https://www.belfasttelegraph.co.uk) -
[Business Post](https://www.businesspost.ie) - [Business Post](https://www.businesspost.ie) -
[Evening Standard](https://www.standard.co.uk) -
[Financial News](https://www.fnlondon.com) - [Financial News](https://www.fnlondon.com) -
[Financial Times](https://www.ft.com) - [Financial Times](https://www.ft.com) -
[Investors' Chronicle](https://www.investorschronicle.co.uk) - [Investors' Chronicle](https://www.investorschronicle.co.uk) -

View file

@ -2,6 +2,7 @@
Changelog Bypass Paywalls Clean - Firefox Changelog Bypass Paywalls Clean - Firefox
Post-release Post-release
Add Evening Standard (UK)
Add Medscape Add Medscape
Add The Critic (UK) Add The Critic (UK)
Remove Alma Talent sites (hold Iltalehti.fi) Remove Alma Talent sites (hold Iltalehti.fi)

View file

@ -167,7 +167,7 @@
}, },
"Newbostonpost.com": { "Newbostonpost.com": {
"allow_cookies": 1, "allow_cookies": 1,
"block_regex": "\\/newbostonpost\\.com\\/wp-content\\/themes\\/nbp\\/includes\\/paywall\\/js\\/main\\.js", "block_regex": "\\/newbostonpost\\.com\\/.+\\/paywall\\/js\\/main\\.js",
"domain": "newbostonpost.com" "domain": "newbostonpost.com"
}, },
"Nv.ua": { "Nv.ua": {
@ -278,3 +278,4 @@
"domain": "washingtontimes.com" "domain": "washingtontimes.com"
} }
} }

View file

@ -539,6 +539,7 @@
"*://*.spglobal.com/*", "*://*.spglobal.com/*",
"*://*.spiegel.de/*", "*://*.spiegel.de/*",
"*://*.sportico.com/*", "*://*.sportico.com/*",
"*://*.standard.co.uk/*",
"*://*.standard.net.au/*", "*://*.standard.net.au/*",
"*://*.star-telegram.com/*", "*://*.star-telegram.com/*",
"*://*.staradvertiser.com/*", "*://*.staradvertiser.com/*",
@ -716,5 +717,5 @@
"*://gcm.omerlocdn.com/*", "*://gcm.omerlocdn.com/*",
"*://webcache.googleusercontent.com/*" "*://webcache.googleusercontent.com/*"
], ],
"version": "2.8.7.6" "version": "2.8.7.7"
} }

View file

@ -463,6 +463,11 @@ var defaultSites = {
allow_cookies: 1, allow_cookies: 1,
useragent: "googlebot" useragent: "googlebot"
}, },
"Evening Standard (UK)": {
domain: "standard.co.uk",
allow_cookies: 1,
block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/
},
"Exame": { "Exame": {
domain: "exame.com", domain: "exame.com",
block_regex: /\/exame\.com\/.+\/js\/pywll-dyn\.js/ block_regex: /\/exame\.com\/.+\/js\/pywll-dyn\.js/

View file

@ -18,6 +18,11 @@
"domain": "corrieredellosport.it", "domain": "corrieredellosport.it",
"remove_cookies_select_drop": ["paywall_articles"] "remove_cookies_select_drop": ["paywall_articles"]
}, },
"Evening Standard (UK)": {
"domain": "standard.co.uk",
"allow_cookies": 1,
"block_regex": "(\\.tinypass\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)"
},
"General-Anzeiger Bonn": { "General-Anzeiger Bonn": {
"domain": "ga.de", "domain": "ga.de",
"allow_cookies": 1, "allow_cookies": 1,