-
Notifications
You must be signed in to change notification settings - Fork 1
/
searchengine.html
37 lines (37 loc) · 1.36 KB
/
searchengine.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>How to Set Us as Your Search!</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<style>
* {
font-family: "Noto Sans", sans-serif;
}
h1, p, h2 {
color: white
}
</style>
</head>
<body bgcolor="black">
<h1>How to set us as your search engine!</h1>
<h2>Firefox:</h2>
<p>Go to about:config. Ignore the scary warning, we aren't doing anything dangerous!</p>
<p>Search for "browser.urlbar.update2.engineAliasRefresh" in the bar.</p>
<p>Click the + icon</p>
<p>Ensure it says "true"</p>
<p>Go to about:settings#search</p>
<p>Scroll to the bottom</p>
<p>Click "Add"</p>
<p>Enter "FreakySearch" as the name</p>
<p>For engine URL, enter https://search.freakybob.site/#gsc.tab=0&gsc.q=%s&gsc.sort=</p>
<p>For alias, use "freakysearch"</p>
<p>Then, scroll back up to the top.</p>
<p>Click on "Google", below the "Default Search Engine" title</p>
<p>Click "FreakySearch"</p>
<p>Enjoy!</p>
</body>
</html>