LeetCode Extension

*Announcement*

Leetcode has requested me to remove the company metadata and premium question description. I have no enough time recently to modify my codes, so I close my extension on Chrome Store. leetcode extension will return ASAP when I got time to do it. Thank all my supporters.

Description

This is an extension for chrome.

Download in chrome web store

Source Code: https://github.com/binarylu/leetcode-ext

In source code,

leetcode-ext folder is the source code of chrome extension.

server folder is the source code for crawling the problem tags from leetcode.com.

Usage

There are six major functions:

  1. Show your progress, in different difficulities, in different company tags and in different tags.
  2. Hide the acceptance and difficulty.
  3. Hide the locked problems.
  4. Commit your code to your GitHub.
  5. After running or submitting code, disable the button for 10 seconds to avoid the error that submitting too frequently.
  6. Show the content of locked problems and the problem list of each company tag.
  7. Show quick access link for submission and discussion.

For 1, 2 and 5, they can be turned on / off in extension option page.

For 3, there is checkbox in problem list page and tag page.

For 4, you can login your github account in option page by OAuth. After you login, input the repository name, not the URL.
If the repository you type in does not exist, it will be created. Otherwise, just connect to the existing repository.

For 6, to see the content of locked problem, click the green icon at the right of each locked problem.
If you are not a subscriber, the linke of each company tag will be changed, there will appear a modal showing the problem list after you click the company tag.
In problem page, the company tag button will appear even if you are not a subscriber.

Contribution

Quick Access Link is contributed by Yiding Liu.

Acknowledge

This project is just for study, if you can afford, please subscrib to support https://leetcode.com.

Release Notes

v1.1.2 (2016-06-02)

v1.1.1 (2016-06-01)

v1.1.0 (2016-05-28)

v1.0.5 (2016-04-23)

v1.0.0 (2016-04-18)

v0.6.0 (2016-04-09)

v0.5.0 (2016-04-09)

v0.4.7 (2016-04-08)

v0.4.0 (2016-03-24)

v0.3.5 (2016-03-22)

v0.3.0 (2016-03-22)