If I have already a hash in my addressbar like e.g. domain.com#whatever and I call:
top.location.hash = "";
the #wathever is transformed into domain.com# without anything.
Is it possible to completely remove the hash? So there is no #
left.
Because if I call top.location.hash = "";
the page jumps to it's top, because a # is passed to the url. I want to prevent that.