Skip to content

Instantly share code, notes, and snippets.

@segdeha
Created October 6, 2022 16:40
Show Gist options
  • Save segdeha/2b68beb93361fc04caf34877a5b6fc47 to your computer and use it in GitHub Desktop.
Save segdeha/2b68beb93361fc04caf34877a5b6fc47 to your computer and use it in GitHub Desktop.
Quickly remove the query string from an URL
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