Skip to content

Dafrok/fuck-ie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

fuck-ie

Check whether your browser is a f**king specified version of IE.

Install

$ npm i fuck-ie

Usage

var fuckIE = require('fuck-ie')

// If your browser is IE6, the returned value will be true.
var isIE_6 = fuckIE(6)

// If your browser is IE6 or IE7 or IE8, the returned value will be true.
var isIE_6_7_8 = fuckIE(6, 7, 8)

// If your browser is any version of IE, the returned value will be true.
var isAnyVersionOfIE = fuckIE()

About

Check whether your browser is a f**king specified version of IE or not.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published