Remove Google Classroom Loading Bar

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

Аўтар
Joseph DeVoe
Усталяванняў за дзень
0
Усяго ўсталяванняў
6
Рэйтынг
0 0 0
Версія
1.0
Створаны
10.02.2025
Абноўлены
10.02.2025
Памер
1.5 КБ
Ліцэнзія
MIT
Ужываецца на

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.