Answers for "java scripyt code to edit webapge"

3

java scripyt code to edit webapge

//Paste this in the "console" tab of the Inspect window  
//with this you temporarily edit text of a webpage on your end

javascript:document.body.contentEditable = true; void 0;
Posted by: Guest on July-20-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language