This plugin is designed to perform various actions on a webpage, with its primary feature being the ability to “hide” the persistent cookie banners and pop-ups that frequently appear on websites—without actually accepting them! This allows you to enjoy an uninterrupted and tracking-free browsing experience.
You can repurpose this tool for other uses, such as hiding or removing specific elements from a webpage, or adding and removing CSS classes from specific elements.
For ease of selection, you can choose elements by their ID, CSS class, or using querySelector. The plugin also includes a visual element selector that lets you pick elements by clicking on them, making it even easier to use.
git clone git@github.com:arthur-mdn/cookie-remover.git
- Open Chrome, Edge or Arc (Any Chromium web browser).
- Go to the Extensions page (chrome://extensions/ , edge://extensions/ or arc://extensions/).
- Enable Developer Mode.
- Click on “Load unpacked extension.”
- Select the folder of the extension.
- Enjoy!
- Click on the extension icon in the browser toolbar.
- Click on the “Clean-up” button.
Press Ctrl + Shift + Y
(Windows/Linux) or Cmd + Shift + Y
(Mac).
You can change the keyboard shortcut in your browser settings.
You can enable the auto clean-up feature in the settings tab. The extension will automatically launch actions when you visit a website.
⚠️ This feature is experimental and may cause slow performance on some websites. It is disabled by default.
You can add actions manually.
ℹ️ Actions are stored in the local storage of your browser and are not shared to anyone.
You can select elements by their ID, CSS class, or using querySelector.
You can select elements by clicking on them. The extension will automatically generate the selector for you.
Here is a list of possible actions :
- Hide an element.
- Add / Remove a CSS class to an element.
- Add / Remove an attribute to an element.
- Add custom CSS to an element.
You can customize the extension in the settings tab.
- Display the default actions in the actions list.
- Bruteforce hide mode: Instead of set display:none, the extension will destroy the element.
- Enable / disable dark mode.
- Export / Import parameters.
- Clear the history of actions performed by the extension.
- Check updates of the banlist.
Your browser may notify you that this extension has access to website data. This is automatically generated because the plugin intelligently analyzes the HTML source code to hide notification banners. It does not monitor or store your browsing history or personal information.
The history of actions performed by the plugin is stored locally and is never transmitted outside of your device.
Developer : Arthur Mondon