|
1 | | -<!DOCTYPE html> |
| 1 | +<!doctype html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | | - <meta name="referrer" content="no-referrer"> |
6 | | - <meta http-equiv="X-Frame-Options" content="SAMEORIGIN"> |
7 | | - <meta http-equiv="X-Content-Type-Options" content="nosniff"> |
8 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
9 | | - <link rel="shortcut icon" id="dynamic-favicon" href="favicon.png"> |
10 | | - <title id="dynamic-title">Home</title> |
11 | | - <script src="/assets/scripts/global.js?v=1"></script> |
12 | | - <link rel="stylesheet" href="/assets/styles/main.css"> |
13 | | - <link rel="stylesheet" href="/assets/styles/settings.css"> |
14 | | - <link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1"> |
15 | | - <link rel=" stylesheet" href=" https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> |
16 | | - <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
17 | | -</head> |
18 | | -<div class="fixed-nav-bar"> |
19 | | - <a class="icon" href="/./"><img id="INImg" src="main.png"></a> |
20 | | - <div class="fixed-nav-bar-right"> |
21 | | - <a class="navbar-link" href="/./-"><i class="fa-solid fa-gamepad navbar-icon"></i>Games</a> |
22 | | - <a class="navbar-link" href="/./~"><span class="material-symbols-outlined weird-icon">apps</span>Apps</a> |
23 | | - <a class="navbar-link" href="/./0"><i class="fa-solid fa-table navbar-icon"></i>Tabs</a> |
24 | | - <a class="navbar-link" href="/./!"><i class="fa-solid fa-gear navbar-icon settings-icon"></i>Settings</a> |
25 | | - </div> |
26 | | - </div> |
27 | | -<div class="main"> |
28 | | - <div class="settings-container"> |
29 | | - <div class="settings-card"> |
30 | | - <h3>About:Blank</h3> |
31 | | - <p>Cloak the site in an about:blank page.</p> |
32 | | - <button onclick="AB()">Open Popup</button> |
33 | | - </div> |
34 | | - <div class="settings-card"> |
35 | | - <h3>Set Panic Key</h3> |
36 | | - <p>Quickly open a educational site, when the teacher comes. The panic link is also used to redirect you when about:blank windows are opened.</p> |
37 | | - <input type="text" id="eventKeyInput" placeholder="Panic Key" class="key-form"> |
38 | | - <input class="key-form" placeholder="Panic Link" type="text" id="linkInput" value> |
39 | | - <button class="key-button" value="Save" onclick="saveEventKey()">Save</button> |
40 | | - </input> |
41 | | - </div> |
42 | | - <div class="settings-card"> |
43 | | - <h3>Set Background Image</h3> |
44 | | - <p>Change the site's background image.</p> |
45 | | - <input type="text" id="background-input" placeholder="Enter image URL"> |
46 | | - <button class="key-button" id="save-button">Save</button> |
47 | | - <button class="key-button" id="reset-button">Reset</button> |
48 | | - </div> |
49 | | - <div class="settings-card"> |
50 | | - <h3>Tab Cloaker</h3> |
51 | | - <p>Makes the site look educational.</p> |
52 | | - <select id="dropdown" onchange="handleDropdownChange(this)"> |
53 | | - <option value="Classroom">Default</option> |
54 | | - <option value="Classroom">Google Classroom</option> |
55 | | - <option value="Google">Google</option> |
56 | | - <option value="Drive">Google Drive</option> |
57 | | - <option value="Clever">Clever</option> |
58 | | - <option value="Schoology">Schoology</option> |
59 | | - <option value="Gmail">Gmail</option> |
60 | | - <option value="Khan">Khan Academy</option> |
61 | | - <option value="Campus">Infinite Campus</option> |
62 | | - <option value="IXL">IXL</option> |
63 | | - <option value="Canvas">Canvas</option> |
64 | | -</select> |
65 | | - <input class="key-form" type="text" id="icon" placeholder="Change Tab Icon" name="icon"> |
66 | | - <input class="key-form" type="text" id="name" name="name" placeholder="Change Tab Name"> |
67 | | - <button class="key-button" value="Save" onclick="saveIcon(); saveName(); redirectToMainDomain()">Save</button> |
| 5 | + <meta name="referrer" content="no-referrer" /> |
| 6 | + <meta http-equiv="X-Frame-Options" content="SAMEORIGIN" /> |
| 7 | + <meta http-equiv="X-Content-Type-Options" content="nosniff" /> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 9 | + <link rel="shortcut icon" id="dynamic-favicon" href="favicon.png" /> |
| 10 | + <title id="dynamic-title">Home</title> |
| 11 | + <script src="/assets/scripts/global.js?v=1"></script> |
| 12 | + <link rel="stylesheet" href="/assets/styles/main.css" /> |
| 13 | + <link rel="stylesheet" href="/assets/styles/settings.css" /> |
| 14 | + <link rel="stylesheet" href="/assets/styles/theme/solid/default.css?v=1" /> |
| 15 | + <link |
| 16 | + rel="stylesheet" |
| 17 | + href=" https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" /> |
| 18 | + <script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script> |
| 19 | + </head> |
| 20 | + <body> |
| 21 | + <div class="fixed-nav-bar"> |
| 22 | + <a class="icon" href="/./"><img alt="nav" id="INImg" src="main.png" /></a> |
| 23 | + <div class="fixed-nav-bar-right"> |
| 24 | + <a class="navbar-link" href="/./-"><i class="fa-solid fa-gamepad navbar-icon"></i>Games</a> |
| 25 | + <a class="navbar-link" href="/./~"><span class="material-symbols-outlined weird-icon">apps</span>Apps</a> |
| 26 | + <a class="navbar-link" href="/./0"><i class="fa-solid fa-table navbar-icon"></i>Tabs</a> |
| 27 | + <a class="navbar-link" href="/./!"><i class="fa-solid fa-gear navbar-icon settings-icon"></i>Settings</a> |
68 | 28 | </div> |
| 29 | + </div> |
| 30 | + <div class="main"> |
| 31 | + <div class="settings-container"> |
69 | 32 | <div class="settings-card"> |
70 | | - <h3>Particles</h3> |
71 | | - <p>Add the particles from the previous version to the new site.</p> |
72 | | - <label class="switch"> |
73 | | - <input type="checkbox" class="slider-checkbox" id="2"> |
74 | | - <span class="slider-round"></span> |
75 | | - </label> |
76 | | - </div> |
77 | | - <div class="settings-card"> |
78 | | - <h3>Themes!</h3> |
79 | | - <p>Choose through a selection of themes!</p> |
80 | | - <select placeholder="Solid Color Themes" id="dropdown" class="td" onchange="themeChange(this)"> |
| 33 | + <h3>About:Blank</h3> |
| 34 | + <p>Cloak the site in an about:blank page.</p> |
| 35 | + <button onclick="AB()">Open Popup</button> |
| 36 | + </div> |
| 37 | + <div class="settings-card"> |
| 38 | + <h3>Set Panic Key</h3> |
| 39 | + <p> |
| 40 | + Quickly open a educational site, when the teacher comes. The panic link is also used to redirect you when |
| 41 | + about:blank windows are opened. |
| 42 | + </p> |
| 43 | + <input type="text" id="eventKeyInput" placeholder="Panic Key" class="key-form" /> |
| 44 | + <input class="key-form" placeholder="Panic Link" type="text" id="linkInput" value /> |
| 45 | + <button class="key-button" value="Save" onclick="saveEventKey()">Save</button> |
| 46 | + </div> |
| 47 | + <div class="settings-card"> |
| 48 | + <h3>Set Background Image</h3> |
| 49 | + <p>Change the site's background image.</p> |
| 50 | + <input type="text" id="background-input" placeholder="Enter image URL" /> |
| 51 | + <button class="key-button" id="save-button">Save</button> |
| 52 | + <button class="key-button" id="reset-button">Reset</button> |
| 53 | + </div> |
| 54 | + <div class="settings-card"> |
| 55 | + <h3>Tab Cloaker</h3> |
| 56 | + <p>Makes the site look educational.</p> |
| 57 | + <select id="dropdown" onchange="handleDropdownChange(this)"> |
| 58 | + <option value="Classroom">Default</option> |
| 59 | + <option value="Classroom">Google Classroom</option> |
| 60 | + <option value="Google">Google</option> |
| 61 | + <option value="Drive">Google Drive</option> |
| 62 | + <option value="Clever">Clever</option> |
| 63 | + <option value="Schoology">Schoology</option> |
| 64 | + <option value="Gmail">Gmail</option> |
| 65 | + <option value="Khan">Khan Academy</option> |
| 66 | + <option value="Campus">Infinite Campus</option> |
| 67 | + <option value="IXL">IXL</option> |
| 68 | + <option value="Canvas">Canvas</option> |
| 69 | + </select> |
| 70 | + <input class="key-form" type="text" id="icon" placeholder="Change Tab Icon" name="icon" /> |
| 71 | + <input class="key-form" type="text" id="name" name="name" placeholder="Change Tab Name" /> |
| 72 | + <button class="key-button" value="Save" onclick="saveIcon(); saveName(); redirectToMainDomain()">Save</button> |
| 73 | + </div> |
| 74 | + <div class="settings-card"> |
| 75 | + <h3>Particles</h3> |
| 76 | + <p>Add the particles from the previous version to the new site.</p> |
| 77 | + <label class="switch"> |
| 78 | + <input type="checkbox" class="slider-checkbox" id="2" /> |
| 79 | + <span class="slider-round"></span> |
| 80 | + </label> |
| 81 | + </div> |
| 82 | + <div class="settings-card"> |
| 83 | + <h3>Themes!</h3> |
| 84 | + <p>Choose through a selection of themes!</p> |
| 85 | + <select placeholder="Solid Color Themes" id="dropdown" class="td" onchange="themeChange(this)"> |
81 | 86 | <option disabled selected>Solid Color Themes</option> |
82 | 87 | <option value="d">Default</option> |
83 | 88 | <option value="midnight">Dark Mode</option> |
@@ -106,17 +111,20 @@ <h3>Themes!</h3> |
106 | 111 | <option value="sunset">Sunset</option> |
107 | 112 | <option value="indigo">Indigo</option> |
108 | 113 | <option value="fire-ice">Fire and Ice</option> |
109 | | - </select> |
| 114 | + </select> |
| 115 | + </div> |
110 | 116 | </div> |
111 | | - </div> |
112 | | -</div> |
113 | | -<script src="/assets/scripts/settings.js"></script> |
114 | | -<script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script> |
115 | | -<script> |
116 | | - window.dataLayer = window.dataLayer || []; |
117 | | - function gtag(){dataLayer.push(arguments);} |
118 | | - gtag('js', new Date()); |
119 | | - |
120 | | - gtag('config', 'G-WKJQ5QHQTJ'); |
121 | | -</script> |
122 | | -</body> |
| 117 | + </div> |
| 118 | + <script src="/assets/scripts/settings.js"></script> |
| 119 | + <script async src="https://www.googletagmanager.com/gtag/js?id=G-WKJQ5QHQTJ"></script> |
| 120 | + <script> |
| 121 | + window.dataLayer = window.dataLayer || [] |
| 122 | + function gtag() { |
| 123 | + dataLayer.push(arguments) |
| 124 | + } |
| 125 | + gtag('js', new Date()) |
| 126 | + |
| 127 | + gtag('config', 'G-WKJQ5QHQTJ') |
| 128 | + </script> |
| 129 | + </body> |
| 130 | +</html> |
0 commit comments