Skip to content

Instantly share code, notes, and snippets.

@blubbll
Created January 23, 2019 06:43
Show Gist options
  • Select an option

  • Save blubbll/f8a9399046da84aa0b0addbed2344d4c to your computer and use it in GitHub Desktop.

Select an option

Save blubbll/f8a9399046da84aa0b0addbed2344d4c to your computer and use it in GitHub Desktop.
url stuff
var url = location.href.toLowerCase().replace("/default.aspx","").split('/').pop();
if(url === "") url = location.href.toLowerCase().slice(0, -1).split('/').pop();
if(url===location.hostname)url="/";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment