Skip to content

Instantly share code, notes, and snippets.

@alexcmgit
Created April 23, 2021 19:45
Show Gist options
  • Save alexcmgit/fdaf9d4b6b1eecee87a1fd5a5acbc0e4 to your computer and use it in GitHub Desktop.
Save alexcmgit/fdaf9d4b6b1eecee87a1fd5a5acbc0e4 to your computer and use it in GitHub Desktop.
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