Skip to content
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

Add support for choosing actual default profile, not the one named *default* #72

Open
txtsd opened this issue Dec 23, 2020 · 1 comment

Comments

@txtsd
Copy link

txtsd commented Dec 23, 2020

Many people use a different profile as their default firefox profile, and it doesn't necessarily contain the word default in its directory name.

Add support to find the actual default profile and use the cookies from there.

@txtsd txtsd changed the title Add support for choosing actual default profile, not the one named default Add support for choosing actual default profile, not the one named *default* Dec 23, 2020
@sefeng211
Copy link

Just a note for a hack if you are struggling with finding the correct profile to log in.

It's all rely on browser_cookie3 to find the cookie, and by executing browser_cookie3.Firefox.find_cookie_file() in the python interpreter, one can find which profile has been used for browser_cookie3. Then you can log in to leetcode by using that profile.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants