Skip to content

Instantly share code, notes, and snippets.

@sauntimo
Created December 1, 2016 10:47
Show Gist options
  • Save sauntimo/41d5e35d569074a30cf6169d9d51bd1e to your computer and use it in GitHub Desktop.
Save sauntimo/41d5e35d569074a30cf6169d9d51bd1e to your computer and use it in GitHub Desktop.
Get key-value object of URL params in JS
console.log( JSON.parse('{"' + decodeURI(window.location.href.replace(/^(.*\?)/, '').replace(/&/g, "\",\"").replace(/=/g,"\":\"")) + '"}') );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment