I need to add a custom search engine to Firefox. I have a name and a search URL. How do I add those to the available search providers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are the steps:
Create an OpenSearch XML file containing information about your search engine like
ShortName,Description,URL, etc.Give a name to that XML file and put it in one of these folders:
Available just to you
Available to anyone on the computer
Modify Firefox’s preferences file at
%APPDATA%\Mozilla\Firefox\Profiles\XXXXXXXX.default\prefs.js. Simply add/modify this line:There is no need to modify a sqlite database file manually.
The new search engine will be added automatically after restarting Firefox.