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