aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jitsi/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jitsi/index.js')
-rw-r--r--recipes/jitsi/index.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/jitsi/index.js b/recipes/jitsi/index.js
new file mode 100644
index 0000000..6e3a728
--- /dev/null
+++ b/recipes/jitsi/index.js
@@ -0,0 +1,6 @@
1"use strict";
2module.exports = Franz => class Jitsi extends Franz {
3 overrideUserAgent() {
4 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
5 }
6} \ No newline at end of file