Add Belfast Telegraph

merge-requests/1/head
magnolia1234 4 years ago
parent 71309d8aa7
commit 0414fc7669

@ -152,6 +152,7 @@ Install add-on by downloading xpi-file.
#### Europe
##### United Kingdom/Ireland
[Belfast Telegraph](https://www.belfasttelegraph.co.uk) -
[Financial News](https://www.fnlondon.com) -
[Financial Times](https://www.ft.com) -
[Irish Independent](https://www.independent.ie) -
@ -267,11 +268,11 @@ Install add-on by downloading xpi-file.
_*free articles only._
### Sites with limited number of free articles
The free article limit can normally be bypassed by removing cookies for the site.*
The free article limit can normally be bypassed by removing cookies for the site.*
1. Install the [Cookie Remover](https://addons.mozilla.org/en-US/firefox/addon/cookie-remover/) Add-on.
2. When coming across a paywall click the cookie icon to remove the cookies then refresh the page.
Install the [Cookie Remover](https://addons.mozilla.org/en-US/firefox/addon/cookie-remover/) Add-on. Please rate it 5 stars if you find it useful.
When coming across a paywall click the cookie icon to remove the cookies then refresh the page.
If removing the cookies works you can also add the site as a custom site.
_*May not always succeed_

@ -22,6 +22,7 @@ var allow_cookies = [
'abc.es',
'adelaidenow.com.au',
'aftonbladet.se',
'belfasttelegraph.co.uk',
'bostonglobe.com',
'business-standard.com',
'cairnspost.com.au',
@ -153,6 +154,7 @@ var blockedRegexes = {
'afr.com': /afr\.com\/assets\/vendorsReactRedux_client.+\.js/,
'americanbanker.com': /.+\.tinypass\.com\/.+/,
'barrons.com': /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
'belfasttelegraph.co.uk': /cdn\.flip-pay\.com\/clients\/inm\/flip-pay\.js/,
'bloomberg.com': /.+\.tinypass\.com\/.+/,
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
'businessinsider.com': /(.+\.tinypass\.com\/.+|cdn\.onesignal\.com\/sdks\/.+\.js)/,

@ -689,9 +689,10 @@ else if (matchDomain('historyextra.com')) {
removeDOMElement(ad_banner);
}
else if (matchDomain('independent.ie')) {
else if (matchDomain(['independent.ie', 'belfasttelegraph.co.uk'])) {
let domain = matchDomain(['independent.ie', 'belfasttelegraph.co.uk']);
if (!cookieExists('subscriber')) {
setCookie('subscriber', '{"subscriptionStatus": true}', 'www.independent.ie', '/', 14);
setCookie('subscriber', '{"subscriptionStatus": true}', domain, '/', 14);
}
}

@ -46,6 +46,7 @@
"*://*.atavist.com/*",
"*://*.baltimoresun.com/*",
"*://*.barrons.com/*",
"*://*.belfasttelegraph.co.uk/*",
"*://*.bendigoadvertiser.com.au/*",
"*://*.bizjournals.com/*",
"*://*.bloomberg.com/*",

@ -3,13 +3,14 @@ var defaultSites =
"ABC.es": "abc.es",
"Adweek": "adweek.com",
"Aftonbladet": "aftonbladet.se",
"Algemeen Dagblad": "ad.nl",
"Algemeen Dagblad (+ regional)": "ad.nl",
"American Affairs": "americanaffairsjournal.org",
"American Banker": "americanbanker.com",
"Atavist Magazine": "atavist.com",
"Baltimore Sun": "baltimoresun.com",
"Barron's": "barrons.com",
"BBC History Extra": "historyextra.com",
"Belfast Telegraph": "belfasttelegraph.co.uk",
"Bendigo Advertiser": "bendigoadvertiser.com.au",
"Bloomberg": "bloomberg.com",
"Bloomberg Quint (free articles only)": "bloombergquint.com",

Loading…
Cancel
Save