An open API service indexing awesome lists of open source software.

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

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:

![Static Google Meet link](https://i.imgur.com/jRPuiHG.png)

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:
![Without script](https://i.imgur.com/n4zgO51.png)

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.

![With script](https://i.imgur.com/afHfDvL.png)

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.