aboutsummaryrefslogtreecommitdiffstats
path: root/actions.js
diff options
context:
space:
mode:
Diffstat (limited to 'actions.js')
-rw-r--r--actions.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/actions.js b/actions.js
index 69912e4..066500e 100644
--- a/actions.js
+++ b/actions.js
@@ -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",
+ },
];