Disable countdown button in GorillaVid.in
当前为
// ==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);