mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 20:54:24 +02:00
Formatting
This commit is contained in:
parent
acf454c5b7
commit
7dbd4201a9
@ -418,7 +418,7 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
removeDOMElement(el);
|
removeDOMElement(el);
|
||||||
});
|
});
|
||||||
// Remove Blurred Style from all matching Divs
|
// Remove Blurred Style from all matching Divs
|
||||||
document.getElementById("container").removeAttribute("style");
|
document.getElementById('container').removeAttribute('style');
|
||||||
document.querySelectorAll('div[style~="filter"]').forEach(function (el) {
|
document.querySelectorAll('div[style~="filter"]').forEach(function (el) {
|
||||||
el.removeAttribute('style');
|
el.removeAttribute('style');
|
||||||
});
|
});
|
||||||
@ -428,7 +428,7 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
el.removeAttribute('class');
|
el.removeAttribute('class');
|
||||||
});
|
});
|
||||||
}, 2000); // Delay (in milliseconds)
|
}, 2000); // Delay (in milliseconds)
|
||||||
} else if (matchDomain("theatlantic.com")) {
|
} else if (matchDomain('theatlantic.com')) {
|
||||||
// Remove all nudge elements
|
// Remove all nudge elements
|
||||||
document.querySelectorAll('div[class*="c-nudge"]').forEach(function (el) {
|
document.querySelectorAll('div[class*="c-nudge"]').forEach(function (el) {
|
||||||
removeDOMElement(el);
|
removeDOMElement(el);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user