Created
April 23, 2021 19:45
-
-
Save alexcmgit/fdaf9d4b6b1eecee87a1fd5a5acbc0e4 to your computer and use it in GitHub Desktop.
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
const selectorsToDelete = [ | |
".wrapper-3NnKdC.guilds-1SWlCJ", | |
".sidebar-2K8pFh", | |
".title-3qD0b-.container-1r6BKw.themed-ANHk51", | |
]; | |
for(const select of selectorsToDelete) { | |
document.querySelector(select).remove(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment