You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
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);
}