I’m guessing I would have to use JSONP for this but I don’t know of any service that would let me do this. Does anyone know of anyway of doing this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s certainly possible. First check if the favicon is declared in a meta tag and extract the URL. If there isn’t a meta tag use the URL /favicon.ico. Then use
new Image(URL)to manipulate/test the file.