VITacademics-Enhancement-Suite
VITacademics-Enhancement-Suite copied to clipboard
:sunglasses: Extension to enhance your browsing experience on VIT Academics Student Login.
## Beep boop. Your images are optimized! Your image file size has been reduced by **26%** 🎉 Details | File | Before | After | Percent reduction | |:--|:--|:--|:--| |...
The script is currently disabled. It works fine, but causes other scripts to malfunction when it is enabled.
Refactor every JS file to integrate with sentry. ``` Raven.config('https://@sentry.io/').install(); try{ something }catch(e){ Raven.captureException(e); } ```