I'm wondering how challenging it is to build a simple Chrome extension that switches Gmail to dark mode. I've only worked with basic projects like a to-do list app, so I could use some guidance. I really dislike the bright screen when checking my emails.
4 Answers
If you're just looking for a dark mode for Gmail and don't want to code it yourself, you might want to try the Dark Reader extension. It works pretty well on most websites out there!
You can actually enable dark mode in Gmail without any extension! Just go to the theme settings and select Dark. This way, you'll have a dark interface on any device when you log into your account.
Creating a basic version isn't too tough. Essentially, a Chrome extension involves a manifest file, a content script, and some CSS. If your goal is just to make Gmail dark enough to avoid glaring at a white screen, that's a realistic project for beginners. Just be aware that Gmail changes its layout from time to time, so your extension might not be reliable long-term.
It's not hard at all! You'd be surprised at how simple it can be.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically