4lun / Github Enterprise - DOTcom Edition

// ==UserScript==
// @name         Github Enterprise - DOTcom Edition
// @version      0.1.1
// @description  Enable Github Enterprise Theme on Github.com
// @author       4lun
// @match        https://github.com/*
// @run-at       document-start
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

document.querySelector('body').className+=' enterprise';