Export Cookies Firefox
Install sqlite3
apt install sqlite3 mlocate
yum install sqlite3 mlocate
Search and move to your cookies database in ~/.mozilla/firefox/YourProfile.default Or You can Search with locate
updatedb
locate cookies.sqlite
after that enter to database:
sqlite cookies.sqlite
> .output mozilla_cookies.txt
> select * from moz_cookies;