Chrome and Firefox extension that helps you to enhance your browsing experience at [VIT Student Login] (https://vtop.vit.ac.in/student/stud_login.asp)
For general documentation, visit the VITacademics Enhancement Suite Wiki.
See the list of contributors who participated in this project.
Contributions are welcome. if you see any issue then open an issue and if you think you can fix it then start working on it by forking this project. We just ask that you follow a few simple guidelines:
- It would be greatly appreciated if you could stick to a few style guidelines:
- please use tabs for indentation
- please use spaces in your
ifstatements, e.g.if (foo === bar), notif(foo===bar) - please use single quotes
'and not double quotes"for strings - please comment your code!
- If you are introducing a big change, please make sure that everything else is working correctly.
VES is available for Chrome & Firefox users though the firefox is still in BETA phase. you can download the extension using the following links:
Extension for Chrome/: Chrome-specific VES filesExtension for Firefox/: firefox-specific VES filesExtension for Edge/: edge-specific VES filesMedia/: Image sourceCHANGELOG.md: self-explanatoryREADME.md: YOU ARE HERE, unless you're browsing on GitHub.
- Go to
Menu->Tools->Extensionsand tick theDeveloper Modecheckbox - Choose
Load unpacked extensionand point it to thedist/chromefolder. Make sure you only have one VITacademics ES version running at a time. - Any time you make changes to the script, you must go back to the
Menu->Tools->Extensionspage andReloadthe extension.
As Extension for Mozilla Firefox is based on chrome, you should follow this tutorial to Load temporary add-ons in Firefox
- Go to
about:flagsand tick theEnable extension developer featurescheckbox. - Choose
Load extensionon the extensions menu and select your extensions folder. - Any time you make changes to the extension, you must go back to the
Menu->Extensionspage, go to the extensions settings andReloadthe extension.

