Skip to content

Instantly share code, notes, and snippets.

@jakebellacera
Created May 3, 2012 18:53
Show Gist options
  • Select an option

  • Save jakebellacera/2588097 to your computer and use it in GitHub Desktop.

Select an option

Save jakebellacera/2588097 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
// Redirect to a page
(function () {
window.location = 'http://google.com';
})();
</script>
@mattgoucher
Copy link

Please see my fork, this can be simplified. https://gist.github.com/2590663

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment