Description
Chrome extension that adds a osu!direct button for every beatmap in a beatmap search page.
Osu v1 api key required.
Osu support of course required, otherwise osu!direct won't work and button would be useless.
Github repo
Download zip
Introduction
Soo... I wondered why there is no osu!direct button in a beatmap search page. There is a button for downloading beatmap from the site, but no button for downloading beatmap using osu!direct??
After discoreving that, I cannot resist the urge to fix that problem.
Development
I decided to make a small chrome extension in order to fix that problem, but stumbled upon a problem that osu!direct uses beatmapid, but not beatmapsetid for donwloading a map?? Okay, I added osu api v1 requests to convert beatmapsetid to any beatmapid in beatmap set. Also i am bad at javascript and made a use of ChatGpt in order for it to make some things for me hehe.