aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gotomeeting/index.js
blob: 0b3f51cd3cc4684a550d0ceb7ae4d0e6e35a8409 (plain) (blame)
1
2
3
4
5
6
7
8
"use strict";

module.exports = Franz => class Gotomeeting extends Franz {
  overrideUserAgent() {
    return window.navigator.userAgent.replace(/(Franz|Electron)([^\s]+\s)/g, '');
  }

};