It didn't ask me for my api key and i got the same error as above (not showing pp) 

error logs??oneplusone wrote:
But seriously, next time open up your console (F12) and capture the error logs.
Did you see the huge notice at the top of the page? Is there a bloodcat mirror? Are there the mod buttons and friends button?Pohm wrote:
It didn't ask me for my api key and i got the same error as above (not showing pp)
Yes that's the error log. Unfortunately I am unable to reproduce the errorAncuL wrote:
error logs??oneplusone wrote:
But seriously, next time open up your console (F12) and capture the error logs.
edit: nvm
Nothing changed, still not working.Sayaka- wrote:
Try with Violentmonkey, works fine for me on Opera
The errors are because Tampermonkey doesn't recognize the jquery $, it will work even with the errors. I never tested it on Opera, but you can open up the console and see what errors are happening.Kyubey wrote:
Doesn't work for me. I input API key, refresh the page and nothing there, just like it's without scripts at all. Also, Tampermonkey prompts 100+ errors after syntax check:
Interesting suggestion. Top 1 scores is already in one's profile, and top 50 is kinda impossible with the current api. Highlighting scores set X days ago would be nice, if I can make a nice UI to implement it.Dungeonfire wrote:
Suggestion. Display all Top 50 and/or Top 1 scores on ones profile and highlight all top 100 plays of ones profile that were set X days ago
Yes, that was what I was talking about. I was thinking about something like this. http://pastebin.com/FJEfCfKH (This doesn't work on firefox btw)oneplusone wrote:
I was talking about the UI for the X days part. A slider for selecting X days? Maybe a few radio boxes for selecting days? Or maybe even a shade of range of colours, like blue for most recent and red for earliest?
Nah it isn't since you have to save the PP manually which is pretty stupid. A cookie that updates every time when you visit the page is just more handy. My friend has continued working on this code and improved it alot but I have to ask him for the code. But he is never online on skype. I'll see if I can contact him any other wayoneplusone wrote:
I think t/405025 is a better version of that code.
Don't wanna. I have tested and it works on Chrome, Firefox and Opera, so it is time to use one of theseJonQuy wrote:
Is it possible to get this working on Pale Moon? I'm not having any luck; though, it is probably because Pale Moon uses legacy versions of greasemonkey and etc.
Could I get the code for what you mentioned in this screenshot? http://puu.sh/mkwEt.pngDungeonfire wrote:
I would suggest highlighting the specific play with a background color. (The variable for the background-color should be easily modifable for the people using a CSS)
Also maybe you can improve this code and implement it in your plugin ? http://pastebin.com/Vt3A2bDq
One more suggestion that comes to my mind is doing something like this: http://puu.sh/mkwEt.png (Make the variable for color easily modifable too)
It is an old screenshot of the osu website. it used to be a featureXII wrote:
Could I get the code for what you mentioned in this screenshot? http://puu.sh/mkwEt.png
Or is it not finished yet?
So why did it get removed?Dungeonfire wrote:
It is an old screenshot of the osu website. it used to be a featureXII wrote:
Could I get the code for what you mentioned in this screenshot? http://puu.sh/mkwEt.png
Or is it not finished yet?
Don't think I can fix the lag.abraker wrote:
Hmm... how it's loading score right now has some down sides:
1) a bit of lag
2) everything below gets shifted. I tend to read comments while it's loading because it's a bit slow
I suggest to have the previous scores still visible with a loadingiconbar on top while it's gathering scores and then make them appear. Regarding the loading bar, is it possible to make a not too thick loading bar that stays visible on top in the view (clip to the top of the screen)? This would allow to see if it's done or not while scrolling anywhere on the page
Soon...Or1g1n wrote:
Will you include "Key" mode for mania?
That is intended. You need to get an api key from https://osu.ppy.sh/p/api (type in any name and url you want, e.g. your username and profile page or something). Then you will get an api key which should look something like 1234567890abcde1234567890abcde1234567890.Alpgh367 wrote:
Not quite sure what's happened...
Don't think there is a good way. You can try downloading Tampermonkey for Android, but I'm not sure how reliable that app is.KuroRyu wrote:
How can I get this working on chrome on mobile phone ? (Android)
My download replay actually came before the one on the web, and tbh mine is better (nice file name and correct date). But whatever, I just updated the script and the replay is converted back to the natural osu web one.AncuL wrote:
oneplusone, maybe put the "download replay" on the rank (#XX) like how osu naturally do it
Why would you even think you'd get banned for this... It just gets information from the osu! api and adds it to pages.ShadyAngel wrote:
You can't get banned for this right.
Awesome stuff.
NopeOr1g1n wrote:
Is it possible to include Country ranking?
I'm not getting the lag. But I made some improvements so it should be less laggy for anyone getting lags, I hope.abraker wrote:
Hey how is that lag when loading issue coming along? Please tell me you are getting the lag too
I updated the code. Note: the most played column gets the information from new.ppy.sh, so expect it to be broken frequently whenever the new site changes.Ravsii wrote:
Most played column doesn't work. Is it just me or some kind of bug?
I've checked on several profiles. Still nothing
Fixed. Apparently the 100 in taiko is worth 50% instead of 33%.The M wrote:
I don't know if anybody has mentioned it but it displays the wrong acc for taiko mode.This image is the acc of the top 17 for the same song, one with and one without osuplus :
http://imgur.com/0AuIrQZ
(the one without osuplus is the correct acc). This seems to happen only on the taiko rankings but as far as I can tell does it happen on every taiko ranking
You can try downgrading Tampermonkey to 4.0.25 as I don't have 4.0.69 to test (apparently only some ppl will be updated to that ver).hozuki wrote:
For some reason, Tampermonkey crashes whenever I try clicking the userscript link. I'm on Chrome 50, Tampermonkey 4.0.69 and Windows 10. Anyone having similar experience?
var daysAgo = 1;//days count hereThat way, for people using my or another dark/transparent CSS will see the highlighted plays as well. Thank you in advance
var css = "background:rgba(255,255,255,.2)!important";
var j = jQuery.noConflict();
if(j(".stylish").length > 0){j(".stylish").text(j(".stylish").text()+'.Z{'+css+'}');}
else{j('head').append(j.parseHTML('<style>.Z{'+css+'}</style>'));}
j('#leader').on('DOMNodeInserted', '.prof-beatmap', function () {
if((new Date(j(this).find(".timeago").attr("datetime"))).getTime()>=((new Date()).getTime()-(86400000*daysAgo))){j(this).addClass("Z");}
});
It's now at the rank #, like the original osu web page.icyarctic wrote:
what happened to the download replay button on the scoreboard?
I will try to add that if I have the time.Dungeonfire wrote:
Hey there. I was wondering if you could do the slider thing for highlight recent plays more like this :var daysAgo = 1;//days count hereThat way, for people using my or another dark/transparent CSS will see the highlighted plays as well. Thank you in advance
var css = "background:rgba(255,255,255,.2)!important";
var j = jQuery.noConflict();
if(j(".stylish").length > 0){j(".stylish").text(j(".stylish").text()+'.Z{'+css+'}');}
else{j('head').append(j.parseHTML('<style>.Z{'+css+'}</style>'));}
j('#leader').on('DOMNodeInserted', '.prof-beatmap', function () {
if((new Date(j(this).find(".timeago").attr("datetime"))).getTime()>=((new Date()).getTime()-(86400000*daysAgo))){j(this).addClass("Z");}
});
Ok I will change it when I have the time.snyviper wrote:
Hey there!
I really like your work, thanks for sharing >.<
I use a lot the sort by PP option, and I noticed that when PPs are equal, the older play comes first, and it's really nice! But I was wondering if you could make higher scores come first, then if scores are also equal, older plays comes first, because spin to win
Thank youoneplusone wrote:
Ok I will change it when I have the time.snyviper wrote:
Hey there!
I really like your work, thanks for sharing >.<
I use a lot the sort by PP option, and I noticed that when PPs are equal, the older play comes first, and it's really nice! But I was wondering if you could make higher scores come first, then if scores are also equal, older plays comes first, because spin to win
That actually sounds cool!snyviper wrote:
Can you add another box like "Show Date" for player rank? I think it would be cool to know which beatmaps we are better at, given our ranks
Dungeonfire wrote:
Hey there. I was wondering if you could do the slider thing for highlight recent plays more like this :var daysAgo = 1;//days count hereThat way, for people using my or another dark/transparent CSS will see the highlighted plays as well. Thank you in advance
var css = "background:rgba(255,255,255,.2)!important";
var j = jQuery.noConflict();
if(j(".stylish").length > 0){j(".stylish").text(j(".stylish").text()+'.Z{'+css+'}');}
else{j('head').append(j.parseHTML('<style>.Z{'+css+'}</style>'));}
j('#leader').on('DOMNodeInserted', '.prof-beatmap', function () {
if((new Date(j(this).find(".timeago").attr("datetime"))).getTime()>=((new Date()).getTime()-(86400000*daysAgo))){j(this).addClass("Z");}
});
I fixed it inside my CSS finally. Shoutouts to Flipybitz.oneplusone wrote:
I will try to add that if I have the time.
I don't see what's wrong.Venix wrote:
Hello, please fix scoreboard on beatmap page, "Max Combo"
Impossible.usmc wrote:
hi, is there any chance you could add country ranking?
It is not a bug with the script. The scores really are duplicated in peppy's database. You can see for yourself using the API.Scarlet Evans wrote:
Looks like some people can have their scores on leaderboards doubled. Bug?
https://www.reddit.com/r/osugame/commen ... _the_same/
Fixed.Blobby3000 wrote:
This is awesome and super helpful to use
One small bug I noticed is that when you un-tick the checkbox for highlighting a time frame of plays in the top plays tab of someones profile it does not remove the highlight from the plays.
Not a big issue and everything else seems top notch, good stuff
Do you have Tampermonkey/Greasemonkey installed?InfinityPotato wrote:
So Malwarebytes blocked it, turned off protection, retried and I get error when it says "Addind to Chrome"?
AddedScarlet Evans wrote:
Feature request: global rank of player being shown on Country Ranking page.
For example, let's look at USA players: https://osu.ppy.sh/p/pp?c=US
You see their PP, you see which are they in their country, acc, playcount, etc., but you don't see one of the things that would interest many players most:
There is no rank of the player in the global ranking shown.
What do you think about adding it? I think that it would be a really valuable thing to add and there's still much of "free space" in the table to do this: http://puu.sh/qPmih/241410429c.png
Thanks!Io The Fox wrote:
This really looks awesome ! , i will definitly take a look at this script ^^, i just installed it
Hooray! <3oneplusone wrote:
Added
I think that it could be worth to ask here: t/405025ManInGlasses wrote:
So looks like you made an update, it's great, thank you. But now this script not working well with osu!ppsave script on rankings page, "Update all pp" button from this script just stopped working at all because of your newly added country rankings. So I need to manually exclude http://osu.ppy.sh/p/pp from your script to bring this button to work for now. I hope there a fix for that.
ManInGlasses wrote:
So looks like you made an update, it's great, thank you. But now this script not working well with osu!ppsave script on rankings page, "Update all pp" button from this script just stopped working at all because of your newly added country rankings. So I need to manually exclude http://osu.ppy.sh/p/pp from your script to bring this button to work for now. I hope there a fix for that.
I added a button to show the global/country rank instead. Now osu! pp save will work as long as you don't show the global/country rank. Having the extra column screws it up.Scarlet Evans wrote:
Hooray! <3oneplusone wrote:
AddedI think that it could be worth to ask here: t/405025ManInGlasses wrote:
So looks like you made an update, it's great, thank you. But now this script not working well with osu!ppsave script on rankings page, "Update all pp" button from this script just stopped working at all because of your newly added country rankings. So I need to manually exclude http://osu.ppy.sh/p/pp from your script to bring this button to work for now. I hope there a fix for that.
Maybe it would be better for a creator of the other script to update it, to take into account and make it less vulnerable? I can be wrong ofc. as I didn't looked more into both scripts' codes yet ^^
Fixed.Or1g1n wrote:
Searching user score works incorrect. Have checked it in mania.
As you can see, it just moves right.
Where is this button? It doesn't show for me anywhere: http://puu.sh/rcAU7/9bc069d19e.png (Firefox). Is it hidden somewhere? Also, will it remember your setting or you need to enable it every single time? I think that many people don't use the other browser extension and ability to have this extra column all the time, without the need to enable it every time, would be really niceoneplusone wrote:
I added a button to show the global/country rank instead. Now osu! pp save will work as long as you don't show the global/country rank. Having the extra column screws it up.
Here's a picture of mine, I use google chrome.Scarlet Evans wrote:
Where is this button? It doesn't show for me anywhere: http://puu.sh/rcAU7/9bc069d19e.png (Firefox). Is it hidden somewhere?
I messed up. Fixed. Also replaced with a checkbox to remember.Scarlet Evans wrote:
Where is this button? It doesn't show for me anywhere: http://puu.sh/rcAU7/9bc069d19e.png (Firefox). Is it hidden somewhere? Also, will it remember your setting or you need to enable it every single time? I think that many people don't use the other browser extension and ability to have this extra column all the time, without the need to enable it every time, would be really niceoneplusone wrote:
I added a button to show the global/country rank instead. Now osu! pp save will work as long as you don't show the global/country rank. Having the extra column screws it up.Original table, with so much of unneeded space is kind of ugly >,.,<
Porter Robinson wrote:
Add the opcion to see the 'spin' for beatmaps please!
Impossible with the current API.Porter Robinson wrote:
Add the opcion to see the 'spin' for beatmaps please!
Click the HR mod a few times.unko wrote:
no EZ mod in score selection? is this intentional either way this is super good pretty i very very like![]()
e: another issue; if you load a request (i.e mods or friends) while it's loading initially, it won't cancel that first- meaning it will just display the global top 100 anyway
I can't find the button... Whenever I uncheck that box and reload the page, it loads checked again..oneplusone wrote:
I added a button to show the global/country rank instead. Now osu! pp save will work as long as you don't show the global/country rank. Having the extra column screws it up.
It's slow because of the new rank number. If you disable it it should run as fast as before.Tyrrrz wrote:
Top100 takes around 5 minutes to load now (vs ~15 seconds on v1.5.1).
Is there any way to have download version for 1.5.1?
Fixed. (may break again if peppy updates the new.ppy.sh site)-Pikachu- wrote:
The "Most Player" tab doesn't work properly ovo;
Fixed the unchecking.snyviper wrote:
I can't find the button... Whenever I uncheck that box and reload the page, it loads checked again..oneplusone wrote:
I added a button to show the global/country rank instead. Now osu! pp save will work as long as you don't show the global/country rank. Having the extra column screws it up.
I'm using chrome, am I missing anything?
Might be the API server being slow. Or try disabling the "show pp rank" checkbox now.Rad- wrote:
This stopped working for me all together, continues with the loading circle but never stops and shows anything, used both in chrome and firefox to test it out and same results.
Works now, thanks! Oii, I'd like to request a feature if possible, and it's that if is possible to check how many plays certain player did to certain main that doesn't appear in the Most Played tab, like a search system or something like that o: would look like:oneplusone wrote:
Fixed. (may break again if peppy updates the new.ppy.sh site)-Pikachu- wrote:
The "Most Player" tab doesn't work properly ovo;
Try opening the console with F12 and see if there are any error messages.Rad- wrote:
I really do believe that the API has something to do with this, as it never loads any scores and stuff beside how it is originally, which means adding the other players beyond top 50 and see friends list is impossible right now,
Impossible.-Pikachu- wrote:
Works now, thanks! Oii, I'd like to request a feature if possible, and it's that if is possible to check how many plays certain player did to certain main that doesn't appear in the Most Played tab, like a search system or something like that o: would look like:
Welp, I tried x'D anyway thanks again for the update!oneplusone wrote:
Impossible.