This is my first GreaseMonkey script for public release. This script will allow you to quickly locate a domain within the search results of a Google, Yahoo!, or Bing Search by highlighting the whole result. After installing this script, you will need to edit the variable site within the script itself otherwise all results will be highlighted. You can also optionally edit the color variable to change the highlight color.

Information:

  • @name Locate Domain in Search Results
    @filename locate_domain_in_search_.user.js
    @description Locate a specific domain easily within the results of a Google, Yahoo!, or Bing Search
    @author Mark Stoecker
    @version 1.1.1

Installation:

Configuration:

  • Once installed, open the script in any text editor and edit line 25 [['mydomain.com', '#color'], ['mydomain2.com', '#color']] by adding your sites and colors between the quotes.

Bugs:

  • URLs that have the domain name in them, but are not the primary domain of the site are highlighted.

To Do:

  • Allow for highlighting of multiple sites in multiple colorsAdded by Alex Hall – http://www.devseo.co.uk
  • Fix issue where results that contain the domain in the URL are highlighted although it is not the primary domain of the site
  • Add internationalization

Change Log:

  • 1.1 -
  • 1.1.1 -
    • Added an Event Listener to wait to run the script until the page is done loading (window.onload)

Previous Versions:

If you have comments or suggestions, please share them below and they may be included in future versions of the script.