Skip to content

Instantly share code, notes, and snippets.

<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>
var variable = 3;
variable += 7;
if (variable === 10) {
alert("hooray!");
}
@nicolasartman
nicolasartman / gist:78aaacbda6ffe8d8d895
Created September 5, 2014 14:23
npm show simple-xmpp versions
[ '0.1.1-alpha',
'0.1.2-alpha',
'0.1.3-beta',
'0.1.4-beta',
'0.1.5-beta',
'0.1.6',
'0.1.7',
'0.1.8',
'0.1.9',
'0.1.10',
@nicolasartman
nicolasartman / Custom.less
Created October 21, 2012 20:34 — forked from bentruyman/Custom.less
Tomorrow Theme for Chrome Developer Tools
/**********************************************/
/*
/* Tomorrow Skin by Ben Truyman - 2012
/*
/* Based on Chris Kempson's Tomorrow Theme:
/* https://github.com/ChrisKempson/Tomorrow-Theme
/*
/* Inspired by Darcy Clarke's blog post:
/* http://darcyclarke.me/design/skin-your-chrome-inspector/
/*