Hide internal reader function

This commit is contained in:
Oliver Blanthorn 2023-08-23 22:45:48 +02:00
parent 9954b8fd90
commit 5bd7d24056
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -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))