Skip to content

Instantly share code, notes, and snippets.

View aj-may's full-sized avatar

AJ aj-may

  • EY
  • New York, NY
View GitHub Profile
@aj-may
aj-may / gist:0cb9004d2adcaccd5799
Created January 26, 2015 20:39
Fullscreen Intro Video
<script type="text/javascript">
function videoInit(videoFrame) {
videoFrame.width=window.innerWidth;
videoFrame.height=window.innerHeight;
setTimeout(function() {
var videoOverlay = videoFrame.parentNode
videoOverlay.parentNode.removeChild(videoOverlay);
}, 10*1000);
}
@aj-may
aj-may / sudosave
Last active December 27, 2015 14:59 — forked from GregGallant/SudoSave
:w !sudo tee %