A simple toolset to manage cookies through url's.
Usage format:
Proxy: https://example.com/?proxy=ip:port:login:pass
Key: https://example.com/?key=name1=value1;name2=value2
encoded:
Example array: https://url.com/?encoded= ...
where ... = btoa(JSON.stringify(array))
[
{
key: "cookieName",
val: "Value",
domain: "google.com",
path: "/",
clearAllCookies: true // Clears all cookies on this domain before setting any.
}
]

- License: Mozilla Public License 2.0
- Weekly downloads: 0
- Average daily users: 0
- Rating: 0/5 of 0 ratings
- Created: 2023-01-10 19:37:04
- Last updated: 2023-02-10 19:10:35
- Homepage:
- Support site and email
- Orig: https://addons.mozilla.org/en-US/firefox/addon/aw-productions-toolset/
- API: {026bdee3-ef45-499a-8b7b-eded042fb382}