Custom Captcha Text by freeplay

Details
Authorfreeplay
LicenseNo License
Created
Updated
Categorycaptcha
Statistics
Learn how we calculate statistics in the FAQ.
Total views
Total installs
Weekly installs
Weekly updates
Description
For hCaptcha & reCaptcha
Notes
Userstyle doesn't have notes.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
}
}
}