From 50f93e4a5cc7c80d47bf85cd40de436aa3eb9619 Mon Sep 17 00:00:00 2001 From: "Tania R. Zúñiga" Date: Wed, 15 Sep 2021 00:07:55 -0500 Subject: 🚀 Add Pipefy Recipe (#711) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- recipes/pipefy/index.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/pipefy/index.js (limited to 'recipes/pipefy/index.js') diff --git a/recipes/pipefy/index.js b/recipes/pipefy/index.js new file mode 100644 index 0000000..9e105e9 --- /dev/null +++ b/recipes/pipefy/index.js @@ -0,0 +1,6 @@ +module.exports = (Ferdi) => + class Pipefy extends Ferdi { + overrideUserAgent() { + return "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:72.0) Gecko/20100101 Firefox/72.0"; + } + }; -- cgit v1.2.3-54-g00ecf