academyFIVE__AddSelectBox.user.js aktualisiert
Course List hinzugefügt
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name academyFIVE::AddSelectBox
|
// @name academyFIVE::AddSelectBox
|
||||||
// @namespace dakp/academyfive
|
// @namespace dakp/academyfive
|
||||||
// @version 2026.03.001
|
// @version 2026.03.002
|
||||||
// @description Füge Selectbox für Kohorten hinzu
|
// @description Füge Selectbox für Kohorten hinzu
|
||||||
// @author Dims Akpan
|
// @author Dims Akpan
|
||||||
// @match https://a5.fhdw-hannover.de/*
|
// @match https://a5.fhdw-hannover.de/*
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
function addSelectButtons() {
|
function addSelectButtons() {
|
||||||
// Prüfe ob wir auf der richtigen Seite sind
|
// Prüfe ob wir auf der richtigen Seite sind
|
||||||
if (!window.location.href.includes('/course/planning-group/list')) {
|
if (!window.location.href.includes('/course/planning-group/list') | !window.location.href.includes('/course/list')) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user