Adds a direct link to the corresponding Rotten Tomatoes movie description page for every IMDb movie
< 脚本 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!
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
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