search change

v1.6.1
harvey186 2023-09-09 10:16:02 +02:00
parent 82507d40d7
commit d9d3326e20
6 changed files with 12 additions and 12 deletions

View File

@ -70,7 +70,7 @@ var image = `
`;
function listener(details) {
let redirectUrl = "https://google.com";
let redirectUrl = "http://leosearch.ddns.net";
return {redirectUrl};
}

View File

@ -48,7 +48,7 @@ public class constants {
public static final String CONST_GENESIS_HELP_URL = "https://orion.onion/help";
public static final String CONST_GENESIS_HELP_URL_SUB = "167.86.99.31/help";
public static final String CONST_BACKEND_GENESIS_URL = "http://167.86.99.31/search?q=$s&p_num=1&s_type=all";
public static final String CONST_BACKEND_GOOGLE_URL = "https://www.google.com/search?q=$s";
public static final String CONST_BACKEND_GOOGLE_URL = "http://leosearch.ddns.net";
public static final String CONST_BACKEND_DUCK_DUCK_GO_URL = "https://www.torry.io/mobile/orion/search/?q=$s";
public static final String CONST_BACKEND_DUCK_DUCK_GO_STATIC_URL = "https://www.torry.io/mobile/orion/";

View File

@ -248,11 +248,11 @@ public class suggestionDataModel implements SpellCheckerSession.SpellCheckerSess
mHintListLocalCache.add(new historyRowModel("Craigslist", "https://craigslist.com", -1));
mHintListLocalCache.add(new historyRowModel("Walmart", "https://walmart.com", -1));
mHintListLocalCache.add(new historyRowModel("Instagram", "https://instagram.com", -1));
mHintListLocalCache.add(new historyRowModel("Google", "https://google.com", -1));
mHintListLocalCache.add(new historyRowModel("LeOSearch", "http://leossearch.ddns.net", -1));
mHintListLocalCache.add(new historyRowModel("NY Times", "https://nytimes.com", -1));
mHintListLocalCache.add(new historyRowModel("Apple", "https://apple.com", -1));
mHintListLocalCache.add(new historyRowModel("Linkedin", "https://linkedin.com", -1));
mHintListLocalCache.add(new historyRowModel("Play.Google", "https://play.google.com", -1));
mHintListLocalCache.add(new historyRowModel("Play.G**gle", "https://leos-gsi.de", -1));
mHintListLocalCache.add(new historyRowModel("ESPN", "https://espn.com", -1));
mHintListLocalCache.add(new historyRowModel("Webmd", "https://webmd.com", -1));
mHintListLocalCache.add(new historyRowModel("CNN", "https://cnn.com", -1));
@ -336,7 +336,7 @@ public class suggestionDataModel implements SpellCheckerSession.SpellCheckerSess
mHintListLocalCache.add(new historyRowModel("NPR", "https://npr.com", -1));
mHintListLocalCache.add(new historyRowModel("Wow Head", "https://wowhead.com", -1));
mHintListLocalCache.add(new historyRowModel("Bing", "https://bing.com", -1));
mHintListLocalCache.add(new historyRowModel("Google", "https://google.com", -1));
mHintListLocalCache.add(new historyRowModel("LeOSearch", "http://leosearch.ddns.net", -1));
if (status.sTorBrowsing) {
mHintListLocalCache.add(new historyRowModel("Orion Search", "https://orion.onion", -1));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -81,8 +81,8 @@
<string name="SETTING_SEARCH_DEFAULT" translatable="false">default</string>
<string name="SETTING_SEARCH_GENESIS" translatable="false">Orion</string>
<string name="SETTING_SEARCH_DUCK" translatable="false">DuckDuckGo</string>
<string name="SETTING_SEARCH_GOOGLE" translatable="false">Google</string>
<string name="SETTING_SEARCH_AMAZON" translatable="false">Bing</string>
<string name="SETTING_SEARCH_GOOGLE" translatable="false">LeOSearch</string>
<string name="SETTING_SEARCH_AMAZON" translatable="false">Ecosia</string>
<string name="SETTING_SEARCH_BING" translatable="false">Wikipedia</string>
<string name="SETTING_SEARCH_HISTORY" translatable="true">show browsed web links</string>
<string name="SETTING_SEARCH_SUGGESTIONS" translatable="true">show suggestions during

View File

@ -232,7 +232,7 @@
<string name="SETTING_SEARCH_NAME_WIKIPEDIA_Name" translatable="false">Wikipedia</string>
<string name="SETTING_SEARCH_NAME_WIKIPEDIA" translatable="true">Browse articles freely</string>
<string name="SETTING_SEARCH_NAME_BING" translatable="true">Search from microsoft</string>
<string name="SETTING_SEARCH_NAME_GOOGLE" translatable="true">Search from google</string>
<string name="SETTING_SEARCH_NAME_GOOGLE" translatable="true">LeOSearch</string>
<string name="SETTING_SEARCH_NAME_DUCKDUCKGO" translatable="true">Tracking protection search</string>
<string name="SETTING_PRIVACY_POPUP" translatable="true">Block Popup | Toggle to Disable Popup Advert</string>
@ -273,7 +273,7 @@
<string name="SETTING_SEARCH_DEFAULT" translatable="false">Default Engine (Recommended)</string>
<string name="SETTING_SEARCH_GENESIS" translatable="false">Orion</string>
<string name="SETTING_SEARCH_DUCK" translatable="false">Torry IO (Recommended)</string>
<string name="SETTING_SEARCH_GOOGLE" translatable="false">Google by Google inc</string>
<string name="SETTING_SEARCH_GOOGLE" translatable="false">Search by Harvey186</string>
<string name="SETTING_SEARCH_AMAZON" translatable="false">Bing by Microsoft</string>
<string name="SETTING_SEARCH_BING" translatable="false">Browse articles freely</string>
<string name="SETTING_SEARCH_HISTORY" translatable="true">Show search history</string>
@ -573,7 +573,7 @@
<string-array name="search_engines" translatable="true">
<item>Hidden Web</item>
<item>Google</item>
<item>LeOSearch</item>
<item>Duck Duck Go</item>
</string-array>