From 5f68c4902c6be53b96790c4ab2e525b0bfdf4cf7 Mon Sep 17 00:00:00 2001 From: Midori Date: Thu, 13 Jan 2022 21:46:17 +0900 Subject: [PATCH] Add NOTICE for Firefox --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 872c6c0..ad55dda 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A browser extension designed to bypass certain image hash checking systems. It recreate an image with a new hash using canvas. +NOTICE! You need to set `dom.events.asyncClipboard.clipboardItem` to `true` in `about:config` if you use Firefox and enabled the `copy` in extention option. See [ClipboardItem()](https://developer.mozilla.org/en-US/docs/Web/API/ClipboardItem/ClipboardItem). + ## Setup ```bash