now also returns the domain

This commit is contained in:
Enju Aihara 2022-03-04 22:13:00 +01:00
parent db02d17119
commit 00a1a766bb

View file

@ -20,6 +20,7 @@ async function main(domain, _callback) {
return;
let row_obj = {
domain: row.childNodes[1].innerText,
hash: row.querySelector("[title]").title.replace("SHA-256: ", ""),
reason: row.childNodes[3].innerText,
}