document.addEventListener('DOMContentLoaded', function () {
var hash = location.hash.substr(1);
hash && document.getElementById(hash).classList.add('w-current')
history.replaceState(null, null, window.location.href.replace(/#.*$/, ''));//replace state
})
это будет работать только если перейти с другой страницы, и если браузер поддерживает HTML5