Fix multiple plugins (again)

This commit is contained in:
Nuckyz 2024-10-05 07:07:42 -03:00
parent 1e01f85217
commit 19d2986dbb
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9
11 changed files with 66 additions and 91 deletions

View file

@ -92,12 +92,12 @@ export default definePlugin({
replace: '">0"'
}
},
// empty word filter (why would anyone search "horny" in fucking server discovery... please... why are we patching this again??)
// empty word filter
{
find: '"horny","fart"',
find: '"kinkster","kinky"',
predicate: () => settings.store.disableDisallowedDiscoveryFilters,
replacement: {
match: /=\["egirl",.+?\]/,
match: /=\[".+?"\]/g,
replace: "=[]"
}
},