From ddb8aa297962379fa7731032140221ba35f84b50 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Fri, 7 Aug 2026 18:09:39 -0500 Subject: feat: add hide-ai option to omit AI-generated deviations Adds a hide-ai config flag that drops deviations flagged data.AI from every listing (search, daily, galleries, favourites) in the shared DeviationList loop, analogous to how nsfw gates mature content. The flag is already parsed and shown as a marker, so this is a filter over existing data. Off by default. Closes #15 --- config.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.example.json') diff --git a/config.example.json b/config.example.json index f3186f1..c90886e 100755 --- a/config.example.json +++ b/config.example.json @@ -13,5 +13,6 @@ "download-proxy": "", "user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36", "proxy": true, - "nsfw": false + "nsfw": false, + "hide-ai": false } -- cgit v1.2.3