Five Nifty Ubiquity Scripts
Productivity Sauce
The default Ubiquity commands make this Firefox extension one of the niftiest tools around, and the 15 Ubiquity Commands to Enhance Your Web Experience post on the Tools for Thought blog can help you to get the most out of the available commands. While the default commands allow you to perform quite a few actions, the extensible and open nature of Ubiquity means that you can easily expand its functionality by installing additional scripts that add new commands. There are dozens of Ubiquity scripts floating on the Web, but here are a few that you might find particularly useful.
Bit.ly is a relatively new URL shortening service which sports some useful features such as history, automatic Web site thumbnail creation, and click tracking. You can use Bit.ly with Ubiquity to shorten the currently selected URL courtesy of the Bit.ly Ubiquity script.
If you use the ingenious TiddlyWiki one-file wiki, you will appreciate the TiddlyWiki Ubiquity script. Using the script, you can create a new tiddler (the tw-new command), search TiddlyWiki (the tw-search command), and open TiddlyWiki (the tw-open command).
The Jetable Ubiquity script lets you use the Jetable anti-spam service without leaving the convenience of your browser. Using the scripts you can create a temporary email address that expires after a specified period of time. Use the jetable command followed by your real email address and the expiration time, and the script returns a temporary email address that links to the real one.
You probably know that Google's search engine contains a simple yet flexible calculator. Type, for example, 100 EUR in USD in Google's search field, and the engine performs currency conversion. The Google Guide provides a detailed overview of the available Google Calculator commands, and using the Gcalc Ubiquity script you can perform all the available operations from the command line.
The World Clock Ubiquity script does exactly what its name says: type time command followed by the desired location, and the script shows the time in the specified city along with the flag of the country.
You can find even more Ubiquity scripts at the project's wiki and at the Herd page.
If the script you need doesn't exist, you can easily create it yourself. In fact, you don't even have to create a script from scratch: you can simply tweak one of the existing Ubiquity scripts. For example, to create a Ubiquity script that allows me to look up a word in WordNet, I just tweaked the Dictionary script by Lukasz Tyrala, so it looks like this:
CmdUtils.CreateCommand({ name: "wn", homepage: "http://writertools.googlecode.com", author: { name: "Dmitri Popov", email: "writertools@gmail.com"}, license: "MPL", description: "Look up definitions in the WordNet dictionary.", takes: {"word to look up": noun_arb_text}, icon: "http://wordnet.princeton.edu/favicon.ico", preview: function( pblock, theChecked ) { pblock.innerHTML = "Word to look up: " + theChecked.text + ""; }, execute: function( wordToCheck ) { var url = "http://wordnet.princeton.edu/perl/webwn?s={QUERY}"; var urlString = url.replace("{QUERY}", wordToCheck.text); Utils.openUrlInBrowser(urlString); } })
To use the created script, you can either paste in the Command Editor (to open it, point your browser to chrome://ubiquity/content/editor.html) or embed the script in a Web page, so others can subscribe to it. To do the latter, save the script as a wn.js file and add the following line to the Web page (make sure that the path to the wn.js file is correct):
<link rel="commands" href="wn.js" type="text/javascript" name="Ubliquity WordNet Command" />comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.