mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 02:24:26 +02:00
Fixes iamadamdev/bypass-paywalls-chrome#980 (#991)
This commit is contained in:
parent
936be59d43
commit
f9ee00af73
@ -78,7 +78,7 @@ if (matchDomain('elmercurio.com')) {
|
||||
removeDOMElement(paywall);
|
||||
} else if (matchDomain('washingtonpost.com')) {
|
||||
// Remove all elements with the id contains 'paywall'
|
||||
document.querySelectorAll('div[data-qa="paywall"]').forEach(function (el) {
|
||||
document.querySelectorAll('div[id^="paywall"]').forEach(function (el) {
|
||||
removeDOMElement(el);
|
||||
});
|
||||
const html = document.querySelector('html');
|
||||
|
Loading…
x
Reference in New Issue
Block a user