Better StudyGo banner

Better StudyGo

5 devlogs
6h 10m 50s

A firefox (maybe chrome too) extension that enhances studygo (a platform for studying words, used a lot in the Netherlands) by adding stuff like sounds. (https://studygo.com)
For logging into studygo you can use: Email: [email protected] Password: db$9U3)8T$:Tkjv

This project uses AI

github copilot for some code completion, mainly on css and repetetiveness.

Demo Repository

Loading README...

GoldMonke

I fixed a bug where the extension was disabled by default (or appeared like so), and I updated the README with feature descriptions.

Attachment
0
GoldMonke

I have now submitted the addon to the firefox addon store, and added installation instructions for chrome (and usage instructions) to the README.
Since you need to use an account on StudyGo to use this extension, I have made an account for testing this extension if you are unable to create an account yourself:
Email: [email protected]
Password: db$9U3)8T$:Tkjv

Changelog

Attachment
0
GoldMonke

Changelog

  • Made extension toggleable through the popup, and made it possible to choose your own sound for wrong and right (and effectively disable one or the other by leaving it empty)
    Probaly last “big” update before shipping, only some code cleanup later.
Attachment
0
GoldMonke

It has been a while since my last devlog on this project (and also the last time I have worked on this!), but today I finally decided to continue working on it. I didn’t really know any new features to add, however I decided on starting to make the popup so you can set your preferences for the extension. I have only made the html and css so far (css is hard…), but “soon” I will add functionality to it.

Attachment
0
GoldMonke

I got the first function of the extension working!
It checks the element that changes if you have a right/wrong answer by xcode for the class and then plays a sound if the correct class is found. At first, it played the sound multiple times while waiting but I fixed that by using vars for checking if it is not the same as the previous state (class)

Attachment
0