Skip to content

Instantly share code, notes, and snippets.

@gu-fan
Created January 15, 2015 09:23
Show Gist options
  • Save gu-fan/416dcf0d8ab58a4d76d5 to your computer and use it in GitHub Desktop.
Save gu-fan/416dcf0d8ab58a4d76d5 to your computer and use it in GitHub Desktop.
if (window.history) {
window.history.replaceState(null, null, (location.origin + location.pathname + location.search + '&refresh').replace(/[&?]{1,2}/,'?'))
}
@itbdw
Copy link

itbdw commented Jan 15, 2015

nice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment