|
1 | 1 | # eja.surf
|
2 | 2 |
|
3 |
| -The idea behind this browser is to try to implement all known privacy features allowed by Android while keeping the code as easier as possible to read and understand. |
| 3 | +The idea behind this browser is to implement all known privacy features allowed by Android while keeping the code as simple as possible to read and understand. |
4 | 4 |
|
5 |
| -A group of javascript callback functions is also in place to allow anyone to design a new landing page and funnel all url and search operation through your own server thus keeping as much control as possible under your hands. |
| 5 | +A group of JavaScript callback functions is also in place to allow anyone to design a new landing page and funnel all URL and search operations through their own server, thus maintaining as much control as possible. |
6 | 6 |
|
7 |
| -Any contribution of course and usual more than welcome! :) |
| 7 | +## UX |
8 | 8 |
|
9 |
| -# ux |
10 |
| -the browser interface is intentionally simple and clean, write something on the search box and click the search button on the keyboard, if the searching term is a valid url you will be redirected otherwise the search will be made via a custom google search engine. |
| 9 | +The browser interface is intentionally simple and clean. Write something in the search box and click the search button on the keyboard. If the search term is a valid URL, you will be redirected; otherwise, the search will be conducted via a custom Google search engine. |
11 | 10 |
|
12 |
| -The custom search engine will also group the results by official internationals enciclopedias and news agencies. |
| 11 | +The custom search engine will also group the results by official international encyclopedias and news agencies. |
13 | 12 |
|
14 | 13 | Pulling down the page from the top border (refreshing) will bring you to the home page.
|
15 | 14 |
|
16 |
| -A long click on any link will allow you to add that link to the bookmark list, this will replace the usual and confusing multi million background open windows. |
| 15 | +A long click on any link will allow you to add that link to the bookmark list, replacing the usual and confusing multi-million background open windows. |
17 | 16 |
|
18 |
| -At the right side of the search bar there are 2 buttons, the first from the left is to manage the bookmarks, the second is to manage the settings of the browser. |
| 17 | +On the right side of the search bar, there are two buttons. The first, from the left, is to manage the bookmarks, and the second is to manage the settings of the browser. |
19 | 18 |
|
20 |
| -### Setup Page |
21 |
| -You can host the whole browser logic on your own server by simply copying and adapting eja.surf html/css/js, thus allowing you a deeper control of the browser UI. By changing this field you must be sure that your url is compatible with the browser javascript interface otherwise you will be stuck on that page until you reinstall the browser. |
| 19 | +## Setup Page |
22 | 20 |
|
23 |
| -### Delete everything on Exit |
24 |
| -Delete any cookie/history/cache/etc. on start |
| 21 | +You can host the whole browser logic on your own server by simply copying and adapting the eja.surf HTML/CSS/JS, thus allowing you deeper control of the browser UI. By changing this field, you must ensure that your URL is compatible with the browser JavaScript interface; otherwise, you will be stuck on that page until you reinstall the browser. |
| 22 | + |
| 23 | +## Settings |
| 24 | + |
| 25 | +### Delete Everything on Exit |
| 26 | + |
| 27 | +Delete any cookies, history, cache, etc., on start. |
25 | 28 |
|
26 | 29 | ### DNS over HTTPS
|
27 |
| -Use any DoH provider to reject ads, malware, etc... |
28 | 30 |
|
29 |
| -### IP block list |
30 |
| -You can choose what kind of content you would like to block, the lists are populated from well known adblocking projects |
| 31 | +Use any DoH provider to reject ads, malware, etc. |
31 | 32 |
|
32 | 33 | ### Proxy
|
33 |
| -Choose whether to use a socks4/5 proxy or not |
| 34 | + |
| 35 | +Choose whether to use a SOCKS4/5 proxy or not. |
34 | 36 |
|
35 | 37 | ### SOCKS Host
|
36 |
| -The proxy socks hostname/ip |
37 | 38 |
|
38 |
| -### SOCKS Port |
39 |
| -The proxy socks port |
| 39 | +The proxy SOCKS hostname/IP. |
| 40 | + |
| 41 | +### SOCKS Port |
| 42 | + |
| 43 | +The proxy SOCKS port. |
40 | 44 |
|
41 |
| -Restart the app for any change to take effect. |
| 45 | +Restart the app for any changes to take effect. |
0 commit comments