Some small improvements to osu!web, featuring beatmapset filter and profile page improvement.
< Spätná väzba na 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?
Aby ste mohli pridať odpoveď, prihláste sa.
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?