Fetches review count and average review score from Rotten Tomatoes
< Feedback on Rotten Tomatoes info on IMDb
Works with modifications
To make the script work, replace all instances of GM_xmlhttpRequest with GM.xmlHttpRequest (_ becomes . and case changes) and hardcode your OMDb key in line 19.
GM_xmlhttpRequest
GM.xmlHttpRequest
_
.
should now work without having to do this but thanks for looking out for the probably 3 people using this script
Sign in to post a reply.
Works with modifications
To make the script work, replace all instances of
GM_xmlhttpRequest
withGM.xmlHttpRequest
(_
becomes.
and case changes) and hardcode your OMDb key in line 19.