Anonymous ID: 077836 May 27, 2018, 5:30 a.m. No.1555914   🗄️.is 🔗kun

>>1555434

Going without filter myself, but regarding filtering the name fields (ebot etc), there was a suggestion to use regex:

^(?![Aa]nonymous$|Q$)

instead, which would filter all names except "Anonymous", "anonymous" & "Q", or

^(?!Anonymous$|Q$)

to also filter out user names "anonymous".