Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save VasylKyryliuk/c8a9b482ad272866a381e5726a892d91 to your computer and use it in GitHub Desktop.
Save VasylKyryliuk/c8a9b482ad272866a381e5726a892d91 to your computer and use it in GitHub Desktop.
Заміна обичного url на кастомний
<script type="text/javascript">
history.replaceState(null, null, 'custom url');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment