简体   繁体   English

iframe位于每页底部

[英]Iframe on bottom of every page

I am not sure if this is the right place to ask this question, however I can't think of any other place where I can find answer to this. 我不确定这是否是问这个问题的合适地点,但是我无法想到可以找到答案的其他地方。 I have noticed, this weird iframe on bottom of quite a few website. 我注意到,这个奇怪的iframe位于许多网站的底部。 Weird because all of them same ip address. 很奇怪,因为它们所有人都使用相同的IP地址。 Here is screenshot from stackoverflow and bundler.io: 这是stackoverflow和bundler.io的屏幕截图: 在此处输入图片说明在此处输入图片说明

It may sound far fetched but could it be possible that someone is listening on me? 听起来似乎有些牵强,但是否有人在听我说话? I just concerned. 我只是担心。 I am using chrome: 41.0.2272.118 (64-bit) and my os is ubuntu 14.04 我正在使用Chrome:41.0.2272.118(64位),我的操作系统是Ubuntu 14.04

I am talking about this: 我在说这个:

   <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>

If you're seeing this on pages that you normally wouldn't + sites that aren't connected in anyway (ie. same network) then there's a few reason I could think of (just speculation): 如果您在通常不会+无法连接的站点(即同一网络)的页面上看到此消息,那么我可能会想到一些原因(只是推测):

  • Malware on your computer 您计算机上的恶意软件
  • Browser add on that injects this iframe 浏览器添加到该iframe中

If you open these sites in a different browser, does it still happen? 如果您在其他浏览器中打开这些网站,是否仍然会发生? If not, then it's option 2. 如果不是,则为选项2。

I would look into some security software/malware removers. 我会研究一些安全软件/恶意软件清除器。

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

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