No wait download - imslp.org

no wait when downloading

  1. // ==UserScript==
  2. // @name No wait download - imslp.org
  3. // @namespace Violentmonkey Scripts
  4. // @match https://imslp.org/*
  5. // @grant none
  6. // @version 1.1
  7. // @author someone
  8. // @description no wait when downloading
  9. // ==/UserScript==
  10.  
  11.  
  12. window.open(document.getElementById("sm_dl_wait").attributes["data-id"].value, '_blank');