From 8ffaa7d90fb94b67f3c501e6205454d49846371f Mon Sep 17 00:00:00 2001 From: Alex Vitkov Date: Sun, 7 Mar 2021 11:03:06 +0200 Subject: Actions part 5 of N, superior search engine --- actions.js | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/actions.js b/actions.js index 066500e..4c9ed86 100644 --- a/actions.js +++ b/actions.js @@ -1,18 +1,14 @@ const actions = [ { "extension": ".txt", - "text": "Google search filename", - "url": "https://www.google.com/search?q=$filename" + "text": "Bing filename", + "url": "https://www.bing.com/search?q=$filename", + "open_in_iframe": "true" }, { "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", - }, + "text": "Bing contents", + "url": "https://www.bing.com/search?q=$content_urlencoded", + "open_in_iframe": "true" + } ]; -- cgit v1.2.3