I have a website that uses hashes to open/close some tabs and layers on the current page. The reason behind using hashes is, that if a user visits another page via a link and th
You can count how many hashes you've clicked since you've loaded the page, then use that count with history.go( - countHashes) to go back to your page.