Created
March 19, 2020 19:07
-
-
Save eirikb/e9943822f1911f801f1764aef2888617 to your computer and use it in GitHub Desktop.
Remove panels from discord
This file contains hidden or 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
document.querySelector('*[class^=membersWrap]').style.display = 'none' | |
document.querySelector('*[class^=sidebar]').style.display = 'none' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment