Skip to content

Instantly share code, notes, and snippets.

@Committing
Created September 25, 2020 12:48
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 Committing/ed8408e40315dd24a6bca1cf06685ed8 to your computer and use it in GitHub Desktop.
Save Committing/ed8408e40315dd24a6bca1cf06685ed8 to your computer and use it in GitHub Desktop.
Refresh page based off of the url
if (location.pathname=="/questions/2850467/if-the-url-contains-this-do-that-in-javascript") {
setTimeout(function(){
location.reload();
}, 3000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment