Skip to content

Instantly share code, notes, and snippets.

@serebano
Last active July 23, 2020 14:05
Show Gist options
  • Save serebano/6911a9f9f3b39b2b8de72b19fc79171f to your computer and use it in GitHub Desktop.
Save serebano/6911a9f9f3b39b2b8de72b19fc79171f to your computer and use it in GitHub Desktop.
alternative pop-up
<a
style="display:block;position:fixed;z-index:9999999;width:100%;height:100%;top:0;left:0"
href="/"
target="_blank"
onclick="setTimeout(function(){ document.location.href='https://example.com' }, 100)">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment