October 2007
2 posts
Firefox Quick Search Bookmarklet
Firefoxのブックマークにあるスマートキーワードは便利なので良く使っている。これをGoogle トランジットにも使えないか考えてみたら、bookmarkletにすることでできたので、メモ。 以下をブックマークのURLとして登録する。 javascript:q="%s".split("%20");q[2]=q[2]=="a"?"arr":q[2];q[2]=q[2]=="d"?"dep":q[2];query="http://www.google.co.jp/transit?saddr="+q[0]+"&daddr="+q[1]+"&ttype="+q[2]+"&date="+q[3]+"&time="+q[4];location.href=query; キーワードを付ける(例:t)...
Oct 5th
Firefox smart keyword with bookmarklet
“Smart keywords” feature of Firefox is useful. I thought if I use a smart keyword for Google transit and I could get done with a bookmarklet. Add the following code to URL of a...
Oct 5th