mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-04-30 04:04:26 +02:00
Fix formatting
This commit is contained in:
parent
55886ce748
commit
b23aa3819a
@ -239,5 +239,5 @@
|
||||
"*://*.netdna-ssl.com/*",
|
||||
"*://*.startribune.com/*"
|
||||
],
|
||||
"version": "1.7.6"
|
||||
"version": "1.7.5"
|
||||
}
|
||||
|
@ -34,5 +34,5 @@
|
||||
"webRequestBlocking",
|
||||
"<all_urls>"
|
||||
],
|
||||
"version": "1.7.6"
|
||||
"version": "1.7.5"
|
||||
}
|
||||
|
@ -226,9 +226,9 @@ if (matchDomain('elmercurio.com')) {
|
||||
decoyArticle.classList.add('decoy-article');
|
||||
decoyArticle.hidden = true;
|
||||
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) {
|
||||
child.style.display = "block";
|
||||
child.style.display = 'block';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user