Skip to content

Instantly share code, notes, and snippets.

@johnvilsack
Created August 6, 2014 20:14
Show Gist options
  • Save johnvilsack/1b93f25779a3d275aff5 to your computer and use it in GitHub Desktop.
Save johnvilsack/1b93f25779a3d275aff5 to your computer and use it in GitHub Desktop.
YouTube on your desktop, courtesy of Übersicht
command: "",
refreshFrequency: 138000,
render: function (output) {
return "<iframe width=\"1880\" height=\"1250\" src=\"//www.youtube.com/embed/lhdJODImBL8?version=3&autoplay=1&loop=1&controls=0&showinfo=0&playlist=lhdJODImBL8\" frameborder=\"0\" allowfullscreen></iframe>";
},
style: " \n\
top: -100px \n\
left: 0px \n\
z-index: 1 \n\
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment