您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically removes a specific element under #kO001e as soon as it appears on classroom.google.com
当前为
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.