This example will go over how to copy specific cookies from a url from one tab to another using the cookie thinger feature. You can find more information on this here.
-
First you are going to want to open up the cookie-thinger.txt file.
- You can open the cookie-thinger.txt file using the “Edit cookie-thinger.txt” command, or by following the path linked here in your filing system.

-
After you have opened the file, you will want to open to Jancy and navigate to the page where you will be wanting to copy cookies.
-
Now you will want to set the tab you are copying cookies from to one of the cookie thinger tab values using one of the following commands.

<aside>
💡
New key binds can be created for unbound commands in the key binds settings page. you can find more information on this here.
</aside>
- Right click in the window and click inspect this should open the developer tools panel.

<aside>
💡
If you are finding the developer tools panel too small, you can change your settings so that it opens a separate window, making it easier to manage.

</aside>
- You are now going to want to open the applications tab in developer tools.

- On the left-hand side of the developer tools panel, you should see a cookies option, click the dropdown arrow to see the different cookie sources.

- Each of these URLs shown underneath the cookies option will contain 0 or more cookies. These are the URLs you will want to specify when copying specific cookies, not the URL in the tab bar.

- If I wanted to copy just the first cookie from cookie thinger tab 1 (the image above) when action group 1 is ran the following is how it would be formatted. Make sure to add the correct value for the cookie thinger tab you set.
copy 1 [<https://www.cnn.com>](<https://www.cnn.com/>) 3pi


- If I wanted to copy multiple cookies from a specific URL from cookie thinger tab 1 (the image above) when action group 1 is ran the following is how it would be formatted. When specifying multiple cookies for a single URL, sperate each cookie with space.