Faulal z Trade

Faulal z Trade Technical Education

/* 1. TOTAL TRANSPARENCY  upi faulal@jio */body, html, yt-live-chat-renderer,  -scroller,  ,   {  background: transparen...
18/02/2026

/* 1. TOTAL TRANSPARENCY upi faulal@jio */
body, html, yt-live-chat-renderer, -scroller, , {
background: transparent !important;
}
::-webkit-scrollbar { display: none !important; }

/* 2. THE GRID CONTAINER */
yt-live-chat-text-message-renderer {
display: grid !important;
grid-template-columns: 42px 1fr !important;
grid-template-areas:
"avatar header"
"avatar message";
column-gap: 10px !important;
row-gap: 0px !important;
padding: 6px 10px !important;
margin-bottom: 4px !important;
}

/* 3. LOGO (Column 1) */
-photo {
grid-area: avatar !important;
align-self: start !important;
margin: 0 !important;
}

-photo, -photo img {
width: 38px !important;
height: 38px !important;
border-radius: 50px !important;
border: 0px solid !important;
}

/* 4. USERNAME & MESSAGE WRAPPER */
{
display: contents !important;
}

/* Header line */
-name-container {
grid-area: header !important;
display: flex !important;
align-items: center !important;
margin-bottom: 5px !important;
z-index: 2;
}

/* USERNAME PILL */
-name {
background: !important;
color: #525252 !important;
padding: 2px 10px !important;
border: 1px solid !important;
border-radius: 6px 6px 0 0 !important;
font-weight: 800 !important;
font-size: 13px !important;
display: inline-block !important;
/* ADDED: Inner shadow for depth and outer drop shadow */
box-shadow: inset 2px 2px 4px rgba(0,0,0,0.1), 2px 2px 5px rgba(0,0,0,0.1) !important;
}

/* 5. MESSAGE BUBBLE - COMPACT */
{
grid-area: message !important;
background: !important; /* Solid white for better shadow contrast */
color: !important;
padding: 6px 12px !important;

border: 1px solid !important;
border-radius: 0px 10px 10px 10px !important;

font-size: 14px !important;
line-height: 1.3 !important;
font-weight: 600 !important;
word-wrap: break-word !important;
max-width: fit-content !important;
/* ADDED: Inner shadow for depth and outer drop shadow */
box-shadow: inset 2px 2px 4px rgba(0,0,0,0.08), 3px 3px 6px rgba(0,0,0,0.1) !important;
}

/* 6. ROLE COLORS (High Contrast Accents) */
yt-live-chat-text-message-renderer[author-type="owner"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="moderator"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="member"] -name { border-color: !important; background: !important; color: !important; }

/* 7. HIDE UI */
yt-live-chat-header-renderer, , yt-live-chat-viewer-engagement-message-renderer {
display: none !important;
}

/* 1. TOTAL TRANSPARENCY UPI faulal@jio*/body, html, yt-live-chat-renderer,  -scroller,  ,   {  background: transparent ...
18/02/2026

/* 1. TOTAL TRANSPARENCY UPI faulal@jio*/
body, html, yt-live-chat-renderer, -scroller, , {
background: transparent !important;
}
::-webkit-scrollbar { display: none !important; }

/* 2. THE GRID CONTAINER */
yt-live-chat-text-message-renderer {
display: grid !important;
/* Column 1: Logo (42px) | Column 2: Content */
grid-template-columns: 42px 1fr !important;
grid-template-areas:
"avatar header"
"avatar message"; /* Avatar now spans both rows to anchor the look */
column-gap: 10px !important;
row-gap: 0px !important; /* ELIMINATES GAP BETWEEN NAME AND MESSAGE */
padding: 6px 10px !important;
margin-bottom: 4px !important;
}

/* 3. LOGO (Column 1) */
-photo {
grid-area: avatar !important;
align-self: start !important;
margin: 0 !important;
}

-photo, -photo img {
width: 38px !important;
height: 38px !important;
border-radius: 50px !important;
border: 0px solid !important;
}

/* 4. USERNAME & MESSAGE WRAPPER */
{
display: contents !important;
}

/* Header line */
-name-container {
grid-area: header !important;
display: flex !important;
align-items: center !important;
margin-bottom: 5px !important; /* PULLS MESSAGE UP TO TOUCH NAME */
z-index: 2;
}

/* USERNAME PILL */
-name {
background: !important;
color: #525252 !important;
padding: 2px 10px !important;
border: 1px solid !important;
border-radius: 6px 6px 0 0 !important; /* Rounded top, flat bottom to join message */
font-weight: 800 !important;
font-size: 13px !important;
display: inline-block !important;
}

/* 5. MESSAGE BUBBLE - COMPACT */
{
grid-area: message !important;
background: rgba(255, 255, 255, 0.85) !important;
color: !important;
padding: 6px 12px !important;

/* Joins with the name pill above */
border: 1px solid !important;
border-radius: 0px 10px 10px 10px !important;

font-size: 14px !important;
line-height: 1.3 !important;
font-weight: 600 !important;
word-wrap: break-word !important;
max-width: fit-content !important;
box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
}

/* 6. ROLE COLORS (High Contrast Accents) */
yt-live-chat-text-message-renderer[author-type="owner"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="moderator"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="member"] -name { border-color: !important; background: !important; color: !important; }

/* 7. HIDE UI */
yt-live-chat-header-renderer, , yt-live-chat-viewer-engagement-message-renderer {
display: none !important;
}

/* 1. TOTAL TRANSPARENCY */body, html, yt-live-chat-renderer,  -scroller,  ,   {  background: transparent !important;}::...
18/02/2026

/* 1. TOTAL TRANSPARENCY */
body, html, yt-live-chat-renderer, -scroller, , {
background: transparent !important;
}
::-webkit-scrollbar { display: none !important; }

/* 2. THE GRID CONTAINER */
yt-live-chat-text-message-renderer {
display: grid !important;
/* Column 1: Logo (42px) | Column 2: Content */
grid-template-columns: 42px 1fr !important;
grid-template-areas:
"avatar header"
"avatar message"; /* Avatar now spans both rows to anchor the look */
column-gap: 10px !important;
row-gap: 0px !important; /* ELIMINATES GAP BETWEEN NAME AND MESSAGE */
padding: 6px 10px !important;
margin-bottom: 4px !important;
}

/* 3. LOGO (Column 1) */
-photo {
grid-area: avatar !important;
align-self: start !important;
margin: 0 !important;
}

-photo, -photo img {
width: 38px !important;
height: 38px !important;
border-radius: 6px !important;
border: 2px solid !important;
}

/* 4. USERNAME & MESSAGE WRAPPER */
{
display: contents !important;
}

/* Header line */
-name-container {
grid-area: header !important;
display: flex !important;
align-items: center !important;
margin-bottom: 5px !important; /* PULLS MESSAGE UP TO TOUCH NAME */
z-index: 2;
}

/* USERNAME PILL */
-name {
background: !important;
color: !important;
padding: 2px 10px !important;
border: 2px solid !important;
border-radius: 6px 6px 0 0 !important; /* Rounded top, flat bottom to join message */
font-weight: 800 !important;
font-size: 13px !important;
display: inline-block !important;
}

/* 5. MESSAGE BUBBLE - COMPACT */
{
grid-area: message !important;
background: rgba(255, 255, 255, 0.95) !important;
color: !important;
padding: 6px 12px !important;

/* Joins with the name pill above */
border: 2px solid !important;
border-radius: 0px 10px 10px 10px !important;

font-size: 14px !important;
line-height: 1.3 !important;
font-weight: 600 !important;
word-wrap: break-word !important;
max-width: fit-content !important;
box-shadow: 2px 2px 0px rgba(0,0,0,0.05);
}

/* 6. ROLE COLORS (High Contrast Accents) */
yt-live-chat-text-message-renderer[author-type="owner"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="moderator"] -name { border-color: !important; background: !important; color: !important; }
yt-live-chat-text-message-renderer[author-type="member"] -name { border-color: !important; background: !important; color: !important; }

/* 7. HIDE UI */
yt-live-chat-header-renderer, , yt-live-chat-viewer-engagement-message-renderer {
display: none !important;
}

/* 1. TRANSPARENCY & LAYOUT */body, html, yt-live-chat-renderer,  -scroller,  ,   {  background: transparent !important;...
18/02/2026

/* 1. TRANSPARENCY & LAYOUT */
body, html, yt-live-chat-renderer, -scroller, , {
background: transparent !important;
}
::-webkit-scrollbar { display: none !important; }

/* 2. MESSAGE ROW */
yt-live-chat-text-message-renderer {
padding: 10px !important;
margin-bottom: 12px !important;
display: flex !important;
flex-direction: column !important; /* Stack (Header) over (Message) */
}

/* 3. THE HEADER (AVATAR + NAME SIDE-BY-SIDE) */
-photo {
margin-right: -15px !important; /* Pulls name closer to avatar */
z-index: 5;
}

-photo, -photo img {
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
border: 3px solid !important;
}

/* Container for Avatar and Name */
yt-live-chat-text-message-renderer {
display: flex !important;
flex-direction: column !important;
width: 100% !important;
}

/* This is the magic wrapper that keeps logo and name together */
yt-live-chat-text-message-renderer -name-container {
display: flex !important;
flex-direction: row !important; /* Forces side-by-side */
align-items: center !important;
margin-bottom: -3px; /* Connects header to bubble */
}

/* 4. USER NAME PILL */
-name {
background-color: !important;
color: !important;
padding: 4px 15px 4px 20px !important; /* Extra padding for overlap look */
border: 3px solid !important;
border-bottom: none !important;
border-radius: 12px 12px 0 0 !important;
font-weight: 800 !important;
font-size: 14px !important;
text-shadow: 1px 1px 0px ;
display: inline-block !important;
}

/* ROLE COLORS */
yt-live-chat-text-message-renderer[author-type="owner"] -name { background: !important; }
yt-live-chat-text-message-renderer[author-type="moderator"] -name { background: !important; }
yt-live-chat-text-message-renderer[author-type="member"] -name { background: !important; }

/* 5. TRANSPARENT WHITE BUBBLE */
{
background: rgba(255, 255, 255, 0.9) !important;
backdrop-filter: blur(5px);
color: !important;
padding: 12px 18px !important;
border: 3px solid !important;
border-radius: 0px 18px 18px 18px !important;

font-size: 16px !important;
font-weight: 600 !important;
line-height: 1.4 !important;
max-width: 280px !important;
word-wrap: break-word !important;
box-shadow: 5px 5px 0px rgba(74, 44, 42, 0.1);
}

/* 6. CLEANUP */
yt-live-chat-header-renderer, yt-live-chat-message-input-renderer, {
display: none !important;
}

/* 1. CLEAN BACKGROUND & 100px TOP FADE */body, html, yt-live-chat-renderer,  -scroller {  background: transparent !impo...
18/02/2026

/* 1. CLEAN BACKGROUND & 100px TOP FADE */
body, html, yt-live-chat-renderer, -scroller {
background: transparent !important;
overflow: hidden !important;
}

{
background: transparent !important;
mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 100px) !important;
-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0px, rgba(0,0,0,1) 100px) !important;
}

::-webkit-scrollbar { display: none !important; }

/* 2. CONDENSED MESSAGE ROW */
yt-live-chat-text-message-renderer {
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
padding: 4px 0px !important; /* Reduced from 12px for condensed look */
margin-bottom: 6px !important; /* Reduced from 15px */
animation: slidePop 0.4s ease-out;
}

slidePop {
from { opacity: 0; transform: translateX(-15px); }
to { opacity: 1; transform: translateX(0); }
}

/* 3. ICON - PERFECT CIRCLE */
-photo, -photo img {
width: 36px !important; /* Slightly smaller for condensed layout */
height: 36px !important;
border-radius: 50% !important;
object-fit: cover !important;
flex-shrink: 0 !important;
}

-photo {
margin-right: 10px !important;
border: 1.5px solid ;
}

/* 4. CONTENT WRAPPER */
{
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
gap: 0px !important; /* Removed gap for tight attachment */
}

/* 5. USER NAME PILL */
-name {
background-color: !important;
color: #000000 !important;
padding: 5px 10px !important; /* Reduced padding */
border-radius: 6px 6px 0px 0px !important;
border-color: rgba(0,0,0,1);
border-width: 2px;
font-weight: 400 !important;
font-size: 15px !important; /* Slightly smaller for density */
display: inline-block !important;
line-height: 1.5 !important;
}

/* 6. MESSAGE BUBBLE - DARK INTERACTIVE GRADIENT */
{
background: linear-gradient(-45deg, #242424, , #282828, ) !important;
background-size: 400% 400% !important;
animation: gradientMove 12s ease infinite !important;

color: !important;
padding: 8px 14px !important; /* Reduced padding */
border-radius: 0px 10px 10px 10px !important;

font-size: 15px !important; /* Slightly smaller to fit condensed theme */
font-weight: 400 !important;
line-height: 1.4 !important;

max-width: fit-content !important;
box-shadow: 0 4px 10px rgba(0,0,0,0.5);
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
word-wrap: break-word !important;
}

gradientMove {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}

/* 7. HIDE UI ELEMENTS */
yt-live-chat-header-renderer,
yt-live-chat-message-input-renderer,
,
yt-live-chat-viewer-engagement-message-renderer {
display: none !important;
}

/* 1. FORCE TOTAL TRANSPARENCY *//* This targets every possible background layer in the YouTube chat frame */body, html,...
18/02/2026

/* 1. FORCE TOTAL TRANSPARENCY */
/* This targets every possible background layer in the YouTube chat frame */
body,
html,
yt-live-chat-renderer,
-scroller,
,
,
-messages,
yt-live-chat-item-list-renderer {
background: transparent !important;
background-color: transparent !important;
}

/* Hide the scrollbar entirely */
::-webkit-scrollbar {
display: none !important;
}

/* 2. MESSAGE CONTAINER SETUP */
yt-live-chat-text-message-renderer {
padding: 8px 10px !important;
margin-bottom: 15px !important;
background-color: transparent !important; /* Ensure no row background */
display: flex !important;
flex-direction: row !important;
align-items: flex-start !important;
}

/* 3. AVATAR STYLING */
-photo, -photo img {
width: 42px !important;
height: 42px !important;
border-radius: 10px !important;
border: 2px solid !important;
}

/* 4. CONTENT WRAPPER (Fixes Overlapping) */
{
display: flex !important;
flex-direction: column !important;
align-items: flex-start !important;
margin-left: 8px !important;
width: 100% !important;
}

/* 5. USERNAME PILL */
-name {
background-color: !important; /* Default Autumn Orange */
color: !important;
padding: 3px 12px !important;
border: 2px solid !important;
border-bottom: none !important;
border-radius: 12px 12px 0 0 !important;
font-weight: 700 !important;
font-size: 14px !important;
z-index: 2;
margin-bottom: -2px; /* Pulls name down to join the bubble */
}

/* 6. TRANSPARENT WHITE BUBBLE (The "Regular" Style) */
{
/* 0.85 = 85% white. Change to 0.5 for more transparency */
background: rgba(255, 255, 255, 0.85) !important;
color: !important;
padding: 10px 15px !important;
border: 2px solid !important;
border-radius: 0px 15px 15px 15px !important;

/* Critical for long messages */
display: inline-block !important;
max-width: 250px !important;
word-wrap: break-word !important;
overflow-wrap: break-word !important;
line-height: 1.4 !important;
box-shadow: 3px 3px 0px rgba(0,0,0,0.05) !important;
}

/* 7. HIDE UNNECESSARY UI */
yt-live-chat-header-renderer,
yt-live-chat-message-input-renderer,
,
yt-live-chat-viewer-engagement-message-renderer,
-menu-button {
display: none !important;
}

UNDER SCAN
19/01/2026

UNDER SCAN

//=5indicator("Bi-Directional Pivot High/Low", overlay=true, max_lines_count=500)// Input settingslookback  = input.int(...
12/01/2026

//=5
indicator("Bi-Directional Pivot High/Low", overlay=true, max_lines_count=500)

// Input settings
lookback = input.int(20, "Left Strength (Lookback)")
lookahead = input.int(20, "Right Strength (Lookforward)")
highColor = input.color(color.rgb(248, 83, 83), "Pivot High Color")
lowColor = input.color(color.rgb(95, 212, 98), "Pivot Low Color")

// Detect Pivots
ph = ta.pivothigh(high, lookback, lookahead)
pl = ta.pivotlow(low, lookback, lookahead)

// Logic for Pivot High Lines
if not na(ph)
int pivotIdx = bar_index - lookahead
line.new(
x1 = pivotIdx - lookback,
y1 = ph,
x2 = bar_index,
y2 = ph,
color = highColor,
width = 2
)

// Logic for Pivot Low Lines
if not na(pl)
int pivotIdx = bar_index - lookahead
line.new(
x1 = pivotIdx - lookback,
y1 = pl,
x2 = bar_index,
y2 = pl,
color = lowColor,
width = 2
)

02/01/2026

Have you seen Today's update on YouTube.com/

12Dec25 uptrend
11/12/2025

12Dec25 uptrend

Address

Bangalore
560053

Website

Alerts

Be the first to know and let us send you an email when Faulal z Trade posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Faulal z Trade:

Share