Skip to content

Instantly share code, notes, and snippets.

@RalphORama
Created July 19, 2022 19:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RalphORama/d33fd3bd8bd9f8da33f42c60449e38d1 to your computer and use it in GitHub Desktop.
Save RalphORama/d33fd3bd8bd9f8da33f42c60449e38d1 to your computer and use it in GitHub Desktop.
4chanX user CSS for highlighting post capcha background
/* 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