Hi,
I'm just reading up on possible technologies or ways to manipulate the DOM of a user-defined website in a browser or webinterface. The "Same Origin Policy" normally prevents doing this in the browser but there are several ways to avoid this.
First thing I can think of is using a Firefox Add-On or Greasemonkey-Script. Another way is to use a proxy.
Are there any other methods you can think of?