A web development/programming blog providing info, tips, and tricks on programming languages, scripting, Linux, MySQL and more
Posts tagged Add-Ons
Highlight Domain in Search Results
Jun 18th
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:
- Click here to Install this Script directly into GreaseMonkey
- Click here to download the text version of the script.
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 colors– Added 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 -
- Multiple domain feature added by Alex Hall
- Included functionality for google.co.uk and uk.search.yahoo.com – Added by Alex Hall
- 1.1.1 -
- Added an Event Listener to wait to run the script until the page is done loading (window.onload)
Previous Versions:
- Version 1.0 GreaseMonkey script
- Version 1.0 text version
- Version 1.1 GreaseMonkey script
- Version 1.1 text version
If you have comments or suggestions, please share them below and they may be included in future versions of the script.
GreaseMonkey Scripts
Jun 18th
This page will house the GreaseMonkey Scripts that I have developed. For those who don’t use it, or have not heard of it, GreaseMonkey is a Firefox Add-on that allows users to write or install custom javascripts to alter the way a website functions. It is one of Firefox’s most popular add-ons with over 20 million downloads. Literally thousands of GreaseMonkey scripts are available at userscripts.org and new scripts are added constantly.
Read the rest of this entry »
New GreaseMonkey Script: Highlight your Domain in Search Results
Jun 17th
I completed my first GreaseMonkey script for public release tonight. For those who don’t use it, or have not heard of it, GreaseMonkey is a Firefox Add-on that allows users to write or install custom javascripts to alter the way a website functions. It is one of Firefox’s most popular add-ons with over 20 million downloads. Literally thousands of GreaseMonkey scripts are available at userscripts.org and new scripts are added constantly.
Read the rest of this entry »
Link Alert: My Favorite Firefox Add-on
Jun 12th
I’ve seen plenty of posts where people have listed the “Top 10″, “20 Best”, “X Must Have” Firefox add-ons for (insert profession here). I’ve thought about these types of posts and thought that instead of posting another list, I’d just share my favorite Firefox Add-on I use.

