Is it possible for a website to call images that are used in browser themes or plugins?
A:
It would be a security bug.
Only way to do this would be by knowing the path to user's firefox profile dir. You could link to those files with and use onload to find out if they exist.
But You would have to get user to give You the path and You'd probably ewncounter cross-domain issues.
naugtur
2010-08-13 06:31:49
...and you'll have to convince the user to actually use Firefox... :-)
Franci Penov
2010-08-13 07:35:29
Yup, that's right. But I'm not even sure if IE has themes as I'm using Linux.
naugtur
2010-08-13 11:15:46
Chrome has themes. IE uses the OS theme. Couple of browsers on top of Trident (IE engine) have themes.
Franci Penov
2010-08-13 15:26:01