A backtick command to make a page editable
{
"name": "Edit page",
"description": "Make the current page editable.",
"icon": "http://icons.backtick.io.s3.amazonaws.com/backtick.png"
}javascript:document.body.contentEditable='true';document.designMode='on';event.preventDefault();This is a command for Backtick. It allows you to make a web page editable. Once you run the command you can click anywhere on the page and delete elements or type something.
To use this:
7556270.