Greasy Fork

Hi10anime Downloads De-Redirector

Converts data-href download links on hi10anime.com into normal href links, bypassing the ad site. Only works if at least 1 ad site link has the full download link.

< 脚本Hi10anime Downloads De-Redirector的反馈

评价:一般 - 脚本能用,但还有一些问题

§
发表于:2023-02-28

Needs some fixes:

instead of elem.dataset.href = new_clean_link;

you should write it like this:

            elem.removeAttribute('data-href');
            elem.href = new_clean_link;

that way the links could be selected/copied.

Also you should include https://*.hi10anime.com/crimson-realm/* to matches to be able to download manga/LN/soundtrack the same way.

发表回复

登录以发表回复。