diff --git a/README.md b/README.md index 6259e00c..86c4e6a4 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Grouped in options:\ ##### United Kingdom/Ireland [Belfast Telegraph](https://www.belfasttelegraph.co.uk) - +[Business Post](https://www.businesspost.ie) - [Financial News](https://www.fnlondon.com) - [Financial Times](https://www.ft.com) - [Investors' Chronicle](https://www.investorschronicle.co.uk) - diff --git a/background.js b/background.js index 0a5d72cb..72a0172a 100644 --- a/background.js +++ b/background.js @@ -716,7 +716,7 @@ function disableJavascriptOnListedSites() { && ((enabledSites.includes('###_wp_evolok') && details.url.match(/\/(wp-content\/.+\/ev-em|evolok\/.+\/ev-widgets)\.min\.js/)) || (enabledSites.includes('###_wp_pigeon') && details.url.includes('/c/assets/pigeon.js')) || (enabledSites.includes('zephr.com') && details.url.includes('/zephr/features'))))) - || matchUrlDomain(excludedSites.concat(disabledSites, ['asia.nikkei.com', 'cambridge.org', 'japantimes.co.jp']), header_referer)) { + || matchUrlDomain(excludedSites.concat(disabledSites, ['asia.nikkei.com', 'businesspost.ie', 'cambridge.org', 'japantimes.co.jp']), header_referer)) { return; } return { diff --git a/changelog.txt b/changelog.txt index be239f56..94cb27f3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release Add 60 Millions de consommateurs +Add BusinessPost.ie Add Private Equity News Fix Gruppo GEDI.it (login) diff --git a/custom/sites_custom.json b/custom/sites_custom.json index d22da49c..9013cf85 100644 --- a/custom/sites_custom.json +++ b/custom/sites_custom.json @@ -41,6 +41,11 @@ "Connexionfrance.com": { "domain": "connexionfrance.com" }, + "Dailyherald.com": { + "allow_cookies": 1, + "block_regex": "\\.tinypass\\.com\\/", + "domain": "dailyherald.com" + }, "Edweek.org": { "allow_cookies": 1, "block_regex": "js\\.pelcro\\.com\\/", diff --git a/manifest.json b/manifest.json index 4348ce5c..9b9cf756 100644 --- a/manifest.json +++ b/manifest.json @@ -118,6 +118,7 @@ "*://*.business-standard.com/*", "*://*.businessinsider.com/*", "*://*.businessoffashion.com/*", + "*://*.businesspost.ie/*", "*://*.cairnspost.com.au/*", "*://*.calgaryherald.com/*", "*://*.canberratimes.com.au/*", @@ -704,5 +705,5 @@ "*://gcm.omerlocdn.com/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.8.4.1" + "version": "2.8.4.2" } diff --git a/sites.js b/sites.js index 4b8313d9..80c38f30 100644 --- a/sites.js +++ b/sites.js @@ -227,6 +227,11 @@ var defaultSites = { domain: "businessinsider.com", block_regex: /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-access-.+\.js)/ }, + "Business Post.ie (do not block Piano.io-script externally)": { + domain: "businesspost.ie", + block_regex: /cdn\.cxense\.com\//, + remove_cookies_select_drop: ["xbc"] + }, "Business Standard": { domain: "business-standard.com", allow_cookies: 1,