aboutsummaryrefslogtreecommitdiffstats
path: root/actions.js
diff options
context:
space:
mode:
authorAlex Vitkov <alexvitkov98@gmail.com>2021-03-07 10:28:34 +0200
committerAlex Vitkov <alexvitkov98@gmail.com>2021-03-07 10:28:34 +0200
commita670aee7f555f6eee6e3ef5d88307b9dae052db1 (patch)
tree69896bbc4d704679d53a9de6807db1f15c8fec0e /actions.js
parent833c29c5f31e70ba26ca113c192d6fe1eb6e8dde (diff)
downloadfileup-a670aee7f555f6eee6e3ef5d88307b9dae052db1.tar.gz
asdf
Diffstat (limited to 'actions.js')
-rw-r--r--actions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions.js b/actions.js
index 776e7ad..69912e4 100644
--- a/actions.js
+++ b/actions.js
@@ -13,6 +13,6 @@ const actions = [
{
"extension": ".txt",
"text": "Google search contents",
- "url": "https://www.google.com/search?q=$filename"
+ "url": "https://www.google.com/search?q=$content_urlencoded"
}
];