82034 Bookmarklets! Create

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

Python 2.4, 2.5のドキュメントから2.6のドキュメントに移動

var protocol=location.protocol;var host=location.host;var path=location.pathname;if(path.match(/^...

GoogleReaderの選択中記事をEvernoteにクリップします。

var obj=document.getElementById("current-entry").firstChild.firstChild.firstChild.firstChild;var ...

空白文字だけでクリックできないリンクをクリックできるように、隙間を追加します。

(function(){var l=document.getElementsByTagName("a");for(var i=0;i<l.length;i++)if(l[i].offsetWid...
kimikimi714 bookmarklet2011-07-22

my bookmarklet

noromanba <->WebArchive2011-07-22

WebArchive⇔閲覧ページ間を行き来する。Based On http://d.hatena.ne.jp/Nos/20091028/1256679357

var peep=location.href;if(!peep.match(/^http:\/\/(wayback|web).archive.org\/web/)){window.locatio...
mikage014 G2PP2011-07-21

Google+ to Picasa photos_from_Post / Google+のプロフィールからPicasaの"Google+のストリームに投稿...

var src=location.href;var i;if(i=src.match('[0-9][0-9]+')){location.href='https://picasaweb.googl...
mikage014 P2G2011-07-21

Picasa to Google+ / PicasaからGoogle+に戻ります(G2P, G2PPで移動した後)

var src=location.href;var i;if(i=src.match('[0-9][0-9]+')){location.href='https://plus.google.com...
mikage014 G2P2011-07-21

Google+ to Picasa / Google+のプロフィールからPicasaに移動します

var src=location.href;var i;if(i=src.match('[0-9][0-9]+')){location.href='https://picasaweb.googl...
mina-0718 no title2011-07-20

Androidマーケットで実行すると、アイコンやQRコード生成を行います。出力文字列は好きなようにカスタマ...

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/market\.andro...
kuro_m88 フォイ!2011-07-16

読点をフォイで置換します

(function(){document.body.innerHTML=document.body.innerHTML.replace(/。/g,'フォイ!');focus()})();

ハイク、スター、フォトライフなどのヘッダーの位置を固定して、スクロールしても表示されてままにします。

var header=document.getElementById('header');if(header){header.style.borderBottom='1px solid #EEE...
efcl waldo-search2011-07-16

my bookmarklet

(function(){var traverse=function(util,searchTerm,options){var options=options||{};var obj=option...

Add new-style Hatena header to Hatena Haiku2 Web site

var div=document.createElement('div');div.id='header';div.style.textAlign='left';div.style.border...

Google+ストリームの候補を非表示にします。無駄に1s毎に処理するので注意。

(function(d){if(d.match("plus.google.com")){setInterval((function(){var divs=document.getElements...

なかば無理やりgoogleの+1ボタンを非表示にします。

(function(d){if(d.match(/google\.com|google\.co\.jp/)){var stylesheet=document.styleSheets.item(0...
wakabatan Hatena Haiku+2011-07-01

Upgrade your Hatena Haiku! Run this bookmarklet in Hatena Haiku <http://h.hatena.ne.jp/>

var logo=document.getElementById('logo-haiku');if(logo){var text=document.createTextNode('+');log...

粗悪品です。

javascript:(function(){var newSS,styles='* { margin: 0 !important;padding: 0 !important;float: no...

海外アマゾンの商品ページで実行すると日本アマゾンにある同じISBN番号の商品をiframeで追加表示

if(location.href.search(/[^0-9A-Z]([B0-9][0-9A-Z]{9})([^0-9A-Z]|$)/)!=-1){var isbn=RegExp.$1;var ...

アマゾンの商品ページで実行するとドイツアマゾンにある同じISBN番号の商品をiframeで追加表示

if(location.href.search(/[^0-9A-Z]([B0-9][0-9A-Z]{9})([^0-9A-Z]|$)/)!=-1){var isbn=RegExp.$1;var ...
<< 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082