add feature in popup to force search for videos, on websites that it doesn't show up on

This commit is contained in:
Josh Patra
2025-07-18 18:00:06 -04:00
parent d89853b4d2
commit 3fed3b425e
4 changed files with 57 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<title>Video Speed Controller: Popup</title>
@@ -6,6 +6,8 @@
<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>