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