kodeeeyChangelog for 02/13/2019
- Added support for AU PugChamp using the OZFortress API
Some players divisions may still be wrong, if this is the case for you please let me know so I can fix it. :)
Nice! Thanks.
kodeeeyChangelog for 02/13/2019
- Added support for AU PugChamp using the OZFortress API
Some players divisions may still be wrong, if this is the case for you please let me know so I can fix it. :)
Nice! Thanks.
Changelog for 03/31/2019
-The extension icon now turns green when 12 or more players are added
-Updated popup to show captain, role and server status
-Updated popup design
This update was made by shpeeisme so all credit goes to him. :)
Thanks to a temporary fix of the Chrome Store Foxified extension for Firefox i managed to convert this extension for Firefox. It works flawlessly and I encourage you, firefox users, to try it ^^
edit: oh i'm on linux, so in order to run an older version of Firefox i downloaded an AppImage from here: https://bintray.com/probono/AppImages/Firefox#files
Can we not have it so it compares the last 3 games you played and picks the most prominent div rather than most recent
Recently subbed for a mid team and now I'm mid on helper:( of the last 8 matches I've played 7 have been DIV2, one mid.
Changelog for 03/18/2020
-Removed support for AU as all the div's were extremely outdated
-Switched to RGL divs for NA players
This update was made by minicircle, all credit to him.
It may take some time for this update to go through as chrome extensions need to be reviewed now. Hopefully I'll get around to fixing EU divs soon, else the code is open source so feel free to do it yourself. :)
https://i.imgur.com/UqSkLfy.png
Epic... Anyone good at designing icons?
Changelog for 03/31/2020
-Added ETF2L div3 (bit late I know lol)
-Changed "NERD" to "NEW" to no longer bully new players
The update should hopefully go through the review process a bit faster this time.
Imo you should remove the RGL prefix and just say like Invite, Adv, Main, IM, Open, etc. ETF2L div names are totally disjoint from RGL ones so if you see prem or div1 you don't need to disambiguate.
Also the pure white for people without an RGL profile or whatever is super ugly you should probably change that
edit: also you might want to make a protocol that like queries the esea database and uses that in case people don't have any records on RGL cause like marmaduke obviously played invite but evidently doesn't have rgl data
bearodactylImo you should remove the RGL prefix and just say like Invite, Adv, Main, IM, Open, etc. ETF2L div names are totally disjoint from RGL ones so if you see prem or div1 you don't need to disambiguate.
Also the pure white for people without an RGL profile or whatever is super ugly you should probably change that
edit: also you might want to make a protocol that like queries the esea database and uses that in case people don't have any records on RGL cause like marmaduke obviously played invite but evidently doesn't have rgl data
Thanks for the feedback, will take this in consideration for the next update.
edit: Just realized that only white tag thing you were talking about, that's a bug and i'll fix it asap.
https://i.imgur.com/JNLXECI.png
how is marmaduke somehow simultaneously invite advanced and main
Nathanhttps://i.imgur.com/JNLXECI.png
how is marmaduke somehow simultaneously invite advanced and main
he's evolved
Just pushed a new update that should fix these bugs, let me know if there are any further issues.
https://i.imgur.com/11hZzw2.png
I temporarily removed the support for RGL divs.
kodeeeyhttps://i.imgur.com/11hZzw2.png
I temporarily removed the support for RGL divs.
You use the official RGL API, which is currently moved out of the domain. Please reach out to sigafoo or use my version of it through payload.
Changelog for 11/10/2020
-Readded support for RGL divs using the Payload RGL API
-Name substitution with league names is now available in the extension popup (didn't test, may break)
Update should go through today or tomorrow
kodeeeyChangelog for 11/10/2020
-Readded support for RGL divs using the Payload RGL API
-Name substitution with league names is now available in the extension popup (didn't test, may break)
Update should go through today or tomorrow
I'll let you know this now, but I'm going to re-design the routes for Payload come (probably) later this month or december. I'll do a pull-request when its changed, so it should not impact anything.
kodeeeyAwesome, thanks for letting me know :)
My PR has been made and the update is now released.
Also, if you need, I can add some queries to the request so you can specify your request if you want. Seems like you're doing a lot of parsing that could be removed if it was easier for you to query what you need from the API.
Thanks, I've merged the PR and pushed a new version of the extension, should be live today or tomorrow.
24Also, if you need, I can add some queries to the request so you can specify your request if you want. Seems like you're doing a lot of parsing that could be removed if it was easier for you to query what you need from the API.
Don't think that's necessary unless there are other people with a similar use case as me, since the code to parse the data already exists.