-
-
Save joekarma/750 to your computer and use it in GitHub Desktop.
onload = function() { document.getElementById("LID1").innerHTML = "R<br />I<br />C<br />K<br /><br /><br />R<br />O<br />L<br />L<br />E<br />D"; document.getElementById("LID1").parentNode.parentNode.style.backgroundColor = "#ECECEC"; document.getElementB
This file contains hidden or 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
onload = function() { document.getElementById("LID1").innerHTML = "R<br />I<br />C<br />K<br /><br /><br />R<br />O<br />L<br />L<br />E<br />D"; document.getElementById("LID1").parentNode.parentNode.style.backgroundColor = "#ECECEC"; var line = document.getElementById("LC1"); while (line.childNodes.length) { line.removeChild(line.firstChild); } var iFrameContainer = document.createElement("div"); iFrameContainer.style.width = "478px"; iFrameContainer.style.height = "358px"; iFrameContainer.style.overflow = "hidden"; iFrameContainer.style.position = "relative"; iFrameContainer.style.border = "0"; var rickRoll = document.createElement("iframe"); rickRoll.src = "http://www.youtube.com/watch?v=eBGIQ7ZuuiU"; rickRoll.style.width = "500px"; rickRoll.style.height = "600px"; rickRoll.setAttribute("width", "500"); rickRoll.setAttribute("height", "600"); rickRoll.style.position = "absolute"; rickRoll.style.border = "0"; rickRoll.style.top = "-162px"; iFrameContainer.appendChild(rickRoll); line.appendChild(iFrameContainer); } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment