mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-05 16:23:40 +00:00
17 lines
426 B
HTML
17 lines
426 B
HTML
<!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>
|