mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:57:48 +01:00
Fix-update WSJ (close Cxense-banner)
This commit is contained in:
parent
436aa2e785
commit
97a15735e2
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ else if (matchDomain("washingtonpost.com")) {
|
|||
|
||||
else if (matchDomain("wsj.com")) {
|
||||
if (location.href.includes('/articles/')) {
|
||||
const close_button = document.querySelector('.close-btn');
|
||||
const close_button = document.querySelector('div.close-btn[role="button"]');
|
||||
if (close_button)
|
||||
close_button.click();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue