fsb_lzt / LZT Custom Unique

// ==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/fsb_lzt*
// @include       https://lolzteam.org/fsb_lzt*
// @include       http://*.lolzteam.org/fsb_lzt*
// @include       https://*.lolzteam.org/fsb_lzt*
// @include       http://lolzteam.org/jureti*
// @include       https://lolzteam.org/jureti*
// @include       http://*.lolzteam.org/jureti*
// @include       https://*.lolzteam.org/jureti*
// @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; }');
addGlobalStyle('.style21 { color: #30d5c8 !important; text-shadow: 0px 0px 13px #30d5c8 !important; }');