Polyglot - Userscript for Codewars #2377
Replies: 3 comments 4 replies
-
New feature: Rank leaderboardsSince Codewars now provides API endpoints for rank leaderboards but no GUI, the Overall and language specific rank boards can now be viewed with the script installed: The feature is to be improved yet, but it seems to work quite well! |
Beta Was this translation helpful? Give feedback.
-
New feature: rank assessments breakdownSince Codewars now provides REST API for fetching rank assessments but does not have any GUI for this, the script can be used to view breakdown charts, hopefully helping to pick the most appropriate rank when approving kata. |
Beta Was this translation helpful? Give feedback.
-
Has codewars website changed a lot since this that some of the functionality of the script doesn't work anymore? When I list the katas I have solved I don't get any options to filter the results by solved in a specific language. The script seems to be working though since I get the little "copy to clipboard" in the code boxes. Is the problem on my end or does this filter functionality not exist anymore? |
Beta Was this translation helpful? Give feedback.
-
Hello all,
Some time ago I've created a Tampermonkey Userscript which would help me with some issues which were particularly annoying for me, especially addressing issues #790, #1162, #1272, #1641 and indirectly #727, #752. A bunch of users already uses it, so maybe others would also find it useful. Feel free to use it, or to completely ignore it ;)
You can find the script in this repo.
Small summary of features:
Solved languages are marked:
Solved languages are dimmed also in language dropdowns, so you do not select the same language twice!
Filtering by "Solved/not solved in [language]":
Copy code to clipboard
Solutions are tabbed by language
Spoiler flags are always displayed, so it's more difficult to accidentally flag/unflag a comment.
Hopefully, some/all of the features will be one day incorporated into Codewars website itself. I will also add new features which would generally aim at improving user experience and fix small annoyances. If anyone of you finds the script useful, then great. If not, well, you probably are not annoyed by these issues, so that's also great!
Have fun!
Beta Was this translation helpful? Give feedback.
All reactions