A minimal Chrome extension that hides difficulty and topic tags on LeetCode, allowing users to focus purely on solving problems without any biases.
The difficulty tags are hidden on the following pages :
- Profile Page
- Question Page
- Problem List Page
- Hide difficulty tags like "Easy", "Medium", "Hard"
- Hide topic tags to avoid preconceptions about the solution
- Works seamlessly across key LeetCode pages








- Clone or download this repository.
- Go to chrome://extensions/ in your browser.
- Enable Developer Mode.
- Click on Load Unpacked and select the folder containing this extension.
This extension injects simple CSS rules to hide elements containing difficulty and topic-related information on LeetCode pages.
- Navigate to any LeetCode page (Profile, Question, or Problem List).
- Enjoy solving problems without the influence of tags!
Feel free to open issues or submit pull requests to improve the extension further.
This project is licensed under the MIT License.
Thanks to the amazing coding community for keeping the learning spirit alive! 💪