Skip to content

Instantly share code, notes, and snippets.

@noahub
Last active October 7, 2015 16:24
Show Gist options
  • Save noahub/29804c6976d066db9b0e to your computer and use it in GitHub Desktop.
Save noahub/29804c6976d066db9b0e to your computer and use it in GitHub Desktop.
Lightbox Main Page Redirect
<script>
window.top.location.href = "http://www.example.com";
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment