Skip to content

Instantly share code, notes, and snippets.

@riodw
Created March 29, 2019 02:32
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 riodw/a6647ec2a3babd227a76f06b82678ef3 to your computer and use it in GitHub Desktop.
Save riodw/a6647ec2a3babd227a76f06b82678ef3 to your computer and use it in GitHub Desktop.
var keyPairs = [];
var params = window.location.search.substring(1).split('&');
for (var i = params.length - 1; i >= 0; i--) {
keyPairs.push(params[i].split('='));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment