Re: remote control, firefox and document



On a sunny day (Sun, 24 Jun 2007 17:54:15 +0200) it happened Adib Taraben
<taraben.a@xxxxxxxxxxxxxxxxx> wrote in <467E93A7.4040305@xxxxxxxxxxxxxxxxx>:

... and is there a way that I can access and modify the DOM structure of
this document?
Something like Python interface or D-BUS ...?

Well, I dunno, no idea what DOM is (but it means stupid in Dutch :-) ),
but if I wanted to modify something from the web, and display it, I would
do someting like this:

rm index.html
wget http://panteltje.com/panteltje/space/mars/index.html
rpl mars venus index.html
firefox -new-tab index.html


see man wget
man rpl
.