Trend Explorer
Recent download momentum
Hourly download deltas for the last 48 hours.
About this addon
What it does
ArenaLeaveConfirmer skips the confirmation popup which would normally appear when leaving arena, effectively reverting the change Blizzard made for patch 5.1. It also skips the confirmation popup for surrendering. Its entire code is the following:
local function ArenaLeaveConfirm(self)
if IsActiveBattlefieldArena() or GetBattlefieldWinner() then
self.button1:Click()
end
end
hooksecurefunc(StaticPopupDialogs["CONFIRM_LEAVE_BATTLEFIELD"],"OnShow",ArenaLeaveConfirm)
hooksecurefunc(StaticPopupDialogs["CONFIRM_SURRENDER_ARENA"],"OnShow",ArenaLeaveConfirm)
At-a-glance numbers
Performance highlights
- Peaked at Hot #3199 on May 22, 2026.
- Peaked at Rising #4663 on May 10, 2026.
- Featured on the Hot list across 4 distinct weeks.
- Shipped 1 release in the last 30 days.