15 Oct
Friendfeed on Twitter via Greasemonkey
This was the first idea I had when I saw the mini-window real-time friendfeed. It moves the main content of twitter over a bit and puts a friendfeed window on the left. I also got it to put a search bar over the home section.
Get it here, friendfeed_on_twitter.user.js
Here’s just the search bar script, twitter_search.user.js
I also found out that Friendfeed updated their api with a way to query for a url. So i built a greasemonkey script to add a link to friendfeed on every url. I couldn’t figure out how to put the icon after the link and javascript isn’t something I’m an expert at. So far the url search only works via the api and not on the search part of Friendfeed, so the icon opens a window with the xml output of the api call. I fix this when you can search for a url on the main Friendfeed interface.
Get it here, friendfeed_link_on_twitt.user.js
Be kind these are the first greasemonkey scripts I’ve made.
