auto reload discord stream chat tool obs code example
Example 1: auto reload discord stream chat tool obs
<!DOCTYPE html>
<html>
<head>
<style>
iframe{width:100vw;height:100vh;border:0}
</style>
<script>
function reload(){setTimeout(function(){document.body.firstElementChild.src+="",reload()},300000)}reload();
</script>
</head>
<body>
<iframe src="https://www.google.com/maps/embed"></iframe>
</body>
</html>
Example 2: auto reload discord stream chat tool obs
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<style>
iframe {
width:1280px;
height:720px;
border:0px;
}
body {
overflow: hidden;
background-color: black;
border:0px;
margin:0px 0px 0px;
}
</style>
<script>
function reload() {
setTimeout(function() {
document.body.firstElementChild.src+="",
reload()
}
,60000)
}reload();
</script>
</head>
<body>
<iframe
img src="https://source.unsplash.com/random/1280x720?landscape";>
</iframe>
</body>
</html>