This should do it (replace the 3 with whatever time in seconds you want it to be visible for)
- Code: Select all
/script for i=1,6 do getglobal('ChatFrame'..i):SetTimeVisible(3) end
Note you have to use this every time you log into the game. To make it automatic someone would have to turn it into an addon. I may do it later if I have time.