I’m writing a userscript to be run on youtube video pages. It needs to make requests to gdata.youtube.com using jQuery to make things easier. Would this work or does it violate the cross-domain policy?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
it violates the cross-domain policy because you’re not hosting it on youtube.com, so domain or subdomain, its still not the domain the script is located on so it wont work.