After removing hash from URL using window.location.hash=\'\' page getting reloaded in firefox.
window.location.hash=\'\'
EDIT
Example:
wwww
Just in case somebody else is still looking for a solution to this. Try this when the page loads.
history.pushState("", document.title, window.location.pathname);