fix links for tags
[uweb.git] / README.md
blob856e63fc9184851b55712e0aeb7690bd694fc934
1 ### Uweb browser: unlimited power
2 <a href="README.zh-Hans.md" onclick="{let u=location.href; if(u.endsWith('index.html')||u.endsWith('readme/')){location='../../zh/readme/index.html';return false;}}">中文</a>
4 [Amazon appstore](https://www.amazon.com/TorApp-Info-uweb-browser-for-geeks/dp/B098QPR6N5)
5 [Galaxy.Store](https://galaxy.store/uweb)
6 <a href="en/download.md" onclick="{let u=location.href; if(u.endsWith('index.html')||u.endsWith('readme/')){location='../../en/changelog/index.html';return false;}}">Downloads</a>
8 [Uweb browser: downloads, plugins and tips](https://torappinfo.github.io/uweb/en/)  
9 (Mirrors: [gitlab](https://jamesfengcao.gitlab.io/uweb/en/) [codeberg](https://jamesfengcao.codeberg.page/en/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/en/index.html) [4everland](https://uweb.4everland.app/en/) [fleek](https://ik4ev-laaaa-aaaad-qd4sq-cai.ic.fleek.co/en/) [netlify](https://uwebzh.netlify.app/en/) [surge](https://uweb.surge.sh/en/) [kinsta](https://uwebbrowser-t27o4.kinsta.page) [bitbucket](https://torappinfo.bitbucket.io/en/) [pages](https://muweb.pages.dev/en/) [vercel](https://uweb.vercel.app/en/) [render](https://uweb.onrender.com/en/)
10 <a href="en/mirrors.md" onclick="{let u=location.href; if(u.endsWith('index.html')||u.endsWith('readme/')){location='../../assets/help_en.html#mirrors';return false;}}">More...</a>)
12 - Powerful: any native functionality with html5 enhancement and still secure; any urls to host website; javascript and shell scripting for general processing; piping between console and GUI and more with Termux.
13 - Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
14 - Convenient: Any AI chatbot/book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.
15 - Tiny: less than 250k.
16 - Fast: run fast, even with thousands of user provided css/scripts/htmls.
17 - Efficient: less touches, one click to reach any number of search engines without repeated input; automate online services.
18 - URL bar command line support ("!" and .js file as command).
19 - Site-specific JS/CSS/HTML/preprocessing.
20 - Online play/preview/preprocess for downloadable resources.
21 - Multiple type profiles: switch any data including website logins, user configurations orthogonally.
22 - Supports enhanced user "hosts" file. Empty IP address to lift all server-imposed limitations.
23 - Website test automation scripting. crontab support (alarm clock and more). 
25 #### Main features
26 Custom paper size PDF export and long vector screenshot, TTS, text reflow, resource sniffer, translation, reader's mode, user-defined url redirection, webdav/http backup & restore, auto next page, sending/receiving msg/file(s), site config (UA, no JS, no image, no 3rd party script/resource,active script, global scripts), http(s)/socks proxy, enabling html5 apps for local files (pdf/djvu/epub viewer, mdict dictionary lookup etc.).
28 - User-defined global and site-specific CSS and javascript.
29 - Bookmarklets (works for CSP sites and with option to auto apply to similar sites)
30 - AD blocking (block whole root domain trees etc.)
31 - Customization (define extra menus/buttons/gestures with user-defined functionalities)
32 - Support shell scripts, javascript for general processing, other languages (python etc.) are also supported by installing uweb compatible Termux versions.
33 - Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.
34 - Piping between console and uweb tabs.
35 - Resizable floating video support.
37 #### Screenshots
38 ![](https://i.postimg.cc/rsL9G5N1/home1.png)
39 ![](https://i.postimg.cc/9QxJ3Rc2/globalcss.png)
40 ![](https://i.postimg.cc/VksDHBQ4/globaljs.png)
41 ![](https://i.postimg.cc/HLV3TYLy/longclick.png)
42 ![](https://i.postimg.cc/XJ58ysdN/option1.png)
43 ![](https://i.postimg.cc/0NFnQT6H/option2.png)
45 #### Help with localization
46 We encourage everyone to help with localization. The following is how to do.
48 - Fork this repository
49 - Copy res/values/strings.xml to path like res/values-%(lang)/, replace %(lang) with [the ISO 639-1 language code](http://www.loc.gov/standards/iso639-2/php/code_list.php).
50 - Translate res/values-%(lang)/strings.xml
51 - Translate assets/help_%(lang).html from assets/help_en.html
52 - Make a Pull Request