Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jedwards1230/leetcode-timer
Firefox extension for timing LeetCode problems
https://github.com/jedwards1230/leetcode-timer
leetcode timer
Last synced: 22 days ago
JSON representation
Firefox extension for timing LeetCode problems
- Host: GitHub
- URL: https://github.com/jedwards1230/leetcode-timer
- Owner: jedwards1230
- License: mit
- Created: 2022-08-08T19:43:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T01:13:45.000Z (over 2 years ago)
- Last Synced: 2024-11-09T14:43:23.549Z (3 months ago)
- Topics: leetcode, timer
- Language: TypeScript
- Homepage: https://addons.mozilla.org/en-US/firefox/addon/code-timer/
- Size: 975 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeetCode Timer
A Firefox extension that automatically starts to time your leetcode problems. It will also automatically stop the timer when you finish a problem, and compare your current time against your average.
![Screenshot](screenshot.png)
## Flow
- Timer begins automatically when you load a problem page
- Timer stops automatically upon new successful submission
- Timer continues on bad submission## Build
Compile into zip and load to browser
```
npm run build-release
web-ext build
```