$(window).load(function() {
var histAPI = !!(window.history && history.pushState);
if (histAPI && (document.location.hash == "#habracut" || document.location.hash == "#comments")) {
history.replaceState({}, document.title, document.location.pathname + document.location.search)
}
});