-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
163 lines (156 loc) · 6.07 KB
/
index.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
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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!DOCTYPE html>
<html lang="en">
<head>
<meta charSet="UTF-8" />
<meta name="msapplication-TileColor" content="#da532c">
<meta
name="description"
content="Tired of all the noise on Twitter? So are we. With our browser extension, you can easily add dozens of words to your mute list and finally have a readable news feed without the fuss."
/>
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
<meta property="og:url" content="https://www.chirpsilencer.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Welcome to Chirp Silencer! 👋" key="title" />
<meta
property="og:description"
content="Tired of all the noise on Twitter? So are we. With our browser extension, you can easily add dozens of words to your mute list and finally have a readable news feed without the fuss."
/>
<meta property="og:image" content="https://www.chirpsilencer.com/images/og.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="chirpsilencer.com" />
<meta property="twitter:url" content="https://www.chirpsilencer.com" />
<meta name="twitter:title" content="Welcome to Chirp Silencer! 👋" />
<meta
name="twitter:description"
content="Tired of all the noise on Twitter? So are we. With our browser extension, you can easily add dozens of words to your mute list and finally have a readable news feed without the fuss."
/>
<meta
name="twitter:image"
content="https://www.chirpsilencer.com/images/twitter.png"
/>
<link rel="stylesheet" href="styles.css" />
<title>Chirp Silencer</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body>
<header>
<h1>Chirp Silencer</h1>
</header>
<main>
<section class="head-section">
<div class="head-section-text">
<h2>Crushing Twitter Noise</h2>
<p>
Tired of all the noise on Twitter / X?
<strong>So are we.</strong> With our browser extension, you can
easily add dozens of words to your mute list and finally have a
readable news feed without the fuss.
</p>
</div>
<div>
<img src="images/chirp-logo.svg" alt="Chirp Silencer logo" />
</div>
</section>
<section class="second-section">
<script src="https://gist.github.com/Etheonor/95db28aa0c6c2253bbc12f45202bb819.js"></script>
<div class="second-section-text">
<h2>Store your lists anywhere</h2>
<p>
We do not collect or store any personal information. Even your lists
are yours. Want to store them on <strong>Github Gist</strong> No
problem! Prefer <strong>Pastebin</strong>? That's fine too.
</p>
<p>
As long as your lists follow the required syntax and are available,
we'll do the rest.
</p>
</div>
</section>
<hr />
<section class="how-to">
<h2>How to use Chirp Silencer?</h2>
<ol>
<li class="download-li">
Download the browser extension for
<a
href="https://chrome.google.com/webstore/detail/chirp-silencer/hfmapnknalalilhipleaejemjckikadp?hl=fr"
>Chrome</a
>
or <a href="https://addons.mozilla.org/fr/firefox/addon/chirp-silencer/">Firefox</a>
<div class="extension-logos"><a
href="https://chrome.google.com/webstore/detail/chirp-silencer/hfmapnknalalilhipleaejemjckikadp?hl=fr" class="download-button"
><img
src="/images/chrome-extension.png"
alt="chrome extension download button"
width="250"
/></a
></a>
<a
href="https://addons.mozilla.org/fr/firefox/addon/chirp-silencer/" class="download-button"
><img
src="/images/firefox-extension.svg"
alt="firefox extension download button"
width="150"
/></a
></a></div>
</li>
<li>
Click on the browser extension icon, it will lead you to the correct
Twitter URL
</li>
<li>
You’ll have a new input and button on this page! Paste the link to
your list and click on “Shush!”
</li>
<li>
You’re done! You can now go back to Twitter and enjoy a noise-free
timeline
</li>
</ol>
</section>
<section class="how-to-list">
<h2>How can I create a list?</h2>
<div>
<p>
You can create a list on any platform that allows you to share text
files. We recommend using
<a href="https://gist.github.com/">Github Gist</a> or
<a href="https://pastebin.com/">Pastebin</a>.
</p>
<p>
Once you have created your list, you can share it with anyone. Just
make sure it is public and that it follows the required syntax.
</p>
<h3>What is the required syntax?</h3>
<p>We support both a simple text file with one line for each word and a JSON file. Your gist/pastebin can look like anything you like! </p>
<div class="pre-code"><pre>
<code>
[
"word1",
"word2",
"word3"
]
</code>
</pre>
<p>or</p>
<pre>
<code>
word1
word2
word3
</code></div>
</div>
</section>
</main>
<footer>
<p>
Made with ❤️ by
<a href="https://twitter.com/michael_webdev">Michael</a>
</p>
</footer>
</body>
</html>