Hides those extra buttons.
Hide Accessibility Buttons (GOAL Academy's Schoology) by cass_per
Details
Authorcass_per
LicenseNo License
Categoryschoology
Created
Updated
Size420 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 Accessibility Buttons
@version 20220301.23.50
@namespace userstyles.world/user/cass_per
@description Hides those extra buttons.
@author cass_per
@license No License
==/UserStyle== */
@-moz-document domain("eschool.goalac.org") {
#thss-toolbar-modernToolbar, div.right-wrapper, div.menu-buttons {
display: none;
width: 0;
height: 0;
}
}