Created
March 23, 2025 13:10
-
-
Save ebanner/79475e294182fc3a374d9957ebaa52f4 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
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