Here's another project related to SAIS. SIETE is a chrome extension that changes the way SAIS behaves and looks. This is also my first real application of JavaScript.
How does it work?
While making this extension, I noticed
that loading in sais.up.edu.ph/psc/ is significantly faster than sais.up.edu.ph/psp/.
The difference between the two is that /psc/ does not have some elements such as the navigation bar, and the main menu at home is not fully implemented. This is where the extension comes into play.
SIETE removes the other remaining elements and injects custom HTML into the page. The user is also automatically redirected to /psc/. Everything is simplified and navigation is much, much easier. I also added custom CSS3
to center all of SAIS' elements, making the website much cleaner.
Disclaimer! I have not consulted any professor or anyone that's more
knowledgeable than me in this field. This means that my scripts and all of the other shazams are not optimized. However, my tests with the most recent version yielded no errors. The extension may or may not cause problems when using SAIS. Should there be
any issues, simply disable (or remove) SIETE.
This extension will not collect any data.
TL;DR
SIETE removes elements and injects custom HTML to make navigation easier.
**Download link is not available yet because I'm too lazy to fix everything in the Chrome Webstore**