Created
October 6, 2022 16:40
-
-
Save segdeha/2b68beb93361fc04caf34877a5b6fc47 to your computer and use it in GitHub Desktop.
Quickly remove the query string from an URL
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:location.href=location.href.split('?%27)%5B0%5D; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment