aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gotomeeting/index.js')
-rw-r--r--recipes/gotomeeting/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gotomeeting/index.js b/recipes/gotomeeting/index.js
new file mode 100644
index 0000000..0b3f51c
--- /dev/null
+++ b/recipes/gotomeeting/index.js
@@ -0,0 +1,8 @@
1"use strict";
2
3module.exports = Franz => class Gotomeeting extends Franz {
4 overrideUserAgent() {
5 return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, '');
6 }
7
8};