Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-11-30 | meet: Move the CSRF to a query string argument | Teddy Wing | |
Move the CSRF check to a query string parameter instead of a request header. Doing this because I need to make the request from a Greasemonkey script, and it gets CORS-blocked if I add a non-whitelisted header to the request. Also rename the CSRF variable to "csrf-ish" since it's a hard-coded random string. | |||
2021-11-29 | Add a way to set output volume from a Google Meet videoconference | Teddy Wing | |
I'm planning to make a Greasemonkey script that loads on Google Meet videoconference pages and make an HTTP request to this Hammerspoon server to set the output volume to a predetermined level. |