Disable countdown in GorillaVid

Disable countdown button in GorillaVid.in

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

  1. // ==UserScript==
  2. // @name Disable countdown in GorillaVid
  3. // @namespace Disable countdown in GorillaVid
  4. // @version 0.2
  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. 'use strict';
  13.  
  14. $('#btn_download').attr('disabled', false);
  15. countDown = function(){
  16. }
  17. $$('btn_download').value = 'Continue';
  18. $$('btn_download').click();