Skip to content
mnaoumov.dev
Go back

FireBug DOM inspection

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.

Source http://getfirebug.com/commandline/


Share this post on:

Previous Post
Execute PowerShell command from batch file
Next Post
PowerShell Add directory to Environment PATH variable