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 ───────────────────────────
|
// ── Intercept same-origin link clicks ───────────────────────────
|
||||||
document.addEventListener('click', e => {
|
document.addEventListener('click', e => {
|
||||||
|
if (e.defaultPrevented) return;
|
||||||
const a = e.target.closest('a[href]');
|
const a = e.target.closest('a[href]');
|
||||||
if (!a) return;
|
if (!a) return;
|
||||||
let url;
|
let url;
|
||||||
|
|||||||
Reference in New Issue
Block a user