Open in new tab, fix icon

in
Subscribe to Open in new tab, fix icon 1 post, 1 voice

Puuj User
FirefoxWindows

Two lines to allow you to (a) open IMDB links in new tab (use regular href instead of javascript) and use the right favicon:

var title = encodeURIComponent(document.title.substring(9,document.title.length));
  htmlcode = htmlcode + "<a href=\"http://us.imdb.com/find? type=substring&q='"+title+"'&sort=smart;tt=1;\"><img alt=\"IMDB\" style=\"height: 16px;\" src=\"http://us.imdb.com/favicon.ico\"></a> | ";

I'm a voracious tab-opener and think the icon is much prettier, so this does everything for me.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel