diff options
Diffstat (limited to 'firefox/chrome')
-rw-r--r-- | firefox/chrome/userChrome.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox/chrome/userChrome.css b/firefox/chrome/userChrome.css new file mode 100644 index 0000000..3f2dfe7 --- /dev/null +++ b/firefox/chrome/userChrome.css @@ -0,0 +1,3 @@ +#webrtcIndicator { + display: none; +} |