mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
blog update
This commit is contained in:
parent
035074396c
commit
7f09321c44
7 changed files with 257 additions and 0 deletions
168
adblock_css/index.html
Normal file
168
adblock_css/index.html
Normal file
|
@ -0,0 +1,168 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head><meta name="generator" content="Hexo 3.8.0">
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="google-site-verification" content="xBT4GhYoi5qRD5tr338pgPM5OWHHIDR6mNg1a3euekI">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="">
|
||||
<meta name="keyword" content="">
|
||||
<link rel="shortcut icon" href="/uWeb/img/favicon.ico">
|
||||
|
||||
<title>
|
||||
|
||||
利用用户自定义样式屏蔽广告
|
||||
|
||||
</title>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<link rel="stylesheet" href="/uWeb/css/aircloud.css">
|
||||
<link rel="stylesheet" href="/uWeb/css/gitment.css">
|
||||
<!--<link rel="stylesheet" href="https://imsun.github.io/gitment/style/default.css">-->
|
||||
<link href="//at.alicdn.com/t/font_620856_pl6z7sid89qkt9.css" rel="stylesheet" type="text/css">
|
||||
<!-- ga & ba script hoook -->
|
||||
<script></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="site-nav-toggle" id="site-nav-toggle">
|
||||
<button>
|
||||
<span class="btn-bar"></span>
|
||||
<span class="btn-bar"></span>
|
||||
<span class="btn-bar"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="index-about">
|
||||
<i> </i>
|
||||
</div>
|
||||
|
||||
<div class="index-container">
|
||||
|
||||
<div class="index-left">
|
||||
|
||||
<div class="nav" id="nav">
|
||||
<div class="contents" id="nav-content">
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/uWeb/">
|
||||
<i class="iconfont icon-shouye1"></i>
|
||||
<span>HOME</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/tags">
|
||||
<i class="iconfont icon-biaoqian1"></i>
|
||||
<span>TAGS</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/uWeb/archives">
|
||||
<i class="iconfont icon-guidang2"></i>
|
||||
<span>ARCHIVES</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div id="toc" class="toc-article">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="search-field" id="search-field">
|
||||
<div class="search-container">
|
||||
<div class="search-input">
|
||||
<span id="esc-search"> <i class="icon-fanhui iconfont"></i></span>
|
||||
<input id="search-input">
|
||||
<span id="begin-search">search</span>
|
||||
</div>
|
||||
<div class="search-result-container" id="search-result-container">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="index-about-mobile">
|
||||
<i> </i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="index-middle">
|
||||
<!-- Main Content -->
|
||||
|
||||
|
||||
|
||||
<div class="post-container">
|
||||
<div class="post-title">
|
||||
利用用户自定义样式屏蔽广告
|
||||
</div>
|
||||
|
||||
<div class="post-meta">
|
||||
<span class="attr">Post:<span>2019-01-11 16:43:40</span></span>
|
||||
|
||||
|
||||
<span class="attr">Visit:<span id="busuanzi_value_page_pv"></span>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
<div class="post-content ">
|
||||
<p><a href="https://www.coolapk.com/apk/info.torapp.uweb" target="_blank" rel="noopener">超微浏览器</a>支持超级hosts文件,这一技术可以完全绝杀手机广告小厂。但少部分广告大厂本身也提供高质量的内容服务,它们可以将广告伪装成正常的内容从而逃脱hosts文件绝杀。<br>对这一部分广告而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。</p>
|
||||
<p>下载下面文件(可改名成“广告屏蔽.css”),将其放到/scard/uweb/css目录下:<br><a href="http://www.floppymoose.com/userContent.css" target="_blank" rel="noopener">广告屏蔽css文件</a></p>
|
||||
<p>重启浏览器,长按底部工具条“匿名”按钮弹出对话框后勾选上述文件名即可屏蔽广告。</p>
|
||||
|
||||
|
||||
<br>
|
||||
<div id="comment-container">
|
||||
</div>
|
||||
<div id="disqus_thread"></div>
|
||||
|
||||
<div id="lv-container">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<footer class="footer">
|
||||
<ul class="list-inline text-center">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</footer>
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
<script>
|
||||
// We expose some of the variables needed by the front end
|
||||
window.hexo_search_path = ""
|
||||
window.hexo_root = "/uWeb/"
|
||||
window.isPost = true
|
||||
</script>
|
||||
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="/uWeb/js/index.js"></script>
|
||||
<script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
|
||||
|
||||
|
||||
|
||||
|
||||
</html>
|
|
@ -102,6 +102,21 @@
|
|||
</span>
|
||||
<ul>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<span>01-11</span>
|
||||
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<span>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</span>
|
||||
</a>
|
||||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
||||
</li>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
|
|
|
@ -102,6 +102,21 @@
|
|||
</span>
|
||||
<ul>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<span>01-11</span>
|
||||
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<span>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</span>
|
||||
</a>
|
||||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
||||
</li>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
|
|
|
@ -102,6 +102,21 @@
|
|||
</span>
|
||||
<ul>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<span>01-11</span>
|
||||
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<span>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</span>
|
||||
</a>
|
||||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
||||
</li>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
|
|
|
@ -102,6 +102,21 @@
|
|||
</span>
|
||||
<ul>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<span>01-11</span>
|
||||
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<span>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</span>
|
||||
</a>
|
||||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
||||
</li>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
|
|
|
@ -102,6 +102,21 @@
|
|||
</span>
|
||||
<ul>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
</li> -->
|
||||
<li>
|
||||
<span>01-11</span>
|
||||
<i class="fa fa-angle-double-right" aria-hidden="true"></i>
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<span>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</span>
|
||||
</a>
|
||||
<!-- <p class="post-meta">{{ post.date | date:"%Y-%m-%d" }}</p> -->
|
||||
</li>
|
||||
|
||||
<!-- <li class="listing-item">
|
||||
<time datetime="{{ post.date | date:"%Y-%m-%d" }}">{{ post.date | date:"%Y-%m-%d" }}</time>
|
||||
<a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a>
|
||||
|
|
14
index.html
14
index.html
|
@ -92,6 +92,20 @@
|
|||
|
||||
<div class="post-preview-container" style="min-height: 720px">
|
||||
|
||||
<div class="post-preview">
|
||||
<div class="post-time">2019-01-11</div>
|
||||
<div class="post-info">
|
||||
<a href="/uWeb/adblock_css/">
|
||||
<h3>
|
||||
利用用户自定义样式屏蔽广告
|
||||
</h3>
|
||||
</a>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="post-preview">
|
||||
<div class="post-time">2019-01-10</div>
|
||||
<div class="post-info">
|
||||
|
|
Loading…
Reference in a new issue