// ==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 // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; $('#btn_download').attr('disabled', false);