-
Notifications
You must be signed in to change notification settings - Fork 300
Expand file tree
/
Copy pathsettings.html
More file actions
133 lines (120 loc) · 5.19 KB
/
settings.html
File metadata and controls
133 lines (120 loc) · 5.19 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTCM48SNWJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HTCM48SNWJ');
</script>
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Major+Mono+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@300..700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/settings.css" />
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<link href="https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css" rel="stylesheet" />
<link rel="stylesheet" href="/assets/css/stylesettings.css" />
<link rel="shortcut icon" href="app.png" type="image/x-icon" />
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home | Hypackel</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous" />
<link rel="stylesheet" href="/assets/css/settings2.css" />
<style>
body {
--background: #1c1c1c;
--secondary: linear-gradient(to top right, rgb(115, 11, 14), rgb(10, 23, 87));
--primary: #fff;
--scroll: rgba(254, 25, 30,0.9);
--text: white;
--textInverse: white;
--font: var(--bs-body-font-family);
}
</style>
</head>
<body data-theme="default" style="overflow-x: hidden;margin-left: 1vw;">
<!-- ____________________ -->
<div id="fixed-nav-bar" class="fixed-nav-bar">
<div class="fixed-nav-bar-container">
<a class="icon" style="word-wrap:initial" href="/">
<img alt="nav" id="HYimg" src="/app.png">
</a>
</div>
<div style="color: #fff;" class="fixed-nav-bar-right">
<a class="navbar-link" href="/library.html">
<i class="fa-solid fa-gamepad navbar-icon"></i>Games</a>
<a class="navbar-link" href="/settings.html">
<i class="fa-duotone fa-gear navbar-icon"></i>Settings</a>
</div>
</div>
<header class="header">
<nav data-bs-theme="dark" style="display: block;" class="navbar navbar-expand-lg bg-body-tertiary">
<div data-bs-theme="dark" class="container-fluid">
<a class="navbar-brand" href="#">Hypackel</a>
<button data-bs-theme="dark" class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/library.html">Games</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<!-- ____________________ -->
<br /><br /><br /><br /><br /><br />
<div style="margin-left: vw;">
<div style="width: 80vw" class="cards">
<h3>about:blank Preview</h3>
<p>Open the website in about:blank. Will not show in search history</p>
<label class="switch">
<input type="checkbox" id="open_blank" />
<span class="slider"></span>
</label>
</div>
<div style="width: 100vw" class="cards">
<h3>Tab cloak</h3>
<br />
<p>
You will need to reopen the site after changing the tab cloak if in
about:blank
</p>
<div id="tab">
<b style="color: #fff">Tab cloak:</b>
<br />
<br />
<div id="tabCloakButtons">
<!-- Buttons will be dynamically added here -->
</div>
</div>
</div>
<div style="width: 100vw" class="cards">
<h3>Export Data</h3>
<p>Export your data to a file</p>
<a href="/export.html" class="btn btn-primary">Go to Export</a>
<br><br><br><br><br><br>
</div>
</div>
</div>
<script src="assets/js/settings.js"></script>
<script src="assets/js/script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/1237c86ba0.js" crossorigin="anonymous"></script>
</body>
</html>