Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 2.5 KB

README.md

File metadata and controls

50 lines (34 loc) · 2.5 KB

A dark mode extension for Google Classroom

School-At-Midnight

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.

How to use

In the top right you can see a new button. Pressing it will toggle between light and dark mode. Image showing light mode Image showing dark mode

Downloading

Method 1: Download zip

  • Click on the green button labeled code > local > download zip

Code Button Local and Codespaces Buttons Download zip button

  • Place the zip file in the directory you want the extension to be in
  • Extract the zip file
  • Delete the zip file if desired

Method 2: Cloning the repository

  • 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.

Installation

  1. Go to your browser's extension page

  2. Enable developer mode

    Developer mode toggle

  3. Click on load unpacked

    Load unpacked button

  4. Select the folder where the chrome extension is.

Credits

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.