CSS Terminal

  ___ ___ ___
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
T E R M I N A L

Description

CSS Terminal 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.

Homepage

You can read about it, see it in action and install it at the
project home page.

About

The CSS Terminal bookmarklet was written by Ben Barber while working at
i2rd / Vipa Solutions. The code was generously donated to the
community under the MIT license.

The terminal source is written in CoffeeScript and resulting
JavaScript is minified using Google’s Closure Compiler.
Docco is used to generate the documentation from the CoffeeScript
source.

The source code and project page are hosted on GitHub.