NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name 虫虫钢琴Mid下载 // @icon http://www.gangqinpu.com/favicon.ico // @namespace https://openuserjs.org/users/jjm2473/ // @version 0.1 // @description 虫虫钢琴Mid下载 // @author jjm2473 // @match http://www.gangqinpu.com/play.asp?id=* // @grant none // ==/UserScript== var download=document.createElement("a"); download.href=location.search.substr(4); download.innerText="下载Mid"; document.body.insertBefore(download,document.body.getElementsByTagName("table")[0]);