Chrome extension to reject cookies
Go to file
Ahmed R. Musa bfab38c306
Merge pull request #1 from ahmedrmusa/feature/configure-selectors
add configurable selectors
2024-07-21 01:01:00 -04:00
images fix image path and popup window 2024-07-21 00:58:16 -04:00
README.md Chrome extension to reject cookies 2024-07-21 00:07:19 -04:00
background.js fix image path and popup window 2024-07-21 00:58:16 -04:00
content.js fix image path and popup window 2024-07-21 00:58:16 -04:00
manifest.json fix image path and popup window 2024-07-21 00:58:16 -04:00
popup.html fix image path and popup window 2024-07-21 00:58:16 -04:00
popup.js fix image path and popup window 2024-07-21 00:58:16 -04:00

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/.

  3. Enable Developer Mode by toggling the switch in the top-right corner.

  4. Click Load unpacked and select the project directory (~/Downloads/reject-cookies).

The extension should now appear in your list of extensions.