mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 00:44:24 +02:00
Run semistandard linter
This commit is contained in:
parent
efc397e6f2
commit
ae7703fdfc
@ -688,7 +688,7 @@ if (matchDomain('elmercurio.com')) {
|
||||
}
|
||||
}
|
||||
} else if (matchDomain('nationalgeographic.com')) {
|
||||
//prevent modal from showing up, then remove scroll-locking, and article blur
|
||||
// prevent modal from showing up, then remove scroll-locking, and article blur
|
||||
new window.MutationObserver(function (mutations) {
|
||||
for (const mutation of mutations) {
|
||||
for (const node of mutation.addedNodes) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user