Skip to content

Instantly share code, notes, and snippets.

@tillson
Last active June 5, 2016 04:25
Show Gist options
  • Save tillson/80a19fee12e8a4aa0e97dc09ce75d971 to your computer and use it in GitHub Desktop.
Save tillson/80a19fee12e8a4aa0e97dc09ce75d971 to your computer and use it in GitHub Desktop.
WWDC Schedule Fix, as it doesn't work as of 5 June 2016 (https://developer.apple.com/wwdc/schedule/#/)
for(i=0;5>i;i++)angular.element($(".center")).scope().filters[0].options[i].value=+new Date(2016,5,i+13);$(".active").click()
@tillson
Copy link
Author

tillson commented Jun 5, 2016

Thanks to @ndrewh for the $(".active").click(); part

@ndrewh
Copy link

ndrewh commented Jun 5, 2016

ayyy lmao, you didn't have to mention me but thx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment