equinox79 (8)

いつもNAVIラボ 混雑度マップ(http://lab.its-mo.com/densitymap/)でいま見ている場所のリンクを作成します

(function(){try{var site=location.href.match(/^http:\/\/lab\.its-mo\.com\/(densitymap)\//);var p=...

Add link to adre.so on address-like texts

function AddressLink(node){if(!node)node=document.body;if(isNaN(arguments.callee.count))arguments...

見てるページのURLとタイトルをメール新規作成画面(mailto:)に設定します

location.href="mailto:?subject="+document.title+"&body="+location.href;
equinox79 add google alert2011-05-20

今見てるurlのgoogle alert作成画面へジャンプ

location.href='http://www.google.co.jp/alerts?hl=ja&t=20&f=0&l=1&e=feed&q='+location.href;
equinox79 Twitter Search It!2011-01-07

見ているページのURLをTwitterSearchで検索

location.href="http://search.twitter.com/search?q="+encodeURIComponent(location.href);

GETパラメータを整形して表示します。パラメータを変更してリロードも可能です。

(function(){var nm='jp_hatelabo_let_equinox79_';var id={panel:nm+'panel',url:nm+'url',param:nm+'p...

ソースを表示(firefox, Chrome)

location.href='view-source:'+location.href;
equinox79 searchGoogleMap2010-05-20

選択文字でGoogleMapを検索。選択が無ければ普通にGoogleMap。

javascript:var s=(window.getSelection()||document.getSelection()||'').toString();window.open(s?"h...