File tree Expand file tree Collapse file tree 5 files changed +418
-383
lines changed
_metadata/generated_indexed_rulesets Expand file tree Collapse file tree 5 files changed +418
-383
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+
4+ < head >
5+ < meta charset ="UTF-8 ">
6+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7+ < title > Quản lý nhóm Facebook</ title >
8+
9+ < link rel ="stylesheet " href ="style.css ">
10+ </ head >
11+
12+ < body >
13+ < h1 > Auto duyệt bài spam group fb</ h1 >
14+
15+ < h3 > Chọn hành động</ h3 >
16+ < label class ="container "> Đăng comment
17+ < input type ="radio " checked ="checked " name ="action ">
18+ < span class ="checkmark "> </ span >
19+ </ label >
20+ < label class ="container "> Xoá comment
21+ < input type ="radio " name ="action ">
22+ < span class ="checkmark "> </ span >
23+ </ label >
24+
25+ < div class ="input-container ">
26+ < h3 > Thời gian chờ (giây):</ h3 >
27+ < span > < i > (ngẫu nhiên trong khoảng)</ i > </ span > < br />
28+ < div class ="input-row ">
29+ < input type ="number " min ="0 " value ="5 " id ="inputWaitMin " /> ➡️ < input type ="number " min ="0 " value ="20 "
30+ id ="inputWaitMax " />
31+ </ div >
32+ </ div >
33+
34+ < h3 > Duyệt tối đa bao nhiêu bài?</ h3 >
35+ < span > < i > (nhập 0 để duyệt hết)</ i > </ span > < br />
36+ < input type ="number " id ="max-posts " value ="10 ">
37+
38+ < button class ="button " id ="start-btn "> Bắt đầu</ button >
39+
40+ < script src ="main.js "> </ script >
41+ </ body >
42+
43+ </ html >
You can’t perform that action at this time.
0 commit comments