//if the url is = https://example.com/#exampleid var url = document.URL.split('#')[0] //=> https://example.com/ //redirect it location = url