// ==UserScript== // @name osu! my download // @description osu beatmap镜像站下载。支持的镜像站点:bloodcat.com、osu.mengsky.net、inso.link。 // @author dazzulay // @copyright 2014+, dazzulay // @version 1.1.2 // @icon http://osu.ppy.sh/favicon.ico // @include http*://osu.ppy.sh/b/* // @include http*://osu.ppy.sh/s/* // @include http*://osu.ppy.sh/p/beatmap* // @grant none // @namespace https://greasyfork.org/scripts/3916 // @homepageURL https://greasyfork.org/scripts/3916 // @downloadURL none // ==/UserScript== $(function() { // css样式 设置 $('head').append(''); // 获取beatmapid var bmsrc = $('.bmt').attr('src'); var bmid = bmsrc.substring(bmsrc.indexOf("thumb/")+6,bmsrc.lastIndexOf("l")); // 添加按钮 $('body').append('
'); $('.my_container').append('DOWNLOAD BLOODCAT