Last active
March 1, 2019 22:03
-
-
Save justinwoo/441798217238b09b3256fdb639204ffb to your computer and use it in GitHub Desktop.
Make Discord easier to read
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d=document,b=d.body,a=Array.from,s=d.createElement("style"),s.innerText="."+a(d.querySelectorAll("div")).flatMap(c=>a(c.classList)).find(c=>c.includes("markup"))+"{color:#111111!important}",b.append(s),b.style.fontFamily="Noto Sans CJK JP"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment