Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
uuidgen | tr '[:upper:]' '[:lower:]' | pbcopy && pbpaste && echo
Verifying myself: My Bitcoin username is +philipbrown. https://onename.io/philipbrown
@philipbrown
philipbrown / gist:c48a370bef669326bcdd
Created June 24, 2014 18:36
Enable localhost images in GMail
(function () {
while (img = document.evaluate('//img[contains(@src, \'googleusercontent.com\')]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue) {
var src = img.attributes.src.value;
src = src.substr(src.indexOf('#') + 1);
img.attributes.src.value = src;
}
})();

Keybase proof

I hereby claim:

  • I am philipbrown on github.
  • I am philipbrown (https://keybase.io/philipbrown) on keybase.
  • I have a public key whose fingerprint is 30A0 0816 B085 89AC 15B4 62F2 0682 EBEC 9F93 4960

To claim this, I am signing this object: