-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoptions.html
executable file
·82 lines (72 loc) · 2.19 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link type="text/css" href="css/options.css" rel="stylesheet">
<title id="main-title">0</title>
</head>
<body id="body">
<div class="header">
<div class="logo"><img src="icons/icon_48.png"></div>
<div class="content"><span id="title">0</span></div>
</div>
<div class="tabcontainer">
<a class="tablinks setting-btn">Settings</a>
<a class="tablinks about-btn">About</a>
</div>
<div class="optcontainer">
<div class="tab-cnt">
<hr>
<label id="_filtersLabel" class="container">Block cryptominer scripts and urls
<input type="checkbox" id="_filters" class="opt">
<span class="checkmark"></span>
</label>
<hr>
<label id="_ShowBadgeWarningLabel" class="container">Show warning badge layered over the icon
<input type="checkbox" id="_ShowBadgeWarning" class="opt">
<span class="checkmark"></span>
</label>
<hr>
<label id="_ShowNotificationLabel" class="container">Show notification and history of cryptominers
<input type="checkbox" id="_ShowNotification" class="opt">
<span class="checkmark"></span>
</label>
<hr>
<label id="_BlockCpuHungryProcessLabel" class="container">Block cpu-hungry processes
<input type="checkbox" id="_BlockCpuHungryProcess" class="opt">
<span class="checkmark"></span>
<br>
<span class="custom-dropdown">
CPU usage Rate Limit %
<select id="_HighCpuLimit">
<option>90</option>
<option>100</option>
<option>110</option>
<option>120</option>
<option>130</option>
<option>140</option>
<option>150</option>
<option>160</option>
</select>
</span>
</label>
<hr>
</div>
<div class="tab-cnt">
<hr>
<p>
<h3 id="version">0</h3>
Please email your feedback to berataktepe@gmail.com
</p>
<hr>
<h4>Credit</h4>
<ul>
<li><a href="http://fontawesome.io" target="_blank">Font Awesome</a> by <a href="https://github.com/davegandy" target="_blank">Dave Gandy</a></li>
</ul>
<hr>
</div>
</div>
<script type="text/javascript" src="js/options.js"></script>
</body>
</html>