aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/superhuman-email/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 22:01:51 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-12 22:06:03 +0530
commit9db43e100a672b6d6932ac68c0fbe503c129138b (patch)
tree4f6a31d25a7345c5d92dbd8b80d30ce7d129944f /recipes/superhuman-email/index.js
parentNew recipe: 'stackoverflow' (#707) (diff)
downloadferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.gz
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.tar.zst
ferdium-recipes-9db43e100a672b6d6932ac68c0fbe503c129138b.zip
Added a check to verify that the folder name of the recipe matches the recipe id (#708)
Use the recipe-id as master to rename internal folder names
Diffstat (limited to 'recipes/superhuman-email/index.js')
-rw-r--r--recipes/superhuman-email/index.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/superhuman-email/index.js b/recipes/superhuman-email/index.js
deleted file mode 100644
index 44bc55d..0000000
--- a/recipes/superhuman-email/index.js
+++ /dev/null
@@ -1,6 +0,0 @@
1module.exports = Ferdi => class SuperHuman extends Ferdi {
2 overrideUserAgent() {
3 // TODO: Rather than hardcoding like this, the user should set it for their individual installation of Ferdi
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 }
6};