Skip to content

A Chrome extension to automatically remove saved answer data from Leetcode

License

Notifications You must be signed in to change notification settings

yidoyoon/leetcode-auto-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leetcode Auto Reset

If you're studying through LeetCode, there's one feature you might need: 'Auto Code Reset'. When revisiting problems for review, your previous answers always remain. Manually resetting them each time is a hassle! This Chrome extension automates this tedious repetitive task for you.

📌 Currently, this extension performs resets only on data stored locally.

Prerequisite

  • pnpm

Installation

  1. Clone the repository using the following command:
git clone https://github.com/yidoyoon/leetcode-auto-reset.git
  1. Install the required modules using the following command:
cd leetcode-auto-reset
pnpm install
  1. Build the project using the following command:
pnpm build
  1. Enable Developer Mode in Chrome:
  • Open Chrome and navigate to chrome://extensions/.
  • Toggle the 'Developer mode' switch to ON.
  1. Load the unpacked extension:
  • Click the 'Load unpacked' button.
  • Select the dist directory from the cloned repository.
  1. Activate the auto-reset feature:
  • With the extension loaded, click the extension button to set the icon to display 'ON'.

From then on, the code submission records for the LeetCode problems you've already solved will be automatically erased.

About

A Chrome extension to automatically remove saved answer data from Leetcode

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published