HuubL
hunter-gatherer
There was another complaint in a recent thread about RFF's lousy Search function. I've seen a similar approach a couple of months ago (forgot who's it was), that made use of a javascript on website, but I made a Javascript search function that instructs Google to search the RFF forms using a bookmark in your own browser. It's fast as.. ehh.. Google and you can use combinations of search terms.
You can install it as a Bookmark. Name: "Search RFF". For link location use:
javascript:X=escape(getSelection());if(!X)%7Bvoid(X=prompt('Search%20RFF%20for',''))%7D;if(X!=null)location.href='http://www.google.com/search?rls=en-us&q='+escape(X)+'%20site:rangefinderforum.com&ie=UTF-8&oe=UTF-8'
Type the above text exactly as above. Take care not to use spaces and type everything on one line. Then save the bookmark. Clicking the bookmark will open a message box in which you can input your search terms. "OK" will send the terms to Google which will be opened with links to the RFF threads corresponding to your search terms.
Good luck!
You can install it as a Bookmark. Name: "Search RFF". For link location use:
javascript:X=escape(getSelection());if(!X)%7Bvoid(X=prompt('Search%20RFF%20for',''))%7D;if(X!=null)location.href='http://www.google.com/search?rls=en-us&q='+escape(X)+'%20site:rangefinderforum.com&ie=UTF-8&oe=UTF-8'
Type the above text exactly as above. Take care not to use spaces and type everything on one line. Then save the bookmark. Clicking the bookmark will open a message box in which you can input your search terms. "OK" will send the terms to Google which will be opened with links to the RFF threads corresponding to your search terms.
Good luck!
Last edited: