仅在最近我注意到,当我通过Chrome Inspect Element工具查看时,一些额外的代码正在添加到我的页面中。它可能一直存在,但我只是注意到它。
它是什么?这是正常的我错过了它还是Chrome扩展程序还是恶意软件?
当我查看源代码时,它不会显示在我的代码上。
以下是代码:
<div id="coFrameDiv" style="height:0px;display:none;">
<iframe id="coToolbarFrame" src="chrome-extension://
{unique-id-hiding-incase-sensitive}/toolbar/placeholder.html"
style="height:0px;width:100%;display:none;"></iframe></div>
答案 0 :(得分:1)
任何工具栏都可以像诺顿工具栏一样安装在Chrome中。因此,这些额外的代码块已添加到您的页面中。你可以查看chrome:// extensions / if&#34;允许隐身&#34;没有为该工具栏选择选项,您将看不到这些额外的代码。
查看源代码不会为html显示动态生成的HTML,这就是为什么它没有显示在那里。