Works great, had to add some padding to give the icons some space
Thank you very much, great script! It works well. The only thing is that the favicons overlapped with the link text for me, in the latest version of Google. I've added a bit of space through a userstyle (CSS):
#res h3.r { /* Create space for favicons */
padding-left: 20px !important;
}
Works great, had to add some padding to give the icons some space
Thank you very much, great script! It works well. The only thing is that the favicons overlapped with the link text for me, in the latest version of Google. I've added a bit of space through a userstyle (CSS):
#res h3.r { /* Create space for favicons */ padding-left: 20px !important; }