An open API service indexing awesome lists of open source software.

https://github.com/tpunt/leetcode-customiser

A Chrome extension to customise the LeetCode website
https://github.com/tpunt/leetcode-customiser

Last synced: 5 months ago
JSON representation

A Chrome extension to customise the LeetCode website

Awesome Lists containing this project

README

          

# LeetCode Customiser

This Chrome extension ([app store link](https://chrome.google.com/webstore/detail/leetcode-customiser/pcjpjebekdglngpoiamcilooibicjpmf)) enables for parts of the [LeetCode](https://leetcode.com) website to be customised. This includes the following settings:

![Configuration menu](docs/config-menu.png)

## The Settings

### Show Announcement

This shows/hides the LeetCode announcement. The announcement can sometimes consume a lot of space on the website, which can be annoying.

### Show Acceptance Rate

This shows/hides the acceptance rate for all questions:

![Acceptance rates](docs/acceptance-rates.png)

As well as for a single question:

![Acceptance rate](docs/acceptance-rate.png)

### Show Difficulty

This shows/hides the difficulty for all questions:

![Difficulties](docs/difficulties.png)

As well as for a single question:

![Difficulty](docs/difficulty.png)

### Show Locked Questions

This shows/hides the locked questions:

![Locked questions](docs/locked-questions.png)

### Show Result Count

This displays a result count that is fixed in the bottom-left of the screen. This is handy to see a question count when filters have been added. For example, displaying all Todo questions, with all locked questions hidden,

![Result Count](docs/result-count.png)

### Show Solved Difficulty Counts

This shows/hides the solved difficulty counts:

![Solved Difficulty Counts](docs/solved-difficulty-counts.png)