mozrepl
mozrepl copied to clipboard
Remotely control Firefox and other Mozilla apps with JavaScript
Is there any alternative to this since this is not supported anymore? Has anyone found another solution?
Not compatible with the newest version of Firefox
I can't find a prefs.sh setting to programmatically enable the "activate on startup" option. I tried comparing prefs.js from before and after manually activating on startup, and there is no...
Firefox version 51.0a1 (2017-08-09) FF has been builded from sources.
A number of harmless commands leads to such error: "Exposing privileged or cross-origin callable is prohibited" ``` $ nc localhost 4242 Welcome to MozRepl. - If you get stuck at...
I just find that a file `mozrepl.tmp.js` is put in my profile directory. I expect it to be in `/tmp`. There it would be faster. Using `TmpD` instead `ProfD` seems...
I'm developing a firefox add-on and I'd like to be able to run this repl within the context of the add-on. So far, the only way I know to run...
how about replacing (or adding to) the ancient, text-based telnet protocol with websockets? websockets have a concept of messages, so a command and response don’t ahve to be parsed from...
For some reason I'm unable to edit the home page to add this link under the Conkeror one: - "Bash shell integration":https://github.com/PhilHudson/bash-mozrepl Please add it for me.
What is the proper command line format to start the repl for Firefox on Windows? Do I need double quotes around the option and port, like "-repl 4242"?