yy-auto-redir

redirect yy security warning page

  1. // ==UserScript==
  2. // @name yy-auto-redir
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description redirect yy security warning page
  6. // @author LYC
  7. // @include http://redir.yy.duowan.com/warning.php?url=*
  8. // @grant none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11.  
  12. document.location.href = unescape(document.location.href.match("url=(.*?)$")[1]);

QingJ © 2025

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