Greasy Fork is available in English.
Change the logo link from "/" to "/home"
< Change Logo Link of hianime.toについてのフィードバック
Here's a more efficient and elegant solution.
document.getElementById('logo')?.setAttribute('href', '/home');
thanks for the tip
返信を投稿するにはログインしてください。
Here's a more efficient and elegant solution.