ShowStatusSequence

By Maripo GODA Last update Jan 26, 2010 — Installed 671 times.


Script Summary: Jump from single tweet page to sequential tweets page / twitter で個別 post のページを開いたとき、それを含むユーザページに移動し、文脈を把握できるようにする

Script homepage

When you open single tweet page (for example, http://twitter.com/${userName}/status/${tweetId}), this greasemonkey will find the sequential tweets page (for example, http://twitter.com/${userName}?page=41) and jump.
It is userful to grasp the context in which an interesting tweet was posted.

Demo movie on YouTube
http://www.youtube.com/watch?v=xKTWPfeVnA0

You can customize behaviours by some variables. Please edit the source code by yourself.

const JUMP_AUTOMATICALLY
true: Jump automatically when the page found.
false: Append a link when the page found, instead of jumping automatically.

const START_BY_BUTTON_EVENT
true: Append "search" button to start search action.
false: Start search automatically when you open a single tweet page.