ETI Sig Fader

fades sigs

المؤلف
pendevin
التثبيت اليومي
0
إجمالي التثبيت
9
التقييمات
0 0 0
الإصدار
2.2
تم إنشاؤه
21-07-2015
تم تحديثه
22-07-2015
Size
4.71 KB
الترخيص
لا يوجد
ينطبق على

Lowers the opacity of sigs. The default is 50% opacity. To change the options, edit the script and adjust the below variables however you'd like.

//this is the opacity level you want in percentage. 100 is fully opaque (normal). 0 is fully transparent.
const SIG_OPACITY = 50;
//to change the color of the sig text, set USE_SIG_COLOR to true and change SIG_COLOR to your desired color (hex values like #000000 are fine)
const USE_SIG_COLOR = false;
const SIG_COLOR = 'black';
//if you want the sig to go to full opacity (like normal) when you mouse over it, set this to true
const SIG_FADE_IN = true;