Last active
November 13, 2018 01:56
-
-
Save nicolasartman/941c65abd61b48b9ae0950dada9abeba to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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