aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/instagram/index.js
blob: 928d5b19acb60be6c51718feb8a47f4a8d8ff908 (plain) (blame)
1
2
3
4
5
module.exports = Ferdi => class Instagram extends Ferdi {
  overrideUserAgent() {
    return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
  }
};