Disable countdown in GorillaVid

Disable countdown button in GorillaVid.in

当前为 2015-12-03 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name Disable countdown in GorillaVid
  3. // @namespace Disable countdown in GorillaVid
  4. // @version 0.1
  5. // @description Disable countdown button in GorillaVid.in
  6. // @author jscriptjunkie
  7. // @match http://gorillavid.in/*
  8. // @grant none
  9. // ==/UserScript==
  10. /* jshint -W097 */
  11. 'use strict';
  12.  
  13. $('#btn_download').attr('disabled', false);

QingJ © 2025

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