ubigist

/ owners atom
/ 8500 feeds | |
? no. owner name description updated lead
c 920064 tromek Text 1302778591.0
  1 <?xml version="1.0" encoding="UTF-8"?>
     2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     3 <head>
     4   <title>Ubiquity Web Search Commands</title>
     5   <link rel="commands" href="search.xhtml"/>
c 920057 tromek Text 1302778387.0
1// TODO: Update to use Google Maps API V3, which doesn't require a key (#814)
2 CmdUtils.CreateCommand({
3 names: ["map"],
4 arguments: {object: CmdUtils.mixNouns("address",
5 noun_arb_text,
c 900875 dextergk Text 1301843469.0
/* Translating a webpage to english using google translate. */
CmdUtils.CreateCommand({
  names: ["GTranslate"],
  icon: "http://www.google.com/images/icons/illustrations/translate_search-lb80.png",
  arguments: [{role: "object", nountype: noun_arb_text, label: "URL to translate"}],
c 895981 Garren C# 1301435473.0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
c 893878 SamSaffron C# 1301532297.0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Data.SqlClient;
c 893361 Anonymous SimpleCESchemaBuilder.cs 1301408929.0
private void BuildSchema()
        {
            var SQL = System.IO.File.ReadAllText(Server.MapPath("DataModel.edmx.sqlce"));
            using (var conn = new System.Data.SqlServerCe.SqlCeConnection(@"Data Source =""|DataDirectory|\Data.sdf"""))
            {
c 891295 mcepl JavaScript 1301321580.0
CmdUtils.CreateCommand({
  names: ["demand"],
  description: "Demand OpenID to be used for the current page",
  author: {
    name: "Matej Cepl",
c 891100 mcepl JavaScript 1301315260.0
"use strict";

function getShortURL(which, args) {
  var baseURL = ""; var params = {};

c 886279 NotMyself C# 1301053634.0
using System;
using System.Data;
using System.IO;
using Machine.Specifications;
using Simple.Data;
c 883501 NotMyself C# 1300875012.0
namespace Simple.Data.SqliteTests
{
    [TestFixture]
    public class InMemoryUsageTests
    {
c 882035 smu01 SuperOffice-OleDb.cs 1300802274.0
var soApp = new SOApplication();
var connectionString = soApp.Database.GetADOConnectionString();
using(var conn = new OleDbConnection(connectionString))
{
    conn.Open();
s 876584 Anonymous Clean skin for Ubiquity 1300448014.0
/*=skin=
@name Clean
@author Ziga Pavlin
@license MPL/LGPL/GPL
@email: ziga.pavle@gmail.com
c 840480 hyagni brief.patch This patch makes brief gReader-like. 1298442274.0
diff -Naur old/content/brief-overlay.xul new/content/brief-overlay.xul
--- old/content/brief-overlay.xul	2010-12-19 04:37:16.000000000 +0900
+++ new/content/brief-overlay.xul	2011-02-23 22:38:31.000000000 +0900
@@ -12,21 +12,21 @@
         <key id="Brief_open" key="d" modifiers="accel alt"
c 837094 Anonymous java.js Modified Java Ubiquity Script 1298268400.0
CmdUtils.CreateCommand({
  names: ["java"],
  arguments: [{role: "object",
               nountype: noun_arb_text,
               label: "search criteria"}],
c 836986 ricardopontes shortener_tomai.js Comando do add-on Ubiquity (Firefox) para o encurtador toma.ai 1298262451.0
/*
    Criado por Ricardo Pontes (@ricardopontes)
    Email: chuck.info@gmail.com
*/

c 833552 ricardopontes JavaScript Comando do add-on Ubiquity (Firefox) para o encurtador va.mu 1298020682.0
/*
	Criado por Ricardo Pontes (@ricardopontes)
	Email: chuck.info@gmail.com
*/

c 827295 thecodejunkie Text 1297732095.0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Dynamic;
c 821274 Anonymous metric 1297341244.0
//----------------------------------------------------------
// Metric Converter
// Ubiquity script by Gaute Hvoslef Kvalnes <gaute@verdsveven.com>.
// September 2008.
// Original script: http://www.verdsveven.com/ubiquity/metric.html
c 821260 Anonymous metric metric 1297341128.0
CmdUtils.CreateCommand({
  names: ["metric"],
  icon: "http://www.verdsveven.com/ubiquity/metric.ico",
  description: "Converts numbers to metric units.",
  help: "Type or select a non-metric number to convert it into a metric unit. If the selection contains several numbers, they are all converted. The preview is a useful quick-reference in itself, but you can also press Enter to apply the conversion in the page."
c 809717 marcbelmont Text 1296721276.0
bingcommand("bing");
bingcommand("python", "docs.python.org", "http://www.python.org/favicon.ico");
bingcommand("django", "docs.djangoproject.com", "http://www.djangoproject.com/favicon.ico");
bingcommand("jquery", "api.jquery.com", "http://www.jquery.com/favicon.ico");
bingcommand("php", "www.php.net", "http://www.php.net/favicon.ico");
c 809714 marcbelmont Text 1296721234.0
CmdUtils.CreateCommand(
  {names: ["calendar"],
   icon: "http://www.timeanddate.com/favicon.ico",
   description: "Calendar",
   help: "Calendar",
c 809712 marcbelmont Text 1296721188.0
CmdUtils.CreateCommand({
  names: ["unread messages"],
  arguments: [{role: "source",
               nountype: noun_type_email_service,
               label: "email service provier"}],
c 809710 marcbelmont Text 1296721129.0
CmdUtils.CreateCommand({
  names: ["purify"],
  icon: "http://marcbelmont.com/static/favicon.ico",
  description: "Remove all images and flash from the page",
  help: "Open the page you want to purify and run the command on the page.",
c 807278 noqisofon CommandLineOptions.cs SQL Server から select 文で取り出したデータを CSV として吐き出すぷろぐらむ。 1296595230.0
using System;


namespace csvbulk.app {

c 804694 paulp x.js 1296475933.0
CmdUtils.CreateCommand({
  names: ["java"],
  arguments: [{role: "object",
               nountype: noun_arb_text,
               label: "search criteria"}],
c 796773 sixman9 Loading Spatialite in C#, early 2011 Another spacialite library example, slighty different execute method 1296024564.0
//'using' System.Data.SQLite 

public void SQLiteTest()
        {
            string cnString = @"Data Source=C:\Working\whodatashapefiles\whodata.db3";
c 796766 sixman9 Load Spatialite library in .NET How to load libspatialite under C# 1296024545.0
//'using' System.Data.SQLite;

using (DbConnection connection = new SQLiteConnection("Data Source=" + database)) {
    connection.Open(); // load the extension 
    using (DbCommand command = connection.CreateCommand()) {
c 796765 sixman9 Load Spatialite library in .NET How to load libspatialite under C# 1296024006.0
using (DbConnection connection = new SQLiteConnection("Data Source=" + database)) {
    connection.Open(); // load the extension 
    using (DbCommand command = connection.CreateCommand()) {
        //Load the libspatialite library extension - *.dll on windows, *.a on iOS
        command.CommandText = "SELECT load_extension('libspatialite-2.dll');";
c 794421 Anonymous Sound cloud kill comments Ubiquity command for killing sound cloud comments 1295894420.0
CmdUtils.makeBookmarkletCommand({
name: "soundcloud kill comments",
url: "javascript:var%20s=document.createElement('script');s.setAttribute('src',%20'http://jquery.com/src/jquery-latest.js');document.getElementsByTagName('body')[0].appendChild(s);$('.timestamped-comment').hide();void(s);"
})
c 786461 trullock C# 1295428369.0
using (var connection = this.dbConnectionFactory.GetConnection())
			{
				using (var transaction = connection.BeginTransaction(IsolationLevel.ReadCommitted))
				{
					using (var command = connection.CreateCommand())
c 779361 dingdangy microblog sync 1274929360.0
//版本日志:
// V0.02
// 2010.05.27 修正Dii的信息同步,同时修正了腾讯微博的同步,利用最新的心情同步到腾讯微博方式,
//            请自行到空间个人中心进行设置,同时去掉了以前的滔滔代码。
// V0.01
c 778773 Anonymous Reloading-repository-from-local-copy-.patch 1294930305.0
From 82b86d988e575a8d15864e18db2ef2913728b294 Mon Sep 17 00:00:00 2001
From: Brian Hanifin <code@brianhanifin.com>
Date: Thu, 13 Jan 2011 14:45:26 -0800
Subject: [PATCH] Reloading repository from local copy.

c 772919 Anonymous sticka 1294645273.0
function StickamLargeChat (id) {
    var start = "<object width='820' height='490' codebase='http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>\n" + 
"<embed src='http:\/\/player.stickam.com\/flash\/stickam\/stickam_player.swf?app=stickam_chat_open.swf&userID=";
    var end="' width='820' height='490' type='application/x-shockwave-flash' quality='high' allowscriptaccess='always' allowfullscreen='true' flashvars='webID=84634C6CDD408CA62D5DBD086DF5E196&webSeq=&userType=205&skinName=open&app=stickam_chat_open.swf&userIP=127.0.0.1&skinType=open&sessionType=115&userSiteID=1015547&autoplay=1&playerID=7334381&langID=en&'>\n" + 
          "<\/embed><\/object>";
c 772421 jmarnold BallOfMud.cs 1294609256.0
public class OrderProcessingModule
{
	public void Process(OrderStatusMessage orderStatusMessage)
	{
		string connectionString = ConfigurationManager.ConnectionStrings["Main"].ConnectionString;
c 771818 Anonymous stic 1294564128.0
function StickamLargeChat_old (id) {
    var start = "<object width='820' height='490' codebase='http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>\n" + 
"<embed src='http:\/\/player.stickam.com\/flash\/stickam\/stickam_player.swf?app=stickam_chat_open.swf&userID=";
    var end="' width='820' height='490' type='application/x-shockwave-flash' quality='high' allowscriptaccess='always' allowfullscreen='true' flashvars='webID=84634C6CDD408CA62D5DBD086DF5E196&webSeq=&userType=205&skinName=open&app=stickam_chat_open.swf&userIP=127.0.0.1&skinType=open&sessionType=115&userSiteID=1015547&autoplay=1&playerID=7334381&langID=en&'>\n" + 
          "<\/embed><\/object>";
c 771807 Anonymous sti 1294562936.0
function StickamLargeChat_old (id) {
    var start = "<object width='820' height='490' codebase='http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>\n" + 
"<embed src='http:\/\/player.stickam.com\/flash\/stickam\/stickam_player.swf?app=stickam_chat_open.swf&userID=";
    var end="' width='820' height='490' type='application/x-shockwave-flash' quality='high' allowscriptaccess='always' allowfullscreen='true' flashvars='webID=84634C6CDD408CA62D5DBD086DF5E196&webSeq=&userType=205&skinName=open&app=stickam_chat_open.swf&userIP=127.0.0.1&skinType=open&sessionType=115&userSiteID=1015547&autoplay=1&playerID=7334381&langID=en&'>\n" + 
          "<\/embed><\/object>";
c 771789 Anonymous st 1294561506.0
function StickamLargeChat (id) {
    var start = "<object width='820' height='490' codebase='http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>\n" + 
"<embed src='http:\/\/player.stickam.com\/flash\/stickam\/stickam_player.swf?app=stickam_chat_open.swf&userID=";
    var end="' width='820' height='490' type='application/x-shockwave-flash' quality='high' allowscriptaccess='always' allowfullscreen='true' flashvars='webID=84634C6CDD408CA62D5DBD086DF5E196&webSeq=&userType=205&skinName=open&app=stickam_chat_open.swf&userIP=127.0.0.1&skinType=open&sessionType=115&userSiteID=1015547&autoplay=1&playerID=7334381&langID=en&'>\n" + 
          "<\/embed><\/object>";
c 771785 Anonymous stick 1294560868.0
function StickamLargeChat (id) {
    var start = "<object width='820' height='490' codebase='http:\/\/fpdownload.macromedia.com\/pub\/shockwave\/cabs\/flash\/swflash.cab#version=8,0,0,0' classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'>\n" + 
"<embed src='http:\/\/player.stickam.com\/flash\/stickam\/stickam_player.swf?app=stickam_chat_open.swf&userID=";
    var end="' width='820' height='490' type='application/x-shockwave-flash' quality='high' allowscriptaccess='always' allowfullscreen='true' flashvars='webID=84634C6CDD408CA62D5DBD086DF5E196&webSeq=&userType=205&skinName=open&app=stickam_chat_open.swf&userIP=127.0.0.1&skinType=open&sessionType=115&userSiteID=1015547&autoplay=1&playerID=7334381&langID=en&'>\n" + 
          "<\/embed><\/object>";
c 770026 jasonkarns radbox.ubiquity.js Radbox 1294402049.0
CmdUtils.makeBookmarkletCommand({
name: "radbox",
url: "javascript:function%20addvid(){var%20d=document,%20z=d.createElement(%27scr%27+%27ipt%27),%20b=d.body;try%20{if(!b)%20throw(0);r=Math.floor(Math.random()*100+1);z.setAttribute(%27src%27,%20%27http://radbox.me/init/static/add.js?r=%27+r.toString());b.appendChild(z);}%20catch(e)%20{alert(%27Please%20wait%20until%20the%20page%20has%20loaded.%27);}}if(window.location.hostname.search(%27radbox%27)%20==%20-1)%20{addvid();}%20else%20{alert(%27You%20cannot%20use%20this%20bookmarklet%20in%20Radbox.%27);}void(0);"
})
c 769412 teohhanhui share on facebook.js teohhanhui's Ubiquity Commands Collection 1294376044.0
CmdUtils.CreateCommand({
  names: ["share on facebook", "share using facebook", "facebook", "fb"],
  author: { name: "John Allen", email: "jallen7usa+web@gmail.com"},
  description: "Submit the current page to facebook.",
  icon: "http://www.facebook.com/favicon.ico",
c 767252 joshka MvvmActivities.cs 1294242921.0
public class MainViewModel : ViewModelBase
{
  public MainViewModel()
  {
    ActivityProcessor processor = new ActivityProcessor();
c 746206 noqisofon HistoriyDiffForm.cs gist.github.com/721182 の重複チェック + GUI 版。 1292623364.0
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Data.Common;
c 744613 mleemlee microblog sync 1274929360.0
//版本日志:
// V0.02
// 2010.05.27 修正Dii的信息同步,同时修正了腾讯微博的同步,利用最新的心情同步到腾讯微博方式,
//            请自行到空间个人中心进行设置,同时去掉了以前的滔滔代码。
// V0.01
c 740468 GChristensen lingvopro.js 1292307168.0
// lingvopro command for the Firefox/Ubiquity extension, derived from the
// `lingvo' command (https://gist.github.com/556675) in case of sudden
// shutdown of the `lingvo.abbyyonline.com' service.
// `lingvo' and `lingvopro' are mutually exclusive commands, and you must 
// be logged in into Abbyy Lingvo.Pro service to use this command.
c 735218 synapsos universalsubs.js subtitle any video using universalsubtitles.org 1292330603.0
/* Universal Subtitles v0.72a */
CmdUtils.CreateCommand({
  names: ["subtitle"],
  description: "Add subtitles to any web video using open standards.",
  help: "Open a video or select an URL and type subtitle",
c 733144 ptrn Ubiquity+Spotify.js Spotify script for Ubiquity 1291777280.0
CmdUtils.CreateCommand({
  names: ["Spotify"],
  author: {name: "Lars P. Bjørkevoll", email: "l@l6.no"},
  license: "MPL,GPL",
  description: "",
c 732855 kikokino microblog sync 1274929360.0
//版本日志:
// V0.02
// 2010.05.27 修正Dii的信息同步,同时修正了腾讯微博的同步,利用最新的心情同步到腾讯微博方式,
//            请自行到空间个人中心进行设置,同时去掉了以前的滔滔代码。
// V0.01
c 732064 ptrn filestube_search.js 1259018808.0
CmdUtils.CreateCommand({
  names: ["filestube-search"],
  author: {name: "Emanuele Biancardi", email: "goffreder@gmail.com"},
  license: "MPL,GPL",
  description: "Searches for files on Filestube",
c 732060 ptrn Ubiquity+Gulesider.no.js script for Ubiquity+Gulesider.no 1291712504.0
CmdUtils.CreateCommand({
  names: ["gulesider.no"],
  author: {name: "Lars P. Bjørkevoll", email: "l@l6.no"},
  license: "MPL,GPL",
  description: "",
c 728069 paul-simon microblog sync 1274929360.0
//版本日志:
// V0.02
// 2010.05.27 修正Dii的信息同步,同时修正了腾讯微博的同步,利用最新的心情同步到腾讯微博方式,
//            请自行到空间个人中心进行设置,同时去掉了以前的滔滔代码。
// V0.01
c 724952 synapsos twtuser.js 1291254641.0
/**
 * Twitter Timeline (twtuser) v2.2b
 */
+function($j){
const TWT_URL = {
c 721182 noqisofon SqliteSample.cs C# で sqlite を扱うデモ。 1291064528.0
using System;
using System.Data.SQLite;
using System.IO;


c 718941 sealence JavaScript Ubiquity:iciba 1290969939.0
CmdUtils.CreateCommand({
  names: ["iciba"],
  description: "A short description of your command.",
  help: "How to use your command.",
  author: {
c 670906 Anonymous Notes (updated) 1289370502.0
// Version 1.2

// Uses code from:
// http://www.captain.at/programming/xul
// https://developer.mozilla.org/en/Writing_textual_data
c 670869 Anonymous PirateBay&Isohunt_search 1289368468.0
CmdUtils.CreateCommand({
  names: ["torrent", "tor"],
  arguments: [{role: "object", nountype: noun_arb_text, label: "search_string"}],

  description: "Searches PirateBay and Isohunt in new tabs.",
c 638095 powchin ubiquity.copy.js 1287623032.0
const Aliases = {
  t: {
    help: 'title',
    get text() info().title,
  },
c 635792 Zilbuz checkthatlater_ubiquity.js Ubiquity command for Check That Later. 1287532290.0
/**
 * This Ubiquity command is designed to use the website 
 * checkthatlater.ftpix.com, created by Gonzague.
 *
 * Author : Zilbuz
s 629692 Anonymous Custom.css 1287203436.0
/*
  =skin=
  
  @name Custom
  @author You
c 625494 tcs021 LoginFormSqlInjection.cs 1287001243.0
private void m_LoginButton_Click(object sender, EventArgs e)
{
  string strQuery = "SELECT count(*)";
  strQuery += " FROM USERS";
  strQuery += " WHERE USERID = '" + m_TextBoxUsername.Text + "'";
c 621923 olberger x.js 1286851077.0
var noun_type_debian_release = new CmdUtils.NounType("release",
        ["any", "experimental", "stable",
        "testing", "unstable", "oldstable",
        "sid", "lenny", "etch", "squeeze"]);

c 619272 scourgen x.js 1286695211.0
/* This is a template command. */
CmdUtils.CreateCommand({
  names: ["example"],
  icon: "http://www.mozilla.com/favicon.ico",
  description: "A short description of your command.",
c 615211 n2burns goto.js.js 1286437940.0
CmdUtils.CreateCommand({ 
	names: ["url"],
	arguments: [{role: "object", nountype: noun_arb_text, label: "url"}],
	execute: function (arguments) {
		Utils.openUrlInBrowser(arguments.object.html);
c 611040 jjdelc Goo.gl ubiquity command 1286230908.0
CmdUtils.CreateCommand({
  names: ["Goo.gl", "shorten"],
  description: "Shorten a URL using Google's shortener",
  help: "Just use the url as the parameter",
  author: {
c 608116 edades Empleado 1286038024.0
using System;
using System.Collections.Generic;
using System.Text;

namespace proyectoEmpleado
c 598723 lihuanan Text 1285547143.0
//版本日志:
// 2009.9.17,  添加了对滴(Dii)微博的支持(不太稳定)
// 2009.9.18,  添加了对腾讯(QQ)滔滔的支持
// 2009.10.10, 修正了MEME(咪咪)提交页面地址
// 2009.10.18, 增加火兔(原嘀咕)微博的支持, 同时雅虎咪咪和网址缩短域名bit被墙, 翻墙后不影响全部功能
c 598716 lihuanan Text 1285546644.0
//版本日志:
// V0.02
// 2010.05.27 修正Dii的信息同步,同时修正了腾讯微博的同步,利用最新的心情同步到腾讯微博方式,
// 请自行到空间个人中心进行设置,同时去掉了以前的滔滔代码。
// V0.01
c 597547 nimms CoordinateDAO.cs 1285444870.0
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.Common;
using DDSGpsNav.Classes;
c 597321 dextergk jmp 1285429966.0
CmdUtils.CreateCommand({
  names: ["jmp", "j.mp"],
  home: "http://dextergk.blogspot.com/",
  author: {name: "Dexter", email: "dextergk@gmail.com"},
  description: "Shortens the selected URL using j.mp, <TO-DO>copying the new URL to the clipboard.",
c 596780 ivannikolic Ubiquity: ImageShack Ubiquity: ImageShack 1285393706.0
CmdUtils.makeBookmarkletCommand({
  name: "imageshack",
  icon: "http://imageshack.us/favicon.ico",
  description: "Transloader for ImageShack.",
  preview: function( pblock ) {
c 593284 Anonymous x.js 1285201789.0
CmdUtils.CreateCommand({
  name: "alc",
  takes: {"search": noun_arb_text},
  icon: "http://www.alc.co.jp/favicon.ico",
  description: "alc で検索",
c 593244 Anonymous x.js 1285199083.0
makeSearchCommand({
  name: "twitter-search",
  url: "http://search.twitter.com/search?q={QUERY}",
  icon: "http://twitter.com/favicon.ico",
  description: "Searches twitter for your words.",
c 593237 Anonymous x.js 1285198779.0
CmdUtils.CreateCommand({
  name: "amazon",
  description: "Amazonで書籍や通販商品を検索",
  help: "Amazonで書籍を検索します。パラメータに検索キーワードを指定します。",
  query_url: "http://www.amazon.co.jp/gp/associates/link-types/searchbox.html?tag=levelup05-22&creative=2131&adid=01SGMPBBB8DW2NSRAEMH&campaign=483&__mk_ja_JP=%83J%83%5E%83J%83i&mode=blended&Submit=Go&keyword=",
c 593229 Anonymous x.js 1285198390.0
CmdUtils.CreateCommand({
  name: "amazon",
  description: "Amazonで書籍や通販商品を検索",
  help: "Amazonで書籍を検索します。パラメータに検索キーワードを指定します。",
  query_url: "http://www.amazon.co.jp/gp/associates/link-types/searchbox.html?tag=levelup05-22&creative=2131&adid=01SGMPBBB8DW2NSRAEMH&campaign=483&__mk_ja_JP=%83J%83%5E%83J%83i&mode=blended&Submit=Go&keyword=",
c 593228 Anonymous x.js 1285198261.0
CmdUtils.CreateCommand({
  name: "alc",
  description: "英辞郎検索",
  help: "英辞郎検索",
  query_url: "http://eow.alc.co.jp//UTF-8",
c 593199 Anonymous x.js 1285196405.0
CmdUtils.CreateCommand({
  name: "alc",
  description: "英辞郎検索",
  help: "英辞郎検索",
  query_url: "http://eow.alc.co.jp//UTF-8",
c 593196 Anonymous x.js 1285196090.0
makeSearchCommand({
  name: "ts",
  url: "http://search.twitter.com/search?q={QUERY}",
  icon: "http://twitter.com/favicon.ico",
  description: "Searches twitter for your words.",
c 593192 Anonymous x.js 1285195905.0
makeSearchCommand({
  name: "twitter-search",
  url: "http://search.twitter.com/search?q={QUERY}",
  icon: "http://twitter.com/favicon.ico",
  description: "Searches twitter for your words.",
c 593190 Anonymous x.js 1285195777.0
function openUrl(url, postData) {
  var windowManager = Components.classes["@mozilla.org/appshell/window-mediator;1"]
    .getService(Components.interfaces.nsIWindowMediator);
  var browserWindow = windowManager.getMostRecentWindow("navigator:browser");
  var browser = browserWindow.getBrowser();
c 591419 testmyo Google Site Search with preview 1285123225.0
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
      xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<head>
  <title>Ubiquity Web Search Commands</title>
c 582204 StanAngeloff extended_insert_mode.diff Vi-mode patches 1284608962.0
--- viKeyBinder.js.original	2010-09-16 13:14:16.198295100 +0300
+++ viKeyBinder.js	2010-09-16 13:12:20.045651500 +0300
@@ -744,6 +744,44 @@
     'cmd_delete':               'cmd_vim_cutChar'
 };
c 576973 Anonymous x.js 1284340548.0
CmdUtils.CreateCommand({
  names: ["dw"],
  icon: "https://hq.nine.ch/favicon.ico",
  homepage: "http://www.avencia.com/",
  author: {name: "David Zwarg", email: "dzwarg@avencia.com"},
c 573765 Anonymous x.js 1284105065.0
// generated by create search command
CmdUtils.makeSearchCommand(
{
    name: "leo",
    url: "http://dict.leo.org/chde?lp=chde&search=%20QUERY",
c 573319 Anonymous x 1284082523.0
function __searchMetaCritic(pblock, searchText) {
jQuery.get("http://www.metacritic.com/search/process?sb=0&tfs=all&ty=3&x=0&y=0&ts=" + escape(searchText),
function(response) {
var resultsREGXP = /\[0-9]\.(.*)\<\/p\>/gmi;
var results = response.match(resultsREGXP);
s 569316 Anonymous Custom.css 1283875972.0
/*
  =skin=
  
  @name Custom
  @author You
c 567464 ivannikolic Ubiquity 0.5: Rapidshare check Ubiquity 0.5: Rapidshare check 1283778261.0
/***************************************************************************
 *
 *	Project: RSChecker, A Rapidshare link checker for the Ubiquity
 *	extension of Mozilla Firefox Browser. For Ubiquity 0.5.
 *
s 565730 Fluff-Blue UbiquiFluff Standard.css 1283632686.0
/*
  =skin=
  @name UbiquiFluff Standard
  @author Fluff Blue
  @homepage http://fluffblue.wordpress.com
c 562732 Anonymous x 1283428228.0
CmdUtils.CreateCommand({
  name: "qr",
  description: "QRコード",
  help: "URLを指定してQRコードを作成します",
  query_url: "http://chart.apis.google.com/chart?chs=400x400&cht=qr&chl=",
c 557558 heppokoact ubiquity-alc.js 1283157065.0
CmdUtils.CreateCommand({
  names: ["alc","a"],
  icon: "http://www.alc.co.jp/favicon.ico",
  homepage: "http://d.hatena.ne.jp/bellbind/",
  author: {name: "bellbind", email: "bellbind@gmail.com"},
c 556675 GChristensen Text 1283089395.0
var abbyyService = "http://lingvo.abbyyonline.com";
var urlTemplate = "${service}/en/Translate"
                + "?Text=${words}"
                + "&SourceLanguageId=${from}"
                + "&TargetLanguageId=${to}";
c 556537 Down Newerth stats A simple script for ubiquity that can quickly find stats for a player or a clan in the game Heroes of Newerth 1283081156.0
CmdUtils.CreateCommand(
{
  names: ["newerth stats", "stats"],
  author: { name: 'Downstairs'},
  homepage: 'http://www.nerdrage.nu',
c 549812 Anonymous Text 1282728788.0
CmdUtils.makeSearchCommand({
  names: ["MC", "MailChimp"],
  url: "http://www.mailchimp.com/kb/results?sa=Search&q={QUERY}",
  defaultUrl: "http://www.mailchimp.com",
  icon: "http://www.mailchimp.com/favicon.ico",
c 545861 Anonymous x.js 1282557583.0
CmdUtils.makeSearchCommand(
{
    name: "PHP",
    url: "http://de.php.net/manual-lookup.php?pattern={QUERY}&lang=de",
    description: "Search on PHP.net/de",
c 543499 mattcodes sql2raven.ps1 1282438176.0
# requires curl on PATH - if you installed mysysgit with it added to all PATHS then
# you should be okay, otherwise download from http://curl.haxx.se 

# presume integrated security edit connection otherwise
$sqlserver = ".\SQLEXPRESS" 
c 543226 jutememo checkIP.js 1282421269.0
CmdUtils.CreateCommand({
    names: ["checkIP"],
    preview: function preview(pblock, args){
        // プレビューをクリア
        pblock.innerHTML = "";
c 543002 nkkfoo linkedInSearchUbiquity.js 1282407146.0
CmdUtils.CreateCommand({
name: "LinkedIn Search",
author: { name: "Nalini Kartha", email: "nalinikartha@gmail.com" }, 
description: "Lookup someone on LinkedIn",
help: "Looks up the specified person (select or enter FULL name) on LinkedIn."+
s 541731 bastiano Maalo.css 1282337023.0
/*
  =skin=
  @name Maalo
  @author Bastiano
  @homepage http://bastiano.etsy.com
c 540573 Anonymous x.js 1282294059.0
CmdUtils.CreateCommand({
  name: ["metal"],
  homepage: "http://people.iola.dk/arj",
  author: {name: "Anders Rune Jensen", email: "anders@iola.dk"},
  license: "GPLv3",
s 531741 Anonymous Custom.css 1282050098.0
/*
  =skin=
  @name Custom
  @author You
  @homepage http://www.yourpage.com
c 527112 Anonymous x.js 1281946682.0
/* This is a template command. */
CmdUtils.CreateCommand({
  names: ["example"],
  icon: "http://www.mozilla.com/favicon.ico",
  description: "A short description of your command.",
Powered by: GAE web.py jQuery tablesorter