How to Get Website Cookie?

OlivedApp

OlivedApp

6/13/2025

#tutorial
  1. Install the "Cookie-Editor" Browser Extension

    • For Chrome: Install it from the Chrome Web Store: Cookie-Editor
    • For Microsoft Edge: Install it from Microsoft Edge Add-ons: Cookie-Editor
  2. Log in to the Website

    Open the target website, log in to your account, and remain on any page of that site.

  3. Export the Cookie

    • Click the Cookie-Editor icon in your browser's toolbar.
    • In the bottom-right corner of the pop-up window, click the Export button.
    • From the dropdown menu, select Header String. This action automatically copies the cookie to your clipboard.
  4. Done

    Your cookie have been copied. You can now paste them where they are needed.

  5. Configuring Cookie

    Once you have the Cookie string, add it to the software's platform configuration using the following format. You can find this setting under the software's Preferences > Advanced > Site Config path.

    Format Example:

    [DomainName]
    Cookie = "Paste your copied Cookie content here"
    • [DomainName]: Use the live streaming platform's domain name as the name for the configuration section, enclosed in square brackets. For example: [bilibili], [tiktok], etc.
    • "Paste your copied Cookie content here": Paste the complete Cookie string you copied using the method above here, and ensure the Cookie content is enclosed in double quotes.

    If you need to configure Cookie for multiple live streaming platforms, simply add new platform configurations line by line in the configuration file using the same format. For example:

    [bilibili]
    Cookie = "Cookie content for Bilibili..."
    
    [tiktok]
    Cookie = "Cookie content for TikTok..."