S
S
Sergey2015-03-04 13:31:24
Habr
Sergey, 2015-03-04 13:31:24

Is there an extension for viewing TOP comments on Habrahabr posts?

Hello!
Many people know that in the comments to posts on Habré there are always very interesting and TOP comments, so I would like to find an extension for the Chrome browser (maybe already written by someone), which allows you to sort for reading only the top comments to the post.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2015-03-04
@zapara

$('.comments_list').append($('.comment_item').sort(function(a,b){
  return parseInt($('.score:first', b).text().replace('–','-')) - parseInt($('.score:first', a).text().replace('–','-'));
}));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question