Open in new tab, fix icon
![]() ![]() |
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. |

