Each time I launch a website in Chrome, even ones that I have designed myself, they all contain the following snippet of HTML/CSS code when examined in Developer Tools.
<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>
Showcased below is a screenshot:
This piece of code remains concealed when looking at the source. Where does it originate from?