IMDb Trakt Link

Add link on IMDb movie pages to that title's page on Trakt

< 脚本 IMDb Trakt Link 的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发布于:2021-10-14

Hey, great script. I found that some newer movies use 8 digit title ids which cause the regex to fail. I was able to fix it by adding a comma after the 7 in brackets to signify match 7 or more digits.

fixed line is as follows: var regexImdbNum = /\/title\/tt(\d{7,})\//;

Deleted user 994222
§
发布于:2023-11-21

Thank you for this! This did the trick.

发布留言

登录以发布留言。