-
-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathfb_autoRemoveSpamPostGroup.html
43 lines (34 loc) · 1.21 KB
/
fb_autoRemoveSpamPostGroup.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Auto duyệt bài spam group fb</title>
<link rel="stylesheet" href="./fb_autoRemoveSpamPostGroup.css">
</head>
<body>
<h1>Auto duyệt bài spam group fb</h1>
<h3>Chọn hành động</h3>
<label class="container">Đăng bài
<input type="radio" checked="checked" name="action">
<span class="checkmark"></span>
</label>
<label class="container">Xoá bài
<input type="radio" name="action">
<span class="checkmark"></span>
</label>
<div class="input-container">
<h3>Thời gian chờ (giây):</h3>
<span><i>(ngẫu nhiên trong khoảng)</i></span><br />
<div class="input-row">
<input type="number" min="0" value="5" id="inputWaitMin" /> ➡️ <input type="number" min="0" value="20"
id="inputWaitMax" />
</div>
</div>
<h3>Duyệt tối đa bao nhiêu bài?</h3>
<span><i>(nhập 0 để duyệt hết)</i></span><br />
<input type="number" id="max-posts" value="10">
<button class="button" id="start-btn">Bắt đầu</button>
<script src="./fb_autoRemoveSpamPostGroup_main.js"></script>
</body>
</html>