カテゴリー 「bookmarklet」 RSS

2009-06-05

[][][]すべてのリンク一覧を得る

javascript:document.body.innerHTML=document.body.innerHTML+"<pre%3e"+[].join.call(document.links, "\n")+"\n</pre%3e"

2008-12-30

[][]うごメモ関連付けセレクトボックス

javascript:(function(j){j.src='http://jqueryjs.googlecode.com/files/jquery-1.2.6.min.js';document.body.appendChild(j);setTimeout(function(){$.ready();$('<script src=%22http://query.yahooapis.com/v1/public/yql?q=select%2520content%2520from%2520html%2520where%2520url%253D%2522http%253A%252F%252Fugomemo.hatena.ne.jp%252Fchannels%2522%2520and%2520xpath%253D\'%252F%252Fh3%252Fa\'&amp;format=json&amp;callback=makeSelect%22>').appendTo('body')},1000)})(document.createElement('script'));function makeSelect(o){var s=$('<select name=%22channel-name%22>');$.each(o.query.results.a,function(i,v){$('<option>').text(v).appendTo(s);});$('input.txt').replaceWith(s)}

これでいいのかな。エンコード関係どうなんかね。

 
ログイン ユーザー登録
ようこそ ゲスト さん