Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.46 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.46 KB

Google Search Filter and Clean-up

Description

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.

Features

Automatic Exclusion of Specific Sites

  • Exclude specified sites from Google search results automatically.

Clean-up Search Box

  • Remove specified sites from the search query in the search box.
  • Trim excess whitespace in the search query.

Installation

  1. Ensure you have Tampermonkey installed in your browser.
  2. Download GoogleSearchFilterCleanup.user.js from the TwitchTools repository.
  3. Open Tampermonkey in your browser and go to the 'Utilities' tab.
  4. Under 'File', upload the downloaded .user.js file.
  5. The script will be installed and should appear in your Tampermonkey dashboard.

Usage

  • 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.

Customization

Edit the sitesToExclude array in the script to specify the sites you want to exclude from search results.

License

This project is open-source and available under the MIT License. See the LICENSE file for more details.

Author

SaFteiNZz