==[[Bookmarklet]]==
===ツール===
=====英和辞典=====
javascript:window.location.href='http://www2.alc.co.jp/ejr/index.php?word_in=' + encodeURIComponentencodeU[[R]]IComponent(prompt('input word',''))+ '&word_in2=reedeirrf&word_in3=zJPa7DCxJ15687987t';
===閲覧===
javascript:p();function p(){var e=document.getElementsByTagName('input');var s='';for(var i=0;i<e.length;i++){s+=e[i].name+'='+e[i].value+'\n';}alert(s);}
=====ページのリンクを表示ページの[[リンク]]を表示=====
javascript:var w=window.open('_blank'); w.document.write('<html><head></head><body>'); var links = document.getElementsByTagName('a'); var link; for (var i=0; i<links.length; i++) { link=links[i].getAttribute('href'); w.document.write('<a href=\"' + link + '\">' + link + '</a><br>'); } w.document.write('</body></html>');w.document.close();
=====Cookieの表示[[Cookie]]の表示=====
javascript:c=document.cookie;w=open('_blank');cs=c.split(";");for(i=0;i<5;i++){w.document.write(cs[i]+";<br><br>");}w.document.close();
----
{{include_html [[banner_html]], "!Javascript"}}