Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

Use with Conkeror

retroj edited this page Sep 13, 2010 · 10 revisions

To use MozRepl in Conkeror , add the following to its RC file:


// Mozrepl
//
if ('@hyperstruct.net/mozlab/mozrepl;1' in Cc) {
  var mozrepl = Cc['@hyperstruct.net/mozlab/mozrepl;1']
    .getService(Ci.nsIMozRepl);
  if (! mozrepl.isActive())
    mozrepl.start(4242);
}