A web development/programming blog providing info, tips, and tricks on programming languages, scripting, Linux, MySQL and more
Posts tagged Firefox
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.
Be a part of a world record attempt by downloading Firefox 3.0 on June 17th, 2008
Jun 15th
I was reading some science & tech news postings at google today and came across an article posted at ChannelWeb. The purpose of the article is to promote Mozilla’s efforts to set a Guinness World Record highest number of software downloads in a single day with the release of the new Firefox 3.0 web browser on June 17th, 2008.
For those of you living under or a rock, or hopelessly devoted to Microsoft, or if you just have never heard of it, Firefox is an award-winning open-source web browser from Mozilla. According to the W3C statistics, Firefox currently has a 39.1% market share of web browsers as of April 2008. When compared separately to the two major versions Internet Explorer (6 and 7), Firefox is the most popular browser in use on the internet. I can’t say for sure when I first started using Firefox, but it’s been at least 3-4 years, if not more, and I havn’t looked back since. I am a strong supporter of Firefox for a number of reason, most of which come from a web development standpoint. I thoroughly enjoy Firefox mainly because it has better support for web standards. (Read more about Web Standards in my post “We’re getting NAKED!! But don’t get too excited.“) Not only that, but as an open-source web browser, Firefox has a plethora of user-developed add-ons and themes available to customize your the look, feel, and performance of your browser. One of my favorites is the Web Developer Add-On (for obvious reasons). There are plenty of other add-ons for assisting with bookmarking features, managing feed subscriptions, toolbars, search tools, social networking management, and many more. See the full list of Firefox Add-ons.
Read the rest of this entry »


