Skip to content

Instantly share code, notes, and snippets.

View natebunnyfield's full-sized avatar

Nate Bunnyfield natebunnyfield

View GitHub Profile
@kaezarrex
kaezarrex / octigones.user.js
Created May 9, 2012 21:10
Remove Octicons
// ==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',
$;