こちらで紹介されていたものです。
最速インターフェース研究会 :: Firefoxの拡張MozLabの中に含まれるMozReplがヤバすぎる件について
http://la.ma.la/blog/diary_200609280045.htm
インストールはこちらから
http://dev.hyperstruct.net/trac/mozlab
ツール > MozLab > Start Repl で開始です
repl1> title
MozLab - Trac
repl1> title = title + ' hogehoge'
MozLab - Trac hogehoge
repl1> window.alert('hello')
こんな感じでいろいろできます。
こちらのデモを見ると本当に何でもできそうです。
http://dev.hyperstruct.net/movie/mozrepl.html
emacsからも操作できるらしいです。
http://dev.hyperstruct.net/trac/mozlab/wiki/MozRepl#Emacs



