Method to edit elements on websites just like in a text editor without open inspect element!
Example:
Method:
Enable bookmark bar on your browser and add a bookmark with the url set to
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
For the Edit feature
Add a bookmark with the url set to
javascript:document.body.contentEditable = 'false'; document.designMode='off'; void 0
For the UnEdit feature.
-::: Credit To megz from nulled :::-