A lightweight Chrome extension that watches your LeetCode submissions and plays a meme video whenever a result comes back. Celebratory clip for accepted solutions, a different meme when things go sideways.
- Detects result messages in the LeetCode editor automatically.
- Shows a full-screen overlay with your chosen meme videos.
- Closes automatically when the clip ends or with a quick dismiss button.
- Add two MP4 files inside
assets/:assets/success.mp4: short meme for accepted solutions.assets/failure.mp4: short meme for wrong answers or other errors.
- Open
chrome://extensionsin Chrome (or Edge). - Toggle Developer mode on.
- Click Load unpacked and select the
extension/folder. - Submit on LeetCode and enjoy the memes.
- Swap in any MP4 videos you like—keep clips short to avoid interruptions.
- Adjust overlay styling by editing
styles/content.css. - Tweak the result keyword lists in
scripts/content.jsif LeetCode changes their wording.
- Result detection relies on keywords; if LeetCode copies change, update the keyword arrays in
scripts/content.js. - Videos must be MP4 and small enough for instant playback.
- Only runs on the desktop website (
leetcode.com).
