// ==UserScript== // @name Disable countdown in GorillaVid // @namespace Disable countdown in GorillaVid // @version 0.2 // @description Disable countdown button in GorillaVid.in // @author jscriptjunkie // @match http://gorillavid.in/* // @grant none // @downloadURL none // ==/UserScript== /* jshint -W097 */ 'use strict'; 'use strict'; $('#btn_download').attr('disabled', false); countDown = function(){ } $$('btn_download').value = 'Continue'; $$('btn_download').click();