-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (42 loc) · 1.92 KB
/
index.html
File metadata and controls
45 lines (42 loc) · 1.92 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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cover Proxy</title>
<style>
body { font-family: monospace; max-width: 700px; margin: 60px auto; padding: 0 20px; background: #0f0f0f; color: #ccc; }
h1 { color: #fff; }
code { background: #1e1e1e; padding: 2px 6px; border-radius: 4px; color: #7ec8e3; }
pre { background: #1e1e1e; padding: 16px; border-radius: 8px; overflow-x: auto; color: #7ec8e3; }
.ok { color: #7ec45c; }
.err { color: #e35c5c; }
table { width: 100%; border-collapse: collapse; margin: 16px 0; }
th, td { text-align: left; padding: 8px 12px; border-bottom: 1px solid #333; }
th { color: #fff; }
.note { color: red; text-align: center; font-size: 30px; }
</style>
</head>
<body>
<h1>🖼️ Cover Proxy</h1>
<p>Proxy gambar khusus untuk resize <strong>cover</strong> manga/komik. Bukan untuk halaman komik.</p>
<h2>Cara Pakai</h2>
<pre>https://extcover.netlify.app/cover?w=110&h=150&url=</pre>
<p class="note"><b>w</b> dan <b>h</b> bebas</p>
<h2>Parameter</h2>
<table>
<tr><th>Parameter</th><th>Keterangan</th><th>Default</th></tr>
<tr><td><code>url</code></td><td>URL gambar cover (wajib)</td><td>-</td></tr>
<tr><td><code>w</code></td><td>Lebar (max 600px)</td><td>original</td></tr>
<tr><td><code>h</code></td><td>Tinggi (max 900px)</td><td>original</td></tr>
<tr><td><code>q</code></td><td>Quality 10–100</td><td>85</td></tr>
</table>
<h2>Pembatasan</h2>
<ul>
<li class="err">❌ URL halaman komik (chapter/read/page) — <strong>diblokir</strong></li>
<li class="err">❌ Domain tidak dikenal — <strong>diblokir</strong></li>
<li class="err">❌ Referer dari luar whitelist — <strong>diblokir</strong></li>
<li class="ok">✅ Cover dari domain manga yang sudah didaftarkan — <strong>diizinkan</strong></li>
</ul>
</body>
</html>