Update Test Page and add SilkVisualMode

This commit is contained in:
DaGammla
2022-12-05 20:11:03 +01:00
parent 3e74fed65f
commit a1ce58a0f9
3 changed files with 23 additions and 5 deletions
+8 -1
View File
@@ -1,3 +1,10 @@
<script defer src="https://dagammla.gitlab.io/keep-silk-open/keep.js"></script>
<h1>Test Page</h1>
<p>This page should stay open on your Amazon Echo Show device</p>
<p><b id="rep" style="color: red;">TAP THE SCREEN</b></p>
<p>The Audio Element will be invisible on your page</p>
<script>
document.addEventListener("click", () => document.getElementById("rep").outerHTML = 'This page should now stay open')
var SilkVisualMode = true
var AlwaysUseSilk = true
</script>