mirror of
https://github.com/davegallant/rfd-redirect-stripper.git
synced 2025-08-05 08:13:40 +00:00
Rename to rfd-affiliate-stripper
This commit is contained in:
@@ -5,7 +5,7 @@ const saveButton = document.getElementById("save-button");
|
||||
const resetButton = document.getElementById("reset-button");
|
||||
|
||||
const defaultConfig =
|
||||
"https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/redirects.json";
|
||||
"https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/redirects.json";
|
||||
|
||||
chrome.storage.local.get("config").then((result) => {
|
||||
const value = result.config;
|
||||
|
@@ -20,6 +20,6 @@ export function updateRedirects() {
|
||||
export function setDefaultConfig() {
|
||||
chrome.storage.local.set({
|
||||
config:
|
||||
"https://raw.githubusercontent.com/davegallant/rfd-redirect-stripper/main/redirects.json",
|
||||
"https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/redirects.json",
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user