Created
November 10, 2009 07:05
-
-
Save drewlesueur/230713 to your computer and use it in GitHub Desktop.
ignitify google pres
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
javascript: var sCrIpT = document.createElement("script"); sCrIpT.src = "http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"; document.body.appendChild(sCrIpT); $('<div id = "the_timer">hey</div>').css({'font-size' : '30pt','z-index' : '1000000','background-color': 'black', color : 'white','position': 'absolute' }).appendTo($(document.body)); void(0); void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment