Updates
This commit is contained in:
@@ -4,6 +4,6 @@ const input = document.getElementById("ddg-query");
|
||||
|
||||
form.addEventListener("submit", function () {
|
||||
const domain = window.location.hostname;
|
||||
input.value = "site:" + domain + " " + input.value;
|
||||
input.value = "site:eom.dev/archive/Mail/raw/" + " " + input.value;
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user