show more
ManInGlasses
got a bug today, 1 "100" instead of 20 "100s" somehow


1x100 94.5% acc DansGame


happened on Mozilla, play from Zavarka's profile

other scores looks ok
Xinnoh

ManInGlasses wrote:

got a bug today, 1 "100" instead of 20 "100s" somehow


1x100 94.5% acc DansGame


happened on Mozilla, play from Zavarka's profile

other scores looks ok
It's because of the new pp system. It shows the acc of the higher score, but displays the play of the higher pp. In your case the HDDT > HDHRDT score, but pp was higher on the latter.
Kyraa-
love it :P
abraker
For mania, Top Ranks shows the score, hits, and combo of the no mod play rather than the modded play. The accuracy is correct though.


PakaChan
For mania, Top Ranks shows the score, hits, and combo of the no mod play rather than the modded play. The accuracy is correct though.
ctb too, the stats of the top score are shown, not the best pp one.

Also when we search for a user's score on a map, it would be nice to see all his mod scores, not just the top one
Topic Starter
oneplusone
Updated :)

PakaChan wrote:

For mania, Top Ranks shows the score, hits, and combo of the no mod play rather than the modded play. The accuracy is correct though.
ctb too, the stats of the top score are shown, not the best pp one.

Also when we search for a user's score on a map, it would be nice to see all his mod scores, not just the top one
This is now fixed.

However with the current API, it is impossible to query a user's score with specific mods :(
Egorithm
very useful
PakaChan

oneplusone wrote:

However with the current API, it is impossible to query a user's score with specific mods :(

Topic Starter
oneplusone
:o :o :o :!: :!: :o :!:

brb
Topic Starter
oneplusone
New update!

Now when you search a user's score on a map, you get all his mod scores!!
PakaChan

oneplusone wrote:

New update!

Now when you search a user's score on a map, you get all his mod scores!!
you're the best man <3
Nightinga1e
How to uninstall script? After deleting script and even Tampermonkey, it works. How?
kai99
Man, this is the thing. Why didn't I know of this before lel. Using it well. Thanks for the good stuff!
Frostick
Topic Starter
oneplusone

kai99 wrote:

Man, this is the thing. Why didn't I know of this before lel. Using it well. Thanks for the good stuff!
:)

Frostick wrote:

I love <3 the extension, I already used it for like 2 monthes and it REALLY helps me! :)

But I think you should add a quick download button in the top ranks for every song, it would really help!

Reasons:
1) You can copy other people's maps instantly from top ranks.
2) When your beatmaps get deleted / you change pc and don't backup, you can re-download your maps quicklier.
3) It just lets you download / re-download a map faster without having to look at the full beatmap page, and especially if you have poor internet connection.

I think it will be very easy for you to create compared to other stuff you've done with the extension...

Anyway, thanks for making it!
Thanks for the suggestion!


New update: Fixed rank image not displaying properly (due to ppy moving the image address)
Pituophis
"Most Played" doesn't seem to be working anymore.
Topic Starter
oneplusone

Pituophis wrote:

"Most Played" doesn't seem to be working anymore.
Fixed (for the 4th time)
Topic Starter
oneplusone
New update ;)
Tamako Lumisade
Hi, creator.

Is it wrong that your script sometimes feels sluggish? (Like loading map informations in a loop) Or is it just osu!related thing with servers going bad recent times?
mindmaster107
Can you explain in detail what the subscription actually does? Does it just ping you when anything in the thread happens, or when there is a new top play, or when the mapper ranks something, or what? And is this customisable in any easy way?
ArtillerySenpai

mindmaster107 wrote:

Can you explain in detail what the subscription actually does? Does it just ping you when anything in the thread happens, or when there is a new top play, or when the mapper ranks something, or what? And is this customisable in any easy way?
It's like the subscription tab on youtube. You subscribe to mappers then you see their activity to their maps (being ranked, qualified, or updated).
Topic Starter
oneplusone

Husky wrote:

Hi, creator.

Is it wrong that your script sometimes feels sluggish? (Like loading map informations in a loop) Or is it just osu!related thing with servers going bad recent times?
There was a period where the servers were bad so I made the script keep requesting in intervals until it gets a reply. Not sure what is the best solution so that's what I did. I am not an experienced script writer so if there is any bad practices I've been doing please tell me :D


mindmaster107 wrote:

Can you explain in detail what the subscription actually does? Does it just ping you when anything in the thread happens, or when there is a new top play, or when the mapper ranks something, or what? And is this customisable in any easy way?
It displays all the maps in your maps subscription and the maps made by your subscribed mappers, sorted in last updated time. So the most recently updated map will be shown at the top. It is meant for people following mappers and want to know if they have submitted or updated a map. It does not alert you, you have to check it in the subscriptions tab. It is not customisable for now, and if you have any suggestions feel free to post here.
Despirate
I don't know if anyone have the same problem as me lol. it's been months already http://imgur.com/a/sofQ8
Topic Starter
oneplusone

PsoGnar wrote:

I don't know if anyone have the same problem as me lol. it's been months already http://imgur.com/a/sofQ8
Yeah about that, because the osu page is loaded on https, we cannot embed any iframe that is loaded from http (see here). Bloodcat used to be hosted on https so it was no problem. But now it is only hosted on http, so we can't embed it. Nothing much I can do, except maybe put a separate link that opens bloodcat in a new tab I guess.
KupcaH
Amazing update. o:
Nelly
Sweet update. Keep doing your work!
Yumikoi
Hi, on Pale Moon 27 with Greasemonkey 1.15 (latest versions for both) I am unable to submit the API key, the popup appears I input the key and nothing happens.
Seems to be similar problem as what happened about a year ago before Pale Moon support was added.

Hope it is fixable, this script is really amazing!
abraker


I just glimpsed through the code, so I may or may not have missed where you are requesting user IDs, but I hope you are storing user IDs and not their names. This can easily stop working upon a name change.
Topic Starter
oneplusone

Yumikoi wrote:

Hi, on Pale Moon 27 with Greasemonkey 1.15 (latest versions for both) I am unable to submit the API key, the popup appears I input the key and nothing happens.
Seems to be similar problem as what happened about a year ago before Pale Moon support was added.

Hope it is fixable, this script is really amazing!
Hmm this seems like a different problem and I honestly don't know how to fix it. It has nothing to do with the script update, and it was working (long) before, so I suspect a Pale Moon update ruined it. The problem is I always get the error "Greasemonkey access violation: unsafeWindow cannot call GM_xmlhttpRequest." If anyone knows how to resolve this please PM me and we can try to fix it. Otherwise I think I will have to abandon support for Pale Moon :(

abraker wrote:



I just glimpsed through the code, so I may or may not have missed where you are requesting user IDs, but I hope you are storing user IDs and not their names. This can easily stop working upon a name change.
Yup I stored both the userIDs and usernames. If someone changes their name the list will still show the old name but the requests will be made using their IDs. Their name will be updated if you resubscribe to them.
Yumikoi

oneplusone wrote:

Hmm this seems like a different problem and I honestly don't know how to fix it. It has nothing to do with the script update, and it was working (long) before, so I suspect a Pale Moon update ruined it. The problem is I always get the error "Greasemonkey access violation: unsafeWindow cannot call GM_xmlhttpRequest." If anyone knows how to resolve this please PM me and we can try to fix it. Otherwise I think I will have to abandon support for Pale Moon :(
Hi I managed to get the script working with an experimental fork of greasemonkey for palemoon 27 and newer
version 3.12.1beta10 works fine so maybe note this fork in the original post so people know to use it (as I didn't know of its existence until I tried to google the unsafe window error which seems to have been brought in PM27 and so the original firefox version of greasemonkey didnt handle it correctly)
https://github.com/janekptacijarabaci/g ... perimental
Kyubey
Issue appeared today.
When I try to open the page that is affected by osuplus, it turns to white screen and nothing happens after that.
https://qb.s-ul.eu/aZIVU1nH.webm how it looks.
TheKingNoob
Seems like Chrome doesn't allow extensions not directly from Chrome Web Store, could you maybe somehow upload this there one way or another? Since I can't install the script on Tampermonkey other buy it works when I directly drag in the extensions.
7ambda
Why do you have to fiddle with the friend and mod rankings so many times before it finally loads?
abraker

F1r3tar wrote:

Why do you have to fiddle with the friend and mod rankings so many times before it finally loads?
iirc some time back it loaded each score one by one and that was changed to load in the background and display when done. Since it loads one every 1 second or so, it would take about a minute to show.
7ambda

abraker wrote:

iirc some time back it loaded each score one by one and that was changed to load in the background and display when done. Since it loads one every 1 second or so, it would take about a minute to show.
Couldn't it just display currently loaded scores as it continues to load until all have loaded?
abraker

F1r3tar wrote:

Couldn't it just display currently loaded scores as it continues to load until all have loaded?
it can and it was like that at some point, but got changed. I guess you can blame me for that:
p/4901471
p/5040397
7ambda

abraker wrote:

it can and it was like that at some point, but got changed. I guess you can blame me for that:
p/4901471
p/5040397
Thanks for making life more inconvenient.
abraker

F1r3tar wrote:

Thanks for making life more inconvenient.
I think it's better than having your browser freeze
7ambda

abraker wrote:

I think it's better than having your browser freeze
My browser never froze. That's why I never complained about it previously.
Dzy
Cool, a friend recommended me and I'm using it!
I have a suggestion: it would be interesting a kind of random on the beatmap list, type the tillerino.
Topic Starter
oneplusone
New update!
Xinnoh
<3
bjlly
+upvote
myonlyacc
nice
Shortthu
o i can run this on microsoft edge now xd
still using tampermonkey
ok i'm late
Lamaredia
Hey, have been using osuplus for a long time now, but I can't seem to get my API-key anymore now that I've reinstalled my PC. The link only leads to the forum main page. Do you know why? :)
Rasea
.
Greydus

Lamaredia wrote:

Hey, have been using osuplus for a long time now, but I can't seem to get my API-key anymore now that I've reinstalled my PC. The link only leads to the forum main page. Do you know why? :)

Go here to get your API key
Kasperatu
worst tutorial i've seen imo
Lucid
link doesn't install the userscript, just redirects to this wall of text. goddammit firefox.
Lamaredia

p14y3r wrote:

Lamaredia wrote:

Hey, have been using osuplus for a long time now, but I can't seem to get my API-key anymore now that I've reinstalled my PC. The link only leads to the forum main page. Do you know why? :)
Go here to get your API key
Thanks!
GrilledCheeese
Thank you for making this.
Ideal
firefox users: install tampermonkey and then download!
abraker

Idealism wrote:

firefox users: install tampermonkey and then download!
same for chrome users tbh
Topic Starter
oneplusone

Lucid wrote:

link doesn't install the userscript, just redirects to this wall of text. goddammit firefox.
It seems the new firefox 57 broke Greasemonkey and some scripts. I think the best option for now is to use Tampermonkey instead, also available for firefox.
mummie
it seems its not working on the new site layout yet any progress on that @oneplusone ?

Example https://osu.ppy.sh/beatmapsets/629384/#fruits/1383647
it cant be vieuwed in the old layout sadly
Topic Starter
oneplusone

mummie wrote:

it seems its not working on the new site layout yet any progress on that @oneplusone ?

Example https://osu.ppy.sh/beatmapsets/629384/#fruits/1383647
it cant be vieuwed in the old layout sadly
Huh I didn't know there were beatmaps that can only be viewed on the new site.

I'm not working on the new site layout, since the new site is constantly being updated and whatever I do will most likely break every time it updates.
Maybe when I have more free time.
Nozkur
the hits/play doesn't appear anymore in any profile website
Bust A Sauce
I'm not getting the total hits and pp showing up for my profile and also on beatmaps. The only thing that works is the bloodcat mirror link. Is there any fix to this? I've tried revoking my api key and requesting another one, but it still doesn't work. I'm using chrome btw
Digitalfear117
I've been using osiuplus for a while now, and I honestly forgot it was there until greasymonkey had a heart attack on me after the new update. I installed Tampermonkey and it works great again! I really lost appreciation for how amazing this script is, and I really want to thank you for your hard work in creating this! It really is great to have all these extra options :D
mummie

oneplusone wrote:

mummie wrote:

it seems its not working on the new site layout yet any progress on that @oneplusone ?

Example https://osu.ppy.sh/beatmapsets/629384/#fruits/1383647
it cant be vieuwed in the old layout sadly
Huh I didn't know there were beatmaps that can only be viewed on the new site.

I'm not working on the new site layout, since the new site is constantly being updated and whatever I do will most likely break every time it updates.
Maybe when I have more free time.

i didnt know that aswell but sadly i cant open it on the old site i can look it up on the old one but when i click the link boom to new layout :(
AncuL
why don't i see the players' ranking over on the score leaderboard?



it used to show the player's ranking beside their name
Topic Starter
oneplusone

Bust A Sauce wrote:

I'm not getting the total hits and pp showing up for my profile and also on beatmaps. The only thing that works is the bloodcat mirror link. Is there any fix to this? I've tried revoking my api key and requesting another one, but it still doesn't work. I'm using chrome btw
Try opening up the settings (top right side of the page) and paste your api key there.

AncuL wrote:

why don't i see the players' ranking over on the score leaderboard?



it used to show the player's ranking beside their name
You can enable it in the settings. It is disabled by default, since it causes the scores to load (significantly) slower.
Cinnamon-
Does this have multiplayers ?
praeludium
D:
Rangga
can explain that mean feature(hits/play)? i dont get it :/
abraker

Rangga wrote:

can explain that mean feature(hits/play)? i dont get it :/
Take the total number of notes you hit, and divide by the total number of times you played all of the maps
EMachine03
I’m using greasemonkey. I’ve pasted the code into a script, and the greasemonkey box says the script is enabled. When I press the button to edit, it shows the script’s source code. However, when I open up a beatmap, nothing is changed and it doesn’t ask me for my api code. Why isn’t it working?
Topic Starter
oneplusone

EMachine03 wrote:

I’m using greasemonkey. I’ve pasted the code into a script, and the greasemonkey box says the script is enabled. When I press the button to edit, it shows the script’s source code. However, when I open up a beatmap, nothing is changed and it doesn’t ask me for my api code. Why isn’t it working?
It doesn't work with the new greasemonkey on the new Firefox currently. You can try using Tampermonkey instead.
EMachine03

oneplusone wrote:

EMachine03 wrote:

I’m using greasemonkey. I’ve pasted the code into a script, and the greasemonkey box says the script is enabled. When I press the button to edit, it shows the script’s source code. However, when I open up a beatmap, nothing is changed and it doesn’t ask me for my api code. Why isn’t it working?
It doesn't work with the new greasemonkey on the new Firefox currently. You can try using Tampermonkey instead.
Thanks. I already fixed it that way.
eyyMinda
Awesome extension i've been using it for quite a while though just recently since like 1 month ago maybe more i noticed that it does not load additional 50 scoreboard highscores and doesnt show stuff like pp gained and so on even though links of bloodcat work. The scoreboard keeps loading forever. I'm using google chrome with tampermonkey.

Installed firefox and tampermonkey on it and it works. Tho i prefer chrome if anyone can help me out would appreciate..
[Peachy]
great addon but will it still work in the new website?
Xinnoh
^

The old website will be discontinued in a few weeks.

If you're going to update to the new web, ask flyte for the latest design since there's going to be changes made
that or just offer to directly implement them into the website instead, they're looking for people that can do that
Cylux
Doesn't work anymore. Using latest version of Chrome and Tampermonkey. It just loads data forever, but none of the features work anymore.

Edit: Reinstalled the whole Tampermonkey plugin and it instantly worked again. I didn't change anything at all, but it's fine now.
DeletedUser_6031847
for some weird reason when i wan't to watch the leaderboards for any ranked beatmap the page only display just 50 players instead of 100 and most of the features are not working for me..

i uninstalled and reinstalled but still not work.
Rythmic
Do you plan on updating it for the new osu! website? https://osu.ppy.sh/home
KecHik445

[Crz]Noire wrote:

for some weird reason when i wan't to watch the leaderboards for any ranked beatmap the page only display just 50 players instead of 100 and most of the features are not working for me..

i uninstalled and reinstalled but still not work.
Try reinstalled/update Tempermonkey/chrome, see if it work again
farkasma
This is amazing, I love it. :D
Any plans of making it work with the new site?
DarthSkrill
tampermonkey works better with firefox too, i would recommend recommending it for anything it works on
Greydus

farkasma wrote:

This is amazing, I love it. :D
Any plans of making it work with the new site?

if he wants to add it to the new site he can do it, the entire new site is open source
-Marin
if you have the time etc, it would be great to see it in the new site.
Quibbly
Any hope this will be added in to the new osu! website as well? Too lazy to look through the 213 posts to see if someone already asked this.
Topic Starter
oneplusone

Quibbly wrote:

Any hope this will be added in to the new osu! website as well? Too lazy to look through the 213 posts to see if someone already asked this.

IDHDD wrote:

if you have the time etc, it would be great to see it in the new site.

farkasma wrote:

This is amazing, I love it. :D

Any plans of making it work with the new site?

Rythmic wrote:

Do you plan on updating it for the new osu! website? https://osu.ppy.sh/home

[Peachy] wrote:

great addon but will it still work in the new website?
I am quite busy currently, but I will work on updating the script for the new site hopefully by July.
cheshire_
nothing for opera?
lmao gay
Topic Starter
oneplusone

zeptyk wrote:

nothing for opera?
lmao gay
u r gay

also i think it works with tampermonkey on opera
ababa

oneplusone wrote:

zeptyk wrote:

nothing for opera?
lmao gay

u r gay

also i think it works with tampermonkey on opera


Can confirm, it does work with Tampermonkey for Opera
Ayydar
I played a map and it shows "8 hours ago" even I finished it now.
Keziah
It's probably due to your timezone ?
Jakey-kun
so this is a 2018 reply and the website has new osu layout but it does not ask me for an api key im on chrome using tampermonkey
Nerrowcoolll

Jakey-kun wrote:

so this is a 2018 reply and the website has new osu layout but it does not ask me for an api key im on chrome using tampermonkey

Cause this script is for the old website and we are all waiting for an update
Jakey-kun
oh okay, i guess i will have to wait :)
dellar68
It doesn't work for me, it's a glitch or something?
snz

dellar68 wrote:

It doesn't work for me, it's a glitch or something?
you need to use the old website for it to work.
abraker

Ppus wrote:

dellar68 wrote:

It doesn't work for me, it's a glitch or something?
you need to use the old website for it to work.
For this who don't know how to get to the old one: https://old.ppy.sh

oneplusone wrote:

will work on updating the script for the new site hopefully by July.
I guess it's next July...
Topic Starter
oneplusone
New update on 64th July

Other features on the new site coming by 2018
bowiepro

Or1g1n wrote:

I played a map and it shows "8 hours ago" even I finished it now.

every website that uses the api i've seen will show that

also it wouldn't work on old.ppy.sh
Nerrowcoolll

oneplusone wrote:

New update on 64th July

Other features on the new site coming by 2018


This is awesome^^
Thank you so much
Topic Starter
oneplusone

BowiePro wrote:

Or1g1n wrote:

I played a map and it shows "8 hours ago" even I finished it now.
every website that uses the api i've seen will show that

also it wouldn't work on old.ppy.sh
Because the api used to return dates in GMT+8, but now it's GMT+0. The latest update has addressed it.

The script does not run on "old.ppy.sh". It has to begin with "osu.ppy.sh".
snyviper
Yay! Awesome update! I don't need to switch to old website to see top 100 anymore xD well done!
abraker
yipee!
show more
Please sign in to reply.

New reply

/