Fetches review count and average review score from Rotten Tomatoes
< 腳本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
登入以回覆
Works with modifications
To make the script work, replace all instances of
GM_xmlhttpRequestwithGM.xmlHttpRequest(_becomes.and case changes) and hardcode your OMDb key in line 19.