Skip to content

Commit

Permalink
new file: searchengine.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Oct 13, 2024
1 parent 36de810 commit bc4bdbb
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions searchengine.html
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>

0 comments on commit bc4bdbb

Please sign in to comment.