Editing a page from FireFox
Found a quick little JavaScript trick that lets you edit page content from within FireFox. Copy and paste the following into your address bar and press enter.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Everything on the page becomes editable. Sure, it doesn’t affect the file on server. But once you’re done you can save the resulting file onto your computer.
I checked it in FireFox 3 and it worked. No clue about other browsers.
Question, Comments...
Do you have more questions. Please either leave a comment below or join us in our new forum.