2008-11-30

Gmail to her

反転選択したアドレス宛にメールを作成するブックマークレット

javascript:(function(){x=document;y=window;if(x.selection){Q=x.selection.createRange().text;}else if(y.getSelection){Q=y.getSelection();}else if(x.getSelection){Q=x.getSelection();};m='https://mail.google.com/mail/?view=cm&fs=1&to='+encodeURIComponent(Q)+'';y.open(m,'addwindow');})();

シンプル

javascript:(function(){x=document;y=window;if(x.selection){Q=x.selection.createRange().text;}else if(y.getSelection){Q=y.getSelection();}else if(x.getSelection){Q=x.getSelection();};m='https://mail.google.com/mail/?view=cm&fs=1&tf=1&to='+encodeURIComponent(Q)+'';y.open(m,'addwindow');})();

動作確認

Firefox/2.0.0.18

テスト用: masuda@example.com

記事への反応(ブックマークコメント)

ログイン ユーザー登録
ようこそ ゲスト さん