This commit is contained in:
parent
d1d21bc68c
commit
a08490f669
1 changed files with 2 additions and 1 deletions
|
@ -15,6 +15,7 @@ window.addEventListener("load", () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Change link
|
// Change link
|
||||||
a.setAttribute("href", a.textContent);
|
const href = a.getAttribute("href");
|
||||||
|
a.setAttribute("href", href.replace(" at ", "@"));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue