aboutsummaryrefslogtreecommitdiffstats
path: root/actions.js
diff options
context:
space:
mode:
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"
}
];