繁体   English   中英

iframe位于每页底部

[英]Iframe on bottom of every page

我不确定这是否是问这个问题的合适地点,但是我无法想到可以找到答案的其他地方。 我注意到,这个奇怪的iframe位于许多网站的底部。 很奇怪,因为它们所有人都使用相同的IP地址。 这是stackoverflow和bundler.io的屏幕截图: 在此处输入图片说明在此处输入图片说明

听起来似乎有些牵强,但是否有人在听我说话? 我只是担心。 我正在使用Chrome:41.0.2272.118(64位),我的操作系统是Ubuntu 14.04

我在说这个:

   <iframe id="fn_layer8" src="http://223.224.131.144:80/l8/Layer8Servlet" target="_blank" frameborder="no" style="display: block !important; opacity: 0 !important; z-index: 2147483646 !important;">
    #document
    <html>
      <head>
        <style type="text/css"></style>
      </head>
      <body>
       <pre style="word-wrap: break-word; white-space: pre-wrap;"></pre>
      </body>
     </html>
    </iframe>
<div id="fnscreenOverlay" style="position: fixed !important; bottom: 0px !important; left: 0px !important; top: auto !important; right: auto !important; height: 2571px !important; z-index: 2147483645 !important; width: 100% !important; text-align: center !important; margin: 0px !important; padding: 0px !important; border: 0px !important; opacity: 0 !important; display: none !important; background-color: transparent !important;"></div>

如果您在通常不会+无法连接的站点(即同一网络)的页面上看到此消息,那么我可能会想到一些原因(只是推测):

  • 您计算机上的恶意软件
  • 浏览器添加到该iframe中

如果您在其他浏览器中打开这些网站,是否仍然会发生? 如果不是,则为选项2。

我会研究一些安全软件/恶意软件清除器。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM