aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram-direct-messages/index.js
blob: bfa1949f846e2a72c8e9368c402f6223ac5f02c5 (plain) (blame)
1
2
3
4
5
6
7
"use strict";

module.exports = Ferdium => class Messenger extends Ferdium {
  overrideUserAgent() {
    return window.navigator.userAgent.replace(/(Ferdium|Electron)(\S+\s)/g, '');
  }
};