Conkeror: return of the mozrepl
This commit is contained in:
parent
09f4c329af
commit
8e12944b02
1 changed files with 6 additions and 6 deletions
|
@ -258,12 +258,12 @@ let (mozrepl_init = get_home_directory()) {
|
||||||
session_pref('extensions.mozrepl.initUrl', make_uri(mozrepl_init).spec);
|
session_pref('extensions.mozrepl.initUrl', make_uri(mozrepl_init).spec);
|
||||||
};
|
};
|
||||||
|
|
||||||
// if ('@hyperstruct.net/mozlab/mozrepl;1' in Cc) {
|
if ('@hyperstruct.net/mozlab/mozrepl;1' in Cc) {
|
||||||
// let mozrepl = Cc['@hyperstruct.net/mozlab/mozrepl;1']
|
let mozrepl = Cc['@hyperstruct.net/mozlab/mozrepl;1']
|
||||||
// .getService(Ci.nsIMozRepl);
|
.getService(Ci.nsIMozRepl);
|
||||||
// if (!mozrepl.isActive())
|
if (!mozrepl.isActive())
|
||||||
// mozrepl.start(4242);
|
mozrepl.start(4242);
|
||||||
// }
|
}
|
||||||
|
|
||||||
register_user_stylesheet(
|
register_user_stylesheet(
|
||||||
"data:text/css," +
|
"data:text/css," +
|
||||||
|
|
Loading…
Reference in a new issue