Skip to content

Instantly share code, notes, and snippets.

@say2joe
Created December 3, 2013 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save say2joe/7778608 to your computer and use it in GitHub Desktop.
Save say2joe/7778608 to your computer and use it in GitHub Desktop.
Small (few lines of code) snippets of JavaScript
// Return absolute path without domain or protocol:
path = location.href.replace(/(.+\w\/)(.+)/,"/$2");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment