NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name eXtremeSubs AutoDownloader by Blacklist/ProksD
// @version 2.1
// @author Blacklist/ProksD
// @contact proksd@outlook.com
// @icon http://i.imgur.com/z0AJwTM.png
// @icon64 http://i.imgur.com/UaRQUI9.png
// @namespace http://xsubs.com.br/
// @match http://xsubs.com.br/*
// ==/UserScript==
window.open(document.getElementsByClassName('download-button')[0].getAttribute('href'), '_self');