82034 Bookmarklets! Create

Hatena::Let でブックマークレットをかんたんに作成・公開しよう!

tarchan 住所をリンク2010-05-25

Add link to google maps japan on address-like texts

function AddressLink(node){if(!node)node=document.body;if(isNaN(arguments.callee.count))arguments...
amachang Tmp2010-05-24

tmp

var href=location.href;var user=href.replace(/^http:\/\/twitter.com\/([^\/]+).*$/,'$1');(function...
arikui kirakira2010-05-24

kirakira

(function(){var n=7;setInterval((function(style,canvas){var ip=arguments.callee.ip;if(!ip){canvas...
hokaccha amazon shortlen2010-05-23

amazonのURL表示

prompt('amazon URL shortlen','http://amazon.jp/dp/'+document.getElementById('ASIN').value);void 0;
schtark ↓☆2010-05-23

はてなブックマークのコメントを☆順にソート

(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以外用

hhhhhhhhhhuuuuuuuuuu bookmarklet2010-05-22

my bookmarklet

google-code-prettifyでシンタックスハイライト

$((function(){$("code").addClass("prettyprint");$("pre").addClass("prettyprint");$("textarea").ad...
june29 count a and img2010-05-21

Count all 'a' tags and 'img' in target HTML

(function(){var links=document.getElementsByTagName("a");var images=document.getElementsByTagName...
cmonos 縦書き化解除2010-05-21

縦書き化を解除します。

(function(){var i=location.href;if(i.search(/\?url=/)!=-1){i=i.replace(/%3A/gi,':').replace(/%2F/...
cmonos 縦書き化2010-05-21

閲覧中のページを縦書き表示します。

(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(...
equinox79 searchGoogleMap2010-05-20

選択文字で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...
toton web-archive2010-05-19

webアーカイブ(Wayback Machine)からログを取得する

location='http://web.archive.org/web/*'+escape(location.href);

urlフラグメント削除

location=location.href.replace(/#.*$/,"");
<< 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102