forked from joeywatts/disable-autogain-control-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
upgradeFromV1.0.html
39 lines (39 loc) · 1.44 KB
/
upgradeFromV1.0.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>
<head>
<title>Disable Automatic Gain Control: Upgrade Notice</title>
<style type="text/css">
main {
max-width: 800px;
margin: 0 auto;
}
.attention {
font-size: 20pt;
}
.differences {
font-size: 14pt;
}
</style>
<script type="application/javascript" src="upgradeFromV1.0.js"></script>
</head>
<body>
<main>
<h1>Disable Automatic Gain Control: Upgrade Notice</h1>
<p class="attention">
Hello! Thanks for being an early user of my extension!
<b>I've updated the extension in a way that might affect your
usage.</b> Read about the <a href="usage.html">usage of the new
version of the extension</a>.
</p>
<p class="differences">
This version of the extension can be enabled on <i>any</i>
website, not just Google Meet or Hangouts. As a result, you may
find that <b>Google Meet and Hangouts are not enabled by default
</b> (as they were in the previous version). If you would like
to re-enable these websites immediately, you can click the
button below.
</p>
<button id="enable-meet-hangouts-button">Enable Google Meet and Hangouts</button>
</main>
</body>
</html>