From 8d193bf2255832653bfeb648003eb0b5c873026a Mon Sep 17 00:00:00 2001 From: z0ccc <70310180+z0ccc@users.noreply.github.com> Date: Sat, 11 Jun 2022 23:05:31 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ecad693..89b08ac 100755 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ There is a slight delay between when a new tab is opened and the debugger starts While the chrome.debugger API is active, a bar under the address bar is displayed. Hiding the bar is only possible when the --silent-debugger-extension-api command-line switch is used. +### FireFox + +Unfortunately it doesn't work on Firefox since Firefox doesn't support the debugger API for extensions. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions#browser_compatibility + ### Locale override does not mock language data Unlike the Chrome devtools location sensor, overriding the locale does not change language data (such as navigator.language or navigator.languages). There is an open ticket about this here: https://bugs.chromium.org/p/chromium/issues/detail?id=1306254