📜  用于编辑 webapge 的 java scripyt 代码 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:21.103000             🧑  作者: 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;