mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Merge branch 'master' of https://github.com/iamadamdev/bypass-paywalls-firefox
This commit is contained in:
commit
a870661d23
@ -35,9 +35,13 @@ if (window.location.href.indexOf("bizjournals.com") !== -1) {
|
||||
}
|
||||
|
||||
if (location.href.includes("/ws/detail/")) {
|
||||
const paywall = document.querySelector('.paywall[amp-access-hide]');
|
||||
const paywall = document.querySelector('.paywall[subscriptions-section="content"]');
|
||||
if (paywall) {
|
||||
paywall.removeAttribute('amp-access-hide');
|
||||
paywall.removeAttribute('subscriptions-section');
|
||||
const preview = document.querySelector('div[subscriptions-section="content-not-granted"]');
|
||||
if (preview) {
|
||||
preview.remove();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user