Go to file
James Feng Cao bc8110325b fix broken links 2023-01-31 09:19:11 +08:00
assets addressbar: auto hide 2022-12-16 09:21:18 +08:00
en fix broken links 2023-01-31 09:19:11 +08:00
res rebuilding site Sun Aug 28 05:12:28 PM CST 2022 2022-08-28 17:12:29 +08:00
termux add download links 2022-09-19 14:15:57 +08:00
zh fix broken links 2023-01-31 09:19:11 +08:00
.gitlab-ci.yml rebuilding site Sat Jul 30 08:43:49 AM CST 2022 2022-07-30 08:43:49 +08:00
LICENSE rebuilding site Thu Aug 11 07:14:34 PM CST 2022 2022-08-11 19:14:34 +08:00
README.md fix broken links 2023-01-31 09:19:11 +08:00
README.zh-Hans.md fix broken links 2023-01-31 09:19:11 +08:00
README.zh.md README update 2023-01-29 19:19:15 +08:00
build.gradle fix broken links 2023-01-31 09:19:11 +08:00
index.html add links to README 2023-01-30 12:44:53 +08:00
redirect.html rebuilding site Fri Sep 2 10:55:54 PM CST 2022 2022-09-02 22:55:54 +08:00
sitemap.xml preprocessing before rendering with siteextra 2023-01-28 09:52:52 +08:00
style.css style.css adaptable for all kind of sites 2022-10-31 15:48:14 +08:00

README.md

Uweb browser for geeks: unlimited power with html5 & termux

中文

Amazon appstore Downloads

Uweb browser: downloads, plugins and tips
(Mirrors: netlify gitlab stormkit surge codeberg repo pages vercel bitbucket render)

  • 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.
  • Customizable: user-defined menus, (new) buttons and gestures for user agents, bookmarklets, url services, shell commands, internal functionality links and text processing etc.
  • Convenient: Any book (pdf/djvu)/dictionary (mdict)/txt/command line/app/webapp (web extensions) can be search engine.
  • Tiny: less than 200k.
  • Fast: run fast, even with thousands of user provided css/scripts/htmls.
  • Efficient: less touches, one click to reach any number of search engines without repeated input; automate online services.
  • URL bar command line support ("!" and .js file as command).
  • user-defined site-specific JS/CSS/HTML/preprocessing.

Main features

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

  • User-defined global and site-specific CSS and javascript.
  • Bookmarklets (works for CSP sites and with option to auto apply to similar sites)
  • AD blocking (block whole root domain trees etc.)
  • Customization (define extra menus/buttons/gestures with user-defined functionalities)
  • Support shell scripts, javascript for general processing, other languages (python etc.) are also supported by installing uweb compatible Termux versions.
  • Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support.
  • Piping between console and uweb tabs.
  • Resizable floating video support.

Screenshots

Help with localization

We encourage everyone to help with localization. The following is how to do.

  • Fork this repository
  • Copy res/values/strings.xml to path like res/values-%(lang)/, replace %(lang) with the ISO 639-1 language code.
  • Translate res/values-%(lang)/strings.xml
  • Translate assets/help_%(lang).html from assets/help_en.html
  • Make a Pull Request