mysite.com
has an iframe which loads some differentsite.com.
need to run javascript on this loaded iframe document.
Single Origin Policy
kicks in.
i resort to using proxy. its slow, creates bottleneck, unable to fully render the site (JS is not rendered).
Alternatives ?