console.log(window.location.pathname); //yields: "/js" (where snippets run) console.log(window.location.href); //yields: "https://stacksnippets.net/js" Run code snippet