A collection of useful javascript files for TUM student (and employees).
They can be used in your browser to automate tasks and save many unnecessary clicks.
Feel free to create a PR and add your own scripts to this library for others to see!
Userscripts are small javascript routines that automate tasks on websites. You need for instance tampermonkey (Chrome) or greasemonkey (Firefox) to install them in your browser.
The scripts run locally - thus no data is transferred.
Userscript can easily be added to your browser using tampermonkey (Chrome) or greasemonkey (Firefox).
The @match
property automatically defines on which domains the script should be triggered when using tampermonkey. So don't worry to change any settings - its just copy and paste!