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(