Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hobovsky committed May 24, 2022
1 parent 75283c9 commit 5eb2d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 31 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,7 @@ WHERE CAN I DOWNLOAD IT FROM?

WHAT FEATURES DOES IT PROVIDE?
------------------------------
- All 'available language' icons show whether you've completed
given kata in some particular language. Languages are marked
also in language selection dropdowns.
- When you filter kata search results by a language of your choice,
additional filter option appears which lets you see which kata
you have or haven't completed in this language.
- Solved languages are marked in language selection dropdowns.
- You can copy content of code boxes into clipboard.
- "Spoiler" flags are visible all the time and do not dis/re-appear
in a very annoying manner.
Expand All @@ -38,13 +33,6 @@ WHERE CAN I DOWNLOAD IT FROM?
- Leaderboards: Rank leaderboards utilizing Codewars API, to show users
ranked by overall rank or a language rank.

Features removed from Polyglot as they got implemented directly on Codewars:
- ~~"Show Kata Description" and "Show Kata Test Cases" sections can be toggled
now and can be collapsed after once expanded.~~
- ~~Show "Translations" tab on kata page and kata tabs on "/kata/####/translations"
page.~~


HOW TO UNINSTALL IT?
--------------------
I haven't checked.
Expand All @@ -53,8 +41,6 @@ WHERE CAN I DOWNLOAD IT FROM?
------------
- Yes.
- A race condition here or there.
- Filters do not properly reset sometimes.
- Sometimes search results may contain duplicated pages.
- Selectors, hooks and listeners used are so inefficient that your local power
plant probably doubles its coal consumption.

Expand All @@ -81,4 +67,3 @@ WHERE CAN I DOWNLOAD IT FROM?
- StackOverflow
- jQuery
- notify.js

16 changes: 1 addition & 15 deletions polyglot.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,7 @@ WHERE CAN I DOWNLOAD IT FROM?
WHAT FEATURES DOES IT PROVIDE?
------------------------------
- All 'available language' icons show whether you've completed
given kata in some particular language. Languages are marked
also in language selection dropdowns.
- When you filter kata search results by a language of your choice,
additional filter option appears which lets you see which kata
you have or haven't completed in this language.
- Solved languages are marked in language selection dropdowns.
- You can copy content of code boxes into clipboard.
- "Spoiler" flags are visible all the time and do not dis/re-appear
in a very annoying manner.
Expand All @@ -54,13 +49,6 @@ WHERE CAN I DOWNLOAD IT FROM?
- Leaderboards: Rank leaderboards utilizing Codewars API, to show users
ranked by overall rank or a language rank.
Features removed from Polyglot as they got implemented directly on Codewars:
- ~~"Show Kata Description" and "Show Kata Test Cases" sections can be toggled
now and can be collapsed after once expanded.~~
- ~~Show "Translations" tab on kata page and kata tabs on "/kata/####/translations"
page.~~
HOW TO UNINSTALL IT?
--------------------
I haven't checked.
Expand All @@ -69,8 +57,6 @@ WHERE CAN I DOWNLOAD IT FROM?
------------
- Yes.
- A race condition here or there.
- Filters do not properly reset sometimes.
- Sometimes search results may contain duplicated pages.
- Selectors, hooks and listeners used are so inefficient that your local power
plant probably doubles its coal consumption.
Expand Down

0 comments on commit 5eb2d67

Please sign in to comment.