I've embedded Google Calendar into HTML page. It has a big number of calendars in it, so, to make it nice I'd like all the calendars to be turned off by default.
It seems that jQuery can't help here, due to same origin policy.
Is there a simple straight-forward "just-make-it-work" solution?
EDIT: in the question mentioned above there was a word about using local proxy for this task. What is it and how to do it?