A dark mode extension for Google Classroom
As a student, you’ve probably found yourself staying up late to finish assignments on platforms like Google Classroom. However, the bright light of the default light mode can be harsh on your eyes in the dark. This dark mode extension helps you work more comfortably in the dark.
In the top right you can see a new button. Pressing it will toggle between light and dark mode.
- Click on: Code > Local > Download ZIP
- Place the ZIP file in the folder you want the extension to be in
- Extract the ZIP file
- Delete the ZIP file if desired
- Open command prompt or your preferred CLI
- Navigate to the folder you want the extension to be in
cd path\to\folder
- Paste in the following command and run:
git clone https://github.com/CSSisAnnoying/school-at-midnight.git
-
Go to your browser's extension page
-
Enable Developer mode
-
Click on Load unpacked
-
Select the extension folder
The extension first started off as a Firefox extension by @waymondrang. After encountering a few issues and noticing that the extension wasn't being maintained much anymore, I decided to take matters into my own hands and improve it.