LeetCode-Which-Company
LeetCode-Which-Company copied to clipboard
Feature Request: Integrate Company Tags Like "LeetCode Explained" Directly in LeetCode UI
Feature Request: Integrate Company Tags Like "LeetCode Explained" Directly in LeetCode UI
Description: It would be great to have a feature inspired by the [LeetCode Explained Chrome extension](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe?hl=en) that displays company tags for problems directly within the LeetCode UI.
Current Situation: Right now, users need to click away to see company-specific tags or use extensions click, which breaks workflow and context.
Proposed Improvement:
- Show company tags (Amazon, Google, Microsoft, etc.) inline on problem pages, e.g., near the problem title or difficulty.
- Make it visually integrated with LeetCode’s existing UI rather than as a separate pop-up or extension.
- Optional: allow filtering/searching problems by these tags directly from the problem list.
Benefit: This would streamline preparation for interviews, making it easier to focus on company-specific problems without context switching.
Hey, thank you for the feature request. In the early days of developing this extension, I considered this option. This requires local (to the browser) HTML modification, locating the HTML tag. This requires a major maintenance effort of continuously tracking the HTML changes. Any negligence would result a downtime in the preparation. Hence, I made this trade-off.
There was another extension named Big Omega providing company information, similar to LeetCode Explained later banned by LeetCode.