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.3
  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. if($('#btn_download').length > 0) {
  14. $('#btn_download').attr('disabled', false);
  15. $$('btn_download').value = 'Continue';
  16. $$('btn_download').click();
  17. countDown = function(){
  18. }
  19. }
  20. jwplayer('flvplayer').play();

QingJ © 2025

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