aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman/index.js
blob: 3cae124598611edd501053a0d32f1dfb731b8b9e (plain) (blame)
1
2
3
4
5
6
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';
  }
};