aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perplexity/webview.js
diff options
context:
space:
mode:
authorLibravatar Victor B <39555268+victorbnl@users.noreply.github.com>2023-07-20 01:34:17 +0200
committerLibravatar GitHub <noreply@github.com>2023-07-20 05:04:17 +0530
commit587c10aa53eeeec036b2420c1514ea37907958eb (patch)
tree52dbae2f508f576deb3cde3623abbd741ec8a3ed /recipes/perplexity/webview.js
parentAdd Bard recipe (#389) (diff)
downloadferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.tar.gz
ferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.tar.zst
ferdium-recipes-587c10aa53eeeec036b2420c1514ea37907958eb.zip
Add Perplexity AI recipe (#388)
Diffstat (limited to 'recipes/perplexity/webview.js')
-rw-r--r--recipes/perplexity/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/perplexity/webview.js b/recipes/perplexity/webview.js
new file mode 100644
index 0000000..56a20b6
--- /dev/null
+++ b/recipes/perplexity/webview.js
@@ -0,0 +1,9 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) {
4 return obj && obj.__esModule ? obj : { default: obj };
5}
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};