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

Αναφορά: Εντάξει - ο κώδικας λειτουργεί αλλά έχει σφάλματα

§
Δημοσιεύτηκε: 13/10/2023
Επεξεργάστηκε: 13/10/2023

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.

§
Δημοσιεύτηκε: 13/10/2023
Επεξεργάστηκε: 13/10/2023

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/*

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.