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