bookmarklet

css inject

by secretgspot

HTML

<p><a href="javascript:(function(){var d=document,ct=d.getElementById('css-terminal');if(ct){ct.focus();return;}var s=d.createElement('script');s.src='http://barberboy.github.com/css-terminal/lib/css-terminal-min.js';d.body.appendChild(s)})()">CSS Terminal</a> is a bookmarklet that allows you to inject CSS rules directly
into a live web page. It's handy for rapid CSS development, prototyping 
and debugging.</p>