This is a nifty trick for content designers. It lets you edit text on any website. I do this when I want to get quick visual assessment of a string change, or produce a mockup of text without having to bug a visual designer.
javascript:document.body.contentEditable = true; void 0;
You can now use your cursor to quickly edit some text. If things go bananas, just hit refresh and it will reset the the page.