-
创建书签
-
内容粘贴以下
javascript: (function() { const dom = document.body.querySelector('#devStyle'); if (dom) { document.body.removeChild(dom); } else { const style = document.createElement('style'); style.id = 'devStyle'; style.innerHTML = 'html * { outline: 1px solid red }'; document.body.appendChild(style); } })();
- 点击书签
效果图