Blog Archives

Google Reader Gadget Brings Feeds to the Desktop [Downloads]

Windows/Linux: Google Desktop users can keep an eye on important feeds with the Google Reader Gadget, a clever but not quite perfect desktop implementation of Google’s RSS reader.

We say “clever” because when you’ve got a subscription or folder selected in the gadget, new posts will pop in automatically, letting you presumably watch any collection of feeds in semi-real time. And we say “not quite perfect” because, as with other Google Desktop gadgets, Google Reader’s box can’t load full HTML feeds, so posts with substantial text, pictures, or videos need to be clicked open in a browser for viewing. And some of the major shortcuts that power Reader users love, like Shift+A for marking all as read, aren’t present here either.

Still, if you're a feed fiend or just want to keep the news in sight or just behind a gadget wall, you'll probably dig this gadget. If you can get it to load and install, that is—myself and a few of the gadget's commenters saw a perpetual "Loading" notice on the gadget, without getting through to the actual feeds (hence the Google-official screenshot), while others had seemingly no trouble at all. The Reader gadget is a free download, requires Google Desktop for Windows or Google Gadgets for Linux.





Early Google Chrome Extensions Put Notifiers in Status Bar [Downloads]

Windows: An early look at sample extensions for Google Chrome shows the browser implementing notifications and page awareness in status bar icons. They’re not much, but they’re helpful to Gmail and Google Reader users.

To try out one or more of the three sample extensions being shown off at the Chromium developer’s documentation, you’ll have to download the Google Chrome Channel Chooser and switch to the weekly updated “Dev” channel. You’ll also have to add --extensions-enabled at the end of your Google Chrome shortcuts, then head to the page below and click the “Install” links.

The Gmail notifier took a few minutes to update and stop displaying the word “Login” in my own test, but the Google Reader and Chromium Developer notifier worked just fine. There’s far more to come, we’d presume, from Chrome’s extensions, but this is a neat little sneak peek. Thanks to Owen for the link!

Sample Extensions [Chromium Developer Documentation?]





Top 10 Greasemonkey User Scripts, 2009 Edition [Lifehacker Top 10]

Two years ago, we compiled our 10 favorite Greasemonkey scripts, the site-fixing wonders you can load into Firefox’s Greasemonkey extension for a better browsing experience. We’ve updated our picks, and there’s a lot that’s new.

That’s not to say that the original 10 aren't worthy of your consideration. It's just that we've found a lot of cool new scripts in the following 2+ years, and some of the fixes and features those original scripts addressed have been implemented in Firefox 3, or changed by the sites themselves. This list is a bit Google-heavy, but that's to be expected—the search giant crafts all its web sites in the same kind of JavaScript that Greasemonkey works with, so geeks have the power to make Gmail, Google search, and other webapps much more useful and powerful.

All of these scripts run best on Firefox with Greasemonkey installed. (If you’re using Firefox and haven’t already installed Greasemonkey, you’ll need to do that before trying out the scripts below.) Some of them, however, can be loaded into other browsers, like Google Chrome’s dev channel version, Safari with Greasekit, natively with Opera’s user JavaScript tools, or apps like Trixie for Internet Explorer (which we haven’t tested with IE 8, so apologies for any confusion).

On with the user scripts!

10. Google Inline MP3 Player

Self-promotion alert! Adam wrote this one, but it’s not like it’s a big money-maker for him (there’s no money involved at all). All the Google Inline MP3 Player does is add a [Play] link next to any linked MP3 file you come across on the web, making it both easy to find them and super-easy to play them without having to wait for your browser plug-in, VLC, Windows Media Player, or whatever you’ve got on your system to load. It quickly inserts Google’s/Gmail’s player onto the page with the MP3 loaded for streaming, and you can hide the player again by clicking, well, [Hide Player]. Nice, simple, and works.

9. A Bit Better RTM

There are, to be sure, a whole lot of Greasemonkey scripts that tweak the AJAX-y interface of one of our favorite to-do managers, Remember the Milk. This one, though, is the most elegant and useful if you’re an RTM fan. It moves your lists to the left, where they’re more visible and accessible, and lets you hide lists you don’t normally examine (like, say, someday/maybe or shopping lists). It also adds more keyboard shortcuts that make RTM easy to get around, which is kind of a guaranteed fan-maker ’round these parts. All in all, a very helpful script.

8. Twitter Search Results

Apart from everything else you’ve heard about it, Twitter is a powerful, real-time search engine. With the Twitter Search Results user script installed, the top of your Google search results will also include the same results for that term you’d get from search.twitter.com, so you can see what’s being discussed before you take a look at what’s already been written.

7. Google Reader Absolutely Compact

If you’re a Google Reader user, chances are you value speed and reading space over fancy light-blue menus and drop-down widgets. This Greasemonkey script/Stylish style, crafted by VIP Lifehacker reader Dustin Luck, isn’t for everyone, but it does compact as much information onto the Reader page as is seemingly possible (before jumping over to terminal-style, text-only reading). Other Greasemonkey coders have mined a similar vein, releasing the eye-catching Helvetireader and the Google Reader for Wider Screens tweaks.

6. Google Docs Download

For whatever reason, you can’t just select a bunch of Google Docs files and download them in your chosen format. That makes a theoretically convenient web-based work space much less convenient. Google Docs Download steps into the void, adding a right-hand menu that, after searching out and/or selecting the files you need, offers a handy, Down-Them-All-friendly download link for all the formats Google Docs supports.

5. TinyURL Decoder

They make long URLs email friendly and save Twitter users from overflowing their 140-character limit, but shortened links from services like TinyURL, bit.ly, and many, many others can be a pain to click, wait, and then be disappointed by. This script lets you see what’s behind tinyurl.com/abc123, bit.ly/lifehacker, and all the others (those were, by the way, random typing, not links we created). We’ve covered Firefox extensions and bookmarklets that do the same, but they require clicks or mouse-overs to activate; TinyURL Decoder clarifies the entire web for you automatically.

4. Gmail Unread Message Count in Favicon

A great little script that works in a tiny little space. Gmail Unread Message Count in Favicon does, well, what you might presume it does, but does it really well: It adds a number to the standard Gmail Favicon that gets brighter as more unread messages pile up in Gmail. It maxes out at “99+”, turns orange when you have a chat message, and changes to blue for the Google Apps users out there. Gmail offers a title bar tweak that puts just the number of unread messages in the front of your Gmail tab/window, but this little icon is far more intuitive and powerful.

3. Invisibility Cloak

Self-Promotion Alert Pt. 2: We made this one as well. It doesn’t alter how web pages display and operate; instead it alters how you operate your web pages. If you’re prone to more-frequent-than-necessary trips over to Twitter, Facebook, Fark, or any other time-sucking sites, just load them into Invisibility Cloak, as Gina describes in her write-up on banning time-wasting web sites, and you'll never see them before you hit that magic oh-well-work's-almost-over-anyways time—3pm on weekdays, by default, but you can set any time that applies to your work flow.

2. Textarea Resize

Some web sites give you just one line of space to type out a lot of information, like an address, article comment, or other mini-post. Textarea Resize pushes on the downward edge of any typing area and makes it one line bigger whenever you hit Ctrl+Enter, and knocks it back down with a Ctrl+Shift+Enter. Take that, web sign-up forms! Want more control over your text area sizes? Try this grab-and pull bookmarklet.

1. Folders4Gmail

Move from traditional email clients to Gmail’s web interface, and the first thing you’ll likely ask is, “Where are the folders?” Folders4Gmail eases the transition and makes sense of Gmail’s clever, unique, but sometimes hard-to-grok labels. Create a folder called, for example, “Sports.” Next, create a folder named “SportsSoccer.” “Soccer” shows up nested under “Sports,” and you can get as multi-level as you’d like, assuming you’ve got this neat little script installed to show them all as drop-down, folder-like containers.


So ends another compilation of 10 tweaks we hope you’ll find useful in your day-to-day browsing. By all means, though, tell us the scripts you can’t believe we left off, and the better versions of the scripts we didn’t, in the comments.



Use Google Reader from Within Outlook [Outlook 2007]

Reader David writes in with a useful tip for consolidating windows—he embeds Google Reader into Outlook as a replacement for the built-in RSS support.

Replacing the current RSS Feeds folder with Google Reader instead is easy—just right-click on the folder, choose Properties, enter the full URL to Google Reader on the Home Page tab, and then check the box for “Show home page by default for this folder”. You can even use the full URL to a specific folder in Google Reader, or create extra folders in Outlook and use a different URL for quick access to different views.


The technique itself is nothing new to most Lifehacker readers—we've previously mentioned how to use Google Calendar from Outlook—but it's a very useful tip if you spend most of your day in Outlook anyway. Thanks, David!

Update: If you are getting javascript errors, you should be able to use the following URL to fix the problem: www.google.com/reader/ (thanks to k3n85 in the comments for clarifying).





AddTo Google Reader Script Shares Any Page With a Keystroke [Downloads]

Firefox with Greasemonkey: The AddTo Google Reader script adds web pages to your shared items in Google Reader, so you can bookmark and share non-feed items easily.

Once you’ve installed the script, bookmarking pages in Google Reader is as simple as hitting the F4 key, entering optional comments or tags, and using the Post Item button. If the F4 key doesn’t suit your fancy and you don’t mind rolling up your sleeves for some minor script editing, you can change the if(e.keyCode != 115) line to use a different keycode. I've found this script incredibly useful for quickly saving bookmarks to read later from one consolidated location—though previously mentioned ReadItLater is a whiz at that sort of thing if you prefer a different approach.

AddTo Google Reader is a free download, requires Firefox with Greasemonkey. Readers using other browsers can get the same functionality in a bookmarklet—just one more way for getting good with Google Reader.






WP Like Button Plugin by Free WordPress Templates