fsb_lzt / LZT Custom Unique1

// ==UserScript==
// @name          LZT Custom Unique1
// @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: ##930b2f !important; text-shadow: 0px 0px 13px ##69233f !important; }');
addGlobalStyle('.style21 { color: ##930b2f !important; text-shadow: 0px 0px 13px ##69233f !important; }');