-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
490 lines (313 loc) · 16.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<meta charset="utf-8">
<!-- PACE Progress Bar START -->
<script src="https://raw.githubusercontent.com/HubSpot/pace/v1.0.2/pace.min.js"></script>
<link rel="stylesheet" href="https://github.com/HubSpot/pace/raw/master/themes/orange/pace-theme-flash.css">
<!-- PACE Progress Bar START -->
<title>Cloud Wonders</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="keywords" content="Network,Program,Computer,CPU,Performance">
<meta name="description" content="RECREATING WONDER">
<meta property="og:type" content="website">
<meta property="og:title" content="Cloud Wonders">
<meta property="og:url" content="https://panzhang.github.io/index.html">
<meta property="og:site_name" content="Cloud Wonders">
<meta property="og:description" content="RECREATING WONDER">
<meta property="og:locale" content="default">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Cloud Wonders">
<meta name="twitter:description" content="RECREATING WONDER">
<link rel="alternate" href="/atom.xml" title="Cloud Wonders" type="application/atom+xml">
<link rel="icon" href="/css/images/favicon.ico">
<link href="//fonts.googleapis.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Montserrat:700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic" rel="stylesheet" type="text/css">
<link href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<style type="text/css">
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/9749f0/00000000000000000001008f/27/l?subset_id=2&fvd=n5) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/90cf9f/000000000000000000010091/27/l?subset_id=2&fvd=n7) format("woff2");font-weight:500;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/8a5494/000000000000000000013365/27/l?subset_id=2&fvd=n4) format("woff2");font-weight:lighter;font-style:normal;}
@font-face{font-family:futura-pt;src:url(https://use.typekit.net/af/d337d8/000000000000000000010095/27/l?subset_id=2&fvd=i4) format("woff2");font-weight:400;font-style:italic;}</style>
<link rel="stylesheet" id="athemes-headings-fonts-css" href="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz%3A200%2C300%2C400%2C700&ver=4.6.1" type="text/css" media="all">
<link rel="stylesheet" href="/css/style.css">
<script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/hiero.css">
<link rel="stylesheet" href="/css/glyphs.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/my.css">
<!-- Google Adsense -->
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-0123456789ABCDEF",
enable_page_level_ads: true
});
</script>
</head>
</html>
<script>
var themeMenus = {};
themeMenus["/"] = "Home";
themeMenus["/archives"] = "Archives";
themeMenus["/downloads"] = "downloads";
themeMenus["/about"] = "About";
</script>
<body>
<header id="allheader" class="site-header" role="banner">
<div class="clearfix container">
<div class="site-branding">
<h1 class="site-title">
<a href="/" title="Cloud Wonders" rel="home"> Cloud Wonders </a>
</h1>
<div class="site-description">RECREATING WONDER</div>
<nav id="main-navigation" class="main-navigation" role="navigation">
<a class="nav-open">Menu</a>
<a class="nav-close">Close</a>
<div class="clearfix sf-menu">
<ul id="main-nav" class="nmenu sf-js-enabled">
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/">Home</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/archives">Archives</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/downloads">downloads</a> </li>
<li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-1663"> <a class="" href="/about">About</a> </li>
</ul>
</div>
</nav>
</div>
</div>
</header>
<div id="originBgDiv" style="background: #fff; width: 100%;">
<div style="max-height:600px; overflow: hidden; display: flex; display: -webkit-flex; align-items: center;">
<img id="originBg" width="100%" alt="" src="">
</div>
</div>
<script>
function setAboutIMG(){
var imgUrls = "css/images/pose.jpg".split(",");
var random = Math.floor((Math.random() * imgUrls.length ));
if (imgUrls[random].startsWith('http') || imgUrls[random].indexOf('://') >= 0) {
document.getElementById("originBg").src=imgUrls[random];
} else {
document.getElementById("originBg").src='/' + imgUrls[random];
}
}
bgDiv=document.getElementById("originBgDiv");
if(location.pathname.match('about')){
setAboutIMG();
bgDiv.style.display='block';
}else{
bgDiv.style.display='none';
}
</script>
<div id="container">
<div id="wrap">
<div id="content" class="outer">
<section id="main">
<article id="post-如何在偷偷搜索关键字后避免令人尴尬的广告" class="article article-type-post" itemscope="" itemprop="blogPost">
<div id="articleInner" class="clearfix post-1016 post type-post status-publish format-standard has-post-thumbnail hentry category-template-2 category-uncategorized tag-codex tag-edge-case tag-featured-image tag-image tag-template">
<header class="article-header">
<h1 class="thumb" itemprop="name">
<a class="article-title" href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/">如何在偷偷搜索关键字后避免令人尴尬的广告</a>
</h1>
</header>
<div class="article-meta">
Posted on <a href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/" class="article-date">
<time datetime="2018-11-05T06:44:11.000Z" itemprop="datePublished">November 5, 2018</time>
</a>
</div>
<div class="article-entry" itemprop="articleBody">
<div class="entry-thumbnail">
<a href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/"><img width="250" height="175" src="https://i.loli.net/2018/11/05/5be05bcd76453.png" class="attachment-thumb-featured size-thumb-featured wp-post-image" alt=""></a>
</div>
<div class="entry-summary">
当你在任意一个搜索引擎输入一个关键词之后,你就成了全网全平台追逐的流量热点。
平时大打口水战的各大平台在共享你的隐私数据方面异常团结,在B系网站搜索,在A系T系的应用APP上都会看到为你“量身定制”的推送和广告,延迟不超过一分钟。这一点即便是业界道德楷模G老师都未能免俗,毕竟它也要靠着广告收入维持其智能推荐算法引擎的研发投入。
最可气的是,推送些边栏广告也就算了,竟然连自己看的新闻和短视频内...
<p class="article-more-link">
<a href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/#more">Continue Reading →</a>
</p>
</div>
</div>
<footer class="entry-meta entry-footer">
<span class="ico-folder"></span>
<a class="article-category-link" href="/categories/Wonder/">Wonder</a>
<span class="ico-tags"></span>
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/Wonder/">Wonder</a></li></ul>
</footer>
</div>
</article>
<!-- Table of Contents -->
</section>
<aside id="sidebar">
<div class="widget-wrap" style="margin: 20px 0;">
<div id="search-form-wrap">
<form class="search-form">
<label style="width: 75%;">
<span class="screen-reader-text">Search for:</span>
<input type="search" class="search-field" style="height: 42px;" placeholder=" Search…" value="" name="s" title="Search for:">
</label>
<input type="submit" class="search-form-submit" value="Search">
</form>
<div class="ins-search">
<div class="ins-search-mask"></div>
<div class="ins-search-container">
<div class="ins-input-wrapper">
<input type="text" class="ins-search-input" placeholder="Type something...">
<span class="ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Posts',
PAGES: 'Pages',
CATEGORIES: 'Categories',
TAGS: 'Tags',
UNTITLED: '(Untitled)',
},
ROOT_URL: '/',
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Connect With Us</h3>
<div class="widget widget_athemes_social_icons">
<ul class="clearfix widget-social-icons">
<li><a href="cloudcollections" title="Wechat"><i class="fa fa-wechat" aria-hidden="true"></i></a></li>
<li><a href="mailto:dazhangpan@gmail.com?subject=请联系我&body=我能帮你什么" title="email"><i class="fa fa-envelope" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/panzhangg" title="Github"><i class="fa fa-github" aria-hidden="true"></i></a></li>
</ul>
<!--
<ul class="clearfix widget-social-icons">
<li class="widget-si-twitter"><a href="http://twitter.com" title="Twitter"><i class="ico-twitter"></i></a></li>
<li class="widget-si-facebook"><a href="http://facebook.com" title="Facebook"><i class="ico-facebook"></i></a></li>
<li class="widget-si-gplus"><a href="http://plus.google.com" title="Google+"><i class="ico-gplus"></i></a></li>
<li class="widget-si-pinterest"><a href="http://pinterest.com" title="Pinterest"><i class="ico-pinterest"></i></a></li>
<li class="widget-si-flickr"><a href="http://flickr.com" title="Flickr"><i class="ico-flickr"></i></a></li>
<li class="widget-si-instagram"><a href="http://instagram.com" title="Instagram"><i class="ico-instagram"></i></a></li>
</ul> -->
</div>
</div>
<div class="widget_athemes_tabs">
<ul id="widget-tab" class="clearfix widget-tab-nav">
<li class="active"><a>Recent Posts</a></li>
</ul>
<div class="widget">
<ul>
<li class="clearfix">
<div class="widget-entry-thumbnail">
<a href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/" title=""><img width="50" height="50" src="https://i.loli.net/2018/11/05/5be05bcd76453.png" class="attachment-thumb-small size-thumb-small wp-post-image" alt="preview-16" title=""></a>
</div>
<div class="widget-entry-summary">
<h6 style="margin: 0;"><a href="/2018/11/05/如何在偷偷搜索关键字后避免令人尴尬的广告/">如何在偷偷搜索关键字后避免令人尴尬的广告</a></h6>
<span>November 5, 2018</span>
</div>
</li>
</ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Categories</h3>
<div class="widget">
<ul class="category-list"><li class="category-list-item"><a class="category-list-link" href="/categories/Wonder/">Wonder</a><span class="category-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tags</h3>
<div class="widget">
<ul class="tag-list"><li class="tag-list-item"><a class="tag-list-link" href="/tags/Wonder/">Wonder</a><span class="tag-list-count">1</span></li></ul>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Tag Cloud</h3>
<div class="widget tagcloud">
<a href="/tags/Wonder/" style="font-size: 10px;">Wonder</a>
</div>
</div>
<div class="widget-wrap">
<h3 class="widget-title">Archives</h3>
<div class="widget">
<ul class="archive-list"><li class="archive-list-item"><a class="archive-list-link" href="/archives/2018/11/">November 2018</a><span class="archive-list-count">1</span></li></ul>
</div>
</div>
</aside>
</div>
<footer id="footer" class="site-footer">
<div class="clearfix container">
<div class="site-info">
© 2018 Cloud Wonders All Rights Reserved.
<span id="busuanzi_container_site_uv">
本站访客数<span id="busuanzi_value_site_uv"></span>人次
本站总访问量<span id="busuanzi_value_site_pv"></span>次
</span>
</div>
<div class="site-credit">
Theme by <a href="https://github.com/iTimeTraveler/hexo-theme-hiero" target="_blank">hiero</a>
</div>
</div>
</footer>
<!-- min height -->
<script>
var contentdiv = document.getElementById("content");
contentdiv.style.minHeight = document.body.offsetHeight - document.getElementById("allheader").offsetHeight - document.getElementById("footer").offsetHeight + "px";
</script>
<!-- Custome JS -->
<script src="/js/my.js"></script>
</div>
<!-- <nav id="mobile-nav">
<a href="/" class="mobile-nav-link">Home</a>
<a href="/archives" class="mobile-nav-link">Archives</a>
<a href="/downloads" class="mobile-nav-link">Downloads</a>
<a href="/about" class="mobile-nav-link">About</a>
</nav> -->
<!-- mathjax config similar to math.stackexchange -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ["\\(","\\)"] ],
processEscapes: true
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']
}
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.js"></script>
<script src="/js/scripts.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="/js/main.js"></script>
<script async src="https://dnqof95d40fo6.cloudfront.net/atw7f8.js">
</script>
</div>
<a id="rocket" href="#top" class=""></a>
<script type="text/javascript" src="/js/totop.js" async=""></script>
</body>
</html>