Turning off mouse-hover tooltips during fights

Good evening,

I am wondering if anyone knows how to turn off the tooltips that appear when you hover your mouse over players and mobs during combat. I am looking to get rid of them when raiding and m+ so I can see the environment better. The issue I have now is that with DBM, the function does not work, and with TipTac it stops ALL tooltips, meaning in a fight I am unable to hover over a debuff to see what it is and what to do. Any recommendations?

you’d need to override the GameTooltip:OnTooltipSetUnit( ) script and check for InCombatLockdown( ) to determine whether to run the original script or not

Thanks but I have no clue what any of that means or what to do haha