How To Edit Websites Easily ⭐

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 :::-

ENJOY & HAPPY LEARNING! :heart:

15 Likes

Awesome !!!

A real time saver, you really had to think about it. THANKS FOR SHARING

2 Likes