-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.zh-cn.html
More file actions
34 lines (28 loc) · 1.5 KB
/
about.zh-cn.html
File metadata and controls
34 lines (28 loc) · 1.5 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>VideoTogether 插件版权说明</title>
<style>
body {
font-family: Arial, sans-serif;
padding: 2rem;
line-height: 1.6;
}
</style>
</head>
<body>
<h2>VideoTogether 插件版权说明</h2>
<p>VideoTogether插件的视频下载功能基于浏览器提供的标准API开发。尽管我们已经预先屏蔽了多个知名的受版权保护的网站,但无法确保完全覆盖所有受版权保护的内容。</p>
<p>若您是内容提供者或网站所有者,且不希望用户在您的网站上使用此插件的下载功能,您可以采取以下措施:</p>
<ol>
<li>在您网站的javascript代码中加入以下代码,以临时禁用插件的下载功能:
<pre><code>window.VideoTogetherDownload = 'disabled';</code></pre>
</li>
<li>同时, 请访问 <a href="https://github.com/VideoTogether/VideoTogether/issues" target="_blank">https://github.com/VideoTogether/VideoTogether/issues</a> ,创建一个issue并提供您的网站域名。我们承诺,在接到通知后的两个工作日内,将您的网站添加到我们的插件的预置屏蔽列表中。</li>
</ol>
<p>我们尊重每一个内容提供者的版权,并致力于与各方共同合作,确保网络内容的合法共享与使用。</p>
</body>
</html>