mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Fix-update WSJ (close Cxense-banner)
This commit is contained in:
parent
436aa2e785
commit
97a15735e2
@ -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 New Issue
Block a user