diff --git a/README.md b/README.md index 7c993c4..79d2c0c 100644 --- a/README.md +++ b/README.md @@ -374,6 +374,7 @@ Grouped in options:\ ##### United Kingdom/Ireland [Belfast Telegraph](https://www.belfasttelegraph.co.uk) - [Business Post](https://www.businesspost.ie) - +[Evening Standard](https://www.standard.co.uk) - [Financial News](https://www.fnlondon.com) - [Financial Times](https://www.ft.com) - [Investors' Chronicle](https://www.investorschronicle.co.uk) - diff --git a/changelog.txt b/changelog.txt index d1a402a..c0be014 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add Evening Standard (UK) Add Medscape Add The Critic (UK) Remove Alma Talent sites (hold Iltalehti.fi) diff --git a/custom/sites_custom.json b/custom/sites_custom.json index a840065..09533b1 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -167,7 +167,7 @@ }, "Newbostonpost.com": { "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" }, "Nv.ua": { @@ -278,3 +278,4 @@ "domain": "washingtontimes.com" } } + diff --git a/manifest.json b/manifest.json index c44d41a..e3bac98 100644 --- a/manifest.json +++ b/manifest.json @@ -539,6 +539,7 @@ "*://*.spglobal.com/*", "*://*.spiegel.de/*", "*://*.sportico.com/*", + "*://*.standard.co.uk/*", "*://*.standard.net.au/*", "*://*.star-telegram.com/*", "*://*.staradvertiser.com/*", @@ -716,5 +717,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.8.7.6" + "version": "2.8.7.7" } diff --git a/sites.js b/sites.js index 82ec315..104c1aa 100644 --- a/sites.js +++ b/sites.js @@ -463,6 +463,11 @@ var defaultSites = { allow_cookies: 1, 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": { domain: "exame.com", block_regex: /\/exame\.com\/.+\/js\/pywll-dyn\.js/ diff --git a/sites_updated.json b/sites_updated.json index e256440..1acf0e9 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -18,6 +18,11 @@ "domain": "corrieredellosport.it", "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": { "domain": "ga.de", "allow_cookies": 1,