Skip to content

Instantly share code, notes, and snippets.

@mobo12
Created November 27, 2016 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mobo12/dd06171f68ab165f52ee3472fca1f608 to your computer and use it in GitHub Desktop.
Save mobo12/dd06171f68ab165f52ee3472fca1f608 to your computer and use it in GitHub Desktop.
<script language="Javascript" src="http://gd.geobytes.com/Gd?pages=US&ext=html&after=-1"></script>
<script language="javascript">
if(!(typeof(sGeobytesLocationCode)!="undefined"&&sGeobytesLocationCode.indexOf('USCA')==0))
{
// Anyone that is NOT from California will be redirected here:
document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=http://www.notcalifornia.com'>");
} else{
/ Anyone that is from California will be redirected here:
document.write("<META HTTP-EQUIV='Refresh' CONTENT='0; URL=http://www.california.com'>");
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment