Using fstack and screenshot, I was able to find the offending frames.
ObjectiveTrackerTopBannerFrame.BlackBar
ObjectiveTrackerTopBannerFrame
These pop up in the middle of your view if you ever pass by a world quest, which is what I don’t want. I made a functional macro that hides them, but unfortunately it does not persist.
/script ObjectiveTrackerTopBannerFrame.BlackBar:Hide()
/script ObjectiveTrackerTopBannerFrame:Hide()
The BlackBar remains hidden for the session. The bannerframe can be hidden if visible, but simply pops up again next time I pass a world quest.
My goal is to persistently hide these two elements. Is this somehow possible?
Thanks for reading!