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 IITM Dashboard Session Restorer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Restores session cookies for IITM Student Dashboard on load | |
| // @author Sujatro-Chakraborty | |
| // @match https://app.onlinedegree.iitm.ac.in/* | |
| // @run-at document-start | |
| // @grant none | |
| // @updateURL https://gist.githubusercontent.com/Better-Than-You/gist_id/raw/IITM_Dashboard_Session_Restorer.user.js |
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
| |