mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 09:01:39 -05:00
Hide internal reader function
This commit is contained in:
parent
9954b8fd90
commit
5bd7d24056
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue