Dark mode for Z.ai chat platform (including splash screen)
A Tampermonkey script that adds a dark theme to the Z.ai chat platform.
Modify these CSS variables in the script to change colors:
:root {
--bg-primary: #141618; /* Main background */
--bg-secondary: #1a1d1f; /* Secondary background */
--text-primary: #e6e6e6; /* Main text color */
--accent-color: #4a9eff; /* Links and highlights */
}