diff options
author | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-07 10:28:34 +0200 |
---|---|---|
committer | Alex Vitkov <alexvitkov98@gmail.com> | 2021-03-07 10:28:34 +0200 |
commit | a670aee7f555f6eee6e3ef5d88307b9dae052db1 (patch) | |
tree | 69896bbc4d704679d53a9de6807db1f15c8fec0e /actions.js | |
parent | 833c29c5f31e70ba26ca113c192d6fe1eb6e8dde (diff) | |
download | fileup-a670aee7f555f6eee6e3ef5d88307b9dae052db1.tar.gz |
asdf
Diffstat (limited to 'actions.js')
-rw-r--r-- | actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } ]; |