For hCaptcha & reCaptcha
Custom Captcha Text by Freeplay
Details
AuthorFreeplay
LicenseNo License
Categorycaptcha
Created
Updated
Size504 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I know it's not a lot of effort but I just wanted an excuse to make the thumbnail lol
Source code
/* ==UserStyle==
@name Custom Captcha Text
@namespace Freeplay
@version 1.0.0
@description For hCaptcha & reCaptcha
@author Freeplay (https://freeplay.codeberg.page/)
@preprocessor stylus
@var text text "Text" '"Am fox :D"'
==/UserStyle== */
@-moz-document domain("hcaptcha.com"), domain("google.com") {
#label, #recaptcha-anchor-label {
font-size 0 !important
&::after {
content text
line-height 2
font-size .85rem !important
}
}
}