Skip to content

Commit

Permalink
zett: this works too :3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobimori committed Mar 31, 2020
1 parent 6bf6a8b commit 8ecc094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/zett.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: 69696996969696px !important;}";
s.innerHTML = ".ph-article {max-height: 100% !important;}";
d.body.appendChild(s);

0 comments on commit 8ecc094

Please sign in to comment.