Skip to content

crucifyer/outdated-browser

 
 

Repository files navigation

Outdated Browser rawgit CDN version

How to use it (for IE11)

2022-06-15 에 IE11 지원이 종료되었으나, 없어지진 않았기 때문에 여전히 안내가 필요한 상황이라 간단하게 한국어 전용으로 다시 만들었습니다.

<script src="https://cdn.jsdelivr.net/gh/crucifyer/outdated-browser@develop/noie.js" async></script>
  • 위와 같이 html 끝나는 곳 /body 앞쪽에 한 줄 추가하면 IE를 감지하여 스크린샷 처럼 안내가 추가됩니다.

example

IE 로 예제보기

Now that IE is a thing of the past, this library is no longer needed.

original project : https://github.com/burocratik/Outdated-Browser/

How to use it (old)

  1. 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>
  1. done.

example

visit example with old browser

Now that IE is a thing of the past, this library is no longer needed.

License

MIT License

About

A simple tool to identify and upgrade old browsers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.9%
  • HTML 37.5%
  • CSS 4.8%
  • SCSS 4.8%
  • PHP 1.0%