zimuzu

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

目前为 2018-07-26 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name zimuzu
  3. // @version 0.2
  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. // @grant none
  11.  
  12. // @namespace https://greasyfork.org/users/49924
  13. // ==/UserScript==
  14.  
  15. $(function() {
  16. $("#play_status").append("<a style='color:red;' href='"+location.href.replace("/resource/","/resource/list/")+"'>----下载----</a>");
  17. });
  18.  
  19.  
  20.