|
Script Summary:
Jump from single tweet page to sequential tweets page / twitter で個別 post のページを開いたとき、それを含むユーザページに移動し、文脈を把握できるようにする |
This script has no discussions. |
This script has no reviews. |
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.
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.





