A Chrome extension that helps you quickly find and open similar LeetCode problems based on the current question you are viewing on TakeUForward (TUF). It provides a convenient button next to the TUF problem title, allowing you to discover related LeetCode questions and paste your solutions easily.
- 🔍 Button appears next to the TUF problem title
- Finds and suggests similar LeetCode problems (not just exact matches)
- Popup with direct links to matched LeetCode problems
- Works with TUF’s client-side routing (SPA)
- Clean, modern UI with dark mode support
- Popup appears near the question title for easy access
-
Clone or Download this repository
-
Load the extension in Chrome:
- Go to
chrome://extensions/ - Enable "Developer mode"
- Click "Load unpacked"
- Select the project folder (
TufToLeetcode)
- Go to
-
You're ready to go!
- Visit takeyouforward.org
- Open any problem page
- Click the 🔍 button next to the problem title to find similar LeetCode problems
- Click the 🔍 button next to the TUF problem title
- A popup will appear with a list of similar LeetCode problems
- Click any problem in the popup to open it in a new tab
- Click outside the popup to close it
- Main logic:
content.js - Styles:
styles.css - Data:
leetcode-data.json - Manifest:
manifest.json
Replace or update leetcode-data.json with your latest scraped data.
Pull requests and suggestions are welcome! Please open an issue or submit a PR if you have ideas for improvements.
MIT License