-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathprocessor.html
More file actions
19 lines (19 loc) · 839 Bytes
/
processor.html
File metadata and controls
19 lines (19 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<script src="libs/tfjs_3.11.0.js"></script>
<script src="libs/tf-backend-wasm.min.js"></script>
<script src="libs/mux_5.1.2.js"></script>
<script src="roc.js"></script>
<script src="silent_data/index.js"></script>
<script src="silent_mode.js"></script>
<script src="processor.js"></script>
<script src="processor_tabstartup.js"></script>
</head>
<body>
Wingman Jr. creates a test page for processing that is usually hidden.
Specifically, it needs to make a "real" page so that the AI can properly
use your graphics card to its full potential!
If you unhide and close this page, processing will break for Wingman Jr. - but it
will eventually cause the plugin to reload and reopen this page.
</body>
</html>