function clearHashtags() { var href=window.location.href; if(href.indexOf('#post')) { var url=href.split('#post'); history.pushState(null,null, url[0]); } }