Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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;
 
PREVIOUS NEXT
Tagged: #java #scripyt #code #edit #webapge
ADD COMMENT
Topic
Name
5+1 =