Extensions installed on Chrome and IE sometimes cause errors on my website. I want that extensions do not affect my website, can I block them with JavaScript? And I know it sounds a little bit stupid :) Anyway any suggestions are welcome
Asked
Active
Viewed 467 times
2
-
Is a specific extension? What is the name of the extension? – Mar 06 '13 at 14:05
-
@marcelo2605 Several extensions caused error, I have deleted them and don't know there names any more :( – karaxuna Mar 06 '13 at 14:07
-
a sad news:had there been a way,today adblock extensions would not exist. – Rahul Shah Mar 06 '13 at 16:20
2 Answers
0
You cannot block extensions using javascript but you may check if the user has a certain extension installed and displaying a warning or error regarding the extension like "uploads won't work when XY is enabled"
How to do this has already been discussed on SO
Check whether user has a Chrome extension installed
How to detect if an Internet Explorer plugin is already installed using JavaScript