NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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';