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...
my bookmarklet
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...
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...
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...
Google+ to Picasa / Google+のプロフィールからPicasaに移動します
var src=location.href;var i;if(i=src.match('[0-9][0-9]+')){location.href='https://picasaweb.googl...
Androidマーケットで実行すると、アイコンやQRコード生成を行います。出力文字列は好きなようにカスタマ...
(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/market\.andro...
読点をフォイで置換します
(function(){document.body.innerHTML=document.body.innerHTML.replace(/。/g,'フォイ!');focus()})();
ハイク、スター、フォトライフなどのヘッダーの位置を固定して、スクロールしても表示されてままにします。
var header=document.getElementById('header');if(header){header.style.borderBottom='1px solid #EEE...
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...
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 ...