Flickr Tag Autocomplete

By kuy Last update Oct 3, 2008 — Installed 1,198 times. Daily Installs: 0, 1, 1, 0, 0, 2, 2, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 4, 0, 0, 1, 1, 0, 0, 1, 0, 0, 2, 0
Script Summary:
provides "tag autocomplete" feature on Flickr

Script homepage

Recently Updated TopicsPosts
Archived Comments3

this script has 1 topic, 3 posts

This script has no reviews.

Tested platform: Firefox 3.0.3 + Greasemonkey 0.8

Configuration

// =========== config =============
var cfg = {
    anim: 0,    // speed of animation, in seconds (0: disable anim)
    max: 10,    // max num of results to display
    comp: false // auto-selecting matched items (true: auto-select)
};
// ================================

Updates

  • [2008-07-02] 0.1.0 first version
  • [2008-07-16] 0.1.1 add configurable items
  • [2008-10-03] 0.1.2 some improvements