Start to consolidate source code for both browsers

This commit is contained in:
Dave Gallant
2023-04-09 16:01:01 -04:00
parent c099bddf0d
commit 6abdd3ebbe
13 changed files with 5565 additions and 21 deletions

16
html/popup.html Normal file
View File

@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>rfd-redirect-stripper</title>
<link rel="stylesheet" href="../css/popup.css" />
<script src="../js/utils.js"></script>
</head>
<body>
Config URL:
<input type="text" id="input-field" />
<button id="save-button">Save</button>
<button id="reset-button">Reset</button>
<script src="../js/popup.js"></script>
</body>
</html>