aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/superhuman/index.js')
-rw-r--r--recipes/superhuman/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/superhuman/index.js b/recipes/superhuman/index.js
index 44bc55d..3cae124 100644
--- a/recipes/superhuman/index.js
+++ b/recipes/superhuman/index.js
@@ -1,6 +1,6 @@
1module.exports = Ferdi => class SuperHuman extends Ferdi { 1module.exports = Ferdium => class SuperHuman extends Ferdium {
2 overrideUserAgent() { 2 overrideUserAgent() {
3 // TODO: Rather than hardcoding like this, the user should set it for their individual installation of Ferdi 3 // TODO: Rather than hardcoding like this, the user should set it for their individual installation of Ferdium
4 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'; 4 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';
5 } 5 }
6}; 6};