Merge pull request #385 from egillh210/ft-cookie-banner
remove cookie banner on Financial Times
This commit is contained in:
commit
de2b4023db
@ -180,6 +180,11 @@ if (window.location.href.indexOf("ledevoir.com") !== -1) {
|
|||||||
removeDOMElement(counter);
|
removeDOMElement(counter);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (window.location.href.includes('ft.com')) {
|
||||||
|
const cookie_banner = document.querySelector('.n-messaging-banner__outer');
|
||||||
|
removeDOMElement(cookie_banner);
|
||||||
|
}
|
||||||
|
|
||||||
if (window.location.href.indexOf("thehindu.com") !== -1) {
|
if (window.location.href.indexOf("thehindu.com") !== -1) {
|
||||||
|
|
||||||
const paywall = document.getElementById('test');
|
const paywall = document.getElementById('test');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user