AniDB -> MyAnimelist

AniDB to MyAnimelist Redirector

安裝腳本?
作者推薦腳本

您可能也會喜歡 AniDB search for Nyaa

安裝腳本
// ==UserScript==
// @name        AniDB -> MyAnimelist
// @namespace   Krich
// @match       https://anidb.net/anime/*
// @icon        https://cdn-eu.anidb.net/css/icons/touch/apple-touch-icon.png
// @grant       none
// @version     1.0
// @author      Krich
// @description AniDB to MyAnimelist Redirector
// ==/UserScript==



var mal = document.getElementsByClassName("i_icon i_resource_mal brand")[0];
mal = mal.getAttribute('href');
location.replace(mal); // load page