Skip to content

Instantly share code, notes, and snippets.

View joevennix's full-sized avatar

Joe Vennix joevennix

View GitHub Profile
@joevennix
joevennix / keybase.md
Created March 16, 2015 17:00
Keybase Proof

Keybase proof

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:

@joevennix
joevennix / add-to-home-screen.js
Created April 17, 2012 14:25
Add to home screen callout
// 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;