Skip to content

Instantly share code, notes, and snippets.

@zQueal
Created April 24, 2012 01:15
Show Gist options
  • Save zQueal/2475263 to your computer and use it in GitHub Desktop.
Save zQueal/2475263 to your computer and use it in GitHub Desktop.
Sprites Bookmarklet
/* Useful for any web developer that has trouble with Sprites. Pretty idiot proof. */
javascript:(function(){var spritemejs=document.createElement('SCRIPT');spritemejs.type='text/javascript';spritemejs.src='http://spriteme.org/spriteme.js';document.getElementsByTagName('head')[0].appendChild(spritemejs);})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment