Is there a way to disable the banner/text in the out-of-control icon that shows up in the center of your screen when you’re crowd controlled?
I don’t want to disable the whole thing as I know you can do it in interface options. If possible, I’d prefer it to just be an icon with a number countdown similar to what BigDebuffs does when your partner gets feared.
The large banner and text describing the effect (Polymorphed!) takes up too much space for my liking and sometimes makes it difficult to kill Capacitor totems at my feet.
There absolutely is. I’m at the dealership getting my car serviced atm, but in a couple hours, if no one has first, I will share with you the code that I use to do exactly what you have asked.

I’m interested. All I’ve found so far is one that makes the banner transparent, but the word/time remaining still exists. It’s a slight upgrade but one that removes those as well would be ideal.
If I can’t find a script for it I’ll probably just download an addon, someone mentioned that LoseControl does it. Just trying to avoid downloading more addons because my PC is pretty crap.
I’m not sure if this gets everything you want:
/run local l=LossOfControlFrame l.RedLineTop:SetTexture(nil) l.RedLineBottom:SetTexture(nil) l.blackBg:SetTexture(nil) l.AbilityName:SetAlpha(0)