Add theathletic.co.uk (#574)

* Add theathletic.co.uk

* update
This commit is contained in:
Nguyễn Kim Kha 2020-04-24 16:12:10 +10:00 committed by GitHub
parent ebd62e992f
commit 01cc2d3aab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 1 deletions

View File

@ -106,6 +106,7 @@
[The Age](https://www.theage.com.au)\ [The Age](https://www.theage.com.au)\
[The American Interest](https://www.the-american-interest.com)\ [The American Interest](https://www.the-american-interest.com)\
[The Athletic](https://www.theathletic.com)\ [The Athletic](https://www.theathletic.com)\
[The Athletic UK](https://www.theathletic.co.uk)\
[The Atlantic](https://www.theatlantic.com)\ [The Atlantic](https://www.theatlantic.com)\
[The Australian Financial Review](https://www.afr.com)\ [The Australian Financial Review](https://www.afr.com)\
[The Australian](https://www.theaustralian.com.au)\ [The Australian](https://www.theaustralian.com.au)\

View File

@ -41,6 +41,7 @@
"*://*.the-tls.co.uk/*", "*://*.the-tls.co.uk/*",
"*://*.theadvocate.com.au/*", "*://*.theadvocate.com.au/*",
"*://*.theathletic.com/*", "*://*.theathletic.com/*",
"*://*.theathletic.co.uk/*",
"*://*.thecourier.com.au/*", "*://*.thecourier.com.au/*",
"*://*.theglobeandmail.com/*", "*://*.theglobeandmail.com/*",
"*://*.thehindu.com/*", "*://*.thehindu.com/*",
@ -191,6 +192,7 @@
"*://*.theadvocate.com.au/*", "*://*.theadvocate.com.au/*",
"*://*.theage.com.au/*", "*://*.theage.com.au/*",
"*://*.theathletic.com/*", "*://*.theathletic.com/*",
"*://*.theathletic.co.uk/*",
"*://*.theatlantic.com/*", "*://*.theatlantic.com/*",
"*://*.theaustralian.com.au/*", "*://*.theaustralian.com.au/*",
"*://*.thediplomat.com/*", "*://*.thediplomat.com/*",

View File

@ -44,6 +44,7 @@ const allow_cookies = [
'theadvocate.com.au', 'theadvocate.com.au',
'theage.com.au', 'theage.com.au',
'theathletic.com', 'theathletic.com',
'theathletic.co.uk',
'theatlantic.com', 'theatlantic.com',
'theaustralian.com.au', 'theaustralian.com.au',
'thediplomat.com', 'thediplomat.com',
@ -136,6 +137,7 @@ const use_google_bot = [
'seekingalpha.com', 'seekingalpha.com',
'telegraph.co.uk', 'telegraph.co.uk',
'theathletic.com', 'theathletic.com',
'theathletic.co.uk',
'theaustralian.com.au', 'theaustralian.com.au',
'themarker.com', 'themarker.com',
'themercury.com.au', 'themercury.com.au',

View File

@ -114,7 +114,7 @@ if (matchDomain('mexiconewsdaily.com')) {
}); });
} }
if (matchDomain('theathletic.com')) { if (matchDomain('theathletic.com') || matchDomain('theathletic.co.uk')) {
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');

View File

@ -85,6 +85,7 @@ const 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',