Merge branch 'reader'

Managed to make a branch on origin, somehow

I still haven't got my head around the differences between the
old `hub` command and the new `gh` one
This commit is contained in:
Oliver Blanthorn 2023-08-23 22:47:56 +02:00
commit 5540ebaa15
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))