From f96c33fd82ddb0eda5c82abb82d0d61137cf678b Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 26 Oct 2023 16:50:08 +0200 Subject: [PATCH] Skip scheduled topics in Show Topic Author. --- .../features/miscellaneous/show-topic-author.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/content-scripts/features/miscellaneous/show-topic-author.ts b/source/content-scripts/features/miscellaneous/show-topic-author.ts index 5b67b02..ed4ee01 100644 --- a/source/content-scripts/features/miscellaneous/show-topic-author.ts +++ b/source/content-scripts/features/miscellaneous/show-topic-author.ts @@ -38,6 +38,11 @@ function showTopicAuthor(): number { continue; } + if (author.toLowerCase() === "tildes") { + // Skip the automatically posted topics from the Tildes system account. + continue; + } + topicInfoSource.insertAdjacentElement( "afterbegin", createElementFromString(