mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-08 12:34:27 +02:00
parent
ebd62e992f
commit
01cc2d3aab
@ -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)\
|
||||||
|
@ -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/*",
|
||||||
|
@ -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',
|
||||||
|
@ -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');
|
||||||
|
@ -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',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user