Let Confirm Go Away

去除qq群共享qq旋风弹窗

目前為 2014-09-10 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name Let Confirm Go Away
  3. // @description 去除qq群共享qq旋风弹窗
  4. // @author 陌百百<feng_zilong@163.com>
  5. // @include http://qun.qzone.qq.com/*
  6. // @version 2.0
  7. // @namespace https://gf.qytechs.cn/users/1438
  8. // ==/UserScript==
  9. unsafeWindow.confirm = function(msg){return false;};
  10. unsafeWindow.downloadFileByIframe = function(a,d){window.open (a.url + "/" + d.filename); };

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址