Skip to content

Commit

Permalink
fix letterboxd title page regex
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetrax-10 committed Oct 18, 2024
1 parent 66198ea commit 996c4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linker.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ html.k-mobile #linker-parent {
// TMDB person page
GM_addStyle(tmdbPersonPageCss)
tmdbPersonPageInjector()
} else if (/^(https?:\/\/letterboxd\.com\/film\/[^\/]+(?:\/\?.*)?\/?(crew|details|genres)?)$/.test(currentURL)) {
} else if (/^(https?:\/\/letterboxd\.com\/film\/[^\/]+\/?(crew|details|releases|genres)?\/)$/.test(currentURL)) {
// Letterboxd title page
GM_addStyle(letterboxdTitlePageCss)
letterboxdTitlePageInjector()
Expand Down

0 comments on commit 996c4c7

Please sign in to comment.