Adds a direct link to the corresponding Rotten Tomatoes movie description page for every IMDb movie
< Părere la script-ul Rotten Tomatoes Link On IMDb
Thanks, fixed in the meantime. I assume you actually were the one who submitted the PR at https://github.com/Ede123/userscripts/commit/a762abf6e54802873188a346334f50e4db14249b? Thank you for the contribution!
how to fix
make these two changes to this script to make it work again.
// @grant GM_xmlhttpRequest to // @grant GM.xmlHttpRequest
and
GM_xmlhttpRequest({ to GM.xmlHttpRequest({
Grease Monkey API changed, that's why this script got broken