PithHelmet Machete scripts
Submitted by reeses on Sun, 2006-03-26 22:05. | Mac | Safari
These are some scripts I've written to bring some Greasemonkey site functionality to Safari by way of PithHelmet/Machete.
Note that, because of an arbitrary filename restriction in PithHelmet, there are a number of files named "*.sh" that are in fact Ruby scripts.
-
boingboing.sh
This is similar to the BoingBoing Butler Greasemonkey script. It will remove most non-editorial content from boingboing.net, including the ads that can raise eyebrows in the office. I also have a slower Python version if that's your kink.
-
paulgraham-footnotes.sh
This script will turn footnotes and their references to clickable links on Paul Graham's essays. It's a port of this Greasemonkey script.
-
imdbremovea9.sh
I don't know how many times I've wondered why I've gone to A9 search results when I was trying to look up a movie or an actor. Never again! Python version
-
delicious-dedup.sh
I love del.icio.us, but I don't like the duplicate entries that show up for popular links, especially if I'm browsing by tag. This removes repeated entries. It's insanely slow on large pages (>=50 links) because I parse the entire html before pruning the tree. There's an even slower Python version as well.
This is a port of del.icio.us undupe from here.
|