diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html index f958e32..82d6993 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -50,7 +50,8 @@
  • much less memory footprint than edge/chrome browser and highly performant.
  • keyboard friendly with vim-style keymaps and command line support in address bar.
  • global redirection to bypass censorship.
  • -
  • user scripts at will. Ex. pressing "md" in no-focus mode to preview markdown file.
  • +
  • user CSS/JS at will. Ex. pressing "md" in no-focus mode to preview markdown file.
  • +
  • global CSS/JS for all sites at will.
  • CSS/JS for domains, similar to uweb, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.
  • customizable.
  • @@ -117,7 +118,7 @@ npm install ebrowser
  • np : no proxy.
  • up [proxyName] : use proxy. privous proxy or the first proxy in proxy.json w/o [proxyName]. ":up" command also disables global and domain redirections, which are not restored by ":np".
  • ua [useragentName] : set user agent for future tabs. default user agent w/o arguments.
  • -
  • update [updateurl] : update the app. updateurl is optional.
  • +
  • update [filename] : update the app w/o argument, otherwise retrive the [filename] from remote. The filename could be any file on mirror sites (this repository is part of it).
  • pdf [filename w/o extension] {options} : print to PDF file. All arguments are optional; empty option "{}" to capture long screenshot as vector graphics.
  • @@ -147,6 +148,7 @@ npm install ebrowser
  • "mapkeys.json": keys-addressbarCommands pairs. The addressbar commands are multiple lines of address bar command separated by "\n".
  • "proxy.json": name-ProxyConfig pairs
  • "uas.json" : name-useragent pairs
  • +
  • "download.json" : array of strings to define buttons for downloading dialog. The even-indexed strings are texts to show on the button. The odd-indexed strings are address bar commands with "%u" as the downloaded url.
  • Javascript at three levels