Skip to content

Instantly share code, notes, and snippets.

@reustle
reustle / readme.md
Last active October 18, 2023 05:14
Whova Google Calendar Links

Whova Google Calendar Links

This will go through each of the agenda items in Whova and produce an Add To Google Calendar link.

Usage

Copy / paste the Javascript code below into your browser console once you've logged in.

setInterval(function(){
// Open options menu on first photo
document.querySelectorAll('div[aria-label="Edit"]')[0].click();
// Click the delete dropdown menu item
setTimeout(function(){
document.querySelectorAll('div[role="menuitem"]')[2].click();
}, 1000);
while :
do
echo "Restarting Wifi"
osx-wifi-cli restart && osx-wifi-cli "at_STARBUCKS_Wi2" xxx
echo "Restart Complete"
sleep 300
done