Skip to content

Instantly share code, notes, and snippets.

View nhumphreys's full-sized avatar

Nathan nhumphreys

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nhumphreys on github.
  • I am nathanh (https://keybase.io/nathanh) on keybase.
  • I have a public key whose fingerprint is ACB5 87F5 FDA6 141D 8124 95B4 8149 CD12 A749 63F3

To claim this, I am signing this object:

{
"id": 5,
"created_at": "2014-02-06 09:00:00",
"sign_in_count": "150",
"billing_amount": "$115"
}
@nhumphreys
nhumphreys / gist:9359727
Last active August 29, 2015 13:57
dunno.json
{
"id": 33,
"created_at": "2014-03-06 09:00:00",
"sign_in_count": "250",
"billing_amount": "$215"
}
// ==UserScript==
// @include https://papertrailapp.com/*
// ==/UserScript==
! function () {
$('#event_list').trigger('contentChanged');
var ulContent;
$(document).ajaxStop(function () {
var $ul = $('#event_list');
if(ulContent !== $ul.html()){