how to add everything as a search engine in firefox?
-
damner
- Posts: 3
- Joined: Thu Aug 08, 2013 11:55 pm
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
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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.
-
myf
- Posts: 1
- Joined: Fri Jul 29, 2011 8:21 am
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.
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
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
-
Cleoss
- Posts: 27
- Joined: Wed Mar 07, 2018 7:10 am
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 favtherube wrote:Note that the "Everything Search URL protocol" option needs to be enabled in Everything.
Everything Options | General -> URL protocol
Clover Explorer! 
-
redwood
- Posts: 28
- Joined: Sun May 02, 2021 2:32 pm
Re: how to add everything as a search engine in firefox?
how to disable this message in Firefox?
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
redwood
- Posts: 28
- Joined: Sun May 02, 2021 2:32 pm
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
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: how to add everything as a search engine in firefox?
Thank you for sharing your solution, @redwood!
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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
-
leml
- Posts: 6
- Joined: Thu Sep 04, 2025 10:14 pm
Re: how to add everything as a search engine in firefox?
Hello! On firefox, you can also bookmark or with any keyword you prefer like say "evfind" so that you can search "evfind filename" in addressbar to get results. Mentioning cuz that's been a very useful FF hack.
Code: Select all
http://localhost:80/?search=%SCode: Select all
http://localhost:80/?search=%s