Yes ,, that is possible to change those site with preferred site.. All you need is to make some simple changes, just follow this step:-
- To change dictionary site, under [Hotclick Popup Menu] replace
PHP Code:
Item, MI_IDM_SELDICTIONARY = Hotclick search, 50
with
PHP Code:
Item, MI_IDM_SELDICTIONARY = Go to page, "http://dictionary.reference.com/search?q=%t"
- To change encyclopedia site, under [Hotclick Popup Menu] replace
PHP Code:
Item, MI_IDM_SELENCYCLOPED = Hotclick search, 51
with
PHP Code:
Item, MI_IDM_SELENCYCLOPED = Go to page, "http://en.wikipedia.org/wiki/Special:Search?search=%t"
Go to your preferred dictionary/encyclopedia site → Right click on search box → Create Search... → Details >> → Copy address → Cancel. Replace search URL in above code with copied address and change %s to %t.
Thats it.. you are done..
Bookmarks