82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
Add link to google maps japan on address-like texts
function AddressLink(node){if(!node)node=document.body;if(isNaN(arguments.callee.count))arguments...
tmp
var href=location.href;var user=href.replace(/^http:\/\/twitter.com\/([^\/]+).*$/,'$1');(function...
kirakira
(function(){var n=7;setInterval((function(style,canvas){var ip=arguments.callee.ip;if(!ip){canvas...
amazonのURL表示
prompt('amazon URL shortlen','http://amazon.jp/dp/'+document.getElementById('ASIN').value);void 0;
はてなブックマークのコメントを☆順にソート
(function(d,k,t,n,f,h,u,l,s,c,e,i,p){for(u=d.getElementById('bookmarked_user'),l=u[f];l;l=l.nextS...
http://xpath.kayac.com/help , たぶんIE以外用
my bookmarklet
google-code-prettifyでシンタックスハイライト
$((function(){$("code").addClass("prettyprint");$("pre").addClass("prettyprint");$("textarea").ad...
Count all 'a' tags and 'img' in target HTML
(function(){var links=document.getElementsByTagName("a");var images=document.getElementsByTagName...
縦書き化を解除します。
(function(){var i=location.href;if(i.search(/\?url=/)!=-1){i=i.replace(/%3A/gi,':').replace(/%2F/...
閲覧中のページを縦書き表示します。
(function(){location.href='http://taketori.org/taketori.cgi/'+location.href.replace(/^http:\/\//i...
閲覧中の小説ページを縦書き表示します。
(function(){location.href='http://taketori.org/taketori.cgi/'+location.href.replace(/^http:\/\//i...
TwitterのフォントをGoogle Font APIを使って変更します。
if(location.href.indexOf('http://twitter.com/')!=-1){WebFont.load({custom:{families:['Misaki'],ur...
Twitterのscreen_nameとuser_nameのフォントをGoogle Font APIから適当に引っ張ってきたフォントに変更...
(function(api){var api2=api;api.type=api2.type="text/javascript";api.src="http://ajax.googleapis....
googleChartAPIを利用しました。
w=250;open("http://chart.apis.google.com/chart?cht=qr&chs="+w+"&chld=H&chl="+encodeURIComponent(l...
今見ているページを短縮URLにします。
var doit=function(b){var USER="toolbar@google.com";var LONG_URL=encodeURIComponent(b);function c(...
選択文字でGoogleMapを検索。選択が無ければ普通にGoogleMap。
javascript:var s=(window.getSelection()||document.getSelection()||'').toString();window.open(s?"h...
カラーのQRコードをサクーッと作るよ!
javascript:window.location='http://labo.i-section.net/color-qr/?t='+encodeURIComponent(location.h...
webアーカイブ(Wayback Machine)からログを取得する
location='http://web.archive.org/web/*'+escape(location.href);
urlフラグメント削除
location=location.href.replace(/#.*$/,"");