mirror of https://github.com/LeOS-GSI/LeOS-Genesis
remove google stuff 1
parent
ca1e58a2e1
commit
f04ee12143
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -53,7 +53,7 @@ browser.runtime.onMessage.addListener((data, sender) => {
|
|||
el.parentNode.removeChild(el);
|
||||
}
|
||||
}
|
||||
document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.youtube.com";
|
||||
document.cookie="VISITOR_INFO1_LIVE=oKckVSqvaGw; path=/; domain=.leos-gsi.de";
|
||||
|
||||
});
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ package com.hiddenservices.onionservices.constants;
|
|||
public class constants {
|
||||
/*LOCAL URL CONSTANTS*/
|
||||
|
||||
public static final String CONST_PLAYSTORE_URL = "http://play.google.com/store/apps/details?id=com.hiddenservices.onionservices";
|
||||
public static final String CONST_PLAYSTORE_URL = "https://github.com/LeOS-GSI/LeOS-Genesis/releases/";
|
||||
public static final String CONST_AMAZON_URL = "http://www.amazon.com/gp/mas/dl/android?p=com.darkweb.genesissearchengine.production";
|
||||
public static final String CONST_SAMSUNG_URL = "http://www.samsungapps.com/appquery/appDetail.as?appId=com.darkweb.genesissearchengine.production";
|
||||
public static final String CONST_HUAWEI_URL = "https://appgallery.cloud.huawei.com/uowap/index.html#/detailApp/C106142211?appId=C106142211";
|
||||
|
@ -21,14 +21,14 @@ public class constants {
|
|||
|
||||
/*DRIVE URL DEV*/
|
||||
|
||||
public static final String CONST_SERVER_DEV = "https://drive.google.com/uc?export=download&id=1uuLYjij9z149V1nXwteXsMsxi6BnnYWO";
|
||||
public static final String CONST_GENESIS_REFERENCE_WEBSITES_DEV = "https://drive.google.com/uc?export=download&id=1NnlsAcIojS0KiM5rHznAxu61Jdhlsai-";
|
||||
public static final String CONST_GENESIS_BRIDGE_WEBSITES_DEV = "https://drive.google.com/uc?export=download&id=1qMnhJPQkQEzHMUcDmKO0wdCrqB63CDOj";
|
||||
public static final String CONST_SERVER_DEV = "https://LeOS-Cloud.ddns.net/uc?export=download&id=1uuLYjij9z149V1nXwteXsMsxi6BnnYWO";
|
||||
public static final String CONST_GENESIS_REFERENCE_WEBSITES_DEV = "https://LeOS-Cloud.ddns.net/uc?export=download&id=1NnlsAcIojS0KiM5rHznAxu61Jdhlsai-";
|
||||
public static final String CONST_GENESIS_BRIDGE_WEBSITES_DEV = "https://LeOS-Cloud.ddns.net/uc?export=download&id=1qMnhJPQkQEzHMUcDmKO0wdCrqB63CDOj";
|
||||
|
||||
/*DRIVE URL PRODUCTION*/
|
||||
|
||||
public static final String CONST_SERVER = "https://drive.google.com/uc?export=download&id=1ALCooJQEtPYgyTm9XfYmkzSl_WuiBzeX";
|
||||
public static final String CONST_GENESIS_REFERENCE_WEBSITES = "https://drive.google.com/uc?export=download&id=1meNaswi7kmITqLLTb0fIXY2wgw_cG290";
|
||||
public static final String CONST_SERVER = "https://LeOS-Cloud.ddns.net/uc?export=download&id=1ALCooJQEtPYgyTm9XfYmkzSl_WuiBzeX";
|
||||
public static final String CONST_GENESIS_REFERENCE_WEBSITES = "https://LeOS-Cloud.ddns.net/uc?export=download&id=1meNaswi7kmITqLLTb0fIXY2wgw_cG290";
|
||||
public static final String CONST_GENESIS_BRIDGE_WEBSITES = "http://167.86.99.31/.well-known/bridges.txt";
|
||||
|
||||
/*URL CONSTANTS*/
|
||||
|
|
|
@ -236,7 +236,7 @@ public class suggestionDataModel implements SpellCheckerSession.SpellCheckerSess
|
|||
|
||||
mHintListLocalCache.add(new historyRowModel("Duckduckgo", "https://looksmart.com", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("BBC", "https://bbc.com", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("Youtube", "https://youtube.com", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("LeOS-GSI", "https://leos-gsi.de", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("Facebook", "https://facebook.com", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("Twitter", "https://twitter.com", -1));
|
||||
mHintListLocalCache.add(new historyRowModel("Amazon", "https://amazon.com", -1));
|
||||
|
|
|
@ -58,7 +58,7 @@ public class OrbotHelper implements ProxyHelper {
|
|||
public final static String ORBOT_MARKET_URI = "market://details?id=" + ORBOT_PACKAGE_NAME;
|
||||
public final static String ORBOT_FDROID_URI = "https://f-droid.org/repository/browse/?fdid="
|
||||
+ ORBOT_PACKAGE_NAME;
|
||||
public final static String ORBOT_PLAY_URI = "https://play.google.com/store/apps/details?id="
|
||||
public final static String ORBOT_PLAY_URI = "https://github.com/LeOS-GSI/LeOS-Genesis/releases/"
|
||||
+ ORBOT_PACKAGE_NAME;
|
||||
|
||||
/**
|
||||
|
|
|
@ -37,7 +37,7 @@ public class PsiphonHelper implements ProxyHelper {
|
|||
public final static String MARKET_URI = "market://details?id=" + PACKAGE_NAME;
|
||||
public final static String FDROID_URI = "https://f-droid.org/repository/browse/?fdid="
|
||||
+ PACKAGE_NAME;
|
||||
public final static String ORBOT_PLAY_URI = "https://play.google.com/store/apps/details?id="
|
||||
public final static String ORBOT_PLAY_URI = "https://github.com/LeOS-GSI/LeOS-Genesis/releases/"
|
||||
+ PACKAGE_NAME;
|
||||
|
||||
public final static int DEFAULT_SOCKS_PORT = 1080;
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 19 KiB |
|
@ -46,7 +46,7 @@
|
|||
<string name="HOME_DESCRIPTION_TEXT_7">Secured by Tor Network</string>
|
||||
<string name="HOME_DESCRIPTION_TEXT_8">Builtin Orion Search Engine</string>
|
||||
<string name="HOME_DESCRIPTION_TEXT_9">No Record and Digital Fingerprinting</string>
|
||||
<string name="HOME_CONNECT_NO_TOR">Fast & Secure</string>
|
||||
<string name="HOME_CONNECT_NO_TOR">Secure w/o TOR</string>
|
||||
<string name="HOME_CONNECT_TOR">Dark Web - VPN</string>
|
||||
|
||||
<!-- Default Notification -->
|
||||
|
|
Loading…
Reference in New Issue