better action

This commit is contained in:
Ciro Santilli
2021-05-23 02:00:01 +00:00
parent b341695cd9
commit e983afb0bd
3 changed files with 5 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
---
name: shitpost屎帖子
about: "None of the above, 我是小粉红,要说狗屎。习近平是我的大师傅,习万岁,希特勒万岁!!!卐卐卐卐卐卐卐卐卐 https://github.com/cirosantilli/china-dictatorship/tree/bc6c3b893fe5e59c402c54bd47fe3d9fe76bc563#shitpost"
about: "None of the above, 我是小粉红,要说狗屎。傻逼NMSL。习近平是我的大师傅,习万岁,希特勒万岁!!!卐卐卐卐卐卐卐卐卐 https://github.com/cirosantilli/china-dictatorship/tree/bc6c3b893fe5e59c402c54bd47fe3d9fe76bc563#shitpost"
title: ''
labels: shitpost
assignees: ''

View File

@@ -4994,6 +4994,8 @@ After the link addressing anything that they might have said, add three randomly
Meme images, however, cross the language barrier beautifully. It is even better if they have Chinese captions.
Another way to see it is that we are creating a harder to censor <<instagram>> channel.
You can think of them metaphorically as throwing hand grenades over the <<gfw>>. Ciro strives to add the following elements in the image itself where applicable:
* English explanation

View File

@@ -66,7 +66,7 @@ const newLabels = new Set();
const shabiWords = [
'shabi',
'shadiao',
'傻',
'傻',
'沙雕',
'智障',
];
@@ -79,6 +79,7 @@ for (const word of shabiWords) {
const fuckMotherWords = [
'cnm',
'操你妈',
'fuck.*\\b(mom|mum|mother)\\b',
]
for (const word of fuckMotherWords) {
if (new RegExp(word, 'i').test(titleAndBody)) {