Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grimsteel/securly-plus
Dark mode and improvements for Securly Flex
https://github.com/grimsteel/securly-plus
dark-mode school securly
Last synced: 3 months ago
JSON representation
Dark mode and improvements for Securly Flex
- Host: GitHub
- URL: https://github.com/grimsteel/securly-plus
- Owner: grimsteel
- License: gpl-3.0
- Created: 2024-09-06T02:20:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T22:34:18.000Z (4 months ago)
- Last Synced: 2024-09-18T03:34:04.756Z (4 months ago)
- Topics: dark-mode, school, securly
- Language: JavaScript
- Homepage: https://securly-plus.kameswar.com
- Size: 526 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Securly PlusDark mode and QoL improvements for [Securly Flex](https://flex.securly.com/)
## Features
* Dark Mode
* Customize the default schedule tab
* Customize the default screen
* **Incredible performance improvements**## Installation
### Manual Installation
Built extension packages are on the [`Releases`](https://github.com/grimsteel/securly-plus/releases) page.
**Chrome**: Go to chrome://extensions, click `Load Unpacked`, and select the unzipped dir.
**Firefox**: Go to about:debugging, click `This Firefox`, click `Load Temporary Add-on`, and select downloaded ZIP file.
### Building from Source
There are some minor manifest differences between Chromium-based browsers and Firefox.
The `build.sh` script will generate the two manifests and copy all of the other files into the `build/chrome` and `build/firefox` directories. (requires `bash` and `jq` to run)
You don't need to install the NPM dependencies unless you want better IDE type checking.