Rename intermediate file README.body.html -> body.html to try and prevent inclusion in NPM package, so invasive

evil man
This commit is contained in:
Ciro Santilli
2021-07-21 18:51:48 +01:00
parent d269023ce8
commit 557cab2cbb
26 changed files with 3138 additions and 35 deletions

View File

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