Google Search Filter and Clean-up is a Tampermonkey script designed to enhance your Google search experience by automatically excluding specific sites from search results and cleaning up the search box. It helps you tailor your search results by removing unwanted domains and tidying up the search query.
- Exclude specified sites from Google search results automatically.
- Remove specified sites from the search query in the search box.
- Trim excess whitespace in the search query.
- Ensure you have Tampermonkey installed in your browser.
- Download
GoogleSearchFilterCleanup.user.js
from the TwitchTools repository. - Open Tampermonkey in your browser and go to the 'Utilities' tab.
- Under 'File', upload the downloaded
.user.js
file. - The script will be installed and should appear in your Tampermonkey dashboard.
- The script will automatically exclude sites specified in the
sitesToExclude
array from Google search results. - It will also clean up the search box by removing specified sites from the search query and trimming excess whitespace.
Edit the sitesToExclude
array in the script to specify the sites you want to exclude from search results.
This project is open-source and available under the MIT License. See the LICENSE file for more details.
SaFteiNZz