Return to Snippet

Revision: 16496
at August 6, 2009 09:49 by zachharkey


Initial Code
javascript:function%20z(){var%20h=document.getElementsByTagName('head').item(0);var%20s=document.createElement('link');s.setAttribute('type','text/css');s.setAttribute('rel','stylesheet');s.setAttribute('href','http://assets.harkeydesign.net/css/diagnose.css');h.appendChild(s);}z();

Initial URL


Initial Description
Save as the target of your link.

Change http://assets.harkeydesign.net/css/diagnose.css to your own hosted version if you want guaranteed permanence.

Initial Title
CSS Scaffolding Bookmarklet

Initial Tags
css

Initial Language
JavaScript