Greasy Fork

Greasy Fork is available in English.

AliExpress Product Link Fixer

Enhance your AliExpress shopping experience by converting marketing links into direct product links, ensuring each product is easily accessible with a single click.

< 脚本 AliExpress Product Link Fixer 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-03-21

Nice script +1

But there is a minor issue that make all ssr link turn to 404, because the productId is value like : xxxxx:xxxxx, you only want the first part.

I edited the script like that : a.href = `https://${url.host}/item/${pid.split(':')[0]}.html`; And it work just fine ;)

NewsGuyTor作者
§
发布于:2025-04-29

Thanks! Implemented your fix!

§
发布于:2025-04-29

Thanks, I updated my rating ;)

发布留言

登录以发布留言。