Skip to content

Instantly share code, notes, and snippets.

@eirikb
Created March 19, 2020 19:07
Show Gist options
  • Save eirikb/e9943822f1911f801f1764aef2888617 to your computer and use it in GitHub Desktop.
Save eirikb/e9943822f1911f801f1764aef2888617 to your computer and use it in GitHub Desktop.
Remove panels from discord
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