index.html 170 Bytes
Newer Older
1 2 3 4 5
<script>
    fetch("/json")
        .then(r => r.json())
        .then(pages => window.location.replace(new URL(pages[0].devtoolsFrontendUrl, window.location)))
</script>