I hereby claim:
- I am joevennix on github.
- I am joevennix (https://keybase.io/joevennix) on keybase.
- I have a public key whose fingerprint is B5AF 35BA 4D3D 365C 7508 3E69 A78C EE8C FB0E B1FD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // display "add to home screen" floater on iphones | |
| // copy and paste this anywhere. | |
| (function(){ | |
| if (document.cookie.match(/ADD_HOME_TOUCH=1/)) return; | |
| document.addEventListener('DOMContentLoaded', function() { | |
| if (navigator.userAgent.match(/iphone|ipod/i)) { | |
| // create & inject css | |
| var parent = document.body; | |
| var arrowHeight = 56; | |
| var bubbleHeight = 130; |