-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
422 lines (381 loc) · 14.9 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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html data-theme="light" lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="152x152" 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" />
<title>Kominfu - Internet Apocalypse in Indonesia</title>
<meta
name="description"
content='The Indonesian government plans to ban "online service providers" including Google, Meta, Twitter, and many others. This is the countdown.'
/>
<meta property="og:title" content="Internet Apocalypse in Indonesia" />
<meta property="og:site_name" content="Kominfu" />
<meta property="og:url" content="https://kominfu.com/" />
<meta
property="og:description"
content='The Indonesian government plans to ban "online service providers" including Google, Meta, Twitter, and many others. This is the countdown.'
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="https://kominfu.com/opengraph.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@fransallen" />
<meta name="twitter:creator" content="@fransallen" />
<link
rel="stylesheet"
href="https://cdn.statically.io/gh/picocss/pico/master/css/pico.min.css"
/>
<style>
header :is(h1, p) {
margin-left: auto;
margin-right: auto;
text-align: center;
}
header :is(h1) {
margin-bottom: var(--spacing);
}
header :is(p) {
max-width: 36rem;
}
header {
padding-bottom: 0 !important;
}
main,
section {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
footer {
padding-top: 0 !important;
}
.text-center {
text-align: center;
}
#dynamic {
color: var(--contrast);
font-size: 2.5rem;
font-weight: 700;
}
#dynamic p {
margin: auto;
margin-top: 1rem;
max-width: 38rem;
}
.share-btn {
display: inline-block;
color: #ffffff;
border: none;
padding: 0.1em 0.6em;
outline: none;
text-align: center;
font-size: 0.9em;
margin: 0.2em;
}
.share-btn:focus,
.share-btn:hover {
text-decoration: none;
opacity: 0.8;
}
.share-btn:active {
color: #e2e2e2;
}
.share-btn.twitter {
background: #55acee;
}
.share-btn.facebook {
background: #3b5998;
}
.share-btn.reddit {
background: #ff5700;
}
.share-btn.hackernews {
background: #ff6600;
}
.share-btn.linkedin {
background: #4875b4;
}
.share-btn.email {
background: #444444;
}
@media (min-width: 1200px) {
h1 {
--font-size: 3rem;
}
#dynamic {
font-size: 5rem;
}
.share-btn {
margin: 0 0.2em;
}
}
</style>
<script
async
src="https://api-scout.vercel.app/app"
data-website-id="317b15f6-d192-4fc6-b640-55717e4f252f"
></script>
</head>
<body>
<header>
<div class="container">
<h1>Internet Apocalypse Countdown</h1>
<p>
The Indonesian government plans to ban "online service providers"
including PayPal, Steam, Epic Games, and many others. This is the
countdown.
</p>
<p>
Share this:
<a
href="https://twitter.com/share?url=https%3A%2F%2Fkominfu.com&text=Indonesia%27s%20Internet%20Apocalypse%20starts%20on%20July%2021st"
class="share-btn twitter"
>
Twitter
</a>
<a
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fkominfu.com"
class="share-btn facebook"
>
Facebook
</a>
<a
href="https://reddit.com/submit?url=https%3A%2F%2Fkominfu.com&title=Indonesia%27s%20Internet%20Apocalypse%20starts%20on%20July%2021st"
class="share-btn reddit"
>
Reddit
</a>
<a
href="https://news.ycombinator.com/submitlink?u=https%3A%2F%2Fkominfu.com&t=Indonesia%27s%20Internet%20Apocalypse%20starts%20on%20July%2021st"
class="share-btn hackernews"
>
Hacker News
</a>
<a
href="https://www.linkedin.com/shareArticle?url=https%3A%2F%2Fkominfu.com&title=Indonesia%27s%20Internet%20Apocalypse%20starts%20on%20July%2021st&summary=The%20Indonesian%20government%20plans%20to%20ban%20%22online%20service%20providers%22%20including%20Google%2C%20Meta%2C%20Twitter%2C%20and%20many%20others&source=https%3A%2F%2Fkominfu.com"
class="share-btn linkedin"
>
LinkedIn
</a>
<a
href="mailto:?subject=Indonesia%27s%20Internet%20Apocalypse%20starts%20on%20July%2021st&body=The%20Indonesian%20government%20plans%20to%20ban%20%22online%20service%20providers%22%20including%20Google%2C%20Meta%2C%20Twitter%2C%20and%20many%20others%20https%3A%2F%2Fkominfu.com"
class="share-btn email"
>
Email
</a>
</p>
</div>
</header>
<main>
<div class="container text-center">
<article id="dynamic">...</article>
</div>
</main>
<section>
<div class="container text-center" style="max-width: 550px">
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
⚠️ Confirmed: The Steam gaming platform has been restricted on
multiple internet providers in
<a
href="https://twitter.com/hashtag/Indonesia?src=hash&ref_src=twsrc%5Etfw"
>#Indonesia</a
>
amid a wider crackdown on unlicensed platforms by regulator Kominfo;
access remains possible through the use of VPN services and small
ISPs<br /><br />📰 Report:
<a href="https://t.co/tpHlEXxTjF">https://t.co/tpHlEXxTjF</a>
<a href="https://t.co/gAdQara0Q7">pic.twitter.com/gAdQara0Q7</a>
</p>
— NetBlocks (@netblocks)
<a
href="https://twitter.com/netblocks/status/1553316870677217280?ref_src=twsrc%5Etfw"
>July 30, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Steam, PayPal, Battlenet, Epic Games and other websites have been
banned in Indonesia 😐
<a href="https://t.co/cJua1JQKDC">pic.twitter.com/cJua1JQKDC</a>
</p>
— Team Secret (@teamsecret)
<a
href="https://twitter.com/teamsecret/status/1553110447636844544?ref_src=twsrc%5Etfw"
>July 29, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="in" dir="ltr">
LBH Jakarta mengajak kepada seluruh konten kreator, digital
developer dan berbagai pihak yang dirugikan akibat Permenkominfo No
5/2020 untuk mengadukan kerugian-kerugian yang dialami termasuk
represi kebebasan di ranah digital akbat kebijakan ini.
<a
href="https://twitter.com/hashtag/BlokirKominfo?src=hash&ref_src=twsrc%5Etfw"
>#BlokirKominfo</a
>
<a href="https://t.co/wghsaVqwJ4">pic.twitter.com/wghsaVqwJ4</a>
</p>
— LBH JAKARTA (@LBH_Jakarta)
<a
href="https://twitter.com/LBH_Jakarta/status/1553296857232982016?ref_src=twsrc%5Etfw"
>July 30, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
Congratulations
<a href="https://twitter.com/kemkominfo?ref_src=twsrc%5Etfw"
>@kemkominfo</a
>
for slowly killing the local e-Sports community and gaming content
creators for blocking LEGITIMATE game sellers like Steam, Epic Games
Stores and many more…<br /><br />Recorded via Telkomsel
<a href="https://t.co/w4HWzpa69V">pic.twitter.com/w4HWzpa69V</a>
</p>
— It's me, Will! (@hamsterszdasian)
<a
href="https://twitter.com/hamsterszdasian/status/1553106371863728128?ref_src=twsrc%5Etfw"
>July 29, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
ICYMI, the Indonesian government is planning to ban *the entire
internet* in 6 days.<br /><br />Yes, that's right.<br /><br />Through
Kemkominfo, the govt is forcing "online service providers"
to register their apps in their database, or ISPs are required to
block them.
<a href="https://t.co/y3gXJqHmN9">https://t.co/y3gXJqHmN9</a>
</p>
— Resi "Ludo-Entertainment Professional" Respati
(@resir014)
<a
href="https://twitter.com/resir014/status/1547937891380146177?ref_src=twsrc%5Etfw"
>July 15, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="in" dir="ltr">
Perjalanan situs PSE
<a href="https://twitter.com/kemkominfo?ref_src=twsrc%5Etfw"
>@kemkominfo</a
>
yang menjadi bagian dari proyek 963 M:<br /><br />23 Juli: Insiden
web error tapi malah nyalahin user<br />23 Juli: Hacked<br />24
Juli: Taken down<br /><br />Mess with the best, die like the rest
<a
href="https://twitter.com/hashtag/BlokirKominfo?src=hash&ref_src=twsrc%5Etfw"
>#BlokirKominfo</a
>
<a href="https://t.co/HC8idXf93n">pic.twitter.com/HC8idXf93n</a>
</p>
— Teguh Aprianto (@secgron)
<a
href="https://twitter.com/secgron/status/1551022662620966912?ref_src=twsrc%5Etfw"
>July 24, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="in" dir="ltr">
mewajibkan mendaftar, pakai mengancam blokir, tapi laman
pendaftarannya blank.<br /><br />kominfo ini makin hari makin jadi
bahan tertawaan orang IT se dunia. memalukan.
<a href="https://t.co/TIBsrGQ5nK">pic.twitter.com/TIBsrGQ5nK</a>
</p>
— lantip (@lantip)
<a
href="https://twitter.com/lantip/status/1548331367007911936?ref_src=twsrc%5Etfw"
>July 16, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="en" dir="ltr">
[BREAKING NEWS]<br /><br />The Indonesian government will ban
Google, WhatsApp, Instagram and many others in 6 days!<br /><br />I
thought this 👇 would be the last one, but it's not 🤦♂️
<a href="https://t.co/tbMdG3mMwd">https://t.co/tbMdG3mMwd</a>
</p>
— Frans Allen (@fransallen)
<a
href="https://twitter.com/fransallen/status/1547972989102145536?ref_src=twsrc%5Etfw"
>July 15, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="in" dir="ltr">
Coba pikir kenapa sampai sekarang Twitter, Google dan Meta (FB, IG,
WA) masih belum mendaftarkan platform mereka ke PSE
<a href="https://twitter.com/kemkominfo?ref_src=twsrc%5Etfw"
>@kemkominfo</a
>?<br /><br />Jika platform ini ikut mendaftar, maka mereka akan
melanggar kebijakan privasi mereka sendiri & privasi kita
sebagai pengguna juga akan terancam.
</p>
— Teguh Aprianto (@secgron)
<a
href="https://twitter.com/secgron/status/1548549857560129536?ref_src=twsrc%5Etfw"
>July 17, 2022</a
>
</blockquote>
<blockquote class="twitter-tweet">
<p lang="in" dir="ltr">
dilihat dari list PSE yg sudah terbit sepertinya WhatsApp dan Google
sudah didaftarkan oleh perusahaan tak dikenal dari rasuna said dan
sumedang, ntah gimana cara kominfo verify perusahaan dan webnya
sesuai tapi apakah sudah fix gak diblokir?
<a href="https://t.co/adNu8ZLAyR">https://t.co/adNu8ZLAyR</a>
<a href="https://t.co/irrn4Yy8CK">pic.twitter.com/irrn4Yy8CK</a>
</p>
— lang (@mgilangjanuar)
<a
href="https://twitter.com/mgilangjanuar/status/1548518610594721795?ref_src=twsrc%5Etfw"
>July 17, 2022</a
>
</blockquote>
</div>
</section>
<footer>
<div class="container text-center">
Remember folks, arbitrary censorship is a clear violation of human
rights!
</div>
</footer>
<script>
// Set the date we're counting down to
var countDownDate = new Date("Jul 21, 2022 00:00:00 GMT+0700").getTime();
// Update the count down every 1 second
var x = setInterval(function () {
// Get today's date and time
var now = new Date().getTime();
// Find the distance between now and the count down date
var distance = countDownDate - now;
// Time calculations for days, hours, minutes and seconds
var days = Math.floor(distance / (1000 * 60 * 60 * 24));
var hours = Math.floor(
(distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)
);
var minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
var seconds = Math.floor((distance % (1000 * 60)) / 1000);
// Output the result in an element with id="dynamic"
document.getElementById("dynamic").innerHTML =
days + "d " + hours + "h " + minutes + "m " + seconds + "s ";
// If the count down is over, write some text
if (distance < 0) {
clearInterval(x);
document.getElementById("dynamic").innerHTML = `Time is up!<br/>
<img src="https://i.giphy.com/media/XUFPGrX5Zis6Y/giphy.webp" alt="explosion gif"/><p>Unfortunately, Kominfo will now start implementing the new licensing rules and may block digital platforms that are not yet registered in their system.</p>
<p>These new rules pose a huge privacy risk and have the potential for human rights violations. Share this web page with others to raise awareness.</p>`;
}
}, 1000);
</script>
<script
async
src="https://platform.twitter.com/widgets.js"
charset="utf-8"
></script>
</body>
</html>