Skip to content

Commit 1acdc8d

Browse files
authored
Update README.md
1 parent 9b35c17 commit 1acdc8d

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

README.md

+24-20
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,45 @@
11
# eja.surf
22

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.
44

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.
66

7-
Any contribution of course and usual more than welcome! :)
7+
## UX
88

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.
1110

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.
1312

1413
Pulling down the page from the top border (refreshing) will bring you to the home page.
1514

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.
1716

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.
1918

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
2220

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.
2528

2629
### DNS over HTTPS
27-
Use any DoH provider to reject ads, malware, etc...
2830

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.
3132

3233
### Proxy
33-
Choose whether to use a socks4/5 proxy or not
34+
35+
Choose whether to use a SOCKS4/5 proxy or not.
3436

3537
### SOCKS Host
36-
The proxy socks hostname/ip
3738

38-
### SOCKS Port
39-
The proxy socks port
39+
The proxy SOCKS hostname/IP.
40+
41+
### SOCKS Port
42+
43+
The proxy SOCKS port.
4044

41-
Restart the app for any change to take effect.
45+
Restart the app for any changes to take effect.

0 commit comments

Comments
 (0)