Update GoogleSearchReplace.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-10 13:01:09 +01:00
parent b9c7759843
commit 879b0dd2b8
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @name GoogleSearchReplace
* @author DevilBro
* @authorId 278543574059057154
* @version 1.2.9
* @version 1.3.0
* @description Replaces the default Google Text Search with a custom Search Engine
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -17,12 +17,12 @@ module.exports = (_ => {
"info": {
"name": "GoogleSearchReplace",
"author": "DevilBro",
"version": "1.2.9",
"version": "1.3.0",
"description": "Replaces the default Google Text Search with a custom Search Engine"
},
"changeLog": {
"added": {
"GitHub": "Added github as search engine"
"Startpage": "Added Startpage as search engine"
}
}
};
@ -84,6 +84,7 @@ module.exports = (_ => {
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.info/?q=" + textUrlReplaceString},
Startpage: {value: true, name: "Startpage", url: "https://www.startpage.com/sp/search?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},