The simple answer is you can't call GM_xmlhttpRequest from an unsafeWindow routine. If you look at the javascript console error log it should show you as such. You can @require in the header the jQuery library and that partially fixes it. I tested locally and most of the movies loaded but some still failed. I'll leave that to you to figure out.
new header: // ==UserScript== // @name Rotten Tomato My Netflix // @namespace sdkfjsdijfisdj // @include http://movies.netflix.com/WiGenre* // @version 1 // @require http://code.jquery.com/jquery-1.10.2.min.js // @grant GM_xmlhttpRequest // @grant GM_log // ==/UserScript== -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/groups/opt_out.
