zimuzu

在片名后添加老下载页面链接!

  1. // ==UserScript==
  2. // @name zimuzu
  3. // @version 0.3
  4. // @description 在片名后添加老下载页面链接!
  5. // @author You
  6. // @match http://www.zimuzu.tv/*
  7. // @match https://www.zimuzu.tv/*
  8. // @match http://www.zimuzu.io/*
  9. // @match https://www.zimuzu.io/*
  10. // @match http://www.rrys2019.com/*
  11. // @match https://www.rrys2019.com/*
  12. // @grant none
  13.  
  14. // @namespace https://greasyfork.org/users/49924
  15. // ==/UserScript==
  16.  
  17. $(function() {
  18. $("#play_status").append("<a style='color:red;' href='"+location.href.replace("/resource/","/resource/list/")+"'>----下载----</a>");
  19. });
  20.  
  21.  
  22.