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?
- Seems there are a few suggestions out there but the world seems to change with each new version of each browsermplungjan– mplungjan2012-07-21 03:47:21 +00:00Commented Jul 21, 2012 at 3:47
- This one seems a good collection of suggestions stackoverflow.com/questions/7735955/…mplungjan– mplungjan2012-07-21 03:53:45 +00:00Commented Jul 21, 2012 at 3:53
- Userscripts on chrome stackoverflow.com/questions/1936639/…mplungjan– mplungjan2012-07-21 03:58:08 +00:00Commented Jul 21, 2012 at 3:58
Add a comment |