This commit is contained in:
2026-02-19 19:10:13 -05:00
parent 3b38f73030
commit 73ac0165f3
5 changed files with 4 additions and 4 deletions

View File

@@ -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;
});
};