uweb/zh/tags/不良信息屏蔽/index.html

81 lines
2.4 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="alternate" type="application/rss+xml" href="../../../zh/tags/%E4%B8%8D%E8%89%AF%E4%BF%A1%E6%81%AF%E5%B1%8F%E8%94%BD/index.xml" title="超微浏览器: 威、快、高效、极致优化">
<link rel="stylesheet" href="../style.css#" type="text/css" />
<title>不良信息屏蔽</title>
<script type="text/javascript">
function findLang(){
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
return i;
}
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
}
</script>
</head>
<body>
<header class='header'>
<a class="logo" href="javascript:void(0)" onclick="return nav2('index.html#')">Home</a> <a class="logo" href="javascript:void(0)" onclick="return nav2('tags/index.html#')">Tags</a>
<nav>
</nav>
</header>
<br />
<div class="container">
<h1 class="title">不良信息屏蔽</h1>
<ul class="posts">
<li class="post">
<a href="../../adblock_css/index.html#">
<span>利用用户自定义样式屏蔽不良信息</span>
</a>
</li>
<li class="post">
<a href="../../video/index.html#">
<span>视频播放小窍门</span>
</a>
</li>
<li class="post">
<a href="../../hosts/index.html#">
<span>加速访问国外网站</span>
</a>
</li>
<li class="post">
<a href="../../adblock_domain/index.html#">
<span>绝杀完整域名树</span>
</a>
</li>
</ul>
<ul>
</div>
<footer class="site-footer">
<div class="container">
&copy; 2018-2024 Richard H. Cao
</div>
</footer>
<!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
</body>
</html>