This will go through each of the agenda items in Whova and produce an Add To Google Calendar link.
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 |