browser_cookie3 icon indicating copy to clipboard operation
browser_cookie3 copied to clipboard

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

Open txtsd opened this issue 5 years ago • 1 comments

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 avatar Dec 23 '20 05:12 txtsd

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.

sefeng211 avatar Jun 15 '21 19:06 sefeng211