2023-10-11 16:27:29 +11:00
2023-09-19 20:50:04 +10:00
2023-10-11 12:20:41 +11:00
2023-10-11 12:20:41 +11:00
2023-09-12 16:27:29 +10:00
2023-10-11 16:27:29 +11:00
2023-08-30 16:42:57 +10:00
2023-09-25 14:58:08 +10:00
2023-08-30 14:46:23 +10:00
2023-08-30 16:42:57 +10:00
2023-08-30 15:42:24 +10:00
2023-08-30 14:46:23 +10:00
2023-08-13 14:43:02 +10:00
2023-10-11 12:20:41 +11:00
2023-09-12 07:06:56 +10:00
2023-10-11 01:27:56 +00:00
2023-10-11 12:20:41 +11:00
2023-10-11 12:20:41 +11:00
2023-09-20 06:34:17 +10:00

Logo Logo

A beautiful 🤩 Chrome Extension that adds additional features and gives an overall better experience for [SEQTA Learn.](https://seqta.com.au/) **Currently looking for contributors** 🔥

ChromeDownload

Table of contents

Release Videos

Features

  • Dark mode
    • Custom Background
  • Improved Styling/CSS
    • Improved look for SEQTA Learn
  • Custom Home Page including:
    • Daily Lessons
    • Shortcuts
    • Easier Access Notices
  • Options to remove certain items from the side menu
  • Notification for next lesson (sent 5 minutes prior to lesson end)
  • Browser Support
    • Chrome Supported
    • Edge Supported
    • Brave Supported
    • Opera Supported
    • Firefox (currently not supported, plans for it in future though [manifest v3 problems])
    • Safari (Experimental)

Getting started

  1. Clone the repository
git clone https://github.com/SethBurkart123/EvenBetterSEQTA
  1. Install dependencies
npm install

OR

bun install
  1. Run the dev script (it updates as you save files)
npm run dev

OR

bun run dev

Folder Structure

The folder structure is as follows:

  • The public folder contains files that are not compiled, but only copied across to the build directory

  • The src folder contains source files that are compiled to the build directory, these can use import statements so that we can do code splitting.

  • The build folder is where the compiled code ends up, this is the folder what you need to load into chrome as an unpacked extension for development.

  • The safari folder is an Xcode project, building it for MacOS does work, IOS needs a few modifications to the manifest to work, but I have managed to get it working (but because of the styling not being designed for phone, its basically useless for now).

Contributing

If you would like to contribute to this project, please read the contributing guidelines.

Credits

This extension was initially developed by Nulkem, was ported to manifest V3 by OG-RandomTechChannel and is currently under active development by SethBurkart

Languages
TypeScript 44.2%
HTML 32.7%
Svelte 12%
CSS 5.6%
SCSS 4.3%
Other 1.2%