mirror of
https://github.com/SoPat712/videospeed.git
synced 2026-04-23 05:12:37 -04:00
22 lines
666 B
HTML
22 lines
666 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Video Speed Controller: Popup</title>
|
|
<link rel="stylesheet" href="popup.css" />
|
|
<script src="popup.js"></script>
|
|
</head>
|
|
<body>
|
|
<button id="refresh">Re-scan Page for Videos</button>
|
|
<hr />
|
|
<button id="enable" class="hide">Enable</button>
|
|
<button id="disable">Disable</button>
|
|
<span id="status" class="hide"></span>
|
|
<hr />
|
|
<button id="config">Settings</button>
|
|
<hr />
|
|
<button id="feedback" class="secondary">Send feedback</button>
|
|
<button id="about" class="secondary">About</button>
|
|
<div class="version">Version <span id="app-version"></span></div>
|
|
</body>
|
|
</html>
|