datadome, cloudflare, google and akamai on suicide watch
This commit is contained in:
27
ext/popup.html
Normal file
27
ext/popup.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="popup-style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<img src="icon.png">
|
||||
4play
|
||||
</div>
|
||||
<div id="status"></div>
|
||||
<form class="content">
|
||||
|
||||
<div class="option-wrapper">
|
||||
<label for="ws_url">C&C server</label>
|
||||
<input type="text" name="ws_url" placeholder="Eg: ws://localhost:3030/cnc">
|
||||
</div>
|
||||
|
||||
<div class="option-wrapper">
|
||||
<label for="ws_url">Connect timeout (milliseconds)</label>
|
||||
<input type="text" name="ws_timeout" placeholder="Eg: 5000">
|
||||
</div>
|
||||
</form>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user