Twitter DM helper

By kuy Last update May 6, 2009 — Installed 517 times. Daily Installs: 0, 2, 0, 1, 0, 0, 2, 0, 1, 3, 2, 2, 2, 4, 6, 0, 1, 0, 2, 10, 0, 0, 0, 2, 4, 0, 5, 13, 4, 0, 0, 4
Script Summary:
Utility to send Direct Message to multiple users at once on Twitter.
Version: 0.2.5

Script homepage

This script has no discussions.

start the discussion

Review Summary
5 stars
0 reviews (0)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
1 reviews (1)

this script has 1 review

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