Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:

on:
pull_request:
branches: [main]
branches: [master]

env:
CLICOLOR: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub
on:
push:
branches:
- "main"
- "master"
paths:
- ".github/labels.yml"
- ".github/workflows/labels.yml"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Userscripts to add functionality to pages of the Saarland University.
[mnuh-docs]: docs/Mensaar_Navbar_UdS_HTW.md
[msnd-docs]: docs/Mensaar_Show_Next_Day.md
[cnm-docs]: docs/CMS_Navbar_Materials.md
[mnuh-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/main/userscripts/mensaar-add-uds-htw.user.js
[msnd-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/main/userscripts/mensaar-show-next-day-when-closed.user.js
[cnm-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/main/userscripts/uds-cms-add-materials.user.js
[mnuh-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/master/userscripts/mensaar-add-uds-htw.user.js
[msnd-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/master/userscripts/mensaar-show-next-day-when-closed.user.js
[cnm-raw]: https://github.com/ikelax/userscripts/raw/refs/heads/master/userscripts/uds-cms-add-materials.user.js
[mnuh-gf]: https://greasyfork.org/en/scripts/533937-mensaar-navbar-uds-htw
[msnd-gf]: https://greasyfork.org/en/scripts/533989-mensaar-show-next-day
[cnm-gf]: https://greasyfork.org/en/scripts/533938-cms-navbar-materials
Expand Down
4 changes: 2 additions & 2 deletions userscripts/mensaar-add-uds-htw.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// @description A userscript that adds links to the meal plans of the UdS and HTW to the navigation bar
// @license MIT
// @supportURL https://github.com/ikelax/userscripts/issues
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/mensaar-add-uds-htw.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/mensaar-add-uds-htw.user.js
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/mensaar-add-uds-htw.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/mensaar-add-uds-htw.user.js
// @copyright 2025, Alexander Ikonomou (https://github.com/ikelax)
// @homepageURL https://github.com/ikelax/userscripts
// @homepage https://github.com/ikelax/userscripts
Expand Down
4 changes: 2 additions & 2 deletions userscripts/mensaar-show-next-day-when-closed.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
// @description A userscript that switches to the meal plans for the next day when the canteen has already closed for today
// @license MIT
// @supportURL https://github.com/ikelax/userscripts/issues
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/mensaar-show-next-day-when-closed.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/mensaar-show-next-day-when-closed.user.js
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/mensaar-show-next-day-when-closed.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/mensaar-show-next-day-when-closed.user.js
// @copyright 2025, Alexander Ikonomou (https://github.com/ikelax)
// @homepageURL https://github.com/ikelax/userscripts
// @homepage https://github.com/ikelax/userscripts
Expand Down
4 changes: 2 additions & 2 deletions userscripts/uds-cms-add-materials.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
// @description A userscript that adds a link to the materials of the current course to the navigation bar
// @license MIT
// @supportURL https://github.com/ikelax/userscripts/issues
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/uds-cms-add-materials.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/main/userscripts/uds-cms-add-materials.user.js
// @updateURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/uds-cms-add-materials.user.js
// @downloadURL https://raw.githubusercontent.com/ikelax/userscripts/refs/heads/master/userscripts/uds-cms-add-materials.user.js
// @copyright 2025, Alexander Ikonomou (https://github.com/ikelax)
// @homepageURL https://github.com/ikelax/userscripts
// @homepage https://github.com/ikelax/userscripts
Expand Down