Add Chrome support (#15)

* 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
This commit is contained in:
anonion
2024-01-01 13:56:55 -07:00
committed by GitHub
parent 5dde4528d5
commit 4511ad314f
7 changed files with 65 additions and 19 deletions

View File

@@ -4,13 +4,12 @@
<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>
<script type="module" src="../js/popup.js"></script>
</body>
</html>