Cookie Import
Free online Cookie import code or bookmarklet generator
Tool Guide
Introduction
The online Cookie copy and import tool can quickly import web page cookies into another browser to achieve one-click login.
How to Use
Press F12 or CTRL+SHIFT+I to open the developer tools, switch to the Console, type document.cookie and press Enter, then copy the returned string and paste it into the text input box on the page, and click Process JSON.
Copy the processed JS code, open the developer tools console in the target browser, paste the generated JS, and press Enter to quickly import the cookies into that browser.
Note that JS cannot read cookies set as http-only. In that case, open the console, switch to the Network tab, click a request directly, copy the cookie string, then process it with this tool and import it.
Related Tools
Base64 Encoder
Encode to Base64
Base64 Decoder
Decode Base64
Base64 Encoder/Decoder
Encode and decode text with Base64.
URL Encode/Decode
Online URL encoding and decoding tool supporting UTF-8 and GBK charsets.
URL Decode
Online URL encode and decode tool
Unicode Escape Encoder
Convert Chinese text to Unicode hex, HTML entity, and other escape formats