I was reading
reddit today and came across this dandy link. Did you know that you can make any webpage editable? A built-in editor becomes active with a simple copy and paste code within Firefox, Internet Explorer, Safari and Opera.
I never knew about the code and I thought it was pretty handy for inline noting, writing papers and the like. Just simply navigate to the webpage you would like to edit and type the following code into your web browser's address bar:
Code:
javascript:document.body.contentEditable='true';
document.designMode='on'; void 0
Source and much lovin':
Blogstorm Article