This script is for the YCS Chrome add on. It creates a button next to the search button that will sort the resulting comments in order by likes
Αυτές είναι όλες οι εκδόσεις αυτού του κώδικα. Προβολή μόνο των εκδόσεων όπου άλλαξε ο κώδικας.
Fixing likes with comma "5,6 K" to be sorted correctly (by replacing Comma with dot)
Fixing a Bug where 2,7K and 2,5K are regarded as the same, because of using parseInt instead of parseFloat