zett: fix expansion of preview article

This commit is contained in:
tobimori 2020-03-31 18:44:00 +02:00
parent 8ecc094f36
commit 34033b1e87

View File

@ -14,5 +14,5 @@
removeElements(d.getElementsByClassName("steady-overlay"));
d.getElementsByClassName("ph-article-flag-description")[0].innerText = "unlocked by paywallr";
const s = d.createElement('style')
s.innerHTML = ".ph-article {max-height: 100% !important;}";
s.innerHTML = ".ph-article-full {max-height: 100% !important;}";
d.body.appendChild(s);