AutoLink for Twitter – New Greasemonkey Script

@Pistachio on Twitter gave me a great idea for a new Greasemonkey script.  Twitter users know that putting the @ sign in front of someone’s Twitter ID (e.g. @twitterID) is the way to reply to that person through twitter.  When you’re on twitter.com, or using a twitter client, this @twitterID is usually hyperlinked to that Twitter profile page (e.g. http://www.twitter.com/twitterID ).  However, this is usually NOT the case when you view a Twitter ID on any other webpage (including Gmail).  I decided to put together a Greasemonkey script that changes that, so that any Twitter ID, anywhere (even in Gmail) will be hyperlinked to the corresponding Twitter profile page.

Since I try not to reinvent the wheel when possible, I built my script on top of Jesse Ruderman’s AutoLink Greasemonkey script.  (I did delete some of the functionality that people might not want, such as bugzilla IDs and phone numbers – if you want the full version of that script, get it here. Note that you’ll have to merge my Twitter filter into his script if you want the Twitter auto-linking functionality.)

Once you install the script, @rossruns will look like @rossruns.  As an added benefit, Jesse’s script already converted email addresses and plainlink URLs into hyperlinked versions, so you get that auto-linking functionality with this script, too.

Want to install this script for your own use?  First install Greasemonkey, and then get the script here.  (Instructions to install Greasemonkey can be found here.)

Read and post comments |
Send to a friend

Vox MP3 Linker

Summary
Screenshots
Download
Feedback

Summary

The Vox MP3 Linker is a Greasemonkey script provides a direct link to the mp3 on the URL of a given Vox-hosted mp3 song. This script is intended to let users play the mp3 in an alternative media-player plugin for their browser (as opposed to the flash-based plugin provided by Vox). This script should not be used to illegally download mp3 files.

Please note this script assumes the vox audio file that was uploaded was a .mp3 file. If it was a different audio format, this script may not provide a proper link to the file, or the file may not play back correctly in your media player.

Screenshots

MP3 Linker Example

Example of mp3 page with new link to the mp3 file

Download

The Greasemonkey script can be found for download here. Make sure Greasemonkey is installed prior to trying to install this user script.

Feedback

If you have questions, comments, or suggestions on how to improve this script, please leave a comment here or send me an email at ross@gmail.com .

Vox Recent Activity Collapser – Greasemonkey Script

Summary
Screenshots
Download
Feedback

Summary

Vox Recent Activity Collapser is a Greasemonkey script designed to streamline the Vox Recent Activity page. Instead of seeing the full set of recent comments/activity for a given post, the script provides an inline link for each post that will expand/collapse the data related to the post. By only showing the post titles, a user can quickly and easily scan the set of posts on the page to determine the ones they want to read, and then expand only those posts to review the additional information.

Screenshots

Recent Activity Page - Normal
Example of Normal Vox Recent Activity page, prior to introduction of script.

Recent Activity Page - After Script
Example of Vox Recent Activity page, with script.

Example of Expanded Thread
Example of expanded post thread, using script.

Download

The Greasemonkey script can be found for download here. Make sure Greasemonkey is installed prior to trying to install this user script.

Feedback

If you have questions, comments, or suggestions on how to improve this script, please leave a comment here or send me an email at ross@gmail.com .