Fandom Search Filter is a lightweight Chrome extension that automatically removes Fandom wiki results from Google search pages.
- Download or clone the repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
The extension uses Chrome's content script API to:
- Monitor Google search result pages
- Identify results containing fandom.com URLs
- Remove these results from the page
- Continue monitoring for dynamically loaded results
fandom-filter/
├── manifest.json # Extension configuration
├── content.js # Main filtering logic
├── LICENSE # MIT License
└── README.md # Project documentation