Firefox container's cookie deleter
-
In order to execute this script correctly, it is essential to close all active Firefox windows.
-
The Firefox profile being targeted is the most recently accessed one.
Delete all cookies, from all containers (even the "no container" one's)
./delete_container_cookies.py --browser firefox
Delete all cookies from container CONTAINER
./delete_container_cookies.py --browser firefox --container CONTAINER
Delete all "no container" cookies
./delete_container_cookies.py --browser firefox --container none
The structure and part of my code is taken from yt-dlp