82034 Bookmarklets! Create
Hatena::Let でブックマークレットをかんたんに作成・公開しよう!
はてなハイクの日本版と世界版を行ったり来たり、正式版とベータ版を行ったり来たりするリンクを左上に...
(function(){var h=location.href;var a=location.host;var b;var bl;var w;var wl;if(a=='h.hatena.ne....
閲覧中のページの URL をはてなハイクのキーワードとして開く
(function(){location.href='http://h.hatena.ne.jp/target?word='+encodeURIComponent(location.href)}...
閲覧中のページの URL をはてなハイクのキーワード欄ににフィルイン
(function(){location.href='http://h.hatena.ne.jp/?word='+encodeURIComponent(location.href)})();
はてなハイクの日本版と世界版を行ったり来たり。
(function(){var h=location.href;var a=location.host;if(a=='h.hatena.ne.jp'||a=='h1beta.hatena.ne....
はてなハイクの正式版とベータ版を行ったり来たり。
(function(){var h=location.href;var a=location.host;if(a=='h.hatena.ne.jp'||a=='h.hatena.com'){lo...
document.body.addEventListener("DOMNodeInserted",function me(e){var walker=document.createTreeWal...
はてなハイクのtouch版お絵描きに任意の色を追加する。
(function(){var a;var b=['black','red','green','blue','orange','#F9E49A','yellow','pink','purple'...
hatena::bookmark test
(function(){var fr,u,b,r;u=window.location.href;b='http://b.hatena.ne.jp/entry/panel/?url=';r=new...
Amazon.co.jp で表示している商品をはてなで使えるasin記法で表示する。
(function(){var a=document.getElementById('ASIN').value;var b='<input type="text" size="30" value...
Nanka yoku wakaranai kedo image youso no alt wo hyouji suru
(function(){var p=document.getElementsByTagName("p")[0];var img=p.firstChild;img.setAttribute("id...
Amazon.co.jp で表示している商品のはてなハイクのキーワードページを表示する。
location.href='http://h.hatena.ne.jp/asin/'+document.getElementById('ASIN').value;
my bookmarklet
function makeElement(name,attrs){var element=document.createElement(name);for(var key in attrs){e...
Amazonからブクログへ飛びます。
if(location.href.search(/[^0-9A-Z]([B0-9][0-9A-Z]{9})([^0-9A-Z]|$)/)!=-1){void(location.href='htt...
「(相撲は)昔から当たり前のこととしてあったんだよ。(八百長を)日本の文化、伝統を踏まえた日本の...
(function(){document.body.innerHTML=document.body.innerHTML.replace(/相撲|八百長/g,(function(s){r...
my bookmarklet
$("th.w_payment","table.table_pricelist").append("<br><div id='paytype'><img src='http://img.cone...
ソース読め
(function($){var elm=$('<ul>');elm.insertBefore($('body'));$('script').each((function(){elm.appen...
http://wedata.net/databases/jspass/items を使い、パスワードをalertで表示。
var wedata='http://wedata.net/databases/jspass/items.json?callback=?';$.getJSON(wedata,(function(...
Change the image in iLO 3 login page.
(function(){var img=top.modalFrame.document.getElementsByClassName('signInTable')[0].getElementsB...
Change the image in iLO 2 login page.
(function(){var img=document.getElementsByTagName('table')[0].getElementsByTagName('tr')[0].getEl...
アドレス、ユーザ名、SALT、マスターパスワードでパスワードを生成する。
function hexstr2bin(str){var binstr='';for(var i=0;i<str.length;i+=2){var i8=parseInt('0x'+str.su...