Multi-Lang Lookup Bar

By wushi777 Last update Sep 6, 2010 — Installed 5,836 times.


Script Summary: Translate and search words. Version:4.5.1

4.5.1:
  • Conflict with Noscript
  • Update translate.google.com,google.com




Install Requires:
  • Firefox 3.
  • Internet Connection.
Usage:
  • Press "F4" to trigger(show/hide) the BAR.
  • Submit query by double-click or single-click(drag and release) on words when the bar is shown.
  • Click language name to show the language list, if any.
  • Install the scripts you need.


Script Lib:

Built-in: babylon.com,translate.google.com

>> more here

Other related stuffs:
  • Mouse Gesture Trigger(require FireGestures):Click "Add script" button in FireGestures Options, then paste the code below into Script textarea, then create your mouse gesture.

    with(content.document.evaluate("/html/iframe[@id='multilanglookupbar']",
    content.document, null,9, null).singleNodeValue.style)
    display = (display=="block"?"none":"block");