aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman/index.js
blob: c2d4beecd677ca967644eb4203db99cdeb1bdfc1 (plain) (blame)
1
2
3
4
5
6
7
module.exports = Ferdium =>
  class SuperHuman extends Ferdium {
    overrideUserAgent() {
      // TODO: Rather than hardcoding like this, the user should set it for their individual installation of Ferdium
      return 'Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.135 Safari/537.36 Edge/12.10136';
    }
  };