Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Created January 15, 2026 22:38
Show Gist options
  • Select an option

  • Save sillygwailo/845d8122ccfec9879394f8ad39551392 to your computer and use it in GitHub Desktop.

Select an option

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
(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