A dark mode extension for Google Classroom
As a student, you might often find yourself staying up late to finish assignments on websites like Google Classroom. However, when you open Google Classroom in the dark, you are greeted with the blinding light of light mode. With this dark mode extension, you can comfortably work in the dark.
In the top right you can see a new button. Pressing it will toggle between light and dark mode.
- Click on the green button labeled code > local > download zip
- Place the zip file in the directory you want the extension to be in
- Extract the zip file
- Delete the zip file if desired
- Open command prompt or whatever CLI you use
- Navigate to the directory you want the extension to be in
cd path\to\folder
- Paste in
git clone https://github.com/CSSisAnnoying/school-at-midnight.git
and run.
-
Go to your browser's extension page
-
Enable developer mode
-
Click on load unpacked
-
Select the folder where the chrome extension is.
The extension first started off as a firefox extension by @waymondrang. I had a few problems with the extension and since it doesn't get maintained that much anymore I decided to take matters into my own hands.