Remove Google Classroom Loading Bar

Automatically removes the glitched loading bar stuck at the top of google classroom

Forfatter
Joseph DeVoe
Daglige installasjoner
0
Totale installasjoner
6
Vurderinger
0 0 0
Versjon
1.0
Lagd
10.02.2025
Oppdatert
10.02.2025
Size
1,5 kB
Lisens
MIT
Gjelder

Google classroom lately has had an annoying bug that makes it so the loading bar on the top of the screen wont go away. And I believe it's effecting everyone everywhere. So (with the help of ChatGPT) I made a script that will automatically delete the loading bar when it appears on the page. It works by monitoring changes within a specific section of the Google Classroom page, and once the loading bar is detected, it removes it. The script is designed to run efficiently without affecting the performance of the browser. It uses MutationObserver to detect when the loading bar appears, ensuring that it only runs when necessary.