Firefox Quick Tip: Convert Greasemonkey Scripts to Add-onsLifeSpy

Posted on February 10, 2008 by Alex.
Categories: Contributors.

GreasemonkeyI have to admit that it took me a while to install Greasemonkey with my Firefox just because I like to keep things simple. I’m a minimalist of sorts. Still, finally getting around installing opened new doors for me and installing a few scripts streamlined my browsing experience a bit more.

And I know there are some people who get intimidated by Greasemonkey and even the word “script” would prompt them not to touch Greasemonkey scripts with a ten-foot virtual pole. I wouldn’t blame them newbies. But the interesting thing is, as far as add-ons go, they could go about their usual way downloading and installing them.

Here’s a placebo effect to Greasemonkey repulsion - User Script Compiler. It’s a web service that compiles Greasemonkey scripts and converts them into an installable Firefox add-on file (.xpi). All you have to do is to open the .js files (that you get from Userscripts) and copy and paste the code on to the website. You can save the .xpi file and just launch it via Firefox to install.

Visit the User Script Compiler

Download: Eject USB Drives in Just One ClickLifeSpy

Posted on January 15, 2008 by Alex.
Categories: Contributors.

USB Disk EjectorIf you’re a big fan of portable storage - USB flash disks, external hard drives, even your iPod - you know the annoyance brought about by having to eject them first from your OS before yanking off the USB plug. It’s a two-stroke process for Windows users (left clicking that icon in the system tray and selecting the device from the list or if you’re doing that two-dialog right-click option).

Another problem with Windows XP is that, if you have, multiple devices connected, it doesn’t really specify which one is which. Oh and that error message saying you can’t remove the hardware because it is in use message even if the device is absolutely idle and you’re not running anything at all.

So that’s when we thank the freeware gods for this nifty tool. USB Disk Ejector is a small and portable application that offers you a one-click solution to ejecting them devices. You have the option to run it via command line or a GUI. Best of all, it can be part of your Swiss Army flash disk arsenal of portable tools. It works even when run on the portable device.

Download USB Disk Ejector here.

Firefox Quick Tip: Know What’s Behind TinyURL Links with Greasemonkey ScriptLifeSpy

Posted on January 14, 2008 by Alex.
Categories: Contributors.

TinyURL Popup Preview

I love TinyURL. While you don’t see me using them generated links here. I use them quite often in my other blogs. Posting links in Twitter is probably the most practical use I have for it save for the obvious trimming of thousand-character long URLs. But as a security cushion, wouldn’t you want to know what’s behind the link first before you go clicking? Too bad TinyURL links just don’t quite show you where they lead until after you click them.

That’s where Greasemonkey and scripts become quite handy (yet again). If you haven’t got any clue what’s with Greasemonkey, read up.

Anyway, here’s TinyURL Popup Preview. It allows you to see what link is behind the TinyURL link by hovering on the link. The ‘real’ link will show up as with TITLE tags. No more guessing on what lies behind the link.

Install the TinyURL Popup Preview from here.