diff options
Diffstat (limited to 'actions.js')
-rw-r--r-- | actions.js | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -1,9 +1,3 @@ - -// Patterns in the URL: -// $fileanme - filename -// $content_urlencoded - file contents, urlencoded -// $content_base64 - file contents, base64'd - const actions = [ { "extension": ".txt", @@ -14,5 +8,11 @@ const actions = [ "extension": ".txt", "text": "Google search contents", "url": "https://www.google.com/search?q=$content_urlencoded" - } + }, + { + "extension": ".txt", + "text": "ZAMUNDDA TO4KA NET", + "url": "https://zamunda.net", + "open_in_iframe": "true", + }, ]; |