aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/poe/webview.js
diff options
context:
space:
mode:
authorLibravatar Dick Tang <dick.tang@ymail.com>2023-09-03 08:35:35 +0800
committerLibravatar GitHub <noreply@github.com>2023-09-03 01:35:35 +0100
commit948bbe30694c09a7d58e669dc654c5b0a41f5cb1 (patch)
tree8a4867cc6213d0b4df0cb2a2e93484b651014455 /recipes/poe/webview.js
parentadd meiphoo7-Mae as a contributor for code (#414) (diff)
downloadferdium-recipes-948bbe30694c09a7d58e669dc654c5b0a41f5cb1.tar.gz
ferdium-recipes-948bbe30694c09a7d58e669dc654c5b0a41f5cb1.tar.zst
ferdium-recipes-948bbe30694c09a7d58e669dc654c5b0a41f5cb1.zip
new recipes: poe (#410)
Diffstat (limited to 'recipes/poe/webview.js')
-rw-r--r--recipes/poe/webview.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/poe/webview.js b/recipes/poe/webview.js
new file mode 100644
index 0000000..1119219
--- /dev/null
+++ b/recipes/poe/webview.js
@@ -0,0 +1,9 @@
1function _interopRequireDefault(obj) {
2 return obj && obj.__esModule ? obj : { default: obj };
3}
4
5const _path = _interopRequireDefault(require('path'));
6
7module.exports = Ferdium => {
8 Ferdium.injectCSS(_path.default.join(__dirname, 'service.css'));
9};