LeetCode-Which-Company icon indicating copy to clipboard operation
LeetCode-Which-Company copied to clipboard

Feature Request: Integrate Company Tags Like "LeetCode Explained" Directly in LeetCode UI

Open ayushkumar912 opened this issue 2 months ago • 1 comments

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.

ayushkumar912 avatar Sep 24 '25 21:09 ayushkumar912

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.

ssavi-ict avatar Oct 26 '25 05:10 ssavi-ict