Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.66 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.66 KB

GregMat Buddy

Adds useful quality of life features to the GregMat and PrepSwift website.

Features

  • Adds progress stats for PrepSwift
  • Allows you to search through vocab mountain
  • Auto marks PrepSwift lectures as complete when the video ends
  • Remembers your playback speed on GregMat and PrepSwift
  • Remembers if you dismissed a banner at the top of the website.
  • Adds custom keybinds for vocab mountain
    • Moves to next word automatically after you mark it
    • Adds vim keybinds for cursor movement
  • Tweak your enabled features in the extension options page

Install

Chrome for Chrome and other Chromium browsers

Firefox for Firefox (excluding Firefox for Android)

Development

Install Dependencies

pnpm install

Start development server

# chrome
pnpm dev

# firefox
pnpm dev:firefox

Build

# chrome
pnpm build

# firefox
pnpm build:firefox