Skip to content

Userscripts to increase productivity for TUM students on the web

License

Notifications You must be signed in to change notification settings

OliEfr/TUMProductivityScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TUMProductivityScripts

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!

How it works

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.

How to use

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!

Have fun ❤️