importdefinePluginfrom"../utils/types";exportdefaultdefinePlugin({name:"STFU",description:"Disables the 'HOLD UP' banner in the console",author:"Vendicated",patches:[{find:"setDevtoolsCallbacks",replacement:{match:/\.default=function.+$/s,replace:".default=function(){}}"}}]});