mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-06-12 11:27:39 +02:00
@ -44,6 +44,7 @@ const allow_cookies = [
|
||||
'theadvocate.com.au',
|
||||
'theage.com.au',
|
||||
'theathletic.com',
|
||||
'theathletic.co.uk',
|
||||
'theatlantic.com',
|
||||
'theaustralian.com.au',
|
||||
'thediplomat.com',
|
||||
@ -136,6 +137,7 @@ const use_google_bot = [
|
||||
'seekingalpha.com',
|
||||
'telegraph.co.uk',
|
||||
'theathletic.com',
|
||||
'theathletic.co.uk',
|
||||
'theaustralian.com.au',
|
||||
'themarker.com',
|
||||
'themercury.com.au',
|
||||
|
@ -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 sample_banner = document.querySelector('.main-sample-banner');
|
||||
const bottom_banner = document.querySelector('.border-bottom-cc');
|
||||
|
@ -85,6 +85,7 @@ const 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',
|
||||
|
Reference in New Issue
Block a user