aboutsummaryrefslogtreecommitdiffstats
path: root/meet.lua
AgeCommit message (Collapse)Author
2021-11-30meet: Move the CSRF to a query string argumentTeddy 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-29Add a way to set output volume from a Google Meet videoconferenceTeddy 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.