Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created December 6, 2019 10:39
Show Gist options
  • Save Farmatique/7105f25893fba5fb559df8190343960a to your computer and use it in GitHub Desktop.
Save Farmatique/7105f25893fba5fb559df8190343960a to your computer and use it in GitHub Desktop.
Remove search query from URL including '?'
window.location.href = window.location.href.split('?')[0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment