People who know how to code:
Make something so if someone visits the page in ie it redirects them to the Firefox/chrome download page
I might be dumb but this code doesn’t mention IE
it doesn’t need to — window.document.documentMode
returns undefined
in all browsers except ie 11
smort
I actually found it on stack overflow :P