Mangaupdates External Links 14.03.2023

Adds external links section to MU's series info page, with MangaDex, MangaFox, MangaHere, MangaPark, DynastyScans, NineManga.

< Mangaupdates External Links 14.03.2023 피드백으로 돌아가기

리뷰: 보통 - 스크립트가 작동하지만 버그 있음

§
게시: 2023-10-13
수정: 2023-10-13

Greetings.

This script does not work on all the URLs of MangaUpdates / Baka-Updates Manga (https://www.mangaupdates.com) as intended.
You can solve the issue by making the following changes in the code or find a more complicated solution if there is one to be found.

Original:
// @match http://www.mangaupdates.com/series/*
// @match https://www.mangaupdates.com/series/*

Solution:
// @match http://www.mangaupdates.com/series*
// @match https://www.mangaupdates.com/series*

URL for reference: https://www.mangaupdates.com/series.html?id=197285

We appreciate your effort, thank you for your time.

§
게시: 2023-10-13
수정: 2023-10-13

Greetings.

This script does not work on all the URLs of MangaUpdates / Baka-Updates Manga (https://www.mangaupdates.com) as intended.
You can solve the issue by making the following changes in the code or find a more complicated solution if there is one to be found.

Original:
// @match http://www.mangaupdates.com/series/*
// @match https://www.mangaupdates.com/series/*

Solution:
// @match http://www.mangaupdates.com/series*
// @match https://www.mangaupdates.com/series*

URL for reference: https://www.mangaupdates.com/series.html?id=197285

We appreciate your effort, thank you for your time.

A better solution:
// @match *://www.mangaupdates.com/series.html?id=*
// @match *://www.mangaupdates.com/series/*

답글 게시

답글을 게시하려면 로그인하세요.