Skip to content

Instantly share code, notes, and snippets.

@criedel
Forked from ohheh/letterboxdbookmarklet.js
Last active December 20, 2015 03:09
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/6061121 to your computer and use it in GitHub Desktop.
Save criedel/6061121 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://foundd.com/movie/imdb/'+n);}catch(e){}}};void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment