datadome, cloudflare, google and akamai on suicide watch

This commit is contained in:
2026-06-01 03:31:51 -04:00
commit bedf56ba8c
12 changed files with 1671 additions and 0 deletions

27
ext/popup.html Normal file
View 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&amp;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>