mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-04 15:44:26 +02:00
Merge branch 'master' of https://github.com/iamadamdev/bypass-paywalls-chrome
This commit is contained in:
commit
044ed46fde
@ -78,7 +78,7 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
removeDOMElement(paywall);
|
removeDOMElement(paywall);
|
||||||
} else if (matchDomain('washingtonpost.com')) {
|
} else if (matchDomain('washingtonpost.com')) {
|
||||||
// Remove all elements with the id contains 'paywall'
|
// 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);
|
removeDOMElement(el);
|
||||||
});
|
});
|
||||||
const html = document.querySelector('html');
|
const html = document.querySelector('html');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user