loveshdongre / leetcode-enhancer

A cross-browser extension to improve productivity on Leetcode
https://chrome.google.com/webstore/detail/leetcode-enhancer/gcmncppaaebldbkgkcbojghpmpjkdlmp
45 stars 5 forks source link

Difficulty is not hidden. #37

Closed aadil42 closed 1 year ago

aadil42 commented 1 year ago

Leetcode has introduced a new UI. Can't hide the difficulty level.

TheAmogh commented 1 year ago

Yes, difficulty is not hidden in the coding area. I think most changes have been done on the coding area itself.

aadil42 commented 1 year ago

Yeah, the new UI is so bad!! I mean, not because the extension is not working. In general, It is horrible. The solved tag is F**ed up, When you submit it doesn't take you to your submission tab directly. It is just horrible.

loveshdongre commented 1 year ago

hi @aadil42 / @amokam Thanks for raising this issue. As mentioned by both of you the new UI is breaking the extension. Challenge I'm facing is finding the selector in the code. On inspecting the code I found all the classes are used in a really generic sense, thus modifying them can really easily create issue. Also, ids used are random and keep on changing on refresh thus making it difficult for finding the selector.

Might require community to come up with a fix.

aadil42 commented 1 year ago

They really f***ed us this time. Will see if there's a solution.

loveshdongre commented 1 year ago

hi @aadil42 / @amokam I've deployed a fix this time in version 1.58, one possible issue could be some lag. Probably in the upcoming version will try to fix it.

Closing this thread as of now. Thanks for reaching out!