Chrome extension to initiate a request to verify currently submitted question and update the community server
- Automatically verifies LeetCode submissions.
- Updates the community server with submission results.
- Easy to install and use.
- Clone the repository:
git clone https://github.com/yourusername/leetcode-chrome-extension.git
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by clicking the toggle switch in the top right corner.
- Click the "Load unpacked" button and select the cloned repository folder.
- Navigate to a LeetCode problem page.
- Submit your solution.
- The extension will automatically verify the submission and update the community server.
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add some feature'). - Push to the branch (
git push origin feature-branch). - Open a pull request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
For any inquiries, please contact aahftab@gmail.com.