Skip to content

Instantly share code, notes, and snippets.

@ebanner
Created March 23, 2025 13:10
Show Gist options
  • Save ebanner/79475e294182fc3a374d9957ebaa52f4 to your computer and use it in GitHub Desktop.
Save ebanner/79475e294182fc3a374d9957ebaa52f4 to your computer and use it in GitHub Desktop.
javascript:(function(){
document.querySelectorAll("div.mt-2x.mt-md-3x").forEach(element => element.remove());
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment