From 9b7d609cd41e16aeba75608f0c920aad3dc4a186 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 13 Nov 2020 07:06:19 +0100 Subject: [PATCH] Update GoogleSearchReplace.plugin.js --- Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js index b3a3151ad8..0f0cf2d17c 100644 --- a/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js +++ b/Plugins/GoogleSearchReplace/GoogleSearchReplace.plugin.js @@ -14,7 +14,7 @@ module.exports = (_ => { "info": { "name": "GoogleSearchReplace", "author": "DevilBro", - "version": "1.2.7", + "version": "1.2.8", "description": "Replace the default Google Text Search with a selection menu of several search engines" } }; @@ -66,7 +66,7 @@ module.exports = (_ => { Quora: {value:true, name:"Quora", url:"https://www.quora.com/search?q=" + textUrlReplaceString}, Qwant: {value:true, name:"Qwant", url:"https://www.qwant.com/?t=all&q=" + textUrlReplaceString}, UrbanDictionary: {value:true, name:"Urban Dictionary", url:"https://www.urbandictionary.com/define.php?term=" + textUrlReplaceString}, - Searx: {value:true, name:"Searx", url:"https://searx.me/?q=" + textUrlReplaceString}, + Searx: {value:true, name:"Searx", url:"https://searx.info/?q=" + textUrlReplaceString}, WolframAlpha: {value:true, name:"Wolfram Alpha", url:"https://www.wolframalpha.com/input/?i=" + textUrlReplaceString}, Yandex: {value:true, name:"Yandex", url:"https://yandex.com/search/?text=" + textUrlReplaceString}, Yahoo: {value:true, name:"Yahoo", url:"https://search.yahoo.com/search?p=" + textUrlReplaceString}, @@ -285,4 +285,4 @@ module.exports = (_ => { } }; })(window.BDFDB_Global.PluginUtils.buildPlugin(config)); -})(); \ No newline at end of file +})();