Skip to content

Instantly share code, notes, and snippets.

@nurfarazi
Created November 18, 2015 08:59
Show Gist options
  • Save nurfarazi/15e3b630aff5052fe4af to your computer and use it in GitHub Desktop.
Save nurfarazi/15e3b630aff5052fe4af to your computer and use it in GitHub Desktop.
java script splict and get user id
var fullparam = window.location.href;
var parts = fullparam.split('/', 7);
var gotit = parts[4];
var userid = gotit.replace(/#/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment