From 4ba712e5b04145c44fa58b05c2b38d66e6f7c18e Mon Sep 17 00:00:00 2001 From: Aisu Wata Date: Sat, 13 May 2023 22:23:39 -0300 Subject: [PATCH] Auto Swipe: changed default and placeholder --- public/index.html | 2 +- public/scripts/power-user.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 9e5f31670..b9214dd96 100644 --- a/public/index.html +++ b/public/index.html @@ -1690,7 +1690,7 @@
Blacklisted words
- +
Blacklisted word count to swipe
diff --git a/public/scripts/power-user.js b/public/scripts/power-user.js index 053cf63dc..8a7e021a3 100644 --- a/public/scripts/power-user.js +++ b/public/scripts/power-user.js @@ -109,7 +109,7 @@ let power_user = { auto_swipe: false, auto_swipe_minimum_length: 0, - auto_swipe_blacklist: ["ethical", "guidelines", "harmful", "illegal", "comfortable", "generating"], + auto_swipe_blacklist: [], auto_swipe_blacklist_threshold: 2, auto_scroll_chat_to_bottom: true, auto_fix_generated_markdown: true,