how to add everything as a search engine in firefox?
how to add everything as a search engine in firefox?
url protocol is enabled.
i can do the search by typing "es:"
but how can i add it as a search engine?
thanks
i can do the search by typing "es:"
but how can i add it as a search engine?
thanks
Re: how to add everything as a search engine in firefox?
How did URL Protocol escape me ?!!!
Here is a bookmarklet that should search for the highlighted term in Everything:
(In my original version, if nothing were highlighted it would prompt for <string> to search for, but that part no longer seems to work, so I removed it.)
Here is a bookmarklet that should search for the highlighted term in Everything:
Code: Select all
javascript:Qr=document.getSelection();if(Qr)location.href='es:'+(Qr)
Re: how to add everything as a search engine in firefox?
Note that in FF23, they made a change in that your selected Search Engine will also be the search engine used for URL bar searches.
In earlier versions they could be different.
There is an extension available that will work like the old method.
In earlier versions they could be different.
There is an extension available that will work like the old method.
Re: how to add everything as a search engine in firefox?
For those interested, I whipped up a quick howto for setting up Everyhing http server search (not es: protocol yet) as Firefox search engine.
https://dl.dropboxusercontent.com/u/157 ... engine.htm
Maybe tweaking open search description xml to use es: protocol would also work, but I cannot test it right now.
https://dl.dropboxusercontent.com/u/157 ... engine.htm
Maybe tweaking open search description xml to use es: protocol would also work, but I cannot test it right now.
Re: how to add everything as a search engine in firefox?
Slight modification to the above bookmarklet:
Code: Select all
javascript:Qr=document.getSelection();if(!Qr){void(Qr=prompt('Registry%20entry%20to%20find:',''))}if(Qr)location.href='es:'+(Qr);void(0)
Re: how to add everything as a search engine in firefox?
Currently, its whittled down to:
Code: Select all
javascript:Qr=document.getSelection();if(Qr)location.href='es:'+(Qr);void(0)
Re: how to add everything as a search engine in firefox?
Separately, if you want to search the "basename" of a web page URL, http://www.voidtools.com/forum/viewtopi ... 764#p17764
Re: how to add everything as a search engine in firefox?
Note that the "Everything Search URL protocol" option needs to be enabled in Everything.
Everything Options | General -> URL protocol
Everything Options | General -> URL protocol
Re: how to add everything as a search engine in firefox?
Thanks for advice! I didn't know what was that URL-protocol for. I don't use Mozilla, I prefer Chrome. But the string "es:smth" searches nothing in Chrome browser (redirects me to Google search page, maybe need to switch the http-server on?), but it works fine inside the Windows Explorer's address bar. The good solution for fast opening the Everything from my fav Clover Explorer!therube wrote:Note that the "Everything Search URL protocol" option needs to be enabled in Everything.
Everything Options | General -> URL protocol
Re: how to add everything as a search engine in firefox?
how to disable this message in Firefox?
Re: how to add everything as a search engine in firefox?
To disable ES links:
To always open ES urls with Everything:
- In Everything, from the Tools menu, click Options.
- Click the General tab on the left.
- Uncheck URL protocol.
- Click OK.
To always open ES urls with Everything:
- In Firefox, Check Always allow https://www.voidtools.com to open es links.
- Click Open Link.
Re: how to add everything as a search engine in firefox?
actually, I always want to open es urls without ask. I've found a solution
about:config >> security.external_protocol_requires_permission >>false
thank you for your reply
about:config >> security.external_protocol_requires_permission >>false
thank you for your reply
Re: how to add everything as a search engine in firefox?
Thank you for sharing your solution, @redwood!
Re: how to add everything as a search engine in firefox?
An alternative would be to use Textify.
Forum user @tuska wrote details and instructions on the Total Commander forum here
Forum user @tuska wrote details and instructions on the Total Commander forum here