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
it doesn’t need to — window.document.documentMode returns undefined in all browsers except ie 11
window.document.documentMode
undefined
smort
I actually found it on stack overflow :P