A lightweight Chrome extension that highlights ad-related search results and scam/advertised sites.
- Compatible with dynamic DOM changes in search results.
- Lightweight and optimized (no strain on the system).
- Identify the actual structure of the ads, not just the ad text.
The extension on Google search pages:
https://www.google.com/search*
Examines the structure of advertising and:
- Detects ad blocks.
- Highlights the entire space allocated to advertising.
- It places a badge titled
Adon it.
ads-highlighter/
│
├── manifest.json
├── content.js
├── popup.html
├── popup.css
│
└── icons/
├── icon16.png
├── icon48.png
└── icon128.png
- Download or clone the project:
git clone https://github.com/sobhanrajabi31/ads-highlighter.git
- Open Chrome and navigate to:
chrome://extensions
- Toggle Developer mode in the top right corner.
- Click the Load unpacked button (top left).
- Select the folder containing your extension files.
- Do some browsing on the internet until you come across an ad!
Free to use, but attribution of the project source is appreciated if used or modified ❤️