| Script Summary: appends more embedded search box into the results of Google search. |
This script has no discussions. |
This script has no reviews. |
Information
Latest version : 0.2.1
Tested platform :Firefox 3.0.1 + Greasemonkey 0.8.20080609.0
Support page : now writing...
Settings
Configurable items:- expire - Number. Specify expire time of cache in millisecond.
- conflict - String. If search result has search box already, the script use this mode. You can choose one from 3 modes: 'override', 'keep', 'both'.
- button - Boolean. Show 'Search' button on next to search box or not. If you set 'false', you can start to search with pressing Enter key.
- encodes - Array of String. Enumerate site encodings you allow.
- sources - Array of String. List of data sources.
//// Config
var cfg = {
expire: 3 * (24 * 60 * 60 * 1000), // 3 days
conflict: 'both', // 'override', 'keep', 'both'
button: true,
encodes: ['UTF-8', 'Shift-JIS', 'EUC'],
sources: ['http://wedata.net/databases/SearchEngines/items.json']
}
Todo
- Prepare additional database (using Wedata)
- Shrink source code(using embed swf)
Updates
- [2008-09-08] 0.1.0 internal release
- [2008-09-09] 0.1.1 supported AutoPagerize, detection of chaging config
- [2008-09-09] 0.2.0 supported ECU-JP and Shift-JIS encodings (release on Userscripts.org)
- [2008-09-20] 0.2.1 bugfix: forgot to append UTF-8 function
Special Thanks
search strings: http://wedata.net/databases/SearchEngines/
