Update Test Page and add SilkVisualMode
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user