mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-13 02:04:16 +01:00
Add The Athletic UK & Il Messaggero (Italy)
This commit is contained in:
parent
7b4cf35929
commit
363cc8fe08
5 changed files with 8 additions and 2 deletions
|
@ -136,6 +136,7 @@
|
||||||
[Financial News](https://www.fnlondon.com) -
|
[Financial News](https://www.fnlondon.com) -
|
||||||
[Financial Times](https://www.ft.com) -
|
[Financial Times](https://www.ft.com) -
|
||||||
[London Review of Books](https://www.lrb.co.uk) -
|
[London Review of Books](https://www.lrb.co.uk) -
|
||||||
|
[The Athletic UK](https://theathletic.com) -
|
||||||
[The Economist](https://www.economist.com) -
|
[The Economist](https://www.economist.com) -
|
||||||
[The Irish Times](https://www.irishtimes.com)* -
|
[The Irish Times](https://www.irishtimes.com)* -
|
||||||
[The New Statesman](https://www.newstatesman.com) -
|
[The New Statesman](https://www.newstatesman.com) -
|
||||||
|
@ -157,6 +158,7 @@
|
||||||
[Kleine Zeitung](https://www.kleinezeitung.at)
|
[Kleine Zeitung](https://www.kleinezeitung.at)
|
||||||
##### Italy
|
##### Italy
|
||||||
[Corriere Della Sera](https://www.corriere.it) -
|
[Corriere Della Sera](https://www.corriere.it) -
|
||||||
|
[Il Messaggero](https://www.ilmessaggero.it) -
|
||||||
[La Repubblica](https://www.repubblica.it) -
|
[La Repubblica](https://www.repubblica.it) -
|
||||||
[La Stampa](https://www.lastampa.it)
|
[La Stampa](https://www.lastampa.it)
|
||||||
##### Netherlands/Flanders
|
##### Netherlands/Flanders
|
||||||
|
|
|
@ -51,6 +51,7 @@ var allow_cookies = [
|
||||||
'techinasia.com',
|
'techinasia.com',
|
||||||
'telegraph.co.uk',
|
'telegraph.co.uk',
|
||||||
'the-american-interest.com',
|
'the-american-interest.com',
|
||||||
|
'theathletic.co.uk',
|
||||||
'theathletic.com',
|
'theathletic.com',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
'themarker.com',
|
'themarker.com',
|
||||||
|
@ -109,6 +110,7 @@ const use_google_bot_default = [
|
||||||
'quora.com',
|
'quora.com',
|
||||||
'seekingalpha.com',
|
'seekingalpha.com',
|
||||||
'telegraph.co.uk',
|
'telegraph.co.uk',
|
||||||
|
'theathletic.co.uk',
|
||||||
'theathletic.com',
|
'theathletic.com',
|
||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
'themarker.com',
|
'themarker.com',
|
||||||
|
|
|
@ -376,7 +376,7 @@ if (window.location.href.indexOf("sofrep.com") !== -1) {
|
||||||
removeDOMElement(banner);
|
removeDOMElement(banner);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (window.location.href.indexOf("theathletic.com") !== -1) {
|
if (window.location.href.indexOf("theathletic.co") !== -1) {
|
||||||
const landing_banner = document.querySelector('.logged-out-landing-banner');
|
const landing_banner = document.querySelector('.logged-out-landing-banner');
|
||||||
const sample_banner = document.querySelector('.main-sample-banner');
|
const sample_banner = document.querySelector('.main-sample-banner');
|
||||||
const bottom_banner = document.querySelector('.border-bottom-cc');
|
const bottom_banner = document.querySelector('.border-bottom-cc');
|
||||||
|
|
2
sites.js
2
sites.js
|
@ -54,6 +54,7 @@ var defaultSites =
|
||||||
"Het Financieel Dagblad": "fd.nl",
|
"Het Financieel Dagblad": "fd.nl",
|
||||||
"Humo.be": "humo.be",
|
"Humo.be": "humo.be",
|
||||||
"Inc.com": "inc.com",
|
"Inc.com": "inc.com",
|
||||||
|
"Il Messaggero": "ilmessaggero.it",
|
||||||
"Illawarra Mercury": "illawarramercury.com.au",
|
"Illawarra Mercury": "illawarramercury.com.au",
|
||||||
"Kleine Zeitung": "kleinezeitung.at",
|
"Kleine Zeitung": "kleinezeitung.at",
|
||||||
"L'Écho": "lecho.be",
|
"L'Écho": "lecho.be",
|
||||||
|
@ -111,6 +112,7 @@ var defaultSites =
|
||||||
"The Age": "theage.com.au",
|
"The Age": "theage.com.au",
|
||||||
"The American Interest": "the-american-interest.com",
|
"The American Interest": "the-american-interest.com",
|
||||||
"The Athletic": "theathletic.com",
|
"The Athletic": "theathletic.com",
|
||||||
|
"The Athletic UK": "theathletic.co.uk",
|
||||||
"The Atlantic": "theatlantic.com",
|
"The Atlantic": "theatlantic.com",
|
||||||
"The Australian Financial Review": "afr.com",
|
"The Australian Financial Review": "afr.com",
|
||||||
"The Australian": "theaustralian.com.au",
|
"The Australian": "theaustralian.com.au",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
var manifestData = chrome.runtime.getManifest();
|
var manifestData = browser.runtime.getManifest();
|
||||||
var versionString = 'v' + manifestData.version;
|
var versionString = 'v' + manifestData.version;
|
||||||
document.getElementById('version').innerText = versionString;
|
document.getElementById('version').innerText = versionString;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue