aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/jitsi/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/jitsi/index.js')
-rw-r--r--uncompressed/jitsi/index.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/uncompressed/jitsi/index.js b/uncompressed/jitsi/index.js
index 74b9592..6e3a728 100644
--- a/uncompressed/jitsi/index.js
+++ b/uncompressed/jitsi/index.js
@@ -1,2 +1,6 @@
1"use strict"; 1"use strict";
2module.exports = Ferdi => Ferdi; \ No newline at end of file 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