【发布时间】:2015-02-20 00:32:11
【问题描述】:
当我在开发者工具中查看时,我在 Chrome 中打开的每个网站,包括我自己编写的网站,在其基础上都有以下 HTML/CSS。
<style>
.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;
border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}
.tb_button.hover {borer:2px outset #def; background-color: #f8f8f8 !important;}
.ws_toolbar {z-index:100000} .ws_toolbar
.ws_tb_btn {cursor:pointer;border:1px solid #555;padding:3px}
.tb_highlight{background-color:yellow} .tb_hide {visibility:hidden}
.ws_toolbar img {padding:2px;margin:0px}
</style>
截图如下:
如果您查看源代码,则此代码不可见。它来自哪里?
【问题讨论】:
-
可能是一个扩展。
标签: html css google-chrome developer-tools