Add The Athletic UK & Il Messaggero (Italy)
This commit is contained in:
parent
c613824b50
commit
41eae7febd
@ -162,6 +162,7 @@ Visit the [Firefox repository](https://github.com/magnolia1234/bypass-paywalls-f
|
||||
[Financial News](https://www.fnlondon.com) -
|
||||
[Financial Times](https://www.ft.com) -
|
||||
[London Review of Books](https://www.lrb.co.uk) -
|
||||
[The Athletic UK](https://theathletic.com) -
|
||||
[The Economist](https://www.economist.com) -
|
||||
[The Irish Times](https://www.irishtimes.com)* -
|
||||
[The New Statesman](https://www.newstatesman.com) -
|
||||
@ -183,6 +184,7 @@ Visit the [Firefox repository](https://github.com/magnolia1234/bypass-paywalls-f
|
||||
[Kleine Zeitung](https://www.kleinezeitung.at)
|
||||
##### Italy
|
||||
[Corriere Della Sera](https://www.corriere.it) -
|
||||
[Il Messaggero](https://www.ilmessaggero.it) -
|
||||
[La Repubblica](https://www.repubblica.it) -
|
||||
[La Stampa](https://www.lastampa.it)
|
||||
##### Netherlands/Flanders
|
||||
|
@ -51,6 +51,7 @@ var allow_cookies = [
|
||||
'techinasia.com',
|
||||
'telegraph.co.uk',
|
||||
'the-american-interest.com',
|
||||
'theathletic.co.uk',
|
||||
'theathletic.com',
|
||||
'theaustralian.com.au',
|
||||
'themarker.com',
|
||||
@ -110,6 +111,7 @@ const use_google_bot_default = [
|
||||
'quora.com',
|
||||
'seekingalpha.com',
|
||||
'telegraph.co.uk',
|
||||
'theathletic.co.uk',
|
||||
'theathletic.com',
|
||||
'theaustralian.com.au',
|
||||
'themarker.com',
|
||||
|
@ -376,7 +376,7 @@ if (window.location.href.indexOf("sofrep.com") !== -1) {
|
||||
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 sample_banner = document.querySelector('.main-sample-banner');
|
||||
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",
|
||||
"Humo.be": "humo.be",
|
||||
"Inc.com": "inc.com",
|
||||
"Il Messaggero": "ilmessaggero.it",
|
||||
"Illawarra Mercury": "illawarramercury.com.au",
|
||||
"Kleine Zeitung": "kleinezeitung.at",
|
||||
"L'Écho": "lecho.be",
|
||||
@ -111,6 +112,7 @@ var defaultSites =
|
||||
"The Age": "theage.com.au",
|
||||
"The American Interest": "the-american-interest.com",
|
||||
"The Athletic": "theathletic.com",
|
||||
"The Athletic UK": "theathletic.co.uk",
|
||||
"The Atlantic": "theatlantic.com",
|
||||
"The Australian Financial Review": "afr.com",
|
||||
"The Australian": "theaustralian.com.au",
|
||||
|
Loading…
x
Reference in New Issue
Block a user