From 10a9aa16bb7cfd74e360a183222d8a71d3a52574 Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sun, 7 Mar 2021 10:53:00 +0200 Subject: Actions part 3 of N, Open in iframe --- actions.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'actions.js') 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", + }, ]; -- cgit v1.2.3