Skip to content

Commit

Permalink
arv: Add Compromised
Browse files Browse the repository at this point in the history
  • Loading branch information
Xi-Plus committed Dec 8, 2024
1 parent 63910cb commit 3a64098
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/twinklearv.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,10 @@ TwinkleGlobal.arv.callback.changeCategory = function (e) {
{
label: 'Spam / spambot',
value: 'Spam / spambot'
},
{
label: 'Compromised',
value: 'Compromised'
}
].concat(TwinkleGlobal.getPref('customSRGReasonList'))
});
Expand Down

0 comments on commit 3a64098

Please sign in to comment.