Skip to content

Instantly share code, notes, and snippets.

@StephanStanisic
Created May 13, 2016 10:55
Show Gist options
  • Save StephanStanisic/0c8a811f24468d835c1d6f9e247d56b5 to your computer and use it in GitHub Desktop.
Save StephanStanisic/0c8a811f24468d835c1d6f9e247d56b5 to your computer and use it in GitHub Desktop.
function setfakeUrl(title, url){
document.title = title;
window.history.pushState({"html":document.body.innerHTML,"pageTitle":document.title},"", urlPath);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment