Colgater

Changes theme to colgate

当前为 2014-09-12 提交的版本,查看 最新版本

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