为什么迅雷不见了?

[故障现象]:

我先后装了Firefox3.0.5+Flashgot1.1+Xunlei3.5。Firefox页面上的右键菜单始终不出现Xuneli菜单项。

 

[原因]:

Flashgot无耻地阻止了Xunlei菜单项的显示。

 

[解决方案]:

删掉Flashgot

 

[技术细节]:

 

源代码参见[/extensions/{19503e42-ca3c-4c27-b1e2-9cdb2170ee34}/components/components/flashgotService.js]

 

实现处

*******************************

dm.nativeUI = "#ThunderDownloadUp, #ThunderDownload, #ThunderDownloadAll";

hideNativeUI: function(document, selectors) {
    var s = selectors + " {display: none !important}";
    if("nsIDownloadManagerUI" in CI) { // Toolkit, sync stylesheets
      this.domUtils.updateStyleSheet(s, true);
    } else {
      for each (var id in this.extractIds(selectors)) try {
        document.getElementById(id).style.display = "none";
      } catch(e) {}
    }
    (document._FlashGot_NativeUI_styleSheets ||
      (document._FlashGot_NativeUI_styleSheets = [])
    ).push(s);
  },

*******************************

 

 

定义了Xunlei菜单项的ID后,利用hideNativeUI()方法隐藏Xunlei菜单项。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值