|
⇤ ← Revision 1 as of 2011-01-11 17:26:19
Size: 209
Comment: initial edit
|
← Revision 2 as of 2012-10-21 12:40:52 ⇥
Size: 519
Comment: describe glue-code module
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| Line 7: | Line 6: |
There is a conkeror module, dom-inspector, that defines several commands for inspecting various objects. To use it, put the following in your rc: {{{ require("dom-inspector"); }}} This module defines the following commands: inspector:: inspect-chrome:: inspect-page:: inspect-click:: |
The DOM Inspector extension works pefectly in Conkeror. Open the DOM Inspector in a running Conkeror like so:
conkeror -batch -inspector
There is a conkeror module, dom-inspector, that defines several commands for inspecting various objects. To use it, put the following in your rc:
require("dom-inspector");This module defines the following commands:
- inspector
- inspect-chrome
- inspect-page
- inspect-click
