NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Kaskus Evonical // @namespace https://openuserjs.org/users/CEO/ // @homepageURL http://www.Evonical.com // @description Kaskus Theme 2015 by .ceo. // @author .ceo. // @version Rev 6 Final // @include /^https?://www.kaskus.co.id/*/ // @license MIT License // @run-at document-end // ==/UserScript== var headID = document.getElementsByTagName("head")[0]; var cssNode = document.createElement('link'); cssNode.type = 'text/css'; cssNode.rel = 'stylesheet'; cssNode.href = 'http://superuser.us/ftp/Kaskus.Evonical.css'; cssNode.media = 'screen'; headID.appendChild(cssNode);