88 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
99 < link rel ="shortcut icon " id ="tab-favicon " href ="favicon.png " />
1010 < title id ="tab-title "> Home</ title >
11- < link rel ="stylesheet " href ="/assets/styles/main.css?v=3 " />
11+ < link rel ="stylesheet " href ="/assets/styles/main.css?v=4 " />
1212 < link rel ="stylesheet " href ="/assets/styles/settings.css " />
1313 < link rel ="stylesheet " href ="/assets/styles/themes/default.css?v=3 " />
1414 < script src ="https://kit.fontawesome.com/1237c86ba0.js " crossorigin ="anonymous "> </ script >
1515 </ head >
1616 < body >
1717 < div class ="fixed-nav-bar ">
18- < a class ="icon " href ="/./ "> < img alt ="nav " id ="INImg " src ="/assets/media/favicon/main.png " /> </ a >
18+ < div class ="fixed-nav-bar-container ">
19+ < a class ="icon " href ="/./ "> < img alt ="nav " id ="INImg " src ="/assets/media/favicon/main.png " /> </ a >
20+ </ div >
1921 < div class ="fixed-nav-bar-right ">
20- < a class ="navbar-link " href ="/./- "> < i class ="fa-solid fa-gamepad navbar-icon "> </ i > Games</ a >
21- < a class ="navbar-link " href ="/./~ "> < i class ="fa-solid fa-phone navbar-icon "> </ i > Apps</ a >
22- < a class ="navbar-link " href ="/./0 "> < i class ="fa-solid fa-laptop navbar-icon "> </ i > Tabs</ a >
23- < a class ="navbar-link " href ="/./! "> < i class ="fa-solid fa-gear navbar-icon settings-icon "> </ i > Settings</ a >
22+ < a class ="navbar-link " href ="/./- "> < i class ="fa-solid fa-gamepad navbar-icon "> </ i > < xn > Ga</ xn > mes</ a >
23+ < a class ="navbar-link " href ="/./~ "> < i class ="fa-solid fa-phone navbar-icon "> </ i > < xn > Ap</ xn > ps</ a >
24+ < a class ="navbar-link " href ="/./0 "> < i class ="fa-solid fa-laptop navbar-icon "> </ i > < xn > Ta</ xn > bs</ a >
25+ < a class ="navbar-link " href ="/./! "
26+ > < i class ="fa-solid fa-gear navbar-icon settings-icon "> </ i > < xn > Set</ xn > tings</ a
27+ >
2428 </ div >
2529 </ div >
2630 < div class ="main ">
@@ -41,16 +45,9 @@ <h3>Set Panic Key</h3>
4145 < input class ="key-form " placeholder ="Panic Link " type ="text " id ="linkInput " value />
4246 < button class ="key-button " value ="Save " onclick ="saveEventKey() "> Save</ button >
4347 </ div >
44- < div class ="settings-card ">
45- < h3 > Set Background Image</ h3 >
46- < p > Change the site's background image.</ p >
47- < input type ="text " id ="background-input " placeholder ="Enter image URL " />
48- < button class ="key-button " id ="save-button "> Save</ button >
49- < button class ="key-button " id ="reset-button "> Reset</ button >
50- </ div >
5148 < div class ="settings-card ">
5249 < h3 > Tab Cloaker</ h3 >
53- < p > Makes the site look educational .</ p >
50+ < p > Change the title and icon of the page .</ p >
5451 < select id ="dropdown " onchange ="handleDropdownChange(this) ">
5552 < option value ="Classroom "> Default</ option >
5653 < option value ="Clever "> Clever</ option >
@@ -72,22 +69,44 @@ <h3>Tab Cloaker</h3>
7269 Save
7370 </ button >
7471 </ div >
72+ < div class ="settings-card ">
73+ < h3 > Search Engine</ h3 >
74+ < p > Change the search engine while searching.</ p >
75+ < select title ="engine " id ="engine " onchange ="EngineChange(this) ">
76+ < option value ="Google "> Google (Default)</ option >
77+ < option value ="Bing "> Bing</ option >
78+ < option value ="DuckDuckGo "> DuckDuckGo</ option >
79+ < option value ="Qwant "> Qwant</ option >
80+ < option value ="Startpage "> Startpage</ option >
81+ < option value ="SearchEncrypt "> SearchEncrypt</ option >
82+ < option value ="Ecosia "> Ecosia</ option >
83+ </ select >
84+ < input class ="key-form " type ="text " id ="engine-form " placeholder ="Change Search Engine " name ="engine " />
85+ < button class ="key-button " value ="Save " onclick ="SaveEngine(); "> Save</ button >
86+ </ div >
7587 < div class ="settings-card ">
7688 < h3 > Choose your < b > Pr</ b > oxy</ h3 >
7789 < p >
78- Ultra< bn > vio</ bn > let is the main < bn > pro</ bn > xy, but Dynamic has support for more sites and also works on
79- iOS! (Dynamic is still in beta, so it has some bugs.)
90+ Ultra< xn > vio</ xn > let is the main < xn > pro</ xn > xy, but Dynamic is faster and supports more sites! (Dynamic is
91+ still in beta, so it has some bugs.)
8092 </ p >
8193 < select id ="pChange ">
8294 < option value ="uv "> Ultraviolet (Default)</ option >
8395 < option value ="dy "> Dynamic</ option >
8496 </ select >
8597 </ div >
98+ < div class ="settings-card ">
99+ < h3 > Set Background Image</ h3 >
100+ < p > Change the site's background image.</ p >
101+ < input type ="text " id ="background-input " placeholder ="Enter image URL " />
102+ < button class ="key-button " id ="save-button "> Save</ button >
103+ < button class ="key-button " id ="reset-button "> Reset</ button >
104+ </ div >
86105 < div class ="settings-card ">
87106 < h3 > Advertisement</ h3 >
88107 < p >
89- Advertisements are cruical in order to keep the site running. Please donate or host your own links to go
90- ad-free.
108+ Advertisements are cruical in order to keep the site running. Please consider donating or hosting your own
109+ links to go ad-free. If not you can still disable them anyway down below .
91110 </ p >
92111 < select id ="adType " onchange ="adChange(this) ">
93112 < option value ="default "> Default</ option >
@@ -118,7 +137,7 @@ <h3>Themes!</h3>
118137 </ div >
119138 </ div >
120139 < script src ="/assets/scripts/main.js?v=9 "> </ script >
121- < script src ="/assets/scripts/settings.js?v=7 "> </ script >
140+ < script src ="/assets/scripts/settings.js?v=9 "> </ script >
122141 < script async src ="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ "> </ script >
123142 < script >
124143 window . dataLayer = window . dataLayer || [ ]
0 commit comments