Greasy Fork

Letterboxd Search Bars

Adds a search bar to torrent- and other websites on Letterboxd

< 脚本 Letterboxd Search Bars 的反馈

评价:好评 - 脚本运行良好

§
发布于:2023-04-14

Fix for new movies

New movies have IMDb IDs that are 8 digits long while this script only assumes 7 digits. To fix this, go to line 34 and change imdbBtn = buttons[0].href.match(/tt(\d{7})/); to imdbBtn = buttons[0].href.match(/tt(\d+)/);

发布留言

登录以发布留言。