uLav FRESH is a Chrome extension that improves our Université Laval's web portal user experience.
https://chrome.google.com/webstore/detail/ulav-fresh/gmiiclkenjbpedgpnofpacmjfijiajbf
Clone this repository.
git clone https://github.com/lefreud/ulav-fresh
Build the Javascript source code with webpack.
npm run build
This will create a dist
folder containing the built extension.
You must then go to chrome://extensions
, toggle Developer mode on and click on Load unpacked. Then, select the dist
folder.
IDUL & passwords are stored unencrypted in Chrome's local storage, which is unsafe. Read more on the implications of this in #8.