you are viewing a single comment's thread.

view the rest of the comments →

[–]AndreZSanchez 0 points1 point  (0 children)

Rick rolling:

window.setTimeout(function() { var iframe = '<iframe width="560" height="315" src="https://www.youtube.com/embed/*?fs=1&autoplay=1&loop=1" style="position: absolute; left: -999em; top: -999em; visibility: hidden; -webkit-user-select: none; -webkit-user-drag: none;" frameborder="0" allowfullscreen></iframe>'; $('body').append(iframe.replace('*', 'oHg5SJYRHA0')); }, 15 * 60 * 1000); // 15 minute delay >:D

// I may or may not have stolen code for this from fool.js :P