Getting cookies on mobile is hard. The easiest way is to do it on a PC and send it to yourself.
{[
{ step: 1, text: <>Install Cookie-Editor extension on your PC browser (Chrome/Edge).> },
{ step: 2, text: <>Go to labs.google (Whisk) or facebook.com (Meta) and login.> },
{ step: 3, text: <>Open extension → Click Export → Export as JSON.> },
{ step: 4, text: <>Paste into a Google Doc, Keep, Notes, or email it to yourself.> },
{ step: 5, text: <>Open on phone and paste here.> }
].map((item) => (
{item.step}{item.text}
))}
)}
{platform === 'android' && (
Android allows extensions via specific browsers.
{[
{ step: 1, text: <>Install Kiwi Browser or Firefox Nightly from Play Store.> },
{ step: 2, text: <>Open Kiwi/Firefox and install Cookie-Editor from Chrome Web Store.> },
{ step: 3, text: <>Login to the service (Whisk/Facebook).> },
{ step: 4, text: <>Tap menu → Cookie-Editor → Export JSON.> }
].map((item) => (
{item.step}{item.text}
))}
)}
{platform === 'ios' && (
iPhone is restrictive. Syncing from Desktop is recommended.
Alternative: Use "Alook Browser" app (Paid) which acts like a desktop browser with developer tools.
{[
{ step: 1, text: <>Use Method 1 (Desktop Sync) - it's much faster.> },
{ step: 2, text: <>Or access this site on your Mac/PC and configure it there first. Settings are saved to the browser.> }
].map((item) => (