1 रिपॉजिटरी
Browser extensions that automatically sync code submissions to remote repositories.
Distinct from Browser Extensions: Distinct from generic Browser Extensions: focuses specifically on intercepting coding platform submissions and triggering Git commits.
Explore 1 awesome GitHub repository matching web development · Code Syncing Extensions. Refine with filters or upvote what's useful.
LeetHub is a browser extension that automatically archives completed LeetCode coding solutions to a GitHub repository. It intercepts submission results from LeetCode pages and, upon successful test completion, pushes the code along with problem metadata into a structured, versioned history on the user's GitHub account. The project authenticates with GitHub using OAuth tokens, authorizing it to create private repositories and configure repository hooks for automated synchronization. This eliminates the manual step of copying and pasting solutions, instead building a permanent, versioned portfo
A browser extension that intercepts LeetCode submission results and triggers automated Git commits to a remote repository.