Putting the following in a browser url bar, can put the page into a editable mode.
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Putting the following in a browser url bar, can put the page into a editable mode.
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0