DEV Community

Discussion on: You can 'HACK' any website!

Collapse
 
fradar profile image
FRADAR

It is awesome to see this as an extension, but what you can also do is you can just make a bookmarklet out of it. It is almost the same thing, and people don't have to download an extension and all that.

You can just save this code:
javascript:(function() { document.body.contentEditable=true;})();
as a bookmarklet, and it will do the same thing

Nevertheless, this is great!