Skip to content

Instantly share code, notes, and snippets.

View namomo's full-sized avatar

Dongho, Shin namomo

View GitHub Profile
@namomo
namomo / findBrowserUserAgent.html
Last active September 11, 2015 03:05 — forked from yamoo9/index.html
XP, IE 10 브라우저 미만 찾기
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta charset="UTF-8">
<title>XP, IE10 미만 브라우저 접근 금지</title>
<script>
(function(){
var OSV = navigator.appVersion,
OSName="Unknown OS";