Skip to content

Instantly share code, notes, and snippets.

@masawada
Last active December 22, 2015 21:48
Show Gist options
  • Save masawada/6535430 to your computer and use it in GitHub Desktop.
Save masawada/6535430 to your computer and use it in GitHub Desktop.
// forked from http://ltcmdr927.hatenablog.jp/entry/2013/09/12/165727
// http://buttlabo.net/cdn/ie_hellowork.js
var isMicrosoftInternetExplorer = /*@cc_on!@*/false;
if (isMicrosoftInternetExplorer) {
location.href = "https://www.hellowork.go.jp/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment