Remove Google Classroom Loading Bar

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

Author
Joseph DeVoe
Daily installs
0
Total installs
6
Ratings
0 0 0
Version
1.0
Created
2025-02-10
Updated
2025-02-10
Size
1.53 KB
License
MIT
Applies to

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.