PUBLIC OBJECT

Edit Bookmarklet

Makes any webpage instantly editable. Use it to redact private information before taking a screenshot. Or to preview what new text will look like in a UI.

Or for pranks.

javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0