This userscript allows you to filter comments by rating on Habrahabr.ru, Geektimes.ru and Megamozg.ru
##How to install
- get repository
 - install dest/habr-comments-filter.user.js into your browser
- firefox:
- install Greasemonkey
 - drag the userscript onto the page
 
 - chrome:
- open extensions page (there are two ways):
- click on the Customize and control -> Settings -> Extensions
 - open the URL: chrome://extensions/
 
 - drag the userscript onto page
 
 - open extensions page (there are two ways):
 
 - firefox:
 
##Hotkeys
increment min rating: CTRL + up
decrement min rating: CTRL + down
##Changelog ###v2.2.1
- add support for Megamozg.ru
 - fix after updating markup on the sites
 
###v2.2
- add support for Geektimes.ru
 
###v2.1
- add hotkeys
 - change design
 
###v2.0
- rewrite filtering without jQuery
 - rewrite calculating of average rating
 - add instant filter
 - add number of shown comments
 - add support for Firefox and Chrome
 - add tests (Karma and Jasmine)
 - add build with Grunt