Skip to content

xavicastel/Cookies-WipeOut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Chrome Cookies WipeOut v1.0

Chrome Cookies WipeOut v1.0 is a Windows desktop application that allows you to list, review, and clean up cookies from Google Chrome. The tool lets you specify a whitelist of domains so that cookies from those domains are preserved while unwanted cookies are removed. The application also creates backups of Chrome’s cookie databases immediately before performing the wipe-out process.

Features

  • Graphical User Interface (GUI):
    Built with Tkinter, the app provides an intuitive interface with a console (black background with white text) for logging operations.

  • Cookie Listing:
    List all cookies from Chrome’s cookie databases so you can review them before cleaning.

  • Cookie Wipe-Out:
    Clean up cookies while preserving those that partially match the domains specified in the whitelist. A counter displays the total number of cookies cleaned.

  • Cookie Backup:
    Immediately before cleaning, the app backs up each cookie database to a separate file.

  • Domain Management:
    Easily add or remove domains to/from your whitelist directly within the GUI.

  • Log File Creation:
    Each execution overwrites the previous log.txt file, logging all operations and errors.

Installation

  • activate at env/scripts, run: ./activate
  • to build requirements, run: pip freeze > requirements.txt
  • to upgrade pip, run: python -m pip install --upgrade pip
  • to make a build install pyinstaller, run: pip install pyinstaller
  • then run: pyinstaller --add-data "cookies_to_keep.txt;." --add-data "requirements.txt;." --add-data "dev-info.txt;." --add-data "ReadMe.md;." Chrome-Cookie-WipeOut_v1.0.py

License

This project is provided as-is without any warranty. You are free to modify and distribute the code.

About

Simple Windows App to clean Chrome cookies with a whitelist manager

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages