23 lines
1.1 KiB
HTML
23 lines
1.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>qhri/guides/firefox-custom-search</title>
|
||
|
<link rel="stylesheet" href="/css.css">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="pagewrap">
|
||
|
<p><a href="..">back</a></p>
|
||
|
<h1>enabling custom search engines on firefox</h1>
|
||
|
<p>enter the text below in firefox's search/url bar:</p>
|
||
|
<code>about:config</code>
|
||
|
<p>in the text field that says "search preference name", enter the text below:</p>
|
||
|
<code>browser.urlbar.update2.engineAliasRefresh</code>
|
||
|
<p>make sure "boolean" is selected and press the + button on the right. it should automatically set the preference to true. if it doesn't, press the toggle button on the right (looks like 2 arrows pointing opposite directions)</p>
|
||
|
<p>now go to firefox's search settings. you can get to it by putting the text below in the search bar:</p>
|
||
|
<code>about:preferences#search</code>
|
||
|
<p>the table with all of your search engines should now have a new button below it that says "add"</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|