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

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址