Greasy Fork

Disable countdown in GorillaVid

Disable countdown button in GorillaVid.in

目前为 2015-12-03 提交的版本。查看 最新版本

// ==UserScript==
// @name         Disable countdown in GorillaVid
// @namespace    Disable countdown in GorillaVid
// @version      0.1
// @description  Disable countdown button in GorillaVid.in
// @author       jscriptjunkie
// @match        http://gorillavid.in/*
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

$('#btn_download').attr('disabled', false);