Just found an extremely useful feature of Firebug
### Inspect and command
After you’ve found an HTML element using the Inspect tool, you often want to use the command line to manipulate it. Firebug makes it easy; just use the “$0” variable to reference the last element you inspected, or “$1” for the one before that.