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;
|
||||
});
|
||||
};
|
||||
|
||||
@@ -5,7 +5,6 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="/common/catppuccin.css">
|
||||
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
|
||||
<script src="ddg.js"></script>
|
||||
<body>
|
||||
<h1>eom.dev</h1>
|
||||
<h2>Donate</h2>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>eom.dev - Live Stream</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="stylesheet" href="/common/default.css">
|
||||
<link rel="stylesheet" href="/common/catppuccin.css">
|
||||
<link rel="icon" type="image/x-icon" href="/common/favicon.ico">
|
||||
<body>
|
||||
<h1>eom.dev</h1>
|
||||
|
||||
Reference in New Issue
Block a user