change name - wompchat overlay attempt was made. turns out cant link obs to chrome extension web page. added greenscreen option instead. best i can do until chat bot is made. need a web page hosted that can be manipulated and can be linked into obs. some other unrelated fixes - minor bugs added escape key for popup expanded pupup window to full width of chat
14 lines
405 B
HTML
14 lines
405 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Chat Overlay</title>
|
|
<link rel="stylesheet" href="./youtube.css">
|
|
</head>
|
|
<body>
|
|
<div id="message_container"></div>
|
|
<script src="../chat_overlay.js"></script>
|
|
</body>
|
|
</html> |