forked from magicoflolis/Userscript-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathform.html
More file actions
68 lines (68 loc) · 1.76 KB
/
Copy pathform.html
File metadata and controls
68 lines (68 loc) · 1.76 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<mujs-section>
<label>
<mu-js>Greasy Fork for adults</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="sleazyredirect" name="sleazyredirect">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>Filter out other languages</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="filterlang" name="filterlang">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>Greasy Fork</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="greasyfork" name="greasyfork">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>Sleazy Fork</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="sleazyfork" name="sleazyfork">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>Open UserJS</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="openuserjs" name="openuserjs">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>GitHub</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="github" name="github">
<label></label>
</mu-js>
</label>
</mujs-section>
<mujs-section>
<label>
<mu-js>Gist (GitHub)</mu-js>
<mu-js class="mujs-inlab">
<input type="checkbox" id="gist" name="gist">
<label></label>
</mu-js>
</label>
</mujs-section>
<textarea class="tarea" name="blacklist" data-name="blacklist" rows="30" autocomplete="false" spellcheck="false" wrap="soft"></textarea>
<mu-js class="mujs-sty-flex">
<mujs-btn class="reset" data-command="reset">Reset</mujs-btn>
<mujs-btn class="save" data-command="save">Save</mujs-btn>
</mu-js>