mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
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:
commit
5540ebaa15
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