Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

javascript code to edit webpage

//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;
 
PREVIOUS NEXT
Tagged: #javascript #code #edit #webpage
ADD COMMENT
Topic
Name
4+6 =