mirror of
https://github.com/iamadamdev/bypass-paywalls-chrome
synced 2025-05-09 05:54:24 +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"
|
||||||
}
|
}
|
||||||
|
@ -226,9 +226,9 @@ if (matchDomain('elmercurio.com')) {
|
|||||||
decoyArticle.classList.add('decoy-article');
|
decoyArticle.classList.add('decoy-article');
|
||||||
decoyArticle.hidden = true;
|
decoyArticle.hidden = true;
|
||||||
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