From a23c606941f4bb971a3bcc19bbc394092767cca2 Mon Sep 17 00:00:00 2001 From: Holly Date: Sun, 9 May 2021 07:16:33 +0000 Subject: [PATCH] todo: fix language issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b2c911b..657eee0 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,5 @@ For the same reason as the last question. That's how the `@match` directives are - ~~Figure out why it doesn't work on Firefox~~ - It's because the `@run-at context-menu` header only works in Chrome based browsers. The context menu item *appears* in Firefox but doesn't do anything. Find a workaraound +- Don't rely on parsing human-readable text, won't work in other languages + - There's no good API or anything for this, going to need to parse the document structure