Skip to content

Instantly share code, notes, and snippets.

@criedel
Forked from ohheh/letterboxdbookmarklet.js
Created July 23, 2013 10:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save criedel/6061296 to your computer and use it in GitHub Desktop.
Save criedel/6061296 to your computer and use it in GitHub Desktop.
javascript:{var s = window.location.href.toString();var p=/\/(?:title|name)\/([a-zA-Z0-9])+\//gi;if (p.test(s)){try{var n=s.match(p)[0].split("\/")[2];window.open('http://letterboxd.com/imdb/'+n);}catch(e){}}};void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment