This script self-executes immediately, meaning it doesn't check if it's needed or not.
It would be useful if we could choose when to initialize the event listeners, so we could decide if it's necessary or not.
For example, I only need it for IE11/Windows 10. Anything else seems to work fine - so it'd just be checking SVGs pointlessly.
Would that be too complicated to implement?