Some small improvements to osu!web, featuring beatmapset filter and profile page improvement.
< 脚本 osu!web enhancement 的反馈
Great script, apart from the pp number having the two extra decimal digits
for anyone who wants to change it, change the line
pptext.nodeValue = CustomToPrecision(data.pp, 5)
to
pptext.nodeValue = CustomToPrecision(data.pp, 3)
also, sometimes the script doesn't seem to apply until I refresh the page 3-4 times. Is that a rate limit issue?
登录(不可用)以发布留言。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Great script, apart from the pp number having the two extra decimal digits
for anyone who wants to change it, change the line
pptext.nodeValue = CustomToPrecision(data.pp, 5)
to
pptext.nodeValue = CustomToPrecision(data.pp, 3)
also, sometimes the script doesn't seem to apply until I refresh the page 3-4 times. Is that a rate limit issue?