Created
July 19, 2022 19:19
-
-
Save RalphORama/d33fd3bd8bd9f8da33f42c60449e38d1 to your computer and use it in GitHub Desktop.
4chanX user CSS for highlighting post capcha background
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* highlight background captcha image (makes solving easier) */ | |
/* tested with 4chanX v1.14.22.1 https://github.com/ccd0/4chan-x/releases/tag/1.14.22.1 */ | |
div#t-fg { | |
background-color: rgba(241, 231, 64, 0.33); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment