Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created June 27, 2012 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gavinblair/3004461 to your computer and use it in GitHub Desktop.
Save gavinblair/3004461 to your computer and use it in GitHub Desktop.
javascript:(function(){$('*').css({ "font-family": "Comic Sans MS", "color": "yellow", "text-transform": "uppercase" });})();
@mikealmond
Copy link

Improved.

javascript:var%20script%20=%20document.createElement('script');script.setAttribute("src",%20"http://code.jquery.com/jquery-1.7.min.js");document.getElementsByTagName("head")[0].appendChild(script);$('*').css({ "font-family":"Comic Sans MS","color":"yellow","text-transform":"uppercase"});setInterval(function(){var%20col='rgb('%20+%20(Math.floor(Math.random()%20*%20256))%20+%20','%20+%20(Math.floor(Math.random()%20*%20256))%20+%20','%20+%20(Math.floor(Math.random()%20*%20256))%20+%20')';$('a').css({'color':%20col%20});},%20100);

@gavinblair
Copy link
Author

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment