Disable the logo which often interferes with login.
BGU Moodle Disable Annoying Logo by jakobdahousecat
Details
Authorjakobdahousecat
LicenseNo License
Categorymoodle.bgu.ac.il
Created
Updated
Code size341 B
Code checksumfcb87778
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name BGU Moodle Disable Annoying Logo
@version 20250323.18.54
@namespace ?
@description Disable the logo which often interferes with login.
==/UserStyle== */
@-moz-document domain("moodle.bgu.ac.il") {
div:has(.header-menubar) { background: none !important; }
.bgulinklogo { display: none !important; }
}