hide bot
Hide bot moodle INSAT by aude510
Details
Authoraude510
LicenseNo License
Categorymoodle.insa-toulouse.fr
Created
Updated
Size525 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 Hide bot moodle INSAT
@version 20221027.15.28
@namespace userstyles.world/user/aude510
@description hide bot
@author aude510
@license No License
==/UserStyle== */
@-moz-document domain("moodle.insa-toulouse.fr") {
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
* {
font-family: 'Montserrat', sans-serif;
}
.vz-widget-container {
display: none;
}
.box.py-3.generalbox.sitetopic img {
display: none;
}
}