Skip to content

Instantly share code, notes, and snippets.

@achalddave
Created July 11, 2012 05:56
Show Gist options
  • Save achalddave/3088251 to your computer and use it in GitHub Desktop.
Save achalddave/3088251 to your computer and use it in GitHub Desktop.
A design bookmarklet I picked up somewhere
javascript:function%20fnStartDesign(sUrl){var%20nScript=document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartDesign('http://www.sprymedia.co.uk/design/design/media/js/design-loader.js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment