You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, Firefox stores it's cookies in a SQLite database. You could display a ff-profile-selector under the manual instructions and then extract the cookie from the selected profile.
The text was updated successfully, but these errors were encountered:
Which cookies of the 62 are needed? In firefox's database (~/.mozilla/firefox/<PROFILE>/cookies.sqlite) they are are all saved as host = '.youtube.com' in the table moz_cookies:
SELECT*FROM moz_cookies WHERE host ='.youtube.com';
As far as I know, Firefox stores it's cookies in a SQLite database. You could display a ff-profile-selector under the manual instructions and then extract the cookie from the selected profile.
The text was updated successfully, but these errors were encountered: