File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
java/org/midorinext/android Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -420,15 +420,15 @@ class Core(
420
420
421
421
defaultTopSites.add(
422
422
Pair (
423
- context.getString(R .string.default_top_site_eneba ),
424
- SupportUtils .ENEBA_URL ,
423
+ context.getString(R .string.default_top_site_stakeus ),
424
+ SupportUtils .STAKEUS_URL ,
425
425
)
426
426
)
427
427
428
428
defaultTopSites.add(
429
429
Pair (
430
- context.getString(R .string.default_top_site_hotels ),
431
- SupportUtils .HOTELS_URL ,
430
+ context.getString(R .string.default_top_site_stakecom ),
431
+ SupportUtils .STAKECOM_URL ,
432
432
)
433
433
)
434
434
Original file line number Diff line number Diff line change @@ -20,14 +20,13 @@ import java.util.Locale
20
20
21
21
object SupportUtils {
22
22
const val RATE_APP_URL = " market://details?id=" + BuildConfig .APPLICATION_ID
23
- const val WIKIPEDIA_URL = " https://www.wikipedia.org/"
24
23
const val MIDORI_PLAY_STORE_URL = " https://play.google.com/store/apps/details?id=${BuildConfig .APPLICATION_ID } "
25
24
const val GOOGLE_URL = " https://www.google.com/"
26
25
const val EXPEDIA_URL = " https://expedia.com/affiliate/WyybenA"
27
26
const val AMAZON_URL = " https://www.amazon.com/?&_encoding=UTF8&tag=astian-20&linkCode=ur2&linkId=62378ad479147f7dc4e1be82192e6d10&camp=1789&creative=9325"
27
+ const val STAKEUS_URL = " https://stake.us/?c=L0OhuV83"
28
+ const val STAKECOM_URL = " https://stake.com/?offer=mori200bon&c=L0OhuV83"
28
29
const val EBAY_URL = " https://ebay.us/mcNp23"
29
- const val ENEBA_URL = " https://www.eneba.com/latam/?af_id=Astian"
30
- const val HOTELS_URL = " https://www.hotels.com/affiliate/Ya3mgrV"
31
30
const val ALIEXPRESS_URL = " https://s.click.aliexpress.com/e/_DCpnkVX"
32
31
const val GOOGLE_US_URL = " https://www.google.com/webhp?client=midori-b-1-m&channel=ts"
33
32
const val GOOGLE_XX_URL = " https://www.google.com/webhp?client=midori-b-m&channel=ts"
Original file line number Diff line number Diff line change 1768
1768
<string name =" midori_suggest_header" >Midori Suggest</string >
1769
1769
<string name =" default_top_site_eneba" >Eneba</string >
1770
1770
<string name =" default_top_site_hotels" >Hotels</string >
1771
+ <string name =" default_top_site_stakeus" >Stake US</string >
1772
+ <string name =" default_top_site_stakecom" >Stake.com</string >
1771
1773
</resources >
You can’t perform that action at this time.
0 commit comments