7
June 2005
Greasemonkey!
Post a Comment
Well, this is probably not new technology to most but I just read about it the other evening.
http://greasemonkey.mozdev.org/
For anyone that doesnt know what it does, it basically allows you to make any webpage look how you want it to look. Lots of cool examples at http://dunck.us/collab/GreaseMonkeyUserScripts.
Anyways.... after reading over all this stuff I decided I wanted to make something. The best thing I could think of was a minor annoyance I had with some websites not offering their own search feature.
So I figured every site should at least have a google search on it. Now I just needed a decent way to show the form and I found http://www.xs4all.nl/~jlpoutre/BoT/Javascript/RSSpanel/rsspanel.html as a starting point of my project. It offers a user draggable interface for a floating window.
After mangling his code and inserting some of my own, I came up with:

Couple key things added to his code.
If interested, you can install the Greasemonkey script at http://www.franciswscott.com/downloads/searchthissite.user.js
To sum up Greasemonkey..... very very nice idea!
Well, this is probably not new technology to most but I just read about it the other evening.
http://greasemonkey.mozdev.org/
For anyone that doesnt know what it does, it basically allows you to make any webpage look how you want it to look. Lots of cool examples at http://dunck.us/collab/GreaseMonkeyUserScripts.
Anyways.... after reading over all this stuff I decided I wanted to make something. The best thing I could think of was a minor annoyance I had with some websites not offering their own search feature.
So I figured every site should at least have a google search on it. Now I just needed a decent way to show the form and I found http://www.xs4all.nl/~jlpoutre/BoT/Javascript/RSSpanel/rsspanel.html as a starting point of my project. It offers a user draggable interface for a floating window.
After mangling his code and inserting some of my own, I came up with:

Couple key things added to his code.
- It saves the location/visibility of the search box for the site you are currently visiting.
- Has a user command to force the search box to show for the current site.
- You can restore the default location of the search box via the user command menu.
If interested, you can install the Greasemonkey script at http://www.franciswscott.com/downloads/searchthissite.user.js
To sum up Greasemonkey..... very very nice idea!
Posted by fwscott at 7:31 PM | Comments (0)
Subscription Options
You are not logged in, so your subscription status for this entry is unknown. You can login or register here.
No comments found.