"T. V. Raman" <raman@cs.cornell.edu> writes: > If you want to write some code, here is an approach that > will work: [...] > Finally hook the "interpreter" above > into a proxy server and test it. FilterProxy is a good thing here. It's easy to write plugin modules, and you get some nice features for free, like the ability to activate a certain module only for certain urls matching a regexp. I used this to hook Ramans superb xls stylesheets into it. Didn't you always want to get rid of certain unnecessary stuff from big websites? That's one way to do it. -- CYa, Mario