var base_url = window.location.origin; var pathArray = window.location.pathname.split('/'); console.log(base_url + '/' + pathArray[1]);