inspector

Description
DOM Inspector command
Latest version
0.3
Author
teramako
License

for 2.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.2/inspector.js
for 2.1
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.1/inspector.js
for 2.0
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/2.0/inspector.js
for 1.2
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/branches/1.2/inspector.js
for Nightly
http://coderepos.org/share/browser/lang/javascript/vimperator-plugins/trunk/inspector.js

Usage

:inspect #{id}
inspect the element of the {id} in browser content
:inspect! #{id}
inspect the element of the {id} in firefox
:inspect[!] -f[rame] #{id}
inspect the document in the frame element of the {id}
:inspect {str}
inspect the return value of evaluated the {str}
back to index