Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
Update: I think the answer lies in using an xpath query to see whether there is a <link /> with rel="shortcut icon". I'm working on implementing this but so far it is not able to find one ever, even when a site clearly has one. I'll keep working on it. |
|
|
In response to Kid_ReeFer:
|
|
|
Should "link.setAttribute('height', '16px');" and ditto for width really include the "px" unit? I don't believe the height/width attributes take units. Oh, and also: it seems like Firefox adjusts favicon sizes to stay within the proper bounds even without having to do something like this, so if setting those attributes works, it will probably only serve to force the icon to be a perfect square. Haven't actually tried any of that, just guessing. ;) |
|
|
This is Great, I was looking for a replacement for the "Favicon Picker" extension...and I think this is potentially it!!One thing though,
|