From 1710fc6c75c91243939216af437c6af674cf2b26 Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sun, 22 Aug 2021 11:21:57 +0800 Subject: [PATCH] rebuilding site Sun Aug 22 11:21:57 AM CST 2021 --- _posts/index.xml | 2 +- adblock/index.html | 12 +++++++++++- index.xml | 2 +- links/index.html | 4 ++++ searchurl/a.html | 20 ++++++++++++++++++++ searchurl/config.html | 22 ++++++++++++++++++++++ searchurl/config.js | 17 +++++++++++++++++ searchurl/template/config.html | 21 +++++++++++++++++++++ searchurl/template/config.html~ | 0 tools/index.html | 2 +- 10 files changed, 98 insertions(+), 4 deletions(-) create mode 100644 searchurl/a.html create mode 100644 searchurl/config.html create mode 100644 searchurl/config.js create mode 100644 searchurl/template/config.html create mode 100644 searchurl/template/config.html~ diff --git a/_posts/index.xml b/_posts/index.xml index 151f657..435ec90 100644 --- a/_posts/index.xml +++ b/_posts/index.xml @@ -349,7 +349,7 @@ pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:e Sun, 23 Aug 2020 00:00:00 +0000 https://jamesfengcao.gitee.io/uwebzh/adblock/ - + 如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取"禁用iframe"。更多可参看自定义样式。 对非复杂交互非大厂网页而言,特别是小说网站,可以长按设置,选取"拦截外链脚本"。 全屏无干扰播放。 长按[☰]按钮可拦截浮动信息。 双正则表达式hosts文件。 针对特定网站的脚本样式。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 diff --git a/adblock/index.html b/adblock/index.html index 14cb09e..bd7c214 100644 --- a/adblock/index.html +++ b/adblock/index.html @@ -23,7 +23,17 @@ - + + diff --git a/index.xml b/index.xml index 6841f79..79148b2 100644 --- a/index.xml +++ b/index.xml @@ -349,7 +349,7 @@ pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:e Sun, 23 Aug 2020 00:00:00 +0000 https://jamesfengcao.gitee.io/uwebzh/adblock/ - + 如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取"禁用iframe"。更多可参看自定义样式。 对非复杂交互非大厂网页而言,特别是小说网站,可以长按设置,选取"拦截外链脚本"。 全屏无干扰播放。 长按[☰]按钮可拦截浮动信息。 双正则表达式hosts文件。 针对特定网站的脚本样式。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 diff --git a/links/index.html b/links/index.html index fc22365..e95cb0f 100644 --- a/links/index.html +++ b/links/index.html @@ -126,6 +126,10 @@ socks代理

i:5a[filename]
接收信息至文件

+
  • +

    i:60[path]:[url]
    +如果本地文件存在就打开,否则访问远程url

    +
  • diff --git a/searchurl/a.html b/searchurl/a.html new file mode 100644 index 0000000..c5c7e76 --- /dev/null +++ b/searchurl/a.html @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/searchurl/config.html b/searchurl/config.html new file mode 100644 index 0000000..2e16884 --- /dev/null +++ b/searchurl/config.html @@ -0,0 +1,22 @@ +Serif + + + + + + + + + + + + + + + + + + + + + diff --git a/searchurl/config.js b/searchurl/config.js new file mode 100644 index 0000000..f54ffa0 --- /dev/null +++ b/searchurl/config.js @@ -0,0 +1,17 @@ +let text = ""; +let d=document; +if(d.body) + text = d.body.innerHTML; + +let labels = ["Default font"]; +let names = ["font"]; +let sa = [` diff --git a/searchurl/template/config.html~ b/searchurl/template/config.html~ new file mode 100644 index 0000000..e69de29 diff --git a/tools/index.html b/tools/index.html index 017bd45..097b88a 100644 --- a/tools/index.html +++ b/tools/index.html @@ -52,7 +52,7 @@

    Merriam Webster Unabridged
    安装mwu至主屏

    以下工具需先安装uweb定制Termux应用,并启动一次完成初始化。

    -

    安装tdict词典工具

    +

    安装tdict词典工具

    安装完tdict词典工具以后,对/sdcard/uweb/dict目录下的汉语大字典文件如"dictXXX.xz"可在主屏.search文件配置如下字典查询:
    汉语大字典:c:zd xz %s dictXXX

    字典文件目录可通过修改termux下“~/share”符号链接来改动。也可使用其它压缩方式如zst,此时配置变为"zd zst %s dictXXX",相应的字典文件名为dictXXX.zst。用户需提供zsttool工具解压文本。