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