oneplusone wrote:
However with the current API, it is impossible to query a user's score with specific mods
oneplusone wrote:
However with the current API, it is impossible to query a user's score with specific mods
you're the best man <3oneplusone wrote:
New update!
Now when you search a user's score on a map, you get all his mod scores!!
kai99 wrote:
Man, this is the thing. Why didn't I know of this before lel. Using it well. Thanks for the good stuff!
Thanks for the suggestion!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!
Fixed (for the 4th time)Pituophis wrote:
"Most Played" doesn't seem to be working anymore.
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).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?
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 meHusky 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?
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.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?
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.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
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 MoonYumikoi 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!
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.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.
Hi I managed to get the script working with an experimental fork of greasemonkey for palemoon 27 and neweroneplusone 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
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.F1r3tar wrote:
Why do you have to fiddle with the friend and mod rankings so many times before it finally loads?
Couldn't it just display currently loaded scores as it continues to load until all have loaded?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.
I think it's better than having your browser freezeF1r3tar wrote:
Thanks for making life more inconvenient.
My browser never froze. That's why I never complained about it previously.abraker wrote:
I think it's better than having your browser freeze
same for chrome users tbhIdealism wrote:
firefox users: install tampermonkey and then download!
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.Lucid wrote:
link doesn't install the userscript, just redirects to this wall of text. goddammit firefox.
Huh I didn't know there were beatmaps that can only be viewed on the new site.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
oneplusone wrote:
Huh I didn't know there were beatmaps that can only be viewed on the new site.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
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.
Try opening up the settings (top right side of the page) and paste your api key there.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
You can enable it in the settings. It is disabled by default, since it causes the scores to load (significantly) slower.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
Take the total number of notes you hit, and divide by the total number of times you played all of the mapsRangga wrote:
can explain that mean feature(hits/play)? i dont get it :/
It doesn't work with the new greasemonkey on the new Firefox currently. You can try using Tampermonkey instead.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?
Thanks. I already fixed it that way.oneplusone wrote:
It doesn't work with the new greasemonkey on the new Firefox currently. You can try using Tampermonkey instead.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?
Try reinstalled/update Tempermonkey/chrome, see if it work again[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.
farkasma wrote:
This is amazing, I love it.![]()
Any plans of making it work with the new site?
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.
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
I am quite busy currently, but I will work on updating the script for the new site hopefully by July.[Peachy] wrote:
great addon but will it still work in the new website?
u r gayzeptyk wrote:
nothing for opera?
lmao gay
oneplusone wrote:
zeptyk wrote:
nothing for opera?
lmao gay
u r gay
also i think it works with tampermonkey on opera
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
you need to use the old website for it to work.dellar68 wrote:
It doesn't work for me, it's a glitch or something?
For this who don't know how to get to the old one: https://old.ppy.shPpus wrote:
you need to use the old website for it to work.dellar68 wrote:
It doesn't work for me, it's a glitch or something?
I guess it's next July...oneplusone wrote:
will work on updating the script for the new site hopefully by July.
Or1g1n wrote:
I played a map and it shows "8 hours ago" even I finished it now.
oneplusone wrote:
New update on 64th July
Other features on the new site coming by 2018
Because the api used to return dates in GMT+8, but now it's GMT+0. The latest update has addressed it.BowiePro wrote:
every website that uses the api i've seen will show thatOr1g1n wrote:
I played a map and it shows "8 hours ago" even I finished it now.
also it wouldn't work on old.ppy.sh