mozrepl
mozrepl copied to clipboard
Remotely control Firefox and other Mozilla apps with JavaScript
The user interface of Firefox 29 has changed drastically and I don't find where to enable MozRepl. Does anyone know where it is? Thanks. _Edit:_ in the add-on list I...
Hi! When I have the Firefox console window focused, I can't use functions like "BrowserReload()" in the REPL. Can I switch window in the REPL?
nodejs module where we can connect and then start using the remote objects directly as if local? var moz = require('mozrepl'); var conn1 = moz.connect('127.0.0.1' , '4747'); var conn2 =...
In the firefox Scratchpad, doing alert(document.cookie) comes back with several cookies. However repl document.cookie is undef.
Trying to start it on the 9/26 Thunderbird Daily gives the error: Error: TypeError: server is undefined Source file: chrome://mozlab/content/mozrepl/overlay_impl.js Line: 60
Hello, I use mozrepl with autoit FF.au3. The function : _FFDispatchEvent don't work anymore. There are another way to make a "keydown" or "keyup" or "Keypress" ? A clue? Sorry...
Hi, This is the same as in the #24. I do not have the rights to reopen the issue, so I created this new one. Sorry for the mess. The...
mozrepl not start with Firefox 20beta1
Dear Massimiliano (bard), Thank you for this awesome add-on. Please upload a new version at https://addons.mozilla.org/en-us/firefox/addon/mozrepl/ as i confirmed the github version has the #24 & #28 fix in it
When I type e.g. repl.look (without parens), I just get function(){...} instead of the full source. How can I get the full source pretty-printed as in https://www.youtube.com/watch?v=5RSnHN6S52c, without using toSource?