Extension shows likes, dislikes, ratio(likes/dislikes) in front page and makes available sorting by them. For example, you can sort medium questions with tag "dynamic-programming".
Go here and click download.
1.git clone --recursive https://github.com/yerlantemir/leetcoder
2.Go to "chrome://extensions", load-unpacked and select installed repository
Go to https://leetcode.com/problemset/all/ and wait about 10 seconds until it's loaded.
Want to contribute? Great!
- Read official tutorial to understand how it works.
- Install project from source.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
- Write tests with python + selenium or cypressjs.
- Find a way to divide a logic of popup window and content script.
- Add radio buttons to popup window for dynamically turning on/off additional columns.
Feel free to contact me on Telegram for discussions, news & announcements about leetcoder & other projects.