Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写要在 youtube 视频页面上运行的用户脚本。它需要使用 jQuery 向 gdata.youtube.com 发出请求以使事情变得更容易。这会起作用还是违反跨域政策?
它违反了跨域政策,因为您没有在 youtube.com 上托管它,因此域或子域,它仍然不是脚本所在的域,因此它不会工作。