Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<body>
<span id="data"></span>
<script>
var span = document.getElementById("data");
span.innerHTML = localStorage.chromekey
</script>
</body>