https://github.com/zsarge/googlemeetrefresher
solves the issue where students join a meeting before teachers and have to keep refreshing the page
https://github.com/zsarge/googlemeetrefresher
google google-meet online-learning school school-management student teachers
Last synced: 7 months ago
JSON representation
solves the issue where students join a meeting before teachers and have to keep refreshing the page
- Host: GitHub
- URL: https://github.com/zsarge/googlemeetrefresher
- Owner: zsarge
- License: mit
- Created: 2020-09-18T18:52:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T03:27:54.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T14:49:30.660Z (9 months ago)
- Topics: google, google-meet, online-learning, school, school-management, student, teachers
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Meet Refresher
This project is not affiliated with Google or Alphabet Inc. in any way.This is a [Tampermonkey](https://www.tampermonkey.net) script that makes [Google Meet](https://meet.google.com) more convenient to use for school.
At my school, we have a static Google Meet link for each class for when we have to go remote.
We are given something like this link:

Unfortunately, when a remote student joins a class before a teacher starts the meeting on their end, the student has to sit and click 'reload' over and over.
The teacher can start a meeting, and if the student does not refresh the page, they will never know.This is the error page we see:
After having some teachers start their meeting late, and some teachers never start their meeting at all, I can say it is very annoying to waste your time sitting and clicking a button when you could be doing anything else.
This script fixes this issue, and automatically refreshes the page, so you can never miss a meeting.

Note: The timer counts down as the seconds decrease.
I only had to use this script for one week, but I experienced no problems. Feel free to file an issue if you have one.