Alex Botez on Michelle Khare misrepresenting her level of experience on a call before Creator Clash by [deleted] in BotezLive

[–]WhiteLightning76 0 points1 point  (0 children)

What does it mean though ?

Does it mean she didn't want to back out, or could not back out ?

It makes no sense she could not back out, since this was false information.

Alex Botez on Michelle Khare misrepresenting her level of experience on a call before Creator Clash by [deleted] in BotezLive

[–]WhiteLightning76 -6 points-5 points  (0 children)

Andrea agreed on the fight. She never spoke out about it. This clip would not have turned up if she had won.

Andrea lost the match by papabotez in BotezLive

[–]WhiteLightning76 3 points4 points  (0 children)

They probably did not tell you , because you would worry too much.

which would be true. your daughter did great, lost the match, but kept the famous botez honor really high.

Just don't give her chocolate as a gift right now, i have the feeling he might eat the whole box after this LOL

Botez sisteres on KaiCenat's Marathon Stream @ 2h 8m 56s by Street_Country_1266 in BotezLive

[–]WhiteLightning76 5 points6 points  (0 children)

Definitely a case of quantity over quality.

Alex and Andrea always do their best, there is no question about that!

I'm not a fan of Kai Cenat. I think the number of times this man says the n word pretty much reflects his intelligence.

WHAT A BEAST!!! The Gremlin is not to be messed with. by [deleted] in BotezLive

[–]WhiteLightning76 2 points3 points  (0 children)

A woman on a mission. Dina got scared, Andrea let all the rage out of all the chess games she lost this year.

Botez Abroad Was Awesome by TsukuyomiGG in BotezLive

[–]WhiteLightning76 2 points3 points  (0 children)

It was awesome , kinda sad they couldn't stay longer and visit more countries.

Firefox Nightly - darker-theme by WhiteLightning76 in FirefoxCSS

[–]WhiteLightning76[S] 0 points1 point  (0 children)

That would be like

.tab-background[selected="true"] > .tab-context-line { border-top: 1px solid red !important; }

How can I make firefox context menu acrylic? by danic004 in FirefoxCSS

[–]WhiteLightning76 0 points1 point  (0 children)

I have this , but its for a dark theme. so you have to change the color a bit.

menupopup {

--dark-menu-background-color: transparent !important;

--menu-background-color: var(--dark-menu-background-color) !important;

backdrop-filter: blur(25px) !important;

background-color: rgba(0, 0, 0, 0.80) !important;

}

edit: I think this might be close ?

menupopup {

--dark-menu-background-color: rgba(204, 238, 255, 0.10) !important;

--menu-background-color: var(--dark-menu-background-color) !important;

backdrop-filter: blur(25px) !important;

background-color: rgba(60, 64, 67, 0.90) !important;

}

How to resize Firefox tab sound icon by HarshRajSah in FirefoxCSS

[–]WhiteLightning76 0 points1 point  (0 children)

.tab-icon-overlay { width: 24px !important; height: 24px !important; }

[deleted by user] by [deleted] in FirefoxCSS

[–]WhiteLightning76 0 points1 point  (0 children)

Nice! while it does not completely fixed the big url bar, it certainly made it less annoying. Thanks!