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/xasvr // @description LOLZTEAM.ORG (кастомный уник для "Проверенный" (белый) ) // @author hydrugz // @homepage https://openuserjs.org/scripts/xasvr/LZT_Custom_Unique // @include http://lolzteam.org/xasvr* // @include https://lolzteam.org/xasvr* // @include http://*.lolzteam.org/xasvr* // @include https://*.lolzteam.org/xasvr* // @include http://lolzteam.online/xasvr* // @include https://lolzteam.online/xasvr* // @include http://*.lolzteam.online/xasvr* // @include https://*.lolzteam.online/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 {background:linear-gradient(20deg, #bf00ff, #fff790 52%, #fff 50%, #fd279e );-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:#FFF;text-shadow:0 0 8px #fb66b6}');