A Chrome extension that applies include/exclude filters to searches on Google, Bing, and DuckDuckGo by rewriting the search query.
Primarily designed for image search to exclude results from stock-photo sites and AI-generated content.
- Include and exclude filters for search queries
- Automatic domain detection:
example.com→site:example.com - Filter Groups to organize and toggle sets of filters
- Theme selection: Auto, Light, Dark
- Comes with some preset filter groups
- Action icon shows if filter is enabled/disabled
google.combing.comduckduckgo.com
- Clone or download this repository.
- Open
chrome://extensions/in chromium based browser. - Enable Developer mode.
- Click Load unpacked and select the project folder.
- Click the toolbar icon to open the popup.
- Toggle on/off (top left in popup) to control whether queries are rewritten.
- Use the Include or Exclude tab to manage filters.
- Create Groups to organize related filters and toggle them on/off.
- Add parameters:
- Terms/Phrases: e.g.,
vintage,"19th century" - Domains: e.g.,
example.com(auto-converted tosite:or-site:)
- Terms/Phrases: e.g.,
Run a search on a supported site; the extension updates the q parameter based on your active groups.
- Adds parameters to your search query
- Detects domain inputs and converts them to
site:or-site:filters - Removes conflicting
+/-/site:fragments in the typed query before applying filters to avoid duplicates - Parameters like
old photoare automatically formatted as"old photo"
- Auto theme detection only works when opening extension popup
- Using too many filter parameters is not recommended (too long query)
- No network requests are sent when searching, it just appends the selected filters to your search query
- All settings are stored locally in the browser
- Font for the extension popup is loaded from fonts.google.com