2022-06-15 에 IE11 지원이 종료되었으나, 없어지진 않았기 때문에 여전히 안내가 필요한 상황이라 간단하게 한국어 전용으로 다시 만들었습니다.
<script src="https://cdn.jsdelivr.net/gh/crucifyer/outdated-browser@develop/noie.js" async></script>
- 위와 같이 html 끝나는 곳 /body 앞쪽에 한 줄 추가하면 IE를 감지하여 스크린샷 처럼 안내가 추가됩니다.
original project : https://github.com/burocratik/Outdated-Browser/
- Include plugin's script at the bottom of the HTML body:
<script src="https://cdn.jsdelivr.net/gh/crucifyer/outdated-browser@develop/outdatedbrowser/outdatedbrowser.incl.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/crucifyer/outdated-browser@develop/outdatedbrowser/lang/ko.js"></script><!-- language file - default en -->
<script>
outdatedBrowser();
</script>
</body>
- done.