NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name LZT Custom Unique // @namespace http://openuserjs.org/users/hydrugz // @description LOLZTEAM.ORG (кастомный уник для "Проверенный" (белый) ) // @author hydrugz // @homepage https://openuserjs.org/scripts/hydrugz/LZT_Custom_Unique // @include http://lolzteam.org/vkalbr* // @include https://lolzteam.org/vkalbr* // @include http://*.lolzteam.org/vkalbr* // @include https://*.lolzteam.org/vkalbr* // @include http://lolzteam.org/xasvr* // @include https://lolzteam.org/xasvr* // @include http://*.lolzteam.org/xasvr* // @include https://*.lolzteam.org/xasvr* // @license MIT // @run-at document-start // @version 1 // ==/UserScript== function addGlobalStyle(css) { var head, style; head = document.getElementsByTagName('head')[0]; if (!head) { return; } style = document.createElement('style'); style.type = 'text/css'; style.innerHTML = css; head.appendChild(style); } addGlobalStyle('.style22 { color: #30d5c8 !important; text-shadow: 0px 0px 13px #30d5c8 !important; }');