I would like to know if you can generate random characters in the link on a page, without having to change the address of the link.
For example, when the person clicks the link, it will be sent to:
site.com/pages/pagina-de-destino.html
But I want the browser to display in the search bar:
site.com/pages/pagina-de-destino.html#access_token=(por volta de 160 caracteres aleatórios)
How to do this in JavaScript / HTML?