Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yerlantemir/leetcoder
Chrome extension makes available sorting problems by likes,dislikes,ratio(likes/dislikes)
https://github.com/yerlantemir/leetcoder
chrome-extension javascript leetcode
Last synced: 25 days ago
JSON representation
Chrome extension makes available sorting problems by likes,dislikes,ratio(likes/dislikes)
- Host: GitHub
- URL: https://github.com/yerlantemir/leetcoder
- Owner: yerlantemir
- Created: 2020-06-09T22:29:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T13:33:02.000Z (over 4 years ago)
- Last Synced: 2024-02-15T12:34:55.195Z (10 months ago)
- Topics: chrome-extension, javascript, leetcode
- Language: JavaScript
- Homepage:
- Size: 868 KB
- Stars: 22
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-in-kz - Leetcoder
README
# About
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".
## Installation
##### Chrome web store:
Go [here](https://chrome.google.com/webstore/detail/leetcodeextension/cjhcgcdnofphbmnofhdalemnpddbfphk) and click download.
##### From source:
1.git clone --recursive https://github.com/yerlantemir/leetcoder
2.Go to "chrome://extensions", load-unpacked and select installed repository## How it works
Go to https://leetcode.com/problemset/all/ and wait about 10 seconds until it's loaded.
## DevelopmentWant to contribute? Great!
1. Read official [tutorial](https://developer.chrome.com/extensions/getstarted#:~:text=The%20directory%20holding%20the%20manifest,More%20Tools%20then%20selecting%20Extensions.) to understand how it works.
2. Install project from source.
3. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
4. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
5. Push to the Branch (`git push origin feature/AmazingFeature`)
6. Open a Pull Request## Todos
- 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.## Help, feedback or suggestions?
Feel free to contact me on [Telegram](https://t.me/YerlanTemir) for discussions, news & announcements about **leetcoder** & other projects.