No, seriously, you can edit web pages right from your browser. Just type in this code after you load up a web page:
javascript:document.body.contentEditable =’true’;document.designMode=’on’; void 0
You’ll be able to change images, type stuff, and move stuff around. It’s awesome!