Add link on IMDb movie pages to that title's page on Trakt
< Σχολιασμός για τον κώδικα IMDb Trakt Link
I've uploaded a version 1.0.1 that updates the positioning of the added link to compensate for IMDb's new layout. Thanks for reporting the problem.
any fix?
not working on new layout of imdb...any fix? error on function getIMDBid () { var regexImdbNum = /\/title\/tt(\d{7})\//; id = regexImdbNum.exec(document.location); return id[1];