Average Server Rank Plugin? - Better Battlelog Forums #119805

Sitemap
Topicstarter
Is there currently a working plugin which shows the average rank of each team on a selected server?
Added this:
https://github.com/NikkiLoveGod/Nooblook
but I believe it's out dated?
Thanks!
For BF4 this doesn't work because there isn't a playerlist anymore on the serverbrowser page, which was the base for the calculation. Make this working this requires some extra requests for each selected server and that's one of the things that we try to avoid.
BrainFooLong wrote:
For BF4 this doesn't work because there isn't a playerlist anymore on the serverbrowser page, which was the base for the calculation. Make this working this requires some extra requests for each selected server and that's one of the things that we try to avoid.


No player list, but now they have a REST endpoint to get server info. It is an additional request, but regardless I've updated the code to make it work. You can install with this URL:
https://cdn.rawgit.com/johntron/Nooblook/master/nooblook.js


Note: Requires a recent version of Chrome (may work in other browsers).
Post edited 1 x times, last by
Johntron wrote:
BrainFooLong wrote:
For BF4 this doesn't work because there isn't a playerlist anymore on the serverbrowser page, which was the base for the calculation. Make this working this requires some extra requests for each selected server and that's one of the things that we try to avoid.


No player list, but now they have a REST endpoint to get server info. It is an additional request, but regardless I've updated the code to make it work. You can install with this URL:
https://cdn.rawgit.com/johntron/Nooblook/master/nooblook.js


Note: Requires a recent version of Chrome (may work in other browsers).


Tried it, it periodically (1sec) adds another rating under the first one, so after a couple of seconds you get this:
thing.png
Wups, sorry about that. It's fixed now.
Johntron wrote:
Wups, sorry about that. It's fixed now.

Not for me... still the same thing happening.
If mine works and yours doesn't, here's the only things I can come up with:
Different browsers - I'm using the latest version of Chrome.
Browser cache - Try refreshing while holding down shift.
BBlog cache - I'm not aware of one, but I don't know much about bblog. Try deleting and adding the plugin again.
CDN delay - Maybe rawgit.com took a really long time to update. Try refreshing cache.

Sorry, wish I could help more, but don't really have enough info.