-
Notifications
You must be signed in to change notification settings - Fork 13
/
onboarding.html
35 lines (32 loc) · 1.49 KB
/
onboarding.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="onboardingstyle.css">
</head>
<body>
<main class="main">
<div class="box">
<div class="flex">
<img src="icon.png" alt="ChatGPT Cookies logo" style="height: 72px; width: 72px;">
</div>
<h1>Welcome to <span class="gradient-text">ChatGPT Cookies</span></h1>
<p>A few things to note before using the extension:</p>
<ol>
<li>ChatGPT Cookies only works on the <kbd>openai.com</kbd> domain (including sub-domains e.g.
<kbd>chat.openai.com</kbd>).</li>
<li>ChatGPT Cookies does not track, store, or transmit any user data whatsoever. 🔒️ 100% private by default.</li>
<li>ChatGPT Cookies requires certain permissions to work properly, including access to the active tab, cookies,
and clipboard (write-only).</li>
<li>ChatGPT Cookies will show a default popup when the user clicks the extension's icon.</li>
<li>ChatGPT Cookies is open-source, which means anyone can freely view or contribute to the <a
href="https://github.com/itsbrex/GPT-Cookies" target="_blank">source code</a>. For bugs or feature
requests, please <a href="https://github.com/itsbrex/GPT-Cookies/issues" target="_blank">submit an issue on
GitHub</a> or <a href="https://www.twitter.com/itsbrex" target="_blank">send me a message on Twitter</a>.
🙂 </li>
</ol>
</div>
</main>
</body>
</html>