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.

< Feedback on AliExpress Product Link Fixer

Review: Good - script works

§
Posted: 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 ;)

NewsGuyTorAuthor
§
Posted: 2025-04-29

Thanks! Implemented your fix!

§
Posted: 2025-04-29

Thanks, I updated my rating ;)

Post reply

Sign in to post a reply.