Skip to content

Instantly share code, notes, and snippets.

View natebunnyfield's full-sized avatar

Nate Bunnyfield natebunnyfield

View GitHub Profile
// ==UserScript==
// @name Octigones
// @namespace https://github.com
// @include https://github.com/*
// @description A GitHub beautifier.
// ==/UserScript==
var JQUERY_URL = 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js',
$;