A browser extension that solves the leetcode problem automatically from the problem statement.
#### Local Install- Download
chrome.zipfrom Releases - Unzip the file
- In Chrome/Edge go to the extensions page (
chrome://extensionsoredge://extensions). - Enable Developer Mode.
- Drag the unzipped folder anywhere on the page to import it (do not delete the folder afterwards).
https://addons.mozilla.org/en-US/firefox/addon/chatgpt-for-leetcode/
- Download
firefox.zipfrom Releases - Unzip the file
- Go to
about:debugging, click "This Firefox" on the sidebar - Click "Load Temporary Add-on" button, then select any file in the unzipped folder
- Clone the repo
- Install dependencies with
npm - Run
./build.shfor Chrome,./build.sh firefoxfor Firefox - Load the
builddirectory to your browser
This project is inspired by wong2/chat-gpt-google-extension
