adding the files for the website (in its current state)
This commit is contained in:
parent
11535f5ad6
commit
a6acacb3c1
17 changed files with 415 additions and 1 deletions
22
src/guides/firefox-custom-search/index.html
Normal file
22
src/guides/firefox-custom-search/index.html
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue