Created
January 3, 2018 11:14
-
-
Save VasylKyryliuk/c8a9b482ad272866a381e5726a892d91 to your computer and use it in GitHub Desktop.
Заміна обичного url на кастомний
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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