CmdUtils.CreateCommand({
name: "dilbert",
description: "Displays the latest dilbert comic.",
preview: function( pblock ) {
jQuery.get( 'http://dilbert.com/', null, function( page ) {
pblock.innerHTML = '<img src="http://dilbert.com/' + page.match(/dyn\/str_strip\/\S*\.gif/i) + '" style="max-width: 480px;" />';
});
},
execute: function() {
Utils.openUrlInBrowser('http://dilbert.com/');
}
})
August 31, 2008
[ubiquity] Daily dose of dilbert
No Comments Yet »
No comments yet.
RSS feed for comments on this post. TrackBack URI