How can you find out what plugins a firefox/chrome user has installed using php? Also is it possible to find out their screen resolution?
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.
Identifying plugins is possible but kind of messy since the information presented may not be 100% accurate. There are scripts like Slicer available to do this.
You need to use Javascript to obtain the screen resolution. Some googling turned up a method for doing this.