Thanks for the heads-up!
One comment, your required reason is five characters or more, but one of the most common reasons is "Spam", which is four characters.
https://codeberg.org/derpepe/pepes-addons/src/branch/master/report/report.js
if (reason.length < 5) {
alert("The reason must be at least 5 characters long!");
return;
}