walmat/nebula-old

Maintain Captcha Window Sessions On Close

walmat opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently we allow users to sign into youtube windows and attach that window's session to the captcha harvester that the YT window is launched from. This, overall, helps the user get more one-click captchas and appear more human when harvesting. However, when a user doesn't have a captcha window open, and a task requests a captcha, we currently launch a window for them. This window will not have a session because window sessions don't persist on close.

Describe the solution you'd like
We'll need to strategize more on this a bit, but in theory, we should assign particular persisting variables on the partitions and use those when launching the captcha windows in the future.

Describe alternatives you've considered
None yet.

Additional context
Link to original PR and conversion:
https://github.com/walmat/nebula/pull/355

Fixed. Closing!