Simon Willison’s Weblog

Subscribe
Atom feed for greasemonkey

54 items tagged “greasemonkey”

2005

Dive Into Greasemonkey. If you’re not in to Greasemonkey yet, now you have no excuse.

# 10th May 2005, 10:50 pm / mark-pilgrim, greasemonkey

Greasemonkey for personalized accessibility. Why Greasemonkey is the perfect tool for client-side accessibility enhancements.

# 26th April 2005, 7:44 pm / greasemonkey, accessibility

random.org (via) True random numbers, with entropy provided by a radio tuned to white noise.

# 26th April 2005, 11:01 am / greasemonkey

Take Control with User JavaScript. Opera’s user scripts feature compatibility with Greasemonkey!

# 21st April 2005, 9:51 pm / greasemonkey, opera

Goodbye to GreasemonkIE (via) A sad death to a promising project.

# 17th April 2005, 9:39 pm / ie, greasemonkey

Greasemonkey FUD

Wow, that didn’t take long. Via the Greasemonkey mailing list, Forrester Research have released a report entitled Greasemonkey Primes Firefox For Embarrassment. I have no intention of paying the $49 asking price for the full 3 page report (!), but here’s the executive summary:

[... 283 words]

Mozilla XPath Documentation. This is extremely useful for writing Greasemonkey user scripts.

# 14th April 2005, 12:57 pm / mozilla, xpath, greasemonkey

Check Range user script. The bookmarklet master dips his toes in to Greasemonkey.

# 14th April 2005, 12:46 pm / greasemonkey

Why Greasemonkey is good for publishers (via) Free usability tips and bug fixing—your users know more than you do.

# 13th April 2005, 4:09 pm / greasemonkey, adrian-holovaty

Greasemonkey etiquette

In Meme tracking with Greasemonkey, Jon Udell introduces a userscript which grabs the number of references from del.icio.us and bloglines and appends that information to the top of every page you visit. To be fair on Jon, the version he has released defaults to only doing this for pages on Infoworld.com but modifying it to run on every web page is trivial.

[... 252 words]

Flickr without the Flash

One of my favourite panels at SxSW this year was the Flash vs. HTML Game Show, in which a team of HTML/JavaScript gurus took on a team of Flash gurus showing off pre-prepared solutions to tasks set for the panel. One of the challenges was to come up with enhancements to Flickr using the team’s assigned technology.

[... 353 words]

Content, services, and the yin-yang of intermediation (via) Jon Udell combines LibraryLookup and Greasemonkey in his latest screencast.

# 4th April 2005, 6:19 am / jon-udell, greasemonkey

Patterns of Intermediation. Design patterns for bookmarklets, greasemonkey and similar.

# 3rd April 2005, 7:16 pm / bookmarklets, design-patterns, greasemonkey

amazon2melvyl. Greasemonkey script that embeds icons in data: URIs—kudos to Phil Ringnalda for that idea.

# 2nd April 2005, 8:43 am / greasemonkey, phil-ringnalda

Mark Pilgrim goes both ways. Fighting greasemonkey scripts.

# 1st April 2005, 2:24 pm / mark-pilgrim, greasemonkey

Greasemonkey for Internet Explorer. Requires the .NET framework—still has some way to go.

# 1st April 2005, 2:23 pm / ie, greasemonkey

Greasemonkey as a lightweight intermediary

In The architecture of intermediation, Jon Udell discusses the need for a mechanism for a high-level tool for adding custom features to web applications. In Jon’s case, he wants to add a private bookmarks feature to del.icio.us. Jon thought about using a web proxy to intercept and modify del.icio.us pages, but ruled it out as too low-level.

[... 354 words]

Greaseblog (via) The weblog about greasemonkey

# 23rd March 2005, 9:52 pm / greasemonkey

Fixing Paul Graham’s Footnotes

I’m a big fan of Paul Graham’s essays, the latest of which is How to Start a Startup. There’s just one niggling problem with them: Paul makes extensive use of footnotes, but provides no way of jumping from the reference in the text to the footnote at the bottom of the page and back up again. Instead, you have to manually down to the bottom of the article and back up again every time you hit a footnote reference.

[... 172 words]

Greasemonkey Stole Your Job (and Your Business Model) (via) “It’s so meta” in the comments made me chuckle.

# 7th March 2005, 3:48 pm / greasemonkey

Adding Persistent Searches to Gmail (via) Brilliant greasemonkey hack.

# 2nd March 2005, 12:21 pm / gmail, greasemonkey

Fixing MSDN with Greasemonkey

Site specific browser customisations have been a a recurring theme on this site over the past six months. Thanks to the ever inventive Aaron Boodman that problem is pretty much solved. Greasemonkey is a plugin for Firefox that lets you create user site customisation scripts (.script.js), easily install them in Firefox and then set which sites they should be run on. Michael Moncur has a handy tutorial on getting started.

[... 318 words]

Greasemonkey: Hacking the Web with JavaScript. Greasemonkey rocks! Here’s a simple tutorial from Michael Moncur.

# 8th January 2005, 12:38 pm / michael-moncur, javascript, greasemonkey, tutorial