A Greasemonkey/Tampermonkey script that automatically leaves a meeting if the quorum decreases to 50% (when other people start leaving).
- Install a JavaScript injector extension (such as GreaseMonkey or TamperMonkey) in your browser.
- Open the extension in your browser and search for the “Import from URL” option (in Tampermonkey, it’s under “Utilities”).
- Paste this url and click install.
- You’re all set!
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.