diff --git a/en/_posts/index.xml b/en/_posts/index.xml index 406101b..a001631 100644 --- a/en/_posts/index.xml +++ b/en/_posts/index.xml @@ -59,7 +59,7 @@ Long pressing the bookmark button in uweb browser will popup menus defined in fi Mon, 20 Mar 2023 00:00:00 +0000 /en/adblock_domain/ - The enhanced hosts files "hosts" and "default.hosts" take effect when the setting option "using hosts" is checked. + The enhanced hosts files "hosts" and "default.hosts" take effect with the setting option "use hosts". hosts The enhanced file "hosts" defines IP addresses/attributes for domains. Each line has the following format: [[IP address][attributes]][single space][domain name] where "[[IP address][attributes]]" could be: @@ -127,7 +127,7 @@ The command line could be a ".js", ".sh" or /en/url2site/ The uweb internal link "i:0m" make any url such as download or indirect link visitable as a website. The test mirrors in the uweb manual are examples using the following tricks: -"i:0m04:[url]": to treat the [url] content as html with bookmarklet. "i:0mi:5h:[url]": to treat the [url] content as html (for download or no-script links etc.) "i:0mi:5h?[postfix]::[url]": auto append query postfix to url to retrieve content. "i:0mi:5h/[regex]/[replacement]::[url]": use the result of regular expression replacement to retrieve the content. +"i:0m04:[url]": to treat the [url] content as html with bookmarklet. "i:0m?:[url]": to treat the [url] content as html, handling css/js properly. "i:0m?[postfix]:[url]": auto append query postfix to url to retrieve content. "i:0mi:5h:[url]": similar to "i:0m?:[url]", to treat the [url] content as html (for download or no-script links etc. diff --git a/en/adblock_domain/index.html b/en/adblock_domain/index.html index 79d034c..58f7f03 100644 --- a/en/adblock_domain/index.html +++ b/en/adblock_domain/index.html @@ -48,7 +48,7 @@
  • adblock
  • -

    The enhanced hosts files "hosts" and "default.hosts" take effect when the setting option "using hosts" is checked.

    +

    The enhanced hosts files "hosts" and "default.hosts" take effect with the setting option "use hosts".

    hosts

    The enhanced file "hosts" defines IP addresses/attributes for domains. Each line has the following format:
    [[IP address][attributes]][single space][domain name]

    @@ -90,8 +90,8 @@ Access-Control-Allow-Origin;https://www.bing.com;Access-Control-Allow-Credential The first part [rootDomain] is required and the others are optional. regex is java-grammar regular expression. If the second regex is used, it is recommended to merge the first regex to the second one for performance.

    -

    Last Modified: 13 April 2023
    -refine global redirection cookie support
    +

    Last Modified: 13 May 2023
    +update bingAI/js/optionsSets.js