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