Let Confirm Go Away

去除qq群共享qq旋风弹窗

  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://greasyfork.org/users/1438
  8. // ==/UserScript==
  9. unsafeWindow.confirm = function(msg){return false;};
  10. unsafeWindow.downloadFileByIframe = function(a,d){window.open (a.url + "/" + d.filename); };