mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 08:43:40 +00:00
Start to consolidate source code for both browsers
This commit is contained in:
16
html/popup.html
Normal file
16
html/popup.html
Normal 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>
|
Reference in New Issue
Block a user