All Projects → yerlantemir → Leetcoder

yerlantemir / Leetcoder

Chrome extension makes available sorting problems by likes,dislikes,ratio(likes/dislikes)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Leetcoder

Leethub
Automatically sync your leetcode solutions to your github account - top 5 trending GitHub repository
Stars: ✭ 316 (+1655.56%)
Mutual labels:  leetcode, chrome-extension
100 Days Of Ios Datastructure Algorithm
100天iOS数据结构与算法实战
Stars: ✭ 836 (+4544.44%)
Mutual labels:  leetcode
Markdown New Tab
🗒️ ⏰ ✅ Save notes in Markdown directly in the 'New Tab' page
Stars: ✭ 746 (+4044.44%)
Mutual labels:  chrome-extension
Ublacklist
Blocks specific sites from appearing in Google search results
Stars: ✭ 798 (+4333.33%)
Mutual labels:  chrome-extension
Saka Key
A keyboard interface to the web
Stars: ✭ 748 (+4055.56%)
Mutual labels:  chrome-extension
Leetcodetop
汇总各大互联网公司容易考察的高频leetcode题🔥
Stars: ✭ 11,441 (+63461.11%)
Mutual labels:  leetcode
H5player
网页播放器增强脚本,支持:播放进度记录、播放倍率记录、快进快退、倍速播放、画面缩放等
Stars: ✭ 736 (+3988.89%)
Mutual labels:  chrome-extension
Gata
Bookmarks made better
Stars: ✭ 17 (-5.56%)
Mutual labels:  chrome-extension
Javapractice
Java Practice
Stars: ✭ 6 (-66.67%)
Mutual labels:  leetcode
Tabliss
An extensible New Tab web extension written in TypeScript, React and Redux.
Stars: ✭ 798 (+4333.33%)
Mutual labels:  chrome-extension
Vscode Leetcode
Solve LeetCode problems in VS Code
Stars: ✭ 6,982 (+38688.89%)
Mutual labels:  leetcode
Stylebot
Change the appearance of the web instantly
Stars: ✭ 746 (+4044.44%)
Mutual labels:  chrome-extension
Rsstodolist Addon
rsstodolist Firefox and Chrome addon (using Web Extension API)
Stars: ✭ 5 (-72.22%)
Mutual labels:  chrome-extension
Leetcode
(229 / 280) [中文|English] Solutions and notes of LEETCODE using C++/Java/Python/Sql/Shell Script.
Stars: ✭ 747 (+4050%)
Mutual labels:  leetcode
Nflxmultisubs
Multiple Subtitles and Enhanced Experiences for Netflix Web App
Stars: ✭ 889 (+4838.89%)
Mutual labels:  chrome-extension
Projectfib
Chrome extension to flag fake news on Facebook. Built at HackPrinceton '16
Stars: ✭ 741 (+4016.67%)
Mutual labels:  chrome-extension
Chrome Extensions
WebRTC chrome extensions for screen sharing, screen recording, file sharing, youtube+audio sharing, etc.
Stars: ✭ 799 (+4338.89%)
Mutual labels:  chrome-extension
Javascript
a chrome extension,game for javascript
Stars: ✭ 5 (-72.22%)
Mutual labels:  chrome-extension
Ios tips
iOS的一些示例,持续更新中:1、AVFoundation 高仿微信相机拍摄和编辑 2、AVFoundation 人脸检测、实时滤镜、音视频编解码、GPUImage框架的使用等音视频相关内容 3、OpenGLES 4、LeetCode算法练习 5、iOS Crash防护和APM监控 6、WKWebView相关的内容 等........
Stars: ✭ 896 (+4877.78%)
Mutual labels:  leetcode
Toggl Button
Toggl Button extension for Chrome and Firefox
Stars: ✭ 891 (+4850%)
Mutual labels:  chrome-extension

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 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.

Development

Want to contribute? Great!

  1. Read official tutorial 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 for discussions, news & announcements about leetcoder & other projects.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].