This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name osu! Beatmap Download Link Replacer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description 将 osu!direct 谱面页面的 supporter 链接替换为osu://dl/[id] (方便lazer用户下载谱面,stable用户仍需开通supporter才能在游戏内使用osu!direct) | |
| // @author theinspired's 豆包 | |
| // @match https://osu.ppy.sh/* | |
| // @updateURL https://gist.github.com/sp2dev/023c959864ccac0dc3f797ed13486b7c/raw/osu!%20Beatmap%20Download%20Link%20Replacer.user.js | |
| // @downloadURL https://gist.github.com/sp2dev/023c959864ccac0dc3f797ed13486b7c/raw/osu!%20Beatmap%20Download%20Link%20Replacer.user.js | |
| // @license MIT |