From 5bd7d2405621cac90b725cef4e3d7e90748371e4 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 23 Aug 2023 22:45:48 +0200 Subject: [PATCH] Hide internal reader function --- src/excmds.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/excmds.ts b/src/excmds.ts index b3ea4bc1..2a63dea2 100644 --- a/src/excmds.ts +++ b/src/excmds.ts @@ -6060,6 +6060,9 @@ export async function extoptions(...optionNameArgs: string[]) { //#content_helper import { Readability } from "@mozilla/readability" +/** + * @hidden + */ //#content_helper export async function readerurl() { document.querySelectorAll(".TridactylStatusIndicator").forEach(ind => ind.parentNode.removeChild(ind))