2007-03-28から1日間の記事一覧

del.icio.us のポストページに関連エントリを表示する

同じタグを付けている過去のポストを表示。 // ==UserScript== // @include http://del.icio.us/* // ==/UserScript== (function() { function relatedPost() { var user = location.href.split('/')[3].split('?')[0]; var tags = document.getElementById(…