-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
240 lines (226 loc) · 4.76 KB
/
links.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
<!DOCTYPE html>
<html lang="zh-CN"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<title>hi mogul - 安全中心</title>
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="https://at.alicdn.com/t/font_1605171_5fpik914nu9.css">
<script src="https://libs.baidu.com/jquery/2.0.0/jquery.min.js"></script>
<style>
body,
h1,
p {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
button {
padding: 0;
font-family: inherit;
background: none;
border: none;
outline: none;
cursor: pointer;
}
html {
width: 100%;
height: 100%;
background-color: #eff2f5;
}
body {
padding-top: 100px;
color: #222;
font-size: 13px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.5;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (max-width: 620px) {
body {
font-size: 15px;
}
}
.button {
display: inline-block;
padding: 10px 16px;
color: #fff;
font-size: 14px;
line-height: 1;
background-color: #0077d9;
border-radius: 3px;
}
@media (max-width: 620px) {
.button {
font-size: 16px;
}
}
.button:hover {
background-color: #0070cd;
}
.button:active {
background-color: #0077d9;
}
.link-button {
color: #105cb6;
font-size: 13px;
}
@media (max-width: 620px) {
.link-button {
font-size: 15px;
}
}
.logo,
.wrapper {
margin: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 540px;
}
.wrapper {
padding-top: 25px;
padding-bottom: 25px;
background-color: #f7f7f7;
border: 1px solid #babbbc;
border-radius: 5px;
}
@media (max-width: 620px) {
.logo,
.wrapper {
margin: 0 10px;
}
}
h1 {
margin-bottom: 12px;
font-size: 16px;
font-weight: 700;
line-height: 2;
}
@media (max-width: 620px) {
h1 {
font-size: 18px;
}
}
.info-warning {
color: #c33;
display: none;
}
.js-show-tip,.js-show-tip a{
display: none;
color: #105cb6;
text-decoration: none;
}
.link {
margin-top: 12px;
word-wrap: normal;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer;
}
.link.is-expanded {
word-wrap: break-word;
white-space: normal;
}
.actions {
margin-top: 15px;
padding-top: 30px;
text-align: right;
border-top: 1px solid #d8d8d8;
}
.actions .link-button + .link-button {
margin-left: 30px;
}
.tip {
position: relative;
display: none;
margin-top: 30px;
padding-top: 18px;
color: #999;
text-align: left;
background: #f7f7f7;
border-top: 1px solid #d8d8d8;
opacity: 0;
transition: opacity .2s ease-out;
}
.tip.is-visible {
opacity: 1;
}
.tip:after, .tip:before {
position: absolute;
bottom: 100%;
left: 5em;
content: " ";
height: 0;
width: 0;
border: solid transparent;
pointer-events: none;
}
.tip:after {
margin-right: -6px;
border-color: rgba(247,247,247,0);
border-bottom-color: #f7f7f7;
border-width: 6px;
}
.tip:before {
margin-right: -7px;
border-color: rgba(216,216,216,0);
border-bottom-color: #d2d2d2;
border-width: 7px;
}
</style>
</head>
<body>
<div class="logo">
</div>
<div class="wrapper">
<div class="content">
<h1><a href="https://www.dearmsdan.com">
<i style="color: red;font-size: 50px;vertical-align: middle;" class="DearMsDanIconFont icon-zh"></i>
</a>即将离开 -- hi mogul</h1>
<p class="info">您即将离开本页。</p>
<p class="info-warning">你访问的网站有安全风险,切勿在该网站输入您的帐号和密码以及个人信息。</p>
<p class="info-warning">如需访问,请手动复制链接访问。</p>
<p class="link"></p>
</div>
<div class="actions">
<a class="button">继续访问</a>
<button class="js-show-tip">为什么有安全风险?</button>
<div class="tip is-visible">你访问的网站包含未知的安全风险,可能诱导你填写<font color="red">个人信息、帐号密码</font>、密保等信息,甚至存在<font color="red">木马病毒</font>,建议你不要访问。如果你认为访问的网站没有风险,请复制链接访问</div>
</div>
</div>
<script>
var hrefs = window.location.href;
function getUrlParam(name) {
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
var r = decodeURI(window.location.search).substr(1).match(reg);
if (r != null){
return decodeURI(unescape(r[2]));
}
return null;
}
$(".js-show-tip").click(function(){
$('.tip').css('display','block');
});
$(function(){
var url = getUrlParam("target");
var str = url.substring(0,8);
var str2 = str.substring(0,7);
if('https://' == str || 'http://' == str2){
if(str < url && str2 < url){
$('.button').attr('href',url);
}
}else{
$('.info').css('display','none');
$('.button').css('display','none');
$('.info-warning').css('display','block');
$('.js-show-tip').css('display','block');
}
$('.link').append(url);
});
</script>
</body>
</html>