LeetSRS
A spaced repetition extension for LeetCode problems
Fetch LeetCode problem data using local LEETCODE_SESSION cookie and return it to external pages.
Review user movement over the last 30 days.
Track rating movement over time to see whether quality signals remain stable.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
There are many third-party websites that provide ratings or scores for Leetcode problems, a feature that is not available on the official website. Over the past few years, the overall difficulty of Leetcode problems has been increasing, making the difficulty tags less effective in reflecting the actual challenge level of a problem. As a result, third-party websites play an important role in assisting with problem-solving.
You can access Leetcode’s API via GraphQL to retrieve the problem list, but you cannot obtain the problem status (e.g., not attempted, attempted, or accepted). This extension is designed to use the Leetcode token stored in your Chrome browser’s cookies to access Leetcode’s API for retrieving the full problem dataset. By default, this API can be accessed without a token, but in that case, the problem details will not include the status (e.g., not attempted, attempted, accepted). However, when accessed with a token, the API provides problem status data.
With this extension, users can sync their problem status data with third-party websites after logging into Leetcode. This data is stored locally in the browser’s local storage and is not collected by the extension. This allows users to efficiently utilize third-party platforms for training.
To address security and privacy concerns, the token is never directly shared. Instead, the extension makes API calls internally and sends only the necessary problem data back to the third-party website. This data is not sensitive—it simply grants access to problem statuses, improving the user’s training experience.
Inspect the latest comments and rating distribution.
Review related products from the Chrome Web Store detail page.
A spaced repetition extension for LeetCode problems
Use GPT to help you solve leetcode problems.
LeetBuddies: The ultimate tracker to compare LeetCode stats, heatmaps, and achievements with your friends.
An extension which force you to solve daily leetcode problem. Say no to procrastination.
Get cookies.txt, NEVER send information outside with open-source
LeetSync is a Chrome extension that enables you to sync your LeetCode problem submissions with a selected GitHub repository.