-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Leetcode's new UI issue #509
base: main
Are you sure you want to change the base?
Conversation
leethub_token was used being set as undefined in background page's local storage
This would make it a lot intuitive and easier to change in the future
hey @3ba2ii how can I use your repo instead of waiting for this one being merged? seems like currently the original repo is not active |
Hello @sudohainguyen, sorry for the late reply, For now you can use the following steps
🎉 PS: I published my own chrome extension that works regardless of which LeetCode UI it runs on, You can download it from here |
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.
ThankYou for adding this . But can you tell me in which file to open the terminal for yarn install?
@Abhishekverma2002 I already published my own chrome extension that works regardless of which Leetcode UI it runs on, You can download it from here, Its a beta version, so please let me know if you found any bug 🙌 |
Nice to know. Can I ask you what post you are in currently?
…On Thu, Mar 30, 2023, 11:29 PM Ahmed Ghonem ***@***.***> wrote:
@Abhishekverma2002 <https://github.com/Abhishekverma2002> I already
published my own chrome extension that works regardless of which Leetcode
UI it runs on, You can download it from here
<https://chrome.google.com/webstore/detail/leetsync-leetcode-synchro/ppkbejeolfcbaomanmbpjdbkfcjfhjnd?hl=en&authuser=0>
,
Its a beta version, so please let me know if you found any bug 🙌
—
Reply to this email directly, view it on GitHub
<#509 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUICLGUL3CCNTIQYNXKKXVTW6XCZ7ANCNFSM6AAAAAAVU5BJTI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Also would love to know how to make a google extension in java. If you can
help me , it would
be greatly appreciated.
And Thanks for the extension as well.
On Fri, 31 Mar 2023 at 11:44, Abhishek Verma ***@***.***>
wrote:
… Nice to know. Can I ask you what post you are in currently?
On Thu, Mar 30, 2023, 11:29 PM Ahmed Ghonem ***@***.***>
wrote:
> @Abhishekverma2002 <https://github.com/Abhishekverma2002> I already
> published my own chrome extension that works regardless of which Leetcode
> UI it runs on, You can download it from here
> <https://chrome.google.com/webstore/detail/leetsync-leetcode-synchro/ppkbejeolfcbaomanmbpjdbkfcjfhjnd?hl=en&authuser=0>
> ,
>
> Its a beta version, so please let me know if you found any bug 🙌
>
> —
> Reply to this email directly, view it on GitHub
> <#509 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AUICLGUL3CCNTIQYNXKKXVTW6XCZ7ANCNFSM6AAAAAAVU5BJTI>
> .
> You are receiving this because you were mentioned.Message ID:
> ***@***.***>
>
|
Hello @Abhishekverma2002, Unfortunately, you cannot create a Google Chrome extension using Java. Chrome extensions can only be developed using JavaScript, HTML, and CSS. However, if you are familiar with Java and want to create an extension, you can consider using a tool or framework that allows you to write JavaScript using Java syntax, such as TeaVM or GWT. But its recommended to use JavaScript or TypeScript (That will be compiled to JS on build) to build a chrome extension |
Thanks for the tip!
And let me know if you need any help in any project in java. It would be
great.
Thanks
…On Fri, 31 Mar 2023 at 23:25, Ahmed Ghonem ***@***.***> wrote:
Hello @Abhishekverma2002 <https://github.com/Abhishekverma2002>,
Unfortunately, you cannot create a Google Chrome extension using Java.
Chrome extensions can only be developed using JavaScript, HTML, and CSS.
However, if you are familiar with Java and want to create an extension, you
can consider using a tool or framework that allows you to write JavaScript
using Java syntax, such as TeaVM or GWT.
But its recommended to use JavaScript or TypeScript (That will be compiled
to JS on build) to build a chrome extension
—
Reply to this email directly, view it on GitHub
<#509 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUICLGXE3VKIP7AQCJJI7P3W64K7NANCNFSM6AAAAAAVU5BJTI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @QasimWani @adityakanu @Abhishekverma2002 , |
This PR fixed the issue of not uploading problems to github
leethub_token
fixes (#507 #505 #502, #516, #514, #512, #510)