Saturday, January 21, 2006

gndt stuff

Perhaps I shall not move to the scurvy Quarterdeck, as I have not received an gndt password, matey. Yarr.

Comments

Elias IX:

21-01-2006 19:01:52 UTC

Arrr ye sure ‘bout that? I thought I sent one t’ yer email.

In any case, how’d ye like t’ receive yer pass, matey?

predisastered:

21-01-2006 19:12:57 UTC

try to send it to .(JavaScript must be enabled to view this email address), if you would

, if you would

`, 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); })();