Twitter Shortcut Lite

By paopao Last update Nov 15, 2009 — Installed 163 times.


Script Summary: Provide keyboard shortcut for twitter web control !This version is not supposed to work with pbtweet or other similar scripts!

Version: 0.3

Thumb

#### This version is no longer updated, please use Twitter Shortcut instead. ####

!This version is not supposed to work with pbtweet or other similar scripts!

Only work at home page!

Usage:
esc - input box focus or not
Ctrl+Enter - send tweet
shortcuts below only work when input box lose focus
a - add favorite
d - delete tweet
f - latest tweet on page
h - refresh home page's timeline, not the whole page
l - oldest tweet on page
m - direct message to sb.
n - next tweet (go up), when you reach the top of the timeline, use this shortcut to show official new tweets
o - checkout replies page
p - previous tweet (go down), when you reach the bottom of the timeline, use this shortcut to get more tweets
r - reply to sb.
t - retweet
v - open links

It should work in chromium, chrome(dev), firefox and opera.

You can also use it as a bookmarklet, just save the code below as a bookmark and click this bookmark at twitter page.

javascript:var tsl_script = document.createElement('script');tsl_script.src = 'http://userscripts.org/scripts/source/61728.user.js';document.getElementsByTagName('head')[0].appendChild(tsl_script);return(false);

Changelog:
v0.3 (2009.11.13)
- add support to checkout replies page (o)
- fix a bug at Direct Messages page, thx @xiaobaiwcc
- fix a bug at login page and the search box, thx @terryxxy
- fix some minor bugs
v0.2 (2009.11.12)
- add direct message support (m)
- fix some bug caused by twitter timeline structure change

Thnaks to Keyboard Shortcut For Twitter and pbtweet

You can follow me on Twitter @wuxipaopao