Changes theme to colgate
// ==UserScript==
// @name Colgater
// @namespace www.ponychan.net/chan/oat
// @description Changes theme to colgate
// @include http://www.ponychan.net/chan/oat/
// @version 1
// @grant none
// ==/UserScript==
document.getElementById("userstylelink").href="http://ponychan.net/chan/css/colgate.css"
setTimeout(function(){document.getElementById("browser-ponies").style.display="none"},100)