-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
493 lines (419 loc) · 14.9 KB
/
Copy pathindex.html
File metadata and controls
493 lines (419 loc) · 14.9 KB
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
491
492
493
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Bilibili AI Skip</title>
<meta name="description" content="Bilibili AI Skip:Chrome扩展,AI智能跳过Bilibili视频广告,支持字幕和音频分析,提升观看体验,快来下载!">
<meta name="keywords" content="Bilibili跳过广告, AI广告跳过, Chrome扩展, Bilibili视频工具, 智能广告识别, qingmeng">
<meta name="author" content="qingmeng">
<meta name="robots" content="index, follow">
<meta property="og:title" content="Bilibili AI Skip - 智能跳过Bilibili视频广告">
<meta property="og:description" content="使用AI技术自动跳过Bilibili广告,支持字幕和音频分析。立即下载Chrome扩展,提升观看体验!">
<meta property="og:url" content="https://oooo.uno">
<meta property="og:image" content="https://oooo.uno/BilibiliAiSkip/icons/icon48_red_3.png">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Bilibili AI Skip - 智能跳过广告">
<meta name="twitter:description" content="AI驱动的Chrome扩展,跳过Bilibili视频广告,快来试试!">
<meta name="twitter:image" content="https://oooo.uno/BilibiliAiSkip/icons/icon48_red_3.png">
<link rel="icon" href="https://oooo.uno/BilibiliAiSkip/icons/icon48_red_3.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Bilibili AI Skip",
"operatingSystem": "Windows, MacOS, Linux",
"applicationCategory": "Browser Extension",
"description": "使用AI技术自动跳过Bilibili视频广告的Chrome扩展",
"url": "https://oooo.uno",
"author": {
"@type": "Person",
"name": "qingmeng",
"url": "https://github.com/qingmeng1"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', 'Segoe UI', Arial, sans-serif;
}
body {
line-height: 1.6;
transition: background 0.5s ease;
-webkit-tap-highlight-color: transparent;
}
body.light-theme {
background: linear-gradient(135deg, #e6f0fa, #f5f7fa);
color: #2c3e50;
}
body.light-theme header {
background: linear-gradient(135deg, #a3bffa, #c3e0ff);
color: #2c3e50;
}
body.light-theme .btn {
background: linear-gradient(135deg, #74ebd5, #acb6e5);
right: 15px;
}
body.light-theme .firefox {
background: linear-gradient(135deg, #F7D15D, #E74553);
left: 15px;
}
body.light-theme section h2 {
color: #4682b4;
}
body.light-theme .faq code {
background: #f0f4f8;
}
body.light-theme footer {
background: linear-gradient(135deg, #d6eaff, #e6f0fa);
color: #2c3e50;
}
body.light-theme footer a {
color: #4682b4;
}
body.pink-blue-theme {
background: linear-gradient(135deg, #f4e7f7, #e6f0fa);
color: #2c3e50;
}
body.pink-blue-theme header {
background: linear-gradient(135deg, #f8e1f1, #d6eaff);
color: #2c3e50;
}
body.pink-blue-theme .btn {
background: linear-gradient(135deg, #f9c1d6, #a3bffa);
right: 15px;
}
body.pink-blue-theme .firefox {
background: linear-gradient(135deg, #F7D15D, #E74553);
left: 15px;
}
body.pink-blue-theme section h2 {
color: #a3bffa;
}
body.pink-blue-theme .faq code {
background: #f8e1f1;
}
body.pink-blue-theme footer {
background: linear-gradient(135deg, #f8e1f1, #d6eaff);
color: #2c3e50;
}
body.pink-blue-theme footer a {
color: #a3bffa;
}
/* 通用样式 */
header {
text-align: center;
padding: 40px 15px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
header h1 {
font-size: 2rem;
margin-bottom: 10px;
font-weight: 700;
}
header p {
font-size: 1rem;
opacity: 0.85;
}
.btn {
display: inline-block;
padding: 10px 25px;
color: #fff;
text-decoration: none;
border-radius: 50px;
font-weight: 500;
margin-top: 15px;
position: relative;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease, box-shadow 0.3s ease;
touch-action: manipulation;
}
.btn::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
transition: left 0.5s ease;
}
.btn:hover::before,
.btn:active::before {
left: 100%;
}
.btn:hover,
.btn:active {
transform: translateY(-3px);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 30px 15px;
}
section {
margin-bottom: 40px;
}
section h2 {
font-size: 1.8rem;
margin-bottom: 20px;
text-align: center;
}
.features {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px;
text-align: center;
}
.feature-card {
background: #fff;
padding: 20px;
border-radius: 15px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover,
.feature-card:active {
transform: translateY(-5px);
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.feature-card h3 {
font-size: 1.3rem;
color: #2c3e50;
margin-bottom: 10px;
}
.feature-card p {
color: #7f8c8d;
font-size: 0.9rem;
}
.faq {
max-width: 800px;
margin: 0 auto;
}
.faq-item {
margin-bottom: 20px;
}
.faq-item h3 {
font-size: 1.2rem;
color: #34495e;
margin-bottom: 8px;
}
.faq-item p {
font-size: 1rem;
color: #7f8c8d;
line-height: 1.5;
}
.faq code {
padding: 2px 6px;
border-radius: 4px;
font-family: 'Courier New', Courier, monospace;
font-size: 0.9rem;
display: inline-block;
word-break: break-all;
}
footer {
text-align: center;
padding: 15px;
font-size: 0.8rem;
}
footer a {
text-decoration: none;
}
footer a:hover,
footer a:active {
text-decoration: underline;
}
@media (max-width: 768px) {
header {
padding: 30px 10px;
}
header h1 {
font-size: 1.6rem;
}
header p {
font-size: 0.9rem;
}
.btn {
padding: 8px 20px;
font-size: 0.9rem;
}
.container {
padding: 20px 10px;
}
section h2 {
font-size: 1.5rem;
}
.features {
grid-template-columns: 1fr;
gap: 15px;
}
.feature-card {
padding: 15px;
}
.feature-card h3 {
font-size: 1.2rem;
}
.feature-card p {
font-size: 0.85rem;
}
.faq-item h3 {
font-size: 1.1rem;
}
.faq-item p {
font-size: 0.9rem;
}
footer {
padding: 10px;
font-size: 0.75rem;
}
}
@media (max-width: 480px) {
header h1 {
font-size: 1.4rem;
}
header p {
font-size: 0.85rem;
}
.btn {
padding: 8px 15px;
font-size: 0.85rem;
}
section h2 {
font-size: 1.3rem;
}
.feature-card {
padding: 12px;
}
.feature-card h3 {
font-size: 1.1rem;
}
.feature-card p {
font-size: 0.8rem;
}
.faq-item h3 {
font-size: 1rem;
}
.faq-item p {
font-size: 0.85rem;
}
}
</style>
</head>
<body class="light-theme">
<header>
<h1>Bilibili AI Skip</h1>
<p>使用 AI 技术智能跳过 Bilibili 视频广告,提升你的观看体验</p>
<a href="#" class="btn" id="chrome-store-btn">前往 Chrome 应用商店</a>
<a href="#" class="btn firefox" id="firefox-store-btn">前往 Firefox 应用商店</a>
</header>
<div class="container">
<section id="features">
<h2>核心功能</h2>
<div class="features">
<div class="feature-card">
<h3>自动跳过广告</h3>
<p>通过 AI 分析视频字幕或音频,精准识别广告并自动跳过,节省你的时间。</p>
</div>
<div class="feature-card">
<h3>字幕与音频分析</h3>
<p>支持字幕优先分析,无字幕时可启用音频分析,全面覆盖各种视频场景。</p>
</div>
<div class="feature-card">
<h3>云端数据共享</h3>
<p>通过 Cloudflare API 查询已缓存的广告数据,提升效率,减少资源浪费。</p>
</div>
<div class="feature-card">
<h3>自定义设置</h3>
<p>支持设置 API 密钥、模型和跳过模式,满足不同用户的需求。</p>
</div>
</div>
</section>
<section id="faq" class="faq">
<h2>常见问题</h2>
<div class="faq-item">
<h3>为什么需要设置 API 密钥?</h3>
<p>API 密钥用于调用 OpenAI 和阿里云的 AI 服务,以进行广告识别和音频分析。如果未设置密钥,扩展将无法正常工作。请在设置页面输入有效的 <code>API Key</code> 和 <code>API URL</code>。</p>
</div>
<div class="faq-item">
<h3>音频分析为什么需要等待?</h3>
<p>音频分析需要将视频音频上传到阿里云服务器并进行转录,通常需要 1 分钟左右。分析时间取决于视频长度和服务器响应速度,请耐心等待。</p>
</div>
<div class="faq-item">
<h3>扩展无法识别广告怎么办?</h3>
<p>请检查以下几点:<br>
- 确保 <code>API Key</code> 和 <code>API URL</code> 配置正确。<br>
- 确认视频是否有字幕或音频可用。<br>
- 尝试刷新页面或重新加载扩展。<br>
如果问题仍未解决,请通过 GitHub 提交问题反馈。
</p>
</div>
<div class="faq-item">
<h3>如何启用自动跳过功能?</h3>
<p>在扩展的设置页面中,勾选“自动跳过广告”选项即可启用。启用后,扩展会在识别到广告时自动跳到广告结束时间点,无需手动操作。</p>
</div>
</section>
<section id="contact" style="margin-bottom: 0px;">
<h2>联系我们</h2>
<p style="text-align: center;">
有任何问题或建议?欢迎通过以下方式联系我们:<br>
<a href="https://github.com/qingmeng1/bilijump-ai" target="_blank">GitHub</a> |
<a href="mailto:support@oooo.uno">发送邮件</a>
</p>
</section>
</div>
<footer>
<p>© 2025 Bilibili AI Skip. 由 <a href="https://github.com/qingmeng1">qingmeng1</a> 开发。保留所有权利。</p>
</footer>
<script>
function setThemeBasedOnHour() {
const now = new Date();
const hour = now.getHours();
const body = document.body;
if (hour % 2 === 0) {
body.classList.remove('pink-blue-theme');
body.classList.add('light-theme');
} else {
body.classList.remove('light-theme');
body.classList.add('pink-blue-theme');
}
}
setThemeBasedOnHour();
function getTimeUntilNextHour() {
const now = new Date();
const minutes = now.getMinutes();
const seconds = now.getSeconds();
const milliseconds = now.getMilliseconds();
return (60 - minutes - 1) * 60 * 1000 + (60 - seconds) * 1000 + (1000 - milliseconds);
}
function scheduleThemeSwitch() {
const timeUntilNextHour = getTimeUntilNextHour();
setTimeout(() => {
setThemeBasedOnHour();
setInterval(setThemeBasedOnHour, 60 * 60 * 1000);
}, timeUntilNextHour);
}
scheduleThemeSwitch();
document.getElementById('chrome-store-btn').addEventListener('click', (e) => {
e.preventDefault();
const chromeStoreUrl = 'https://chromewebstore.google.com/detail/bilibili-ai-skip/lkhedimikicklpjmldabifgkhchnjjan';
window.open(chromeStoreUrl, '_blank');
});
document.getElementById('firefox-store-btn').addEventListener('click', (e) => {
e.preventDefault();
const chromeStoreUrl = 'https://addons.mozilla.org/zh-CN/firefox/addon/bilibili-ai-skip';
window.open(chromeStoreUrl, '_blank');
});
</script>
</body>
</html>