NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name No wait download - imslp.org // @namespace Violentmonkey Scripts // @match https://imslp.org/* // @grant none // @version 1.0 // @author someone // @description no wait when downloading // @license MIT // @copyright 2021, someone (https://openuserjs.org/users/someone) // ==/UserScript== window.open(document.getElementById("sm_dl_wait").attributes["data-id"].value, '_blank');