(async () => { let el = document.getElementById("comment-section") if (el == null) { return } let status_url = `https://hachyderm.io/api/v1/statuses/${el.getAttribute("data-status")}/context` let comments = await (await fetch(status_url)).json() if (comments["descendants"] == null || comments["descendants"].length === 0) { el.innerHTML = `