forked from renzhezhilu/webp2jpg-online
-
Notifications
You must be signed in to change notification settings - Fork 0
/
batch.html
39 lines (34 loc) · 1.44 KB
/
batch.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
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<link rel=icon href='https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/logo2.png'>
<title>图片批量加水印</title>
<script>
window.location.href = 'https://imagestool.com/images-watermark'
</script>
</head>
<body>
<script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/localforage.min.js></script>
<noscript><strong>We're sorry but vue doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong></noscript>
<div id=app></div>
<script src=https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/batch1225_05.js></script>
<script>
// 换视频介绍图标
let icon = setInterval(() => {
if (document.querySelector('#logoDiv > ul > div')) {
document.querySelector('#logoDiv > ul > div').remove()
document.querySelector('#logoDiv > ul').insertAdjacentHTML('beforeend', `
<a href="https://cdn.jsdelivr.net/gh/renzhezhilu/webp2jpg-online/cdn/batch/video.mp4" target="_blank">
<i class="iconfont icon-youtube-play"></i>
</a>
`);
clearInterval(icon)
}
}, 300);
</script>
</body>
</html>