mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:17:47 +01:00
Restore timing Wsj close button
This commit is contained in:
parent
975677d29e
commit
cdc73c75a8
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
|
||||||
const close_button = document.querySelector('.close-btn');
|
const close_button = document.querySelector('.close-btn');
|
||||||
if (close_button)
|
if (close_button)
|
||||||
close_button.click();
|
close_button.click();
|
||||||
}, 300);
|
}, 2000);
|
||||||
}
|
}
|
||||||
} else if (window.location.href.indexOf("washingtonpost.com") !== -1) {
|
} else if (window.location.href.indexOf("washingtonpost.com") !== -1) {
|
||||||
if (location.href.includes('/gdpr-consent/')) {
|
if (location.href.includes('/gdpr-consent/')) {
|
||||||
|
|
Loading…
Reference in a new issue