Automatic search word highlighting after web searches

Well, it seems quite simple to implement the feature. Check http://www.kryogenix.org/code/browser/searchhi/.

The highlighting is performed dynamically in the browser using document.referrer, which contains search words if the page is requested from search engine result page.

I found a bit better implementation of the highlighting script for Google and Yahoo: http://eaccelerator.net/chrome/common/js/trac.js, but it requires explicit function call.

Probably it could be extended to support other search engines.

-- RadomirsCirskis 2007-02-10 12:48:59


CategoryFeatureRequest

MoinMoin: FeatureRequests/AutomaticSearchWordHighlightingAfterWebSearches (last edited 2007-10-29 19:19:12 by localhost)