Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

No captcha?

Name: Brian Brixman 2021-02-01 16:33

Hello,
I am learning programming and just discovered this website. But I am curious, how does it protect its users from spammers (people who post illegal or annoying things) without a reCaptcha? I thought clicking this blue box is required to prove that you are not a robot, can you please share any javascript that you use for this purpose?
Thank you and have a nice day,
Brian

Name: Anonymous 2021-06-16 10:47

Removing single-word posts seems to make the thread much easier to follow.
Array.from (document.querySelectorAll ("div.post > div.body")).filter (e => /^\S*$/.test (e.innerText.trim ())).map (e => e.parentNode).forEach (e => e.parentNode.removeChild (e))

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List