Skip to content

crucifyer/outdated-browser

This branch is 31 commits ahead of, 32 commits behind outdatedbrowser/outdated-browser:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

742788c · Jun 17, 2022
Mar 5, 2016
Jun 17, 2022
Mar 7, 2016
Mar 5, 2016
Jun 17, 2022
Mar 7, 2016
Jun 17, 2022
Jun 17, 2022
Jun 17, 2022
Mar 7, 2016

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%