I hereby claim:
- I am kylebarrow on github.
- I am kylebarrow (https://keybase.io/kylebarrow) on keybase.
- I have a public key whose fingerprint is 1A5B EE59 5B28 DEB2 BB8C 4E29 5607 1FBF BC0B 0C56
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
(function() { | |
var nodes = document.querySelectorAll('*'); | |
for (var i=0; i < nodes.length; i++) | |
{ | |
nodes[i].style.fontFamily = "Comic Sans MS"; | |
} | |
}()); |
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<title>Screen Test</title> | |
<meta charset="utf-8"> | |
<!-- | |
Default device width vieport: | |
BB10 Alpha viewport width = 768px | |
--> | |
<!-- <meta name="viewport" content="width=device-width"> --> |
var start = new Date(); | |
var count = 1000000; | |
while(count > 0) | |
{ | |
// JS to perf test here | |
count--; | |
} |
<!DOCTYPE html> | |
<head> | |
<title>Stay Standalone</title> | |
<meta name="apple-mobile-web-app-capable" content="yes"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> | |
<script src="stay_standalone.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<ul> | |
<li><a href="http://google.com/">Remote Link (Google)</a></li> |