修改网页文字
修改网页文字
Zgfnye新建书签,将网址内容修改为:
1 | javascript: "use strict"; !function() {"true" === document.body.getAttribute("contentEditable") ? (document.body.setAttribute("contentEditable", false), alert("Edit off")) : (document.body.setAttribute("contentEditable", true), alert("Edit on"))} (); |