bookmarklet
ブックマークレット
by ethertank
HTML
<h1>Bookmarklet</h1>
<a href="javascript:alert(new Date(document.lastModified).toLocaleString());">最終更新日時を表示</a>
<a href="javascript:void(location='http://validator.w3.org/check?uri='+encodeURIComponent(location));">W3Cバリデータでチェック</a>
<a href="javascript:(function(u,t){prompt('Link%20to%20%22'+t+'%22','<a%20href=%22'+u+'%22%20title=%22'+t+'%22>'+t+'</a>')})(location.href,document.title);">リンクタグ生成(プロンプト)</a>
<a href="javascript:(function(t,r,w){w.document.write('<textarea%20rows=%2215%22%20cols=%2260%22><a%20href=%22'+r+'%22%20title=%22'+t+'%22>'+t+'</a></textarea>');})(document.title,location.href,window.open());">リンクタグ生成(ウィンドウ)</a>
<a href="javascript:(function(d,w,q,m){(d.selection)?q=d.selection.createRange().text:(w.getSelection)?q=w.getSelection():(d.getSelection)?q=d.getSelection():'';m='http://www.google.co.jp/search?q='+encodeURIComponent(q);w.open(m,'_blank','');})(document,window);">
選択文字列を検索(Google)</a>
<a href="javascript:(function(m,s){(m==='BackCompat')?s='%E5%BE%8C%E6%96%B9%E4%BA%92%E6%8F%9B%E3%83%A2%E3%83%BC%E3%83%89%E3%81%A7%E3%81%99%E3%80%82':s='%E6%A8%99%E6%BA%96%E6%BA%96%E6%8B%A0%E3%83%A2%E3%83%BC%E3%83%89%E3%81%A7%E3%81%99%E3%80%82';alert(s)})(document.compatMode);">レンダリングモード(※CSSE-Blog製改変)</a>
CSS
body{font-size:13px;}
a{
text-decoration:none;
display:inline-block;
margin:6px 3px;
padding:8px;
border:1px solid #000;
}