Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.33 KB

Simple Ad Blocker

A straightforward, efficient ad blocker extension for any browser, built to provide users with an ad-free browsing experience. Simple Ad Blocker detects and blocks ads on any webpage you visit, improving load times and ensuring a cleaner, more enjoyable web experience.

Description

Simple Ad Blocker is a lightweight browser extension designed for compatibility with most modern browsers. By leveraging the browser's declarativeNetRequest API (or its equivalent), this extension blocks unwanted ads without impacting browsing speed or performance.

Features

  • Ad Blocking: Automatically blocks ads across all sites, creating a cleaner browsing experience.
  • Browser-Compatible: Optimized for smooth performance on any supported browser.
  • Open-Source: Easily customizable, making it simple to add new blocking rules.

Installation

To install the extension manually in your preferred browser:

  1. Clone or download this repository:
    git clone https://github.com/mahery19/simple-ad-blocker.git
  2. Open your browser and navigate to the extensions page (e.g., chrome://extensions for Chrome or edge://extensions for Edge).
  3. Enable "Developer mode" (usually a toggle in the top right or bottom left corner).
  4. Click "Load unpacked" and select the folder where this project was downloaded.