Skip to content

Instantly share code, notes, and snippets.

@nluqo
Created October 4, 2013 00:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nluqo/6819373 to your computer and use it in GitHub Desktop.
Save nluqo/6819373 to your computer and use it in GitHub Desktop.
Autumnify: a bookmarklet to color everything everywhere. Paste the code into a new bookmark in Chrome. Then hit it on pretty much any website. Also check out Autumn.js: https://github.com/nluqo/autumn
javascript:function autumnify(){jQuery.getScript("//rawgithub.com/nluqo/autumn/master/autumn.js", function(){jQuery("*").autumn()});}if(!window.hasOwnProperty('jQuery')){var s = document.body.appendChild(document.createElement('script')); s.src = '//code.jquery.com/jquery-1.10.1.min.js';s.onload = autumnify;}else{autumnify();}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment