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

Hide acceptance rate in old coding area #30

Closed natzelo closed 1 year ago

natzelo commented 1 year ago

❇️ Hiding acceptance rate in old coding area

I have added functionality of hiding acceptance rate in old coding area as well as per the issue

The changes are very similar to my previous pull request. This time I've made at attempt to make sure the margins are okay as well the queryselector is more bug resistant by using leetcode's custom classes more. Please review the code before merging.

As always let me if you need hands on any other issues or there if there are omissions with this one. Cheers!

loveshdongre commented 1 year ago

hi @natzelo Would need some time for review, thanks for the work and for being cautious with the selectors.

loveshdongre commented 1 year ago

hi @natzelo Can you check #15 , we need to upgrade the manifest from 2 to 3. It could help one in understanding about Manifest files and how it binds the entire extension together. Let me know if you want to pick it up. Thanks!

natzelo commented 1 year ago

hi @natzelo Can you check #15 , we need to upgrade the manifest from 2 to 3. It could help one in understanding about Manifest files and how it binds the entire extension together. Let me know if you to pick it up. Thanks!

Sure! Happy to do it!