first they came

This commit is contained in:
Ciro Santilli
2021-08-28 09:34:19 +01:00
parent f3eabcc517
commit 094cbdaf60
2 changed files with 94 additions and 19 deletions

View File

@@ -96,7 +96,7 @@ if (!isComment) {
'fuck.*\\b(mom|mum|mother)\\b',
'尼玛',
'去你吗',
'(操|草)(你|泥|拟)(马|吗|妈)',
'(日|操|草)(你|泥|拟)(马|吗|妈)',
]
for (const word of fuckMotherWords) {
if (new RegExp(word, 'i').test(titleAndBody)) {