can't get my JSONP to work with user script plugins
I was about to write a little script for some site I visit that has info from IMDb and I want to get more info via rotten tomato API.
if you run it and check your console you should see an Object with lots of info about this movie.
but if you tried to use this script via greasemonkey like plugins you'll get the following in the console:
ReferenceError: Can't find variable: jQuery21008264088756404817_1394407688680
this is the random callback function that jQuery made for the JSONP call, but I don't know why I'm getting this error instead of the Object.
to test this make a new user script file in you plugin and include some url like google.com and go there and check your console, or use 'dotjs'
https://github.com/defunkt/dotjs