AnimesVision.com Parte 2

Remove o tempo de espera do Download "Link Direto" do site AnimesVision.com

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         AnimesVision.com Parte 2
// @namespace    https://www.facebook.com/felipperenan.albano
// @version      1.0
// @description  Remove o tempo de espera do Download "Link Direto" do site AnimesVision.com
// @author       Felippe Renan Albano
// @include      http://visioncloud.info/mirror/2*
// @include      http://visioncloud.info/mirror/3*
// @include      http://visioncloud.info/mirror/4*
// @include      http://visioncloud.info/mirror/5*
// @include      http://visioncloud.info/mirror/6*
// @grant        unsafeWindow
// @run-at       document-end
// ==/UserScript==

window.location.replace(document.getElementsByClassName('buttonDownload')[0].href);