マウスがユーザー名の上にあるときに変更および停止するタイマーを作成する必要があるため、HTML を編集できないため、以下のテキストを使用してユーザー名を変更する必要があります
$(document).ready(function() {
$("a").css("visibility","visible");
$("img[width!='32']").css("display","inline");
$("a[href*='/?q=ntlp/user/profile/197566']").html("username goes here");
$("a[href*='/?q=ntlp/user/profile/197566']").attr("href","www.website.com");
});
しかし、2 つのユーザー名を変更する必要があり、その方法がわかりません。