-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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> |