Twitter DM helper

By kuy Last update May 6, 2009 — Installed 1,349 times.


Script Summary: Utility to send Direct Message to multiple users at once on Twitter.

Version: 0.2.5

Script homepage

Information

Latest version: 0.2.5

Tested platform : Firefox 3.0.10 + Greasemonkey 0.8.20090123.1

Support page : http://blog.endflow.net/?p=52

Settings

Configurable items:
  • anim - Number. Animation duration in seconds. 0 means animation off.
  • max - Number. Num of result list.
  • comp - Boolean. It insert matched items into textbox.
var cfg = {
    anim: 0.3,  // speed of animation, in seconds (0: disable anim)
    max: 20,    // max num of results to display
    comp: false // auto-selecting matched items (true: auto-select)
};

Todo

  • exclude selected people from list (using YAHOO.widget.DS_JSFunction)

Updates

  • [2007-10-07] 0.1.0 first release
  • [2008-09-18] 0.2.0 add AutoComplete feature
  • [2008-09-20] 0.2.1 update for new Twitter design
  • [2008-12-31] 0.2.2 tracked to Twitter update
  • [2008-12-31] 0.2.3 small bugfix & refactoring
  • [2009-05-06] 0.2.4 update for new Twitter
  • [2009-05-07] 0.2.5 small bugfix