Disabling JS from within Website for specific browsers
问题 My Website is completely designed to without javascript. JS is added completely non intrusively. Now I don't want to test the JS on all browsers (notably older IE versions), because they give no feedback for debugging, and it's just not worth my time. So I'd simply like to disable JS on some browsers (or the opposite: allow it on the browsers I have tested it with). Is there a way to do that? Or do I have to create a JS flag that I have to consult every time before I execute JS? (really don't