Chapter 6 — Gmail and Greasemonkey 93
FIGURE6-2: The Bloglines Greasemonkey extension in action
Martin Sersale’s beautiful code, which can be installed from
http://www.n3rds.com.ar/greasemonkey/bloglines+gmail.user.js,
allows you to combine the two. First, the listing, and then we shall talk about the
more interesting sections. The whole thing is listed here, in Listing 6-1, as it’s full
of very useful stuff.
Listing 6-1:Displaying Bloglines with Gmail
// Displays a box in Gmail with your Bloglines feeds
// version 0.1
// 2005-05-02
// Copyright (c) 2005, Martin Sarsale -
[email protected]
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
// -----------------------------------------------------------
// ==UserScript==
// @name Bloglines
// @namespace
http://martin.malditainternet.com/greasemonkey/gmail+bloglines
/
// @include https://gmail.google.com/*
Continued