mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 09:17:49 +01:00
Fix-update The Hindu
This commit is contained in:
parent
2ee50f7b63
commit
0527749e5a
2 changed files with 3 additions and 1 deletions
|
@ -62,6 +62,7 @@ var allow_cookies = [
|
||||||
'the-american-interest.com',
|
'the-american-interest.com',
|
||||||
'theathletic.co.uk',
|
'theathletic.co.uk',
|
||||||
'theathletic.com',
|
'theathletic.com',
|
||||||
|
'thehindu.com',
|
||||||
'themarker.com',
|
'themarker.com',
|
||||||
'trouw.nl',
|
'trouw.nl',
|
||||||
'volkskrant.nl',
|
'volkskrant.nl',
|
||||||
|
|
|
@ -227,9 +227,10 @@ else if (matchDomain('ft.com')) {
|
||||||
|
|
||||||
else if (matchDomain("thehindu.com")) {
|
else if (matchDomain("thehindu.com")) {
|
||||||
document.addEventListener('DOMContentLoaded', () => {
|
document.addEventListener('DOMContentLoaded', () => {
|
||||||
|
let counter = document.querySelector('#test');
|
||||||
let co_banner = document.querySelector('.co-banner');
|
let co_banner = document.querySelector('.co-banner');
|
||||||
let support = document.querySelector('div.support-jlm');
|
let support = document.querySelector('div.support-jlm');
|
||||||
removeDOMElement(co_banner, support);
|
removeDOMElement(counter, co_banner, support);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue