V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
Damn
V2EX  ›  问与答

360 浏览器劫持了 Microsoft Internet Controls,有没有在不卸载的情况下绕过呢?

  •  
  •   Damn · Feb 10, 2025 · 1125 views
    This topic created in 445 days ago, the information mentioned may be changed or developed.
    有访问 ActiveX 页面的刚需,用 WPF 写了一个小工具,快速完成前面的 SSO 过程,然后访问页面:
    SHDocVw.InternetExplorer IE = new SHDocVw.InternetExplorer();
    object URL = url;
    IE.Visible = true;
    IE.Navigate2(ref URL);
    在没有安装 360 浏览器的电脑上,包括最新版 Win11 都是正常工作的。
    但是在安装了 360 浏览器的电脑上,会跳出来 360 浏览器,无法访问 url 。
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2369 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 04:23 · PVG 12:23 · LAX 21:23 · JFK 00:23
    ♥ Do have faith in what you're doing.