Prevents alert popup on chat.lmsys.org
// ==UserScript==
// @name Disable Alert (lmsys)
// @version 0.1
// @namespace 72c4a849-b3d8-4fae-b2c9
// @license MIT
// @description Prevents alert popup on chat.lmsys.org
// @include https://chat.lmsys.org*
// @grant none
// ==/UserScript==
window.alert = function() {};