academyFIVE__AddSelectBox.user.js aktualisiert
Kommentare erneuert
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name academyFIVE::AddSelectBox
|
// @name academyFIVE::AddSelectBox
|
||||||
// @namespace dakp/academyfive
|
// @namespace dakp/academyfive
|
||||||
// @version 2025.11.003
|
// @version 2026.03.001
|
||||||
// @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/*
|
||||||
@@ -41,7 +41,7 @@
|
|||||||
console.log('Select/Deselect Buttons bereits vorhanden');
|
console.log('Select/Deselect Buttons bereits vorhanden');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// Füge die Buttons hinzu
|
||||||
const actionsBox = document.createElement('div');
|
const actionsBox = document.createElement('div');
|
||||||
actionsBox.className = 'bs-actionsbox';
|
actionsBox.className = 'bs-actionsbox';
|
||||||
actionsBox.innerHTML = `
|
actionsBox.innerHTML = `
|
||||||
|
|||||||
Reference in New Issue
Block a user