If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org
Other options:
no subject
In the linked in comments source code, the views it appears on are:
# Poster
if ($p.view == "read" or $p.view == "network" or $p.view == "entry" or $p.view == "reply")
But in the source code you linked, it's set to:
if ($p.view == "friends" or $p.view == "entry")