once again encouraging otherkin to use css rules for inclusivity
for recaptcha:
#recaptcha-anchor-label {
font-size: 0 !important;
line-height: 0 !important;
}
#recaptcha-anchor-label::before {
content: "I'm a robot";
font-size: 14px;
}
RT @
🐦🔗:
hcap:
body > div#anchor > div.label-container > label-td > label-tc > div#label {
font-size: 0 !important;
line-height: 0 !important;
}
body > div#anchor > div.label-container > label-td > label-tc > div#label::before {
content: "I'm a robot";
font-size: 14px;
}
i've now condensed all of this into a neat blog post: https://maple.pet/blog/fighting-otherkin-erasure-from-captchas
hcaptcha was worse because they don't uniquely name their divs or have any discernible unique attribute labels so instead i'm relying on the hierarchy being always the same and granular enough to avoid false positives