-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpopup.html
26 lines (24 loc) · 909 Bytes
/
popup.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
<!DOCTYPE html lang="en">
<title>BDP User Agent</title>
<link rel="stylesheet" type="text/css" href="css/popup.css">
<div id="container">
<form>
<h1>BDP User Agent</h1>
<div id="current">
<h2>Current User Agent</h2>
<p id="current-useragent"></p>
</div>
<div class="formContainer">
<div class="formDiv" style="transition-delay: 0.6s">
<button class="acceptBtn" id="submit-ua-custom">Change User Agent</a>
</div>
<br>
<div class="formDiv" style="transition-delay: 0.6s">
<button class="acceptBtn" id="submit-ua-reset">Reset to Default</a>
</div>
</div>
</form>
</div>
<footer><a href="https://github.com/sanjaysunil/betterdiscordpanel" target="_blank" rel="noopener">Download BetterDiscordPanel</a>
</footer>
<script src="js/popup.js"></script>