-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Updated leetcode.js #378
base: main
Are you sure you want to change the base?
Updated leetcode.js #378
Conversation
Made changes to the findCode function in leetcode.js to return the submission URL according to new Leetcode classnames.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we have to maintain two different codes for supporting both the old and new leetcode ui ?
@sidd5449 or you can handle both the scenarios basing on some condition and support both new and old leetcode ui.
because leetcode is releasing the changes incrementally to global world. ( all users will not be on the new leetcode ui )
Yeah that needs to be considered. I'll work on that! |
@sidd5449 any update ? |
if you want, we can sync on google meet to review and push the code. |
sorry guys, i've been burned with a lot of work lately. i'll set aside some time this week to fix this issue. can one of you please list the relevant classes that have access to data of interest (ReadMe, code, submission stats)? |
I'm yet to work on it. I was caught up in some work recently and didn't get time to work on this issue. |
Can you please specify what you need? |
Tested your PR for leetcode new UI. And it's not working. |
Made changes to the findCode function in leetcode.js to return the submission URL according to the new Leetcode classnames.