Browser Cookies

Cyberdrop-DL can extract cookies from your browser. These can be used for websites that require login or to pass DDoS-Guard challenges. Only cookies from supported websites are extracted

auto_import

Type
Default

bool

false

Toggles automatic import of cookies at the start of each run

browsers

Type
Default

list[BROWSERS]

[chrome]

List of browsers to use for extraction. Each item must be a supported browser's name, separated by commas

Supported Browsers

Browser
Windows
Linux
MacOS

Arc

❌

❌

βœ…

Brave

❌

βœ…

βœ…

Chrome

❌

βœ…

βœ…

Chromium

❌

βœ…

βœ…

Edge

❌

βœ…

βœ…

Firefox

βœ…

βœ…

βœ…

LibreWolf

βœ…

βœ…

βœ…

Lynx

❌

βœ…

❌

Opera

❌

βœ…

βœ…

Opera_GX

❌

❌

βœ…

Safari

❌

❌

βœ…

Vivaldi

❌

βœ…

βœ…

W3M

❌

βœ…

❌

If cookies exists on multiple selected browsers, the cookies from the last browser in the list will have priority

If the value entered is null or an empty list, no cookies will be extracted from any browser

sites

Type
Default

list[DOMAINS]

[<<ALL_SUPPORTED_SITES>>]

List of domains to extract cookies from. You can put any domain on the list, even if they are not officially supported.

If cookie extraction fails, you can manually extract the cookies from your browser using tools like cookie-editor and save them at AppData/Cookies/<site_name>.txt. The file must be a Netscape formatted cookie file. You can use any name for the file as long as it has a .txt extension.

Multiple cookie files are supported. You could have a SocialMediaGirls.txt file and a cyberdrop.txt file, for example

Last updated