Skip to content

Instantly share code, notes, and snippets.

@noahub
Created August 27, 2015 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 noahub/268c5c2f7598a652f7a8 to your computer and use it in GitHub Desktop.
Save noahub/268c5c2f7598a652f7a8 to your computer and use it in GitHub Desktop.
Redirect with URL parameters
<script>
var yourURL = 'http://www.google.com/';
var newURL = yourURL + location.search;
window.location = newURL;
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment