bloggie blog

Tech Tips

IMDb Pro bookmarklet

28 February 2010

I’ve created a bookmarklet to switch from IMDb to IMDb Pro more easily. If you subscribe to IMDb Pro, do this.

Drag this link [Pro] to your bookmark bar. This link will now switch you to the IMDb Pro version of any IMDb page, or it will take you to the IMDb Pro home page if you click on it when not on regular IMDb.

Now, you may be saying that this is useless because every regular IMDb page has a link to its IMDb Pro version. Yes, but with this bookmarklet, you can click on one reliable place, a place that doesn’t scroll, a place whose horizontal location is not dependent on the length of an actor’s or agency’s name, and a place not blocked by very invasive ads that IMDb sometimes puts up! It was the invasive Flash ads for Alice in Wonderland that drove me to develop this. If you use Safari, you can also use a keyboard shortcut to the first 10 bookmarks in your bookmark bar. Speedy!

I find this handy. Leave a comment if you find it handy, too!

P.S. If you’re interested in the nuts and bolts of this bookmarklet, here is its Javascript code:


h=location.href;
w=h.indexOf("http://www.imdb.com");
p=h.indexOf("http://pro.imdb.com");
if(w==0){window.location=h.replace("www","pro")}
else if(p==-1){window.location="http://pro.imdb.com/"};

with one comment

Written by Kevin

February 28th, 2010 at 12:30 pm

Posted in Tech Tips

Tagged with , , , ,

One Response to 'IMDb Pro bookmarklet'

Subscribe to comments with RSS or TrackBack to 'IMDb Pro bookmarklet'.

  1. Mr. Ashworth. You are a God among men. LOVE this. Thanks!

    Ben Whitehair

    1 Mar 10 at 7:10 am

Leave a Reply