From d58af0f04b9e944f4236c053c9bae78e7266ce52 Mon Sep 17 00:00:00 2001 From: Holly Date: Sun, 9 May 2021 07:00:01 +0000 Subject: [PATCH] figured out why it doesn't work in firefox --- README.md | 3 ++- index.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60ca976..b2c911b 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,5 @@ For the same reason as the last question. That's how the `@match` directives are ## TODO -- Figure out why it doesn't work on Firefox +- ~~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 diff --git a/index.html b/index.html index 4345bb3..57c0d40 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@

Ensure Tampermonkey is installed: Tampermonkey Home Page Chrome Extension Firefox Add-On

-

At time of writing, the script doesn't work in Firefox and I haven't the foggiest idea why. Working on it.

+

At time of writing, the script doesn't work in Firefox and I'm not sure how to fix it. Looking for a workaround.

Installation Form