You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.9 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
<title>信息隐藏技术总览</title>
</head>
<body>
<header class='header'>
<a class="logo" href="/uwebzh">Home</a> <a class="logo" href="/uwebzh/tags/">Tags</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">信息隐藏技术总览
<br>
<span class="subtitle"></span>
</h1>
<ul class="tags">
</ul>
<p>总体来说,分为手动控制和针对特定网站的规则两大类办法。手动控制可以保存为网站配置从而自动化。</p>
<ul>
<li>长按底部工具栏窗口管理按钮,选取&quot;禁用伪元素&quot;,&quot;禁用iframe&quot;。更多可参看<a href="../adblock_css/index.html">自定义样式</a></li>
<li>长按设置,选取&quot;拦截外链脚本&quot;。可在<a href="i:61:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/func.html">界面配置及杂项</a>网页额外拦截第三方可疑资源。可<a href="file:///sdcard/uweb/js.allow">配置白名单js.allow</a></li>
<li><a href="../video/index.html">全屏无干扰播放</a></li>
<li>长按[☰]按钮可隐藏浮动信息,移除横幅,清空定时器(防止定时触发不良信息),中断可疑事件(防止用户操作触发),等待(防止延迟触发)。</li>
<li>直接关闭图像。</li>
<li>关闭[JS]脚本。</li>
<li><a href="../adblock_domain/index.html">双正则表达式根域名隐藏</a></li>
<li><a href="file:///sdcard/uweb/url.deny">url.deny</a>。需要屏蔽的url正则表达式java语法忽视回车可用&quot;#&quot;开头注释。</li>
<li><a href="../sitejs/index.html">针对特定网站的脚本样式</a></li>
</ul>
</div>
</body>
</html>