mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-11 09:34:26 +02:00
Fix formatting
This commit is contained in:
parent
55886ce748
commit
b23aa3819a
@ -239,5 +239,5 @@
|
|||||||
"*://*.netdna-ssl.com/*",
|
"*://*.netdna-ssl.com/*",
|
||||||
"*://*.startribune.com/*"
|
"*://*.startribune.com/*"
|
||||||
],
|
],
|
||||||
"version": "1.7.6"
|
"version": "1.7.5"
|
||||||
}
|
}
|
||||||
|
@ -34,5 +34,5 @@
|
|||||||
"webRequestBlocking",
|
"webRequestBlocking",
|
||||||
"<all_urls>"
|
"<all_urls>"
|
||||||
],
|
],
|
||||||
"version": "1.7.6"
|
"version": "1.7.5"
|
||||||
}
|
}
|
||||||
|
@ -228,7 +228,7 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
realArticle.parentElement.insertBefore(decoyArticle, realArticle);
|
realArticle.parentElement.insertBefore(decoyArticle, realArticle);
|
||||||
for (var child = realArticle.firstChild; child !== null; child = child.nextSibling) {
|
for (var child = realArticle.firstChild; child !== null; child = child.nextSibling) {
|
||||||
if (child.style) {
|
if (child.style) {
|
||||||
child.style.display = "block";
|
child.style.display = 'block';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user