Script Summary: Translate and search words. Version:4.5.1
4.5.1:
Install Requires:
>> more here
Other related stuffs:
- Conflict with Noscript
- Update translate.google.com,google.com
Install Requires:
- Firefox 3.
- Internet Connection.
- 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.
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");



