Skip to content

Greasemonkey Script that Automatically Leaves a Meeting if the Quorum Decreases (when other people start leaving)

License

Notifications You must be signed in to change notification settings

packland/meet-auto-quit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

meet-auto-quit

A Greasemonkey/Tampermonkey script that automatically leaves a meeting if the quorum decreases to 50% (when other people start leaving).

How to use

  1. Install a JavaScript injector extension (such as GreaseMonkey or TamperMonkey) in your browser.
  2. Open the extension in your browser and search for the “Import from URL” option (in Tampermonkey, it’s under “Utilities”).
  3. Paste this url and click install.
  4. You’re all set!

Optional Settings

If you want to customize the quitting behavior, go to “Installed Userscripts” and modify the following variables:

min_reuniao = 2 << The minimal quorum before the “auto-quit” starts monitoring and quitting.
min_quorum = 0.5 << If the meeting quorum goes below this percentage (0.5 means 50% of its maximum), you will automatically quit.

About

Greasemonkey Script that Automatically Leaves a Meeting if the Quorum Decreases (when other people start leaving)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published