I want to visually (not affecting real address) change URL in browser address bar, like this:
Real: http://www.example.com/example_a_b_c.html
Shown: http://www.example.com/e_a_b_c
(I may also want to change domain name, if I could)
It would be much nicer if there is an option to use any simple Javascript code or function. I don't actually know the language, so I'm only looking for a little code that would fit into an HTML <script>
tag, just for myself.