I am developing a Greasemonkey script that utilizes jQuery's $.ajax function to retrieve JSON data and make modifications to the DOM.
In order to allow cross-origin requests, I have included an Access-Control-Allow-Origin:* header in my server-side script. This setup functions properly in the latest versions of Chrome and Firefox, but encounters issues in Opera.
Does anyone have any suggestions or potential solutions for this compatibility problem?