mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 01:11:04 +00:00
Add BusinessPost.ie
This commit is contained in:
parent
23dd51ef01
commit
5c9904cba3
@ -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) -
|
||||
|
@ -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 {
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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\\/",
|
||||
|
@ -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"
|
||||
}
|
||||
|
5
sites.js
5
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,
|
||||
|
Loading…
Reference in New Issue
Block a user