エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
記事へのコメント1件
- 注目コメント
- 新着コメント
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
del.icio.us のコメント内にある URL をリンクにする - higeorange's blog
// ==UserScript== // @name del.icio.us comments replace URL // @namespace http://opera.higeorange... // ==UserScript== // @name del.icio.us comments replace URL // @namespace http://opera.higeorange.com/ // @include http://del.icio.us/* // ==/UserScript== (function() { var comments = document.evaluate( '//p[@class="notes"]', document, null, XPathResult.ORDERED_NODE_ITERATOR_TYPE, null ); var notes; while(notes = comments.iterateNext()) { notes.innerHTML = notes.innerHTML.replace( /(https?|ftp)(:\
2007/08/14 リンク