Saturday, February 18, 2006

GNDT blues

sadly it seems that the admin has so far been disinclined to give me a password for the gndt. such is the life of a poor sailor boy.

Comments

Elias IX:

18-02-2006 14:58:22 UTC

Arrrr, matey, I say that I did send it t’ the email ye gave when ye registered for Blognomic.

No problem. If ye need it sent to another address, just make a comment stating which one.

David Mega:

18-02-2006 15:42:12 UTC

.(JavaScript must be enabled to view this email address)

a thousand thank ye’s

a thousand thank ye’s

`, vote: null, }; const commentDOM = document.querySelector(`#comment${comment.id}`).parentElement; if (!commentDOM) { console.warn(`Comment DOM not found for comment ID ${comment.id}`); return; } else { let images = commentDOM.querySelector('.commentbody').querySelectorAll('img'); if (images.length > 0) { images.forEach(image => { const src = image.getAttribute('src'); if (src.includes('vote')) { const vote = src.split('/').pop().split('.')[0]; comment.vote = vote; } }); } } // Add comment to API window.BlogNomic.archive.comments.push(comment); })();