- Timestamp:
- 08/25/09 00:04:35 (4 years ago)
- Location:
- websites/twicli
- Files:
-
- 5 added
- 2 modified
-
1.mp3 (added)
-
2.mp3 (added)
-
3.mp3 (added)
-
4.mp3 (added)
-
index.html (modified) (3 diffs)
-
sound.js (added)
-
twicli.html (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/twicli/index.html
r34669 r35032 84 84 <h3>プラグインについて</h3> 85 85 「+」タブのPreferencesでプラグイン(JavaScript)を登録することにより、機能拡張ができます。<br> 86 標準で以下のプラグインが入っています。86 以下のプラグインがあります。 87 87 <ul> 88 88 <li><b>regexp.js</b> : 特定のIDやキーワードを含む発言を抽出するタブを追加します。詳しくは<a href="http://d.hatena.ne.jp/NeoCat/20090101">こちら</a>。 … … 92 92 <li><b>favotter.js</b> : <a href="http://favotter.matope.com/">ふぁぼったー</a>の最新2000件のふぁぼられ数を<span style="background-color:#6fc; color:#00c;">[fav:3]</span>のようにTLやユーザの発言に追加表示します。 93 93 <li><b>followers.js</b> : follower以外<small> (いわゆる片想い) </small>の発言を青色で表示します。「+」タブのColor Followers→Renewボタンを押して最新のfollower一覧を取得する必要があります(デフォルトは無効)。 94 <li><b>sound.js</b> <span style="font-size: small; color: red">[非標準]</span> : TLやReplyの新着時にサウンドを鳴らします。デフォルトでは入っていませんので、使用するにはPreferences>Pluginsの先頭あたりに追加してください。 94 95 </ul> 95 96 … … 111 112 <li><a href="http://d.hatena.ne.jp/NeoCat/20090101/1230913660">抽出プラグインについて(2/2)</a> 112 113 <script type="text/javascript">hatena_bookmark("http://d.hatena.ne.jp/NeoCat/20090101/1230913660");</script></li> 114 <li><a href="http://d.hatena.ne.jp/NeoCat/20090824/1251125679">soundプラグインについて</a> 115 <script type="text/javascript">hatena_bookmark("http://d.hatena.ne.jp/NeoCat/20090824/1251125679");</script></li> 113 116 </ul> 114 117 -
websites/twicli/twicli.html
r34670 r35032 599 599 "reset at : " + dateFmt(lim.reset_time); 600 600 } 601 // 新着reply受信通知 602 function noticeNewReply() { 603 if ($("reply").className.indexOf("new") < 0) 604 $("reply").className += " new"; 605 callPlugins("noticeNewReply"); 606 } 601 607 // 受信repliesを表示 602 608 function twReplies(tw) { … … 608 614 if (replies_in_tl) 609 615 nr = twShowToNode(tw, $("tw"), false, false, true); 610 if (nr > 0 && $("reply").className.indexOf("new") < 0) 611 $("reply").className += " new"; 616 if (nr > 0) noticeNewReply(); 612 617 if (tw.length > 0) since_id_reply = tw[0].id; 613 618 } … … 631 636 update_reply_counter = 4; 632 637 } 638 callPlugins("noticeUpdate", tw); 633 639 } 634 640 function twOld(tw) { … … 682 688 s.className = "tome"; 683 689 if (twNode.id == "tw" && $("reply").className.indexOf("new") < 0) 684 $("reply").className += " new";690 noticeNewReply(); 685 691 } 686 692 if (tw[i].d_dir == 2 || tw[i].user.screen_name == myname)
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)