This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Amrita Marksheet Aggregator | |
| // @namespace Violentmonkey Scripts | |
| // @match https://students.amrita.edu/client/mark* | |
| // @grant none | |
| // @version 1.1 | |
| // @author - | |
| // @description Groups subjects by course code, calculates total marks and percentages from the marks table. | |
| // ==/UserScript== |