ToolMulti
Your everyday online toolkit

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.