mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-05-30 16:10:06 +02:00
fix: ip whois lookup forword
This commit is contained in:
@@ -67,6 +67,7 @@ async function navigate(path, { push = true, search = '' } = {}) {
|
||||
|
||||
// ── Intercept same-origin link clicks ───────────────────────────
|
||||
document.addEventListener('click', e => {
|
||||
if (e.defaultPrevented) return;
|
||||
const a = e.target.closest('a[href]');
|
||||
if (!a) return;
|
||||
let url;
|
||||
|
||||
Reference in New Issue
Block a user