tpunt / leetcode-customiser

A Chrome extension to customise the LeetCode website
MIT License
2 stars 3 forks source link

Show/Hide DownVoted Questions #1

Open swekeshav opened 6 years ago

swekeshav commented 6 years ago

There are tens of questions on LeetCode that have downvotes greater than the number of Upvotes. Is it possible to retrieve the data for each question(upvote/downvote) and Show it only if Upvotes = 2 * Downvotes?

Thank you for the extension! 👍 💯 image

tpunt commented 6 years ago

Hi @iMusashi,

From a quick look, it does seem possible to do - though it also looks as though it may take a while to implement. I don't have a great deal of free time at the moment, but it would definitely be a nice feature to have. I'll see if I can get round to it soon.

Thanks!

swekeshav commented 6 years ago

Sure, I just wanted to know if it was possible. Even I will see if I can do something about it. Need to learn js though. I was also thinking about a Select All checkbox. Thanks.