mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 01:04:26 +02:00
Remove thetimes.co.uk
This commit is contained in:
parent
d5b191dc8f
commit
e51bc6ac10
@ -176,7 +176,6 @@
|
|||||||
[The Spectator](https://www.spectator.co.uk)\
|
[The Spectator](https://www.spectator.co.uk)\
|
||||||
[The Sydney Morning Herald](https://www.smh.com.au)\
|
[The Sydney Morning Herald](https://www.smh.com.au)\
|
||||||
[The Telegraph](https://www.telegraph.co.uk)\
|
[The Telegraph](https://www.telegraph.co.uk)\
|
||||||
[The Times](https://www.thetimes.co.uk)\
|
|
||||||
[The Toronto Star](https://www.thestar.com)\
|
[The Toronto Star](https://www.thestar.com)\
|
||||||
[The Wall Street Journal](https://www.wsj.com)\
|
[The Wall Street Journal](https://www.wsj.com)\
|
||||||
[The Washington Post](https://www.washingtonpost.com)\
|
[The Washington Post](https://www.washingtonpost.com)\
|
||||||
|
@ -243,7 +243,6 @@
|
|||||||
"*://*.thenational.scot/*",
|
"*://*.thenational.scot/*",
|
||||||
"*://*.thesaturdaypaper.com.au/*",
|
"*://*.thesaturdaypaper.com.au/*",
|
||||||
"*://*.thestar.com/*",
|
"*://*.thestar.com/*",
|
||||||
"*://*.thetimes.co.uk/*",
|
|
||||||
"*://*.thewrap.com/*",
|
"*://*.thewrap.com/*",
|
||||||
"*://*.tijd.be/*",
|
"*://*.tijd.be/*",
|
||||||
"*://*.towardsdatascience.com/*",
|
"*://*.towardsdatascience.com/*",
|
||||||
|
@ -170,7 +170,6 @@ const useGoogleBotSites = [
|
|||||||
'theaustralian.com.au',
|
'theaustralian.com.au',
|
||||||
'themercury.com.au',
|
'themercury.com.au',
|
||||||
'thenational.scot',
|
'thenational.scot',
|
||||||
'thetimes.co.uk',
|
|
||||||
'wsj.com',
|
'wsj.com',
|
||||||
'kansascity.com',
|
'kansascity.com',
|
||||||
'republic.ru',
|
'republic.ru',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
if (!matchDomain(['seekingalpha.com', 'sfchronicle.com', 'cen.acs.org', 'thetimes.co.uk', 'elmundo.es'])) {
|
if (!matchDomain(['seekingalpha.com', 'sfchronicle.com', 'cen.acs.org', 'elmundo.es'])) {
|
||||||
window.localStorage.clear();
|
window.localStorage.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -506,11 +506,6 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
const adblockNotif = document.querySelector('.adblock-notif');
|
const adblockNotif = document.querySelector('.adblock-notif');
|
||||||
removeDOMElement(adblockNotif);
|
removeDOMElement(adblockNotif);
|
||||||
}, 800); // Delay (in milliseconds)
|
}, 800); // Delay (in milliseconds)
|
||||||
} else if (matchDomain('thetimes.co.uk')) {
|
|
||||||
const block = document.querySelector('.subscription-block');
|
|
||||||
const adBlock = document.getElementById('ad-article-inline');
|
|
||||||
const adHeader = document.getElementById('sticky-ad-header');
|
|
||||||
removeDOMElement(block, adBlock, adHeader);
|
|
||||||
} else if (matchDomain('themarker.com')) {
|
} else if (matchDomain('themarker.com')) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
const paywall = document.querySelector('[data-test="bottomStrip"]');
|
const paywall = document.querySelector('[data-test="bottomStrip"]');
|
||||||
|
@ -156,7 +156,6 @@ const defaultSites = {
|
|||||||
'The Spectator (U.S.)': 'spectator.us',
|
'The Spectator (U.S.)': 'spectator.us',
|
||||||
'The Sydney Morning Herald': 'smh.com.au',
|
'The Sydney Morning Herald': 'smh.com.au',
|
||||||
'The Telegraph': 'telegraph.co.uk',
|
'The Telegraph': 'telegraph.co.uk',
|
||||||
'The Times': 'thetimes.co.uk',
|
|
||||||
'The Toronto Star': 'thestar.com',
|
'The Toronto Star': 'thestar.com',
|
||||||
'The Wall Street Journal': 'wsj.com',
|
'The Wall Street Journal': 'wsj.com',
|
||||||
'The Washington Post': 'washingtonpost.com',
|
'The Washington Post': 'washingtonpost.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user