Khi mình sử dụng đoạn js:
mw.hook('wikipage.content').add(function() {
$("a[title='Love Live! ']").html('<img style="-webkit-user-select: none;margin: auto;width: 110px;" src="https://static.wikia.nocookie.net/love-live/images/2/22/Love_Live%21_Logo.png/revision/latest?cb=20200904041255&path-prefix=vi">');
$("a[title='Love Live! Sunshine ']").html('<img style="-webkit-user-select: none;margin: auto;width: 100px;" src="https://static.wikia.nocookie.net/love-live/images/c/c0/Love_Live%21_Sunshine_Logo.png/revision/latest?cb=20200904041205&path-prefix=vi">');
$("a[title='Love Live! SuperStar ']").html('<img style="-webkit-user-select: none;margin: auto;width: 100px;" src="https://static.wikia.nocookie.net/love-live/images/5/54/Love_Live%21_Super_Star_Logo.png/revision/latest?cb=20200904041224&path-prefix=vi">');
$("a[title='Love Live! Nijigaku ']").html('<img style="-webkit-user-select: none;margin: auto;width: 100px;" src="https://static.wikia.nocookie.net/love-live/images/7/79/Love_Live%21_NijiGaku_Logo.png/revision/latest?cb=20201227125638&path-prefix=vi">');
});
Thì mà đã hoạt động trên 2 bản mẫu Trang chính (ảnh 2) và MainPageMenu (ảnh 3) nhưng khi đưa lên Trang chính (ảnh 1) thì lại không hoạt động.
Liệu mã js không hoạt động được trên trang chính của wiki hay sao vậy??