NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name INSUBS Downloader by Blacklist/ProksD // @version 1.3 // @author Blacklist/ProksD // @contact proksd@outlook.com // @icon http://i.imgur.com/z0AJwTM.png // @icon64 http://i.imgur.com/UaRQUI9.png // @namespace insubs.com/ // @match insubs.com/l/* // ==/UserScript== var control=false;var aceite=$('#aceite');var baixar=$('#baixar');$(document).ready(function(){setTimeout(function(){clicar(baixar);},2000);});$(function(){$('a[href="#copyright"').parent().hide();baixar.children().html('BAIXANDO');});baixar.click(function(){clicar(this);});function clicar(obj){aceite[0].checked=true;if(!control){control=true;$(obj).click();}}