Skip to content

Instantly share code, notes, and snippets.

@johnsoncodehk
Last active November 16, 2019 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnsoncodehk/77dcdd983c0c7234cd83408601148ce3 to your computer and use it in GitHub Desktop.
Save johnsoncodehk/77dcdd983c0c7234cd83408601148ce3 to your computer and use it in GitHub Desktop.
Remove URL trailing slash
window.history.replaceState("", "", window.location.href.replace(new RegExp("/(?!.*/)"), ""))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment