add audio transcription module

This commit is contained in:
makaveli10
2023-05-26 03:10:55 +08:00
parent 9a43ba607a
commit 9c2a4259d0
25 changed files with 1540 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<html>
<head>
<title>Audio Transcription Options</title>
<link rel="stylesheet" href="error.css" type="text/css">
</head>
<body>
<div class="header"><img src="./collabora.png"/> <h1>Audio Transcription</h1></div>
<div class="inner">
<h2>Sorry, capture on YouTube is disabled!</h2>
<p>Chrome Web Store does not allow extensions to capture audio from YouTube due to copyright reasons.</p>
<p>Sorry for the inconvenience, please use the extension on other websites.</p>
</div>
</body>
</html>