Editify is a tool to edit a website temporarily until you refresh it. I know i doesn't make much sense
This is an extension which makes the user able to edit everything on a website temptemporarily.
The way it works is pretty simple.
To make the website editable it injects this javascript command "document.body.contentEditable = true;" and to make the website uneditable it inject this javascript command "document.body.contentEditable = false;".
Latest reviews
- (2020-12-03) George: Perfect. It's just a little faster than going to Dev tools > Console and pasting document.body.contentEditable = true That's all it does and all I wanted.