HideRaidFrame

HideRaidFrame

81.4k Downloads

Hides the Blizzard Raid Frames

The way this addon works it completely disables the Blizzard Raid Frames and Manager, so there will be no chance of taint

Slash Commands: /hr, /hideraid - - - toggles the Raid Frames

  • This also disables the Raid Profiles options panel & Raid-Style Party Frames since they are part of the Blizzard Raid Frames addon

  • If you delete this addon, the Raid Frames won't magically come back! Just use the below macro to toggle them back

This macro does almost the same thing, but then Normal Party Frames will also be disabled. The reason is that Blizzard sets the Party Frames position from the Raid Frames addon

/run local f = IsAddOnLoaded("Blizzard_CompactRaidFrames") and DisableAddOn or EnableAddOn for _, v in pairs({"Blizzard_CompactRaidFrames", "Blizzard_CUFProfiles"}) do f(v) end ReloadUI()