added header and actual nav, changed guides list to actual list, added licenses page
This commit is contained in:
parent
3e1a3625d2
commit
0b8807a52b
13 changed files with 303 additions and 48 deletions
|
@ -6,17 +6,19 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div id="pagewrap">
|
||||
<p><a href="..">back</a></p>
|
||||
<div id="header-div">
|
||||
<nav><a href="/">qhri</a>/<a href="/guides/">guides</a>/firefox-custom-search</nav>
|
||||
<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>
|
||||
<div id="pagewrap">
|
||||
<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