Skip to content

Instantly share code, notes, and snippets.

@nicolasartman
Last active November 13, 2018 01:56
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 nicolasartman/941c65abd61b48b9ae0950dada9abeba to your computer and use it in GitHub Desktop.
Save nicolasartman/941c65abd61b48b9ae0950dada9abeba to your computer and use it in GitHub Desktop.
<video playsinline autoplay loop muted style="width: 400px; heighth: 400px" />
<a href="https://www.caffeine.tv" target="_blank">attempt to break out</a>
<script>
//window.open("https://www.caffeine.tv");
// document.querySelector("video").src = "https://sample-videos.com/video123/mp4/720/big_buck_bunny_720p_1mb.mp4";
var k = document.createElement("a");
k.href = "https://www.caffeine.tv"
k.target = "_blank";
k.click();
</script>
<!-- hjklhhlk -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment