The-CodingSloth / haha-funny-leetcode-extension

MIT License
399 stars 76 forks source link

A way to handle premium problems #2

Closed The-CodingSloth closed 11 months ago

The-CodingSloth commented 1 year ago

need a way to filter out premium problems for people who don't have LeetCode premium

  1. Might have to edit web scraper to check if it's premium (might also change JSON file format to include if isPremium)
sanjai0py commented 1 year ago

how to handle the problem if it is premium? should the user be directed to lintcode?

The-CodingSloth commented 1 year ago

If that problem exists on lintcode, I think that would work perfectly. If not we can either filter the problems where isPremium is false and only use those questions. Another option is in the popup.js/popup.html could have them toggle on/off premium problems.