ViHN
ViHN copied to clipboard
Reduce noise in long-term history
When navigating comments, URL changes are not added to the immediate history (navigating back/forward in the browser). This avoids breaking the back button too much.
However, the IRLs are still present in the long term history, cluttering searches.
See #45
location.replace
does what is needed, but only in Chrome. In Firefox, new entries are still added
This is impossible to do on Firefox
The obvious solution is just to not update the hash on Firefox