welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment
What program is the main source of Conkeror's design philosophy?

location: DOMInspector

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

See also:

Extensions