Change the logo link from "/" to "/home"
< Părere la script-ul Change Logo Link of hianime.to
Here's a more efficient and elegant solution.
document.getElementById('logo')?.setAttribute('href', '/home');
thanks for the tip
Autentifică-te pentru a posta un răspuns.
Here's a more efficient and elegant solution.