82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
my bookmarklet
旧はてなブックマークレットのcanonical URL対応版
function absolutePath(path){var e=document.createElement('div');e.innerHTML='<a href="'+path+'" /...
extract-content-javascriptのテスト
if(typeof ExtractContentJS=='undefined'){var ExtractContentJS={}}if(typeof ExtractContentJS.Lib==...
サンデーまんが家バックステージをページングする
(function(d,s){s=d.createElement('script');s.type='text/javascript';s.src='http://furyu-tei.sakur...
read eval prompt loop
(function(r,e,p,l){while(p=prompt(r,e))try{r=eval(e=p)}catch(l){r=l}})(location,(this.getSelectio...
Google 謹製の Closure Library をロードします。
document.body.appendChild(document.createElement('script')).src='http://closure-library.googlecod...
Fav しまくる。
$('.non-fav').click();void 0;
ページ内の見出しから目次を生成(右上)。AutoPagerize対応。最近のブラウザでないと動きません。
(function(){init(document);[].forEach(frames,(function(frame){try{init(frame.document)}catch(e){}...
hAtom対応ページ(livedoorブログ等)の{トップページ、個別ページ}からエントリーを抽出して表示
(function(){d=document.getElementsByClassName("hentry");f="<html><body>";for(var i=0;i<d.length;i...
Stack Stock Books のページから Amazon にジャンプ
var asin=document.getElementById('ASIN.1').value;location.href='http://amazon.jp/dp/'+asin;
URL with TITLE http://d.hatena.ne.jp/rikuo/20090714#p2009071401
javascript:void function(a,t,l){if(a){l='http://amazon.jp/o/ASIN/'+encodeURIComponent(a.value)+'/...
漢のSQL
(function(d,l,i,j,z){l=d.getElementsByTagName("*");for(i=l.length;--i>=0;)for(z=l[i].childNodes,j...
GETパラメーターをalertで表示します。
if(location.search.length>1){var g='';p=location.search.substr(1).split('&');for(var i=0;i<p.leng...
ページタイトルとURLをalert()で表示するだけ。
var t=document.getElementsByTagName('head')[0];t=t&&t.getElementsByTagName('title')[0];t=t&&(t.in...
Jetpack SDK DocsはhttpsなのでChromeでstylishが使えないからこれ。
var css='code{background-color:lightcyan!important;}';var style=document.createElement('style');s...
選択されている文字列をエキサイトで翻訳(英→日)します。
(function(){var t=window.getSelection?window.getSelection().toString():window.document.selection....
選択されたテキストをYouTubeで検索します。
(function(){d=document,w=window,u='http://www.youtube.com/results?search_query='+d.getSelection()...
選択した部分をOxfordの英英辞典で開きます
(function(){d=document;w=window;u='http://www.oup.com/oald-bin/web_getald7index1a.pl?search_word=...
Googleに米ドルを日本円へ変換してもらいます。
(function(){window.open('http://www.google.co.jp/search?hl=ja&q='+document.getSelection()+'%83h%8...
リンクやボタン、画像などをドラッグで移動できます。ただそれだけです。Firefox限定?動作不安定(うま...
(function(){var nodeNames=["BODY","A","INPUT","IMG","SPAN","DIV","TEXTAREA"];var target=null;var ...