Use this if it is appearing on your screen unnecessarilly
Remove Panda Video loading icon by thalysson
Details
Authorthalysson
LicenseNo License
Categoryhttps://app.rocketseat.com.br/
Created
Updated
Size302 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 Remove Panda Video loading icon
@version 20240531.15.02
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://app.rocketseat.com.br/classroom/redux-zustand-1/group/interface-da-aplicacao/lesson/scrollbar-na-sidebar") {
.loading-icon {
display: none
}
}