Gangmax Blog

Edit any HTML Page Directly from Your Browser

From here.

In your browser(Firefox/Chrome/Safari), enter “Web Developer Tools -> Console”, type the following JavaScript code and hit the “enter” key:

1
document.body.contentEditable="true"

Now you can edit any content on the web page. This uses the “contentEditable” H5 attribute.

Comments