mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-06 00:33:39 +00:00
* add chrome support * fix alarms * Add tkqlhce.com (#12) * add tkqlhce.com * add match at beginning of regex * formatting * set config needs to come first * still need background.scripts for firefox * need full path * add onStartup listener to ensure alarm is created * set time to 60 * add manifest specific to chrome and bump version
16 lines
397 B
HTML
16 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>rfd-redirect-stripper</title>
|
|
<link rel="stylesheet" href="../css/popup.css" />
|
|
</head>
|
|
<body>
|
|
Config URL:
|
|
<input type="text" id="input-field" />
|
|
<button id="save-button">Save</button>
|
|
<button id="reset-button">Reset</button>
|
|
<script type="module" src="../js/popup.js"></script>
|
|
</body>
|
|
</html>
|