This commit is contained in:
CatAClock 2025-07-16 17:50:46 -07:00
parent 6e36b94676
commit 8953fe5ad2

View file

@ -123,7 +123,7 @@ async function GetPost() {
}
}
// Any replies? Give them the thing :3
for (let i of document.getElementsByTagName("body").children) {
for (let i of document.getElementsByTagName("body")[0].children) {
if (i.hasAttribute("id")) {
break;
}