mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:34:26 +02:00
parent
ebd62e992f
commit
01cc2d3aab
@ -106,6 +106,7 @@
|
||||
[The Age](https://www.theage.com.au)\
|
||||
[The American Interest](https://www.the-american-interest.com)\
|
||||
[The Athletic](https://www.theathletic.com)\
|
||||
[The Athletic UK](https://www.theathletic.co.uk)\
|
||||
[The Atlantic](https://www.theatlantic.com)\
|
||||
[The Australian Financial Review](https://www.afr.com)\
|
||||
[The Australian](https://www.theaustralian.com.au)\
|
||||
|
@ -41,6 +41,7 @@
|
||||
"*://*.the-tls.co.uk/*",
|
||||
"*://*.theadvocate.com.au/*",
|
||||
"*://*.theathletic.com/*",
|
||||
"*://*.theathletic.co.uk/*",
|
||||
"*://*.thecourier.com.au/*",
|
||||
"*://*.theglobeandmail.com/*",
|
||||
"*://*.thehindu.com/*",
|
||||
@ -191,6 +192,7 @@
|
||||
"*://*.theadvocate.com.au/*",
|
||||
"*://*.theage.com.au/*",
|
||||
"*://*.theathletic.com/*",
|
||||
"*://*.theathletic.co.uk/*",
|
||||
"*://*.theatlantic.com/*",
|
||||
"*://*.theaustralian.com.au/*",
|
||||
"*://*.thediplomat.com/*",
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user