📜  用于编辑网页的 javascript 代码 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:17.228000             🧑  作者: Mango

代码示例1
//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;