Created
January 15, 2026 22:38
-
-
Save sillygwailo/845d8122ccfec9879394f8ad39551392 to your computer and use it in GitHub Desktop.
Bookmarklet to create a Letterboxd listing from a TMDB (The Movie Database) listing and, if it already exists on Letterboxd, Letterboxd will redirect to it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function () { try{window.open('https://letterboxd.com/tmdb/' + window.location.href.split("\/")[4].split('-')[0]);}catch(e){}})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment