22 lines
636 B
Markdown
22 lines
636 B
Markdown
# Reject Cookies Extension
|
|
|
|
## Overview
|
|
|
|
A Chrome extension to reject cookies. Interacts with cookie consent popups on websites based on predefined selectors.
|
|
|
|
## Features
|
|
|
|
- Rejects cookie consent popups
|
|
- Configurable with multiple selectors to handle different types of popups.
|
|
|
|
## Installation
|
|
|
|
1. **Clone the repository** or **download** the code.
|
|
|
|
2. **Open Chrome** and go to `chrome://extensions/.`
|
|
|
|
4. Enable **Developer Mode** by toggling the switch in the top-right corner.
|
|
|
|
5. Click **Load unpacked** and select the project directory (~/Downloads/reject-cookies).
|
|
|
|
The extension should now appear in your list of extensions. |