-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (65 loc) · 3.07 KB
/
Copy pathindex.html
File metadata and controls
77 lines (65 loc) · 3.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Add-ons by Nskha</title>
<meta name="description" content="Browser extensions that do one job, keep what they need on your device, and send nothing anywhere.">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><rect width='32' height='32' rx='7' fill='%233d2bd1'/><rect x='8' y='9' width='16' height='4' rx='2' fill='white'/><rect x='8' y='19' width='16' height='4' rx='2' fill='white' opacity='.45'/></svg>">
<link rel="preload" href="/fonts/Geist-Variable.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="masthead">
<div class="shell masthead-inner">
<a class="wordmark" href="/">add-ons.nskha.com</a>
<p class="masthead-note">browser extensions by Nskha</p>
</div>
</header>
<main>
<div class="shell">
<div class="hero">
<h1 class="hero-title">Extensions that tell you what they touch.</h1>
<p class="hero-lede">Every extension here does one job. Each listing states what it reaches,
what it keeps, and where it sends things — in the same terms your browser enforces, so you
can check the claim against the permission prompt before you install.</p>
</div>
</div>
<div class="shell">
<div class="catalog">
<article class="card">
<div class="card-head">
<img class="card-icon" src="/icons/discord-quiet.png" alt="" width="52" height="52">
<div>
<h2 class="card-name"><a href="/discord-quiet/">Discord Quiet</a></h2>
<p class="card-sub">Mute and unmute every Discord server at once</p>
</div>
</div>
<dl class="spec">
<dt>does</dt>
<dd>Mutes every server in your account in one run, and restores the exact notification
settings you had before — muted stays muted, mention-only stays mention-only.</dd>
<dt>touches</dt>
<dd><code>discord.com</code>, and nothing else.</dd>
<dt>stores</dt>
<dd>Up to 10 snapshots of your own notification settings, on your device.</dd>
<dt>sends</dt>
<dd>Nothing. No accounts, no analytics, no telemetry, no server run by us.</dd>
</dl>
<div class="card-foot">
<a class="store" href="https://chromewebstore.google.com/detail/discord-quiet-muteunmute/egcliohpbgkbdgccpehemnccpcpijahd">Chrome</a>
<a class="store store-alt" href="https://addons.mozilla.org/en-US/firefox/addon/discord-quiet-mute-all-servers/">Firefox</a>
<span class="card-links"><a href="/discord-quiet/">Details</a> · <a href="/discord-quiet/privacy.html">Privacy</a></span>
</div>
</article>
</div>
</div>
</main>
<footer class="foot">
<div class="shell">
<p>Questions and bug reports: <a href="mailto:addons@nskha.com">addons@nskha.com</a></p>
<p class="foot-meta">Not sponsored by Discord or any browser vendor.</p>
</div>
</footer>
</body>
</html>