Gets rid of the useless add a class button. Obviously only use it when you arent in a class
Nuke Classes by Jukombe
Details
AuthorJukombe
LicenseNo License
Categoryhttps://digi4school.at/
Created
Updated
Size444 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name digi4school.at
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("digi4school.at") {
#classroom_control {
display: none !important;
}
#classrooms {
display: none !important;
}
}
/* Setze die Hintergrundfarbe von #mid */
#mid {
background-color: #1e1c19 !important;
}