This commit is contained in:
Ryan Stafford 2024-07-07 17:34:11 -04:00
parent 490f9e4000
commit f63975f949

View file

@ -36,7 +36,7 @@ function postClick(e) {
data.append("op", "read_post")
data.append("submit", "mark read")
data.append("xhr", "1")
data.append("postid", bdy.parentNode.parentNode.id.slice(1))
data.append("postid", bdy.parentNode.id.slice(1))
request("", data)
}
if (id = parseYoutube(url)) {